summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"