diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-03-26 07:10:41 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-26 07:10:41 +0000 |
commit | 36eec23e67d14cd49a5141fef4c2747336a27b75 (patch) | |
tree | 91654a33eaa7de3adecdad365e9f9de094160095 /conf | |
parent | 7be897663c4829042a47c19620ebfe88a5974c05 (diff) |
linux-openmoko_2.6.24.bb : openmoko kernel has diverged so same kernel does
not support two machines anymore.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openmoko.conf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index 62d2189c8a..2b7aea03b9 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -47,10 +47,13 @@ PREFERRED_PROVIDER_libgsmd = "libgsmd" # override the PACKAGE_ARCH of certain packages for openmoko distro # # Same kernel runs on both these machines -PACKAGE_ARCH_pn-linux-openmoko_fic-gta01 = "${MACHINE_CLASS}" -PACKAGE_ARCH_pn-linux-openmoko_fic-gta02 = "${MACHINE_CLASS}" -PACKAGE_ARCH_pn-linux-openmoko-devel_fic-gta01 = "${MACHINE_CLASS}" -PACKAGE_ARCH_pn-linux-openmoko-devel_fic-gta02 = "${MACHINE_CLASS}" +# Currently not used but left here in case someone wants to switch on +# quickly +#PACKAGE_ARCH_pn-linux-openmoko_fic-gta01 = "${MACHINE_CLASS}" +#PACKAGE_ARCH_pn-linux-openmoko_fic-gta02 = "${MACHINE_CLASS}" +#PACKAGE_ARCH_pn-linux-openmoko-devel_fic-gta01 = "${MACHINE_CLASS}" +#PACKAGE_ARCH_pn-linux-openmoko-devel_fic-gta02 = "${MACHINE_CLASS}" + # Same kernel so same usb PACKAGE_ARCH_pn-usb-gadget-mode_fic-gta01 = "${MACHINE_CLASS}" PACKAGE_ARCH_pn-usb-gadget-mode_fic-gta02 = "${MACHINE_CLASS}" |