summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-21 16:16:21 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-21 16:16:21 +0200
commitd5ed5042638536846355465bcfab941dcc119782 (patch)
tree69ef469134d69339ef08c80c993bb3356308f177 /recipes-ti
parentab07a0ea4be961a7e8c7b8b64a56ce6c730cd6e0 (diff)
downloadmeta-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.bb2
-rw-r--r--recipes-ti/beagleboard/gadget-init/storage-gadget-init.service1
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 @@
1DESCRIPTION = "Units to initialize usb gadgets" 1DESCRIPTION = "Units to initialize usb gadgets"
2 2
3PR = "r2" 3PR = "r3"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 6LIC_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
3After=dev-mmcblk0p1.device 3After=dev-mmcblk0p1.device
4 4
5[Service] 5[Service]
6ExecStartPre=/sbin/modprobe g_zero
7ExecStart=/sbin/modprobe g_mass_storage file=/dev/mmcblk0p1 cdrom=0 stall=0 removable=1 nofua=1 6ExecStart=/sbin/modprobe g_mass_storage file=/dev/mmcblk0p1 cdrom=0 stall=0 removable=1 nofua=1
8 7
9[Install] 8[Install]