[oe-commits] Khem Raj : qemumips.conf, qemumipsel.conf: Add FEED_ARCH

git version control git at git.openembedded.org
Wed Jul 21 22:32:57 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cae886b77b589fab409dff939e4f9c5a92d10c20
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cae886b77b589fab409dff939e4f9c5a92d10c20

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jul 21 15:32:58 2010 -0700

qemumips.conf, qemumipsel.conf: Add FEED_ARCH

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/machine/qemumips.conf   |    2 +-
 conf/machine/qemumipsel.conf |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/machine/qemumips.conf b/conf/machine/qemumips.conf
index aa9c0cb..4a2c1dc 100644
--- a/conf/machine/qemumips.conf
+++ b/conf/machine/qemumips.conf
@@ -3,7 +3,7 @@
 #@DESCRIPTION: Machine configuration for running an MIPS r4k platform system under qemu emulation 
 
 TARGET_ARCH = "mips"
-
+FEED_ARCH = "${TARGET_ARCH}"
 require conf/machine/include/qemu.inc
 require conf/machine/include/tune-mips32.inc
 
diff --git a/conf/machine/qemumipsel.conf b/conf/machine/qemumipsel.conf
index 65c1b5d..28cdbcd 100644
--- a/conf/machine/qemumipsel.conf
+++ b/conf/machine/qemumipsel.conf
@@ -3,6 +3,7 @@
 #@DESCRIPTION: Machine configuration for running an MIPS r4k platform system under qemu emulation 
 
 TARGET_ARCH = "mipsel"
+FEED_ARCH = "${TARGET_ARCH}"
 
 require conf/machine/include/qemu.inc
 require conf/machine/include/tune-mips32.inc





More information about the Openembedded-commits mailing list