[oe-commits] Mike Westerhof : FSO: om-gta0?. conf - remove duplicate armv4t in package architecture lists

GIT User account git at amethyst.openembedded.net
Fri Oct 24 04:44:01 UTC 2008


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Oct 23 23:42:43 2008 -0500

FSO: om-gta0?.conf - remove duplicate armv4t in package architecture lists
(Fixes breakage caused by Koen's commit to move PACKAGE_EXTRA_ARCHS into
the tune files)

---

 conf/machine/om-gta01.conf |    2 +-
 conf/machine/om-gta02.conf |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf
index 57d81c2..a45380f 100644
--- a/conf/machine/om-gta01.conf
+++ b/conf/machine/om-gta01.conf
@@ -6,7 +6,7 @@
 
 TARGET_ARCH = "arm"
 MACHINE_CLASS = "neo1973"
-PACKAGE_EXTRA_ARCHS = "armv4t fic-gta01 ${MACHINE_CLASS}"
+PACKAGE_EXTRA_ARCHS = "fic-gta01 ${MACHINE_CLASS}"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko"
 UBOOT_ENTRYPOINT = "30008000"
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf
index 88aa388..9876ebe 100644
--- a/conf/machine/om-gta02.conf
+++ b/conf/machine/om-gta02.conf
@@ -6,7 +6,7 @@
 
 TARGET_ARCH = "arm"
 MACHINE_CLASS = "neo1973"
-PACKAGE_EXTRA_ARCHS = "armv4t fic-gta02 ${MACHINE_CLASS}"
+PACKAGE_EXTRA_ARCHS = "fic-gta02 ${MACHINE_CLASS}"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko"
 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-glamo"





More information about the Openembedded-commits mailing list