From: Rod Whitby Date: Sun, 4 Jan 2009 09:51:56 +0000 (+0000) Subject: openmoko.conf: MACHINE_CLASS is not defined in OE, hard-code it to armv4t for om... X-Git-Tag: Release-2010-05/1~4432 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19b421d033bd76896d07d9bfd9ebc2cd05e7178;p=openembedded.git openmoko.conf: MACHINE_CLASS is not defined in OE, hard-code it to armv4t for om-gta01 and om-gta02. --- diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index 844bb29e4b..bd58356f21 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+"