diff options
author | Stuart Yoder <stuart.yoder@freescale.com> | 2012-03-11 04:52:39 +0000 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-03-12 17:23:05 -0500 |
commit | 4f2d99fbb0afd19376e404583700ee31428f7c2e (patch) | |
tree | 5c774db8517fbcf227c5e21fb3a3b5f01af2925a | |
parent | 745fac16ecbc3473df57357acf8c05ae6958168a (diff) | |
download | meta-fsl-ppc-4f2d99fbb0afd19376e404583700ee31428f7c2e.tar.gz |
meta-fsl-ppc-private: updates to build fsl qemu instead of upstream
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
-rw-r--r-- | recipes-append/qemu/qemu_git.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-append/qemu/qemu_git.bbappend b/recipes-append/qemu/qemu_git.bbappend new file mode 100644 index 0000000..d371047 --- /dev/null +++ b/recipes-append/qemu/qemu_git.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | SRC_URI = "git://git.am.freescale.net/gitolite/sdk/qemu.git;protocol=git" | ||
2 | SRCREV = "${AUTOREV}" | ||
3 | |||
4 | QEMU_TARGETS ?= "ppc" | ||
5 | |||
6 | PR .= "+${DISTRO}.0" | ||