diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-05-04 16:04:40 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-05-13 08:53:16 +0000 |
commit | ba35313c0852ebaf924a9b71d87a4e3f5e90ac9b (patch) | |
tree | 1df99838c905a0949e68c673d4e76a16eb8acc29 /templates/machine/generic-arm64/50_bblayers.conf.inc | |
parent | 0d59423263be43f22cf8d597a6da4ec5f2d7f142 (diff) |
Add template for generic-arm64 machine
This is a standard aarch64 (ARM 64bit) machine for use with
'SystemReady' (aka UEFI) systems. It had been added to the next
branch in meta-agl-devel for some testing on AWS Graviton instances,
but now that the upgrade to kirkstone has landed, it seems sensible
to move it to meta-agl to ease maintenance.
Bug-AGL: SPEC-4353
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I51e223ee80ea62bce99b725c4daef1a010cb0835
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27456
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/generic-arm64/50_bblayers.conf.inc')
-rw-r--r-- | templates/machine/generic-arm64/50_bblayers.conf.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/machine/generic-arm64/50_bblayers.conf.inc b/templates/machine/generic-arm64/50_bblayers.conf.inc new file mode 100644 index 000000000..05e60f69b --- /dev/null +++ b/templates/machine/generic-arm64/50_bblayers.conf.inc @@ -0,0 +1,4 @@ +BBLAYERS =+ "\ + ${METADIR}/bsp/meta-arm/meta-arm \ + ${METADIR}/bsp/meta-arm/meta-arm-toolchain \ + " |