diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-20 07:58:41 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-20 07:58:41 +0200 |
| commit | b0d151e1f585f747ba822c0bf6c5997afd3f9989 (patch) | |
| tree | f4da7f3d1f63832f06cb710c9e3cc8031a009c3b | |
| parent | 11f3d28bac4f2c2d874f5b9f07d845808b5f945d (diff) | |
| download | meta-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.bb | 5 |
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 | ||
| 6 | IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" | 6 | IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" |
| 7 | 7 | ||
| 8 | EXTRA_MACHINE_IMAGE_INSTALL ?= "" | ||
| 9 | |||
| 10 | # Hokey-pokey workaround for MUSB bugs | ||
| 11 | EXTRA_MACHINE_IMAGE_INSTALL_ti33x = "gadget-init" | ||
| 8 | 12 | ||
| 9 | IMAGE_INSTALL += " \ | 13 | IMAGE_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 | ||
| 26 | CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd" | 31 | CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd" |
