config templates: set default platform variants

https://jira.digi.com/browse/DEL-438

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-05-07 16:18:07 +02:00
parent 3bf4819f83
commit e0fed036fa
5 changed files with 19 additions and 7 deletions

View File

@ -48,12 +48,12 @@ MACHINE_FEATURES_append_weagv = " wifi ext-eth accelerometer accel-video accel-g
UBOOT_CONFIG_VARIANT_weagv = "ext_eth" UBOOT_CONFIG_VARIANT_weagv = "ext_eth"
MACHINE_FEATURES_append_w128agv = " wifi accelerometer accel-video accel-graphics" MACHINE_FEATURES_append_w128agv = " wifi accelerometer accel-video accel-graphics"
UBOOT_CONFIG_VARIANT_w128agv = "128sdram" UBOOT_CONFIG_VARIANT_w128agv = "128sdram"
MACHINE_FEATURES_append_eavg = " ext-eth accelerometer accel-video accel-graphics" MACHINE_FEATURES_append_eagv = " ext-eth accelerometer accel-video accel-graphics"
MACHINE_FEATURES_append_agv = " accelerometer accel-video accel-graphics" MACHINE_FEATURES_append_agv = " accelerometer accel-video accel-graphics"
MACHINE_FEATURES_append_w = " wifi" MACHINE_FEATURES_append_w = " wifi"
UBOOT_CONFIG_VARIANT_128 = "128sdram" UBOOT_CONFIG_VARIANT_128 = "128sdram"
MACHINE_FEATURES_append_128avg = " accelerometer accel-video accel-graphics" MACHINE_FEATURES_append_128agv = " accelerometer accel-video accel-graphics"
UBOOT_CONFIG_VARIANT_128avg = "128sdram" UBOOT_CONFIG_VARIANT_128agv = "128sdram"
MACHINE_FEATURES_append_128a = " accelerometer" MACHINE_FEATURES_append_128a = " accelerometer"
UBOOT_CONFIG_VARIANT_128a = "128sdram" UBOOT_CONFIG_VARIANT_128a = "128sdram"
MACHINE_FEATURES_append_w128a = " wifi accelerometer" MACHINE_FEATURES_append_w128a = " wifi accelerometer"

View File

@ -48,7 +48,10 @@
#MACHINE ?= "routerstationpro" #MACHINE ?= "routerstationpro"
# #
# This sets the default machine to be qemux86 if no other machine is selected: # This sets the default machine to be qemux86 if no other machine is selected:
MACHINE ??= "ccardimx28js" #MACHINE ??= "qemux86"
MACHINE = "ccardimx28js"
MACHINE_VARIANT = "wb"
# #
# Where to place downloads # Where to place downloads

View File

@ -48,7 +48,10 @@
#MACHINE ?= "routerstationpro" #MACHINE ?= "routerstationpro"
# #
# This sets the default machine to be qemux86 if no other machine is selected: # This sets the default machine to be qemux86 if no other machine is selected:
MACHINE ??= "ccimx51js" #MACHINE ??= "qemux86"
MACHINE = "ccimx51js"
MACHINE_VARIANT = "wagv"
# #
# Where to place downloads # Where to place downloads

View File

@ -48,7 +48,10 @@
#MACHINE ?= "routerstationpro" #MACHINE ?= "routerstationpro"
# #
# This sets the default machine to be qemux86 if no other machine is selected: # This sets the default machine to be qemux86 if no other machine is selected:
MACHINE ??= "ccimx53js" #MACHINE ??= "qemux86"
MACHINE = "ccimx53js"
MACHINE_VARIANT = "w"
# #
# Where to place downloads # Where to place downloads

View File

@ -48,7 +48,10 @@
#MACHINE ?= "routerstationpro" #MACHINE ?= "routerstationpro"
# #
# This sets the default machine to be qemux86 if no other machine is selected: # This sets the default machine to be qemux86 if no other machine is selected:
MACHINE ??= "cpx2" #MACHINE ??= "qemux86"
MACHINE = "cpx2"
MACHINE_VARIANT = ""
# #
# Where to place downloads # Where to place downloads