[oe-commits] org.oe.dev compulab-pxa270: cond assign variables to allow being overridden in local.conf

cbrake commit openembedded-commits at lists.openembedded.org
Sat Jan 20 21:38:57 UTC 2007


compulab-pxa270: cond assign variables to allow being overridden in local.conf

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: 92ee4187c8bb382362bb41e7cb287db3352a81fc
ViewMTN: http://monotone.openembedded.org/revision.psp?id=92ee4187c8bb382362bb41e7cb287db3352a81fc
Files:
1
conf/machine/compulab-pxa270.conf
Diffs:

#
# mt diff -rba21ca3950263a18db2d5c1a08babe87592b4a9a -r92ee4187c8bb382362bb41e7cb287db3352a81fc
#
# 
# 
# patch "conf/machine/compulab-pxa270.conf"
#  from [6dc8a0251d35217c5f163bf7133143a236805b74]
#    to [e908596f274510450aaa119d4dc3bf047909940b]
# 
============================================================
--- conf/machine/compulab-pxa270.conf	6dc8a0251d35217c5f163bf7133143a236805b74
+++ conf/machine/compulab-pxa270.conf	e908596f274510450aaa119d4dc3bf047909940b
@@ -1,10 +1,10 @@ PREFERRED_VERSION_compulab-pxa270 = "2.6
 #@TYPE: Machine
 #@Name: Compulab PXA270 system
 #@DESCRIPTION: Machine configuration for Compulab PXA270 system
 #OLDEST_KERNEL = "2.6.16"
 TARGET_ARCH = "arm"
 PREFERRED_VERSION_compulab-pxa270 = "2.6.16"
-GUI_MACHINE_CLASS = "bigscreen"
+GUI_MACHINE_CLASS ?= "bigscreen"
 
 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}"
 PACKAGE_EXTRA_ARCHS = "armv4 armv5te"
@@ -12,10 +12,10 @@ require conf/machine/include/tune-xscale
 require conf/machine/include/tune-xscale.conf
 
 # used by sysvinit_2
-SERIAL_CONSOLE = "38400 ttySA0"
+SERIAL_CONSOLE ?= "38400 ttySA0"
 
 # used by opie-collections.inc
-ROOT_FLASH_SIZE = "32"
+ROOT_FLASH_SIZE ?= "32"
 
 EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000"
 






More information about the Openembedded-commits mailing list