diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:35 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:24 -0300 |
commit | edc2808bd9b967a9226b8aa5e7307dfd67a1d415 (patch) | |
tree | dc465cd8cf284093ad7799e8df839f89521b7efb /recipes-devtools/qemu/qemu-qoriq_git.bb | |
parent | 83b3cd64158623944332d833003383389bb1ce4f (diff) | |
download | meta-freescale-edc2808bd9b967a9226b8aa5e7307dfd67a1d415.tar.gz |
qemu-qoriq: porvide qemu
Otherwise the version in Poky will be used as some pkgs depends on qemu.
Signed-off-by: Ting Liu <ting.liu@nxp.com>>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools/qemu/qemu-qoriq_git.bb')
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index d6ff612e..d2e66c9e 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}:" | |||
2 | 2 | ||
3 | require recipes-devtools/qemu/qemu.inc | 3 | require recipes-devtools/qemu/qemu.inc |
4 | 4 | ||
5 | PROVIDES += "qemu" | ||
6 | |||
5 | DESCRIPTION = "This recipe requires poky's qemu.inc which includes the FSL \ | 7 | DESCRIPTION = "This recipe requires poky's qemu.inc which includes the FSL \ |
6 | fixes of QorIQ ARM and QorIQ PPC targets, the recipe assumes that glx enable \ | 8 | fixes of QorIQ ARM and QorIQ PPC targets, the recipe assumes that glx enable \ |
7 | config option is changed to --enable-opengl. The recipe only works for FSL \ | 9 | config option is changed to --enable-opengl. The recipe only works for FSL \ |