diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 16:16:21 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 16:16:21 +0200 |
commit | d5ed5042638536846355465bcfab941dcc119782 (patch) | |
tree | 69ef469134d69339ef08c80c993bb3356308f177 /recipes-ti | |
parent | ab07a0ea4be961a7e8c7b8b64a56ce6c730cd6e0 (diff) | |
download | meta-ti-d5ed5042638536846355465bcfab941dcc119782.tar.gz |
gadget-init: adjust to latest 335x kernel
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/beagleboard/gadget-init.bb | 2 | ||||
-rw-r--r-- | recipes-ti/beagleboard/gadget-init/storage-gadget-init.service | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes-ti/beagleboard/gadget-init.bb b/recipes-ti/beagleboard/gadget-init.bb index cedb9e82..ee51586f 100644 --- a/recipes-ti/beagleboard/gadget-init.bb +++ b/recipes-ti/beagleboard/gadget-init.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Units to initialize usb gadgets" | 1 | DESCRIPTION = "Units to initialize usb gadgets" |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
diff --git a/recipes-ti/beagleboard/gadget-init/storage-gadget-init.service b/recipes-ti/beagleboard/gadget-init/storage-gadget-init.service index 764db62d..2fe48e15 100644 --- a/recipes-ti/beagleboard/gadget-init/storage-gadget-init.service +++ b/recipes-ti/beagleboard/gadget-init/storage-gadget-init.service | |||
@@ -3,7 +3,6 @@ Description=Start usb mass storage gadget | |||
3 | After=dev-mmcblk0p1.device | 3 | After=dev-mmcblk0p1.device |
4 | 4 | ||
5 | [Service] | 5 | [Service] |
6 | ExecStartPre=/sbin/modprobe g_zero | ||
7 | ExecStart=/sbin/modprobe g_mass_storage file=/dev/mmcblk0p1 cdrom=0 stall=0 removable=1 nofua=1 | 6 | ExecStart=/sbin/modprobe g_mass_storage file=/dev/mmcblk0p1 cdrom=0 stall=0 removable=1 nofua=1 |
8 | 7 | ||
9 | [Install] | 8 | [Install] |