summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-20 07:58:41 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-20 07:58:41 +0200
commitb0d151e1f585f747ba822c0bf6c5997afd3f9989 (patch)
treef4da7f3d1f63832f06cb710c9e3cc8031a009c3b
parent11f3d28bac4f2c2d874f5b9f07d845808b5f945d (diff)
downloadmeta-ti-b0d151e1f585f747ba822c0bf6c5997afd3f9989.tar.gz
ti-hw-bringup-image: ship musb workaround
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-misc/images/ti-hw-bringup-image.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-misc/images/ti-hw-bringup-image.bb b/recipes-misc/images/ti-hw-bringup-image.bb
index 0b2fef25..05207560 100644
--- a/recipes-misc/images/ti-hw-bringup-image.bb
+++ b/recipes-misc/images/ti-hw-bringup-image.bb
@@ -5,6 +5,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
5 5
6IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" 6IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
7 7
8EXTRA_MACHINE_IMAGE_INSTALL ?= ""
9
10# Hokey-pokey workaround for MUSB bugs
11EXTRA_MACHINE_IMAGE_INSTALL_ti33x = "gadget-init"
8 12
9IMAGE_INSTALL += " \ 13IMAGE_INSTALL += " \
10 angstrom-task-boot \ 14 angstrom-task-boot \
@@ -21,6 +25,7 @@ IMAGE_INSTALL += " \
21 evtest \ 25 evtest \
22 bc \ 26 bc \
23 kernel-modules \ 27 kernel-modules \
28 ${EXTRA_MACHINE_IMAGE_INSTALL} \
24" 29"
25 30
26CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd" 31CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd"