From: Laurentiu Tudor <[email protected]> This fixes usb passthrough support.
Signed-off-by: Laurentiu Tudor <[email protected]> Cc: Lu Wei <[email protected]> Signed-off-by: Zhenhua Luo <[email protected]> --- recipes-devtools/qemu/qemu-qoriq_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index 3c61317..167a9b8 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb @@ -24,13 +24,14 @@ S = "${WORKDIR}/git" QEMU_TARGETS_qoriq-ppc = "ppc" QEMU_TARGETS_qoriq-arm = "arm" -PPC_OECONF = '${SDL} --cross-prefix=${TARGET_PREFIX} --disable-werror --disable-vnc --disable-bluez --disable-curl --enable-libusb' +PPC_OECONF = '${SDL} --cross-prefix=${TARGET_PREFIX} --disable-werror --disable-vnc --disable-bluez --disable-curl' EXTRA_OECONF_e5500-64b = "--target-list=ppc64-softmmu ${PPC_OECONF}" EXTRA_OECONF_e6500-64b = "--target-list=ppc64-softmmu ${PPC_OECONF}" EXTRA_OECONF_e6500 = "--target-list=ppc64-softmmu ${PPC_OECONF}" EXTRA_OECONF_e5500 = "--target-list=ppc64-softmmu ${PPC_OECONF}" EXTRA_OECONF_e500v2 = "--target-list=ppc-softmmu ${PPC_OECONF}" EXTRA_OECONF_e500mc = "--target-list=ppc-softmmu ${PPC_OECONF}" +PACKAGECONFIG_append = " libusb" inherit pkgconfig -- 1.9.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
