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:
parent
3bf4819f83
commit
e0fed036fa
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue