[oe-commits] org.oe.dev angstrom: make kernel version overridable via machine.conf of local.conf

koen commit openembedded-commits at lists.openembedded.org
Sat Jan 13 13:10:28 UTC 2007


angstrom: make kernel version overridable via machine.conf of local.conf

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3c96b014ef2dbcdb79faf2c1b5dbbc4d0d2d7660
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3c96b014ef2dbcdb79faf2c1b5dbbc4d0d2d7660
Files:
1
conf/distro/angstrom-2007.1.conf
Diffs:

#
# mt diff -ree9553b7958df8396e9de285a3a823f5fe39d8af -r3c96b014ef2dbcdb79faf2c1b5dbbc4d0d2d7660
#
# 
# 
# patch "conf/distro/angstrom-2007.1.conf"
#  from [ce104fa2aa87d238b36d8e062defd0b71950489b]
#    to [ff8ff17493bd394e963bc56ae9844011ed0c957e]
# 
============================================================
--- conf/distro/angstrom-2007.1.conf	ce104fa2aa87d238b36d8e062defd0b71950489b
+++ conf/distro/angstrom-2007.1.conf	ff8ff17493bd394e963bc56ae9844011ed0c957e
@@ -74,9 +74,9 @@ FEED_URIS += " \
 # We will lock down a SRCDATE when we go into release mode
 #SRCDATE = "20070303"
 
-PREFERRED_VERSION_linux-handhelds-2.6 = "2.6.16-hh9"
-PREFERRED_VERSION_linux-handhelds-2.6_h3900 = "2.6.19-hh7"
-PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal = "2.6.19-hh7"
+PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.16-hh9"
+PREFERRED_VERSION_linux-handhelds-2.6_h3900 ?= "2.6.19-hh7"
+PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal ?= "2.6.19-hh7"
 
 
 SRCDATE_gconf-dbus = "20060719"






More information about the Openembedded-commits mailing list