[oe-commits] org.oe.dev cm-x270.conf: allow user to override kernel version

cbrake commit openembedded-commits at lists.openembedded.org
Mon Dec 17 22:13:54 UTC 2007


cm-x270.conf: allow user to override kernel version

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: 4f411dbed5f36e2a26e7c552ab93331dd4dd7245
ViewMTN: http://monotone.openembedded.org/revision/info/4f411dbed5f36e2a26e7c552ab93331dd4dd7245
Files:
1
conf/machine/cm-x270.conf
Diffs:

#
# mt diff -r9e9f969634ee667e11e531b1eed2020d0c2369a1 -r4f411dbed5f36e2a26e7c552ab93331dd4dd7245
#
# 
# 
# patch "conf/machine/cm-x270.conf"
#  from [01e554b1475f1f31f329a84fefd8199e5290fbcc]
#    to [2a8d6b9ac864b5f94ce6689ef7814ec193676166]
# 
============================================================
--- conf/machine/cm-x270.conf	01e554b1475f1f31f329a84fefd8199e5290fbcc
+++ conf/machine/cm-x270.conf	2a8d6b9ac864b5f94ce6689ef7814ec193676166
@@ -6,7 +6,7 @@ PREFERRED_PROVIDER_virtual/kernel = "lin
 GUI_MACHINE_CLASS ?= "bigscreen"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux"
-PREFERRED_VERSION_linux = "2.6.23"
+PREFERRED_VERSION_linux ?= "2.6.23"
 
 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt"
 






More information about the Openembedded-commits mailing list