angstrom: make kernel version overridable via machine.conf of local.conf
authorKoen Kooi <koen@openembedded.org>
Fri, 12 Jan 2007 21:53:08 +0000 (21:53 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 12 Jan 2007 21:53:08 +0000 (21:53 +0000)
conf/distro/angstrom-2007.1.conf

index c5e8d32..b1d67e0 100644 (file)
@@ -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"