From: Ting Liu <[email protected]> Move to using the PACKAGECONFIG mechanism to select configure options and dependencies. Without this the system will attempt to discover various dependencies, and sometimes does so incorrectly.
Also remove LIC_FILES_CHKSUM setting which is the same with line in included recipes-devtools/qemu/qemu.inc. Signed-off-by: Ting Liu <[email protected]> --- recipes-devtools/qemu/qemu_fslgit.bb | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb index d0f546e..1422b71 100644 --- a/recipes-devtools/qemu/qemu_fslgit.bb +++ b/recipes-devtools/qemu/qemu_fslgit.bb @@ -1,8 +1,5 @@ require recipes-devtools/qemu/qemu.inc -LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ - file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" - # This means v1.4 with FSL specific patches applied PV = "1.4+fsl" @@ -11,6 +8,9 @@ SRCREV = "8713c58725df407dbbedb48fa315248d0100720c" S = "${WORKDIR}/git" +PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," +PACKAGECONFIG[libaio] = "--enable-linux-aio,--disable-linux-aio,libaio," + QEMU_TARGETS = "ppc" PPC_OECONF = '${SDL} --cross-prefix=${TARGET_PREFIX} --disable-werror --disable-vnc --audio-drv-list="" --audio-card-list="" --disable-bluez --disable-curl' EXTRA_OECONF_e5500-64b = "--target-list=ppc64-softmmu ${PPC_OECONF}" -- 1.7.3.4 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
