From c8d5eede46a9a95e4fa2d48f956647d811e59def Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 8 Dec 2023 03:15:56 +0100 Subject: Add initial templates for ec2-arm64 and ec2-x86-64 MACHINES Support building images for ec2. v2: Add meta-virt into the templates. v3: workaround bug in cloud-init recipe leading to empty cloud-init-systemd package Bug-AGL: SPEC-5006 Change-Id: I65563c19eec60a53693a17b316f965100e2339e5 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29511 ci-image-boot-test: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- templates/machine/aws-ec2-x86-64/50_bblayers.conf.inc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/machine/aws-ec2-x86-64/50_bblayers.conf.inc (limited to 'templates/machine/aws-ec2-x86-64/50_bblayers.conf.inc') diff --git a/templates/machine/aws-ec2-x86-64/50_bblayers.conf.inc b/templates/machine/aws-ec2-x86-64/50_bblayers.conf.inc new file mode 100644 index 000000000..4e619cde0 --- /dev/null +++ b/templates/machine/aws-ec2-x86-64/50_bblayers.conf.inc @@ -0,0 +1,8 @@ +AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" +AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia" +AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking" +AGL_META_VIRTUALIZATION = "${METADIR}/external/meta-virtualization" + +BBLAYERS =+ "\ + ${METADIR}/bsp/meta-aws \ + " -- cgit 1.2.3-korg