[oe-commits] org.oe.dev a780: unbreak kernel selection

koen commit openembedded-commits at lists.openembedded.org
Tue Dec 19 14:16:37 UTC 2006


a780: unbreak kernel selection

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 1b9b5e29f993b107b17de5dde1395f8dba168e17
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1b9b5e29f993b107b17de5dde1395f8dba168e17
Files:
1
conf/machine/a780.conf
Diffs:

#
# mt diff -ra6590ff2f21ebb43ab29209d0580dc897c1c1993 -r1b9b5e29f993b107b17de5dde1395f8dba168e17
#
# 
# 
# patch "conf/machine/a780.conf"
#  from [7699c945a237d87541fce8d847939a37bdd954af]
#    to [6a92def392520efa880ab06f2687d417195bb259]
# 
============================================================
--- conf/machine/a780.conf	7699c945a237d87541fce8d847939a37bdd954af
+++ conf/machine/a780.conf	6a92def392520efa880ab06f2687d417195bb259
@@ -1,13 +1,13 @@
 #@TYPE: Machine
 #@NAME: Motorola EZX A780, Motorola EZX E680, Motorola EZX E680i
 #@DESCRIPTION: Machine configuration for the Motorola GSM phones A780, E680, and E680i
 
-require conf/machine/include/motorola-ezx.conf
 
 TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS = "armv4 armv5te"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
 
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-ezx"
 
 EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
 






More information about the Openembedded-commits mailing list