From: Ting Liu <[email protected]> Otherwise the version in Poky will be used as some pkgs depends on qemu.
Signed-off-by: Ting Liu <[email protected]>> --- recipes-devtools/qemu/qemu-qoriq_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index d6ff612..d2e66c9 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb @@ -2,6 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" require recipes-devtools/qemu/qemu.inc +PROVIDES += "qemu" + DESCRIPTION = "This recipe requires poky's qemu.inc which includes the FSL \ fixes of QorIQ ARM and QorIQ PPC targets, the recipe assumes that glx enable \ config option is changed to --enable-opengl. The recipe only works for FSL \ -- 1.9.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
