[oe-commits] Rod Whitby : openmoko.conf: MACHINE_CLASS is not defined in OE, hard-code it to armv4t for om-gta01 and om-gta02.

GIT User account git at amethyst.openembedded.net
Tue Jan 13 05:22:42 UTC 2009


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

Author: Rod Whitby <rod at whitby.id.au>
Date:   Sun Jan  4 09:51:56 2009 +0000

openmoko.conf: MACHINE_CLASS is not defined in OE, hard-code it to armv4t for om-gta01 and om-gta02.

---

 conf/distro/openmoko.conf |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf
index 844bb29..bd58356 100644
--- a/conf/distro/openmoko.conf
+++ b/conf/distro/openmoko.conf
@@ -59,20 +59,20 @@ PREFERRED_PROVIDER_libgsmd = "libgsmd"
 # Same kernel used to run on both these machines...
 # Currently not used but left here in case someone wants to switch on
 # quickly
-#PACKAGE_ARCH_pn-linux-openmoko_om-gta01 = "${MACHINE_CLASS}"
-#PACKAGE_ARCH_pn-linux-openmoko_om-gta02 = "${MACHINE_CLASS}"
-#PACKAGE_ARCH_pn-linux-openmoko-devel_om-gta01 = "${MACHINE_CLASS}"
-#PACKAGE_ARCH_pn-linux-openmoko-devel_om-gta02 = "${MACHINE_CLASS}"
+#PACKAGE_ARCH_pn-linux-openmoko_om-gta01 = "armv4t"
+#PACKAGE_ARCH_pn-linux-openmoko_om-gta02 = "armv4t"
+#PACKAGE_ARCH_pn-linux-openmoko-devel_om-gta01 = "armv4t"
+#PACKAGE_ARCH_pn-linux-openmoko-devel_om-gta02 = "armv4t"
 
 # Same kernel so same usb
-PACKAGE_ARCH_pn-usb-gadget-mode_om-gta01 = "${MACHINE_CLASS}"
-PACKAGE_ARCH_pn-usb-gadget-mode_om-gta02 = "${MACHINE_CLASS}"
+PACKAGE_ARCH_pn-usb-gadget-mode_om-gta01 = "armv4t"
+PACKAGE_ARCH_pn-usb-gadget-mode_om-gta02 = "armv4t"
 # same kernel so same keymaps
-PACKAGE_ARCH_pn-keymaps_om-gta01 = "${MACHINE_CLASS}"
-PACKAGE_ARCH_pn-keymaps_om-gta02 = "${MACHINE_CLASS}"
+PACKAGE_ARCH_pn-keymaps_om-gta01 = "armv4t"
+PACKAGE_ARCH_pn-keymaps_om-gta02 = "armv4t"
 # neod knows about both machines
-PACKAGE_ARCH_pn-neod_om-gta01 = "${MACHINE_CLASS}"
-PACKAGE_ARCH_pn-neod_om-gta02 = "${MACHINE_CLASS}"
+PACKAGE_ARCH_pn-neod_om-gta01 = "armv4t"
+PACKAGE_ARCH_pn-neod_om-gta02 = "armv4t"
 
 # Select package versions we want to use.
 PREFERRED_PROVIDER_gtk+ = "gtk+"





More information about the Openembedded-commits mailing list