diff options
author | Laurentiu Tudor <Laurentiu.Tudor@freescale.com> | 2016-01-09 14:43:30 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:23 -0300 |
commit | ae5fc95ee6a97d7cc4823197146d4a9508d8c865 (patch) | |
tree | 39df04de3424fbe1b298a5a9f0b64d0af6fb526d /recipes-devtools/qemu | |
parent | 09899c90d4c3202818f5ac302f286e7b1a5acfd2 (diff) | |
download | meta-freescale-ae5fc95ee6a97d7cc4823197146d4a9508d8c865.tar.gz |
qemu-qoriq: enable back libusb through PACKAGECONFIG
This fixes usb passthrough support.
Signed-off-by: Laurentiu Tudor <Laurentiu.Tudor@freescale.com>
Cc: Lu Wei <wei.lu@freescale.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools/qemu')
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index 3c613170..167a9b87 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb | |||
@@ -24,13 +24,14 @@ S = "${WORKDIR}/git" | |||
24 | 24 | ||
25 | QEMU_TARGETS_qoriq-ppc = "ppc" | 25 | QEMU_TARGETS_qoriq-ppc = "ppc" |
26 | QEMU_TARGETS_qoriq-arm = "arm" | 26 | QEMU_TARGETS_qoriq-arm = "arm" |
27 | PPC_OECONF = '${SDL} --cross-prefix=${TARGET_PREFIX} --disable-werror --disable-vnc --disable-bluez --disable-curl --enable-libusb' | 27 | PPC_OECONF = '${SDL} --cross-prefix=${TARGET_PREFIX} --disable-werror --disable-vnc --disable-bluez --disable-curl' |
28 | EXTRA_OECONF_e5500-64b = "--target-list=ppc64-softmmu ${PPC_OECONF}" | 28 | EXTRA_OECONF_e5500-64b = "--target-list=ppc64-softmmu ${PPC_OECONF}" |
29 | EXTRA_OECONF_e6500-64b = "--target-list=ppc64-softmmu ${PPC_OECONF}" | 29 | EXTRA_OECONF_e6500-64b = "--target-list=ppc64-softmmu ${PPC_OECONF}" |
30 | EXTRA_OECONF_e6500 = "--target-list=ppc64-softmmu ${PPC_OECONF}" | 30 | EXTRA_OECONF_e6500 = "--target-list=ppc64-softmmu ${PPC_OECONF}" |
31 | EXTRA_OECONF_e5500 = "--target-list=ppc64-softmmu ${PPC_OECONF}" | 31 | EXTRA_OECONF_e5500 = "--target-list=ppc64-softmmu ${PPC_OECONF}" |
32 | EXTRA_OECONF_e500v2 = "--target-list=ppc-softmmu ${PPC_OECONF}" | 32 | EXTRA_OECONF_e500v2 = "--target-list=ppc-softmmu ${PPC_OECONF}" |
33 | EXTRA_OECONF_e500mc = "--target-list=ppc-softmmu ${PPC_OECONF}" | 33 | EXTRA_OECONF_e500mc = "--target-list=ppc-softmmu ${PPC_OECONF}" |
34 | PACKAGECONFIG_append = " libusb" | ||
34 | 35 | ||
35 | inherit pkgconfig | 36 | inherit pkgconfig |
36 | 37 | ||