diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-05-19 17:22:34 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-05-24 11:03:49 +0000 |
commit | 3235d0f84dafa0a99313a9fb83df8a16ebdb3195 (patch) | |
tree | 3f2df0f06f2dbb7b71b12c70d9919f2269a6a583 /templates/machine/s32g274ardb2/40_bblayers.conf.inc | |
parent | 2e84e270a00afc440af68baeb99e7c13010893ec (diff) |
Add AGL machine template for s32g274ardb2 aka goldbox
This adds the machine template and tweaks to build an image
that matches the s32g274ardb2 aka 'goldbox' .
Bug-AGL: SPEC-4387
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I90cb5d109d4327147025fa81a70ef0c9adb0c78f
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27498
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'templates/machine/s32g274ardb2/40_bblayers.conf.inc')
-rw-r--r-- | templates/machine/s32g274ardb2/40_bblayers.conf.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/machine/s32g274ardb2/40_bblayers.conf.inc b/templates/machine/s32g274ardb2/40_bblayers.conf.inc new file mode 100644 index 000000000..c668d2792 --- /dev/null +++ b/templates/machine/s32g274ardb2/40_bblayers.conf.inc @@ -0,0 +1,8 @@ +# This must be parsed after qt5, etc. layers so that they are correctly +# recognized by meta-freescale/dynamic-layers +BBLAYERS =+ "\ + ${METADIR}/bsp/meta-freescale \ + ${METADIR}/bsp/meta-alb \ + ${METADIR}/bsp/meta-linaro/meta-optee \ + ${METADIR}/external/meta-python2 \ + " |