Add template for generic-arm64 machine 56/27456/4
authorScott Murray <scott.murray@konsulko.com>
Wed, 4 May 2022 20:04:40 +0000 (16:04 -0400)
committerScott Murray <scott.murray@konsulko.com>
Fri, 13 May 2022 08:53:16 +0000 (08:53 +0000)
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

templates/machine/generic-arm64/50_bblayers.conf.inc [new file with mode: 0644]
templates/machine/generic-arm64/50_local.conf.inc [new file with mode: 0644]
templates/machine/generic-arm64/README_machine_generic-arm64.md [new file with mode: 0644]

diff --git a/templates/machine/generic-arm64/50_bblayers.conf.inc b/templates/machine/generic-arm64/50_bblayers.conf.inc
new file mode 100644 (file)
index 0000000..05e60f6
--- /dev/null
@@ -0,0 +1,4 @@
+BBLAYERS =+ "\
+    ${METADIR}/bsp/meta-arm/meta-arm \
+    ${METADIR}/bsp/meta-arm/meta-arm-toolchain \
+    "
diff --git a/templates/machine/generic-arm64/50_local.conf.inc b/templates/machine/generic-arm64/50_local.conf.inc
new file mode 100644 (file)
index 0000000..3918af8
--- /dev/null
@@ -0,0 +1,2 @@
+MACHINE = "generic-arm64"
+
diff --git a/templates/machine/generic-arm64/README_machine_generic-arm64.md b/templates/machine/generic-arm64/README_machine_generic-arm64.md
new file mode 100644 (file)
index 0000000..22dcb1f
--- /dev/null
@@ -0,0 +1,10 @@
+---
+description: Machine generic-arm64
+authors: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
+---
+
+### Machine generic-arm64
+
+This is a standard aarch64 (ARM 64bit) machine for use with 'SystemReady'
+(aka UEFI) systems.
+