diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-17 14:47:42 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-04-18 12:19:55 -0400 |
commit | f026aa7bd09a75034b28a0aa7e750059fd2c2813 (patch) | |
tree | 9a12a1b42249fba2368f19ad298a829bd7b8b6b3 /recipes-ti/beagleboard/beaglebone-capes/cape.service | |
parent | 41053c22a786de9026b85b125554eea55d381a39 (diff) | |
download | meta-ti-f026aa7bd09a75034b28a0aa7e750059fd2c2813.tar.gz |
beaglebone-capes: userspace support for capes
Not everything can be done inside the kernel yet, so have a script that does the userspace portion.
Only the LCD3 cape is supported currently, more will follow later.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/beagleboard/beaglebone-capes/cape.service')
-rw-r--r-- | recipes-ti/beagleboard/beaglebone-capes/cape.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-capes/cape.service b/recipes-ti/beagleboard/beaglebone-capes/cape.service new file mode 100644 index 00000000..44a2a38b --- /dev/null +++ b/recipes-ti/beagleboard/beaglebone-capes/cape.service | |||
@@ -0,0 +1,8 @@ | |||
1 | [Unit] | ||
2 | Description=Beaglebone cape support | ||
3 | |||
4 | [Service] | ||
5 | ExecStart=/usr/bin/cape.sh | ||
6 | |||
7 | [Install] | ||
8 | WantedBy=basic.target | ||