Add AGL machine template for s32g274ardb2 aka goldbox
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_s32g274ardb2.inc
1 # Disable meta-freescale package architecure mangling, as it causes
2 # issues with AGL's explicit setting of DEFAULTTUNE.
3 INHERIT:remove = "fsl-dynamic-packagearch"
4 MACHINE_SOCARCH = "${TUNE_PKGARCH}"
5
6 # Disable the meta-freescale weston-init bbappend as it conflicts
7 # with AGL's.
8 BBMASK:append = " meta-freescale/recipes-graphics/wayland/weston-init"
9
10 # do not replace or append YP core recipes at all
11 BBMASK:append = " meta-alb/dynamic-layers/core/"
12
13 # Avoid needing meta-python2
14 BBMASK:append = " meta-alb/dynamic-layers/freescale-layer/recipes-extended/vpp-core/vpp-core.bb"
15 BBMASK:append = " meta-alb/recipes-(connectivity|core|devtools|extended/xen|support/rng-tools)/"
16
17 # Seems like it might be worthwhile to get dunfell version, but doesn't work?:
18 #BBMASK:append = " meta-alb/recipes-bsp/u-boot/u-boot.inc"
19
20 PREFERRED_VERSION_rng-tools ?= "6%"
21
22 # export?
23 RELEASE_BASE = "release/bsp32.0"
24
25 # the label needs to be shorter than we would expand to by default !!
26 # Defaults to boot-${MACHINE}  which happens to be more than 11 chars
27 BOOTDD_VOLUME_ID = "boots32g"
28
29 AGL_DEFAULT_IMAGE_FSTYPES ?= "sdcard ext4 tar.xz"