From b0d151e1f585f747ba822c0bf6c5997afd3f9989 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 20 Oct 2011 07:58:41 +0200 Subject: [PATCH] ti-hw-bringup-image: ship musb workaround Signed-off-by: Koen Kooi --- recipes-misc/images/ti-hw-bringup-image.bb | 5 +++++ 1 file changed, 5 insertions(+) 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 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"