1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

ti-hw-bringup-image: ship musb workaround

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-20 07:58:41 +02:00
parent 11f3d28bac
commit b0d151e1f5
@@ -5,6 +5,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
EXTRA_MACHINE_IMAGE_INSTALL ?= ""
# Hokey-pokey workaround for MUSB bugs
EXTRA_MACHINE_IMAGE_INSTALL_ti33x = "gadget-init"
IMAGE_INSTALL += " \
angstrom-task-boot \
@@ -21,6 +25,7 @@ IMAGE_INSTALL += " \
evtest \
bc \
kernel-modules \
${EXTRA_MACHINE_IMAGE_INSTALL} \
"
CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd"