From 681790296eab22dd5f02e2021e7455ea1f56c75e Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Tue, 9 Jul 2019 11:25:37 +0700 Subject: rcar-gen3: Add bundle for agl-image-minimal Another sample bundle for agl-image-minimal image. Change-Id: I357bf7cc99267b04b73d23bdeb27d24ec2bdf0e4 Signed-off-by: Duy Dang --- meta-rcar-gen3/recipes-core/bundles/agl-minimal-bundle.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-rcar-gen3/recipes-core/bundles/agl-minimal-bundle.bb diff --git a/meta-rcar-gen3/recipes-core/bundles/agl-minimal-bundle.bb b/meta-rcar-gen3/recipes-core/bundles/agl-minimal-bundle.bb new file mode 100644 index 0000000..5b16b99 --- /dev/null +++ b/meta-rcar-gen3/recipes-core/bundles/agl-minimal-bundle.bb @@ -0,0 +1,10 @@ +inherit bundle + +RAUC_BUNDLE_COMPATIBLE = "${MACHINE}" + +RAUC_BUNDLE_SLOTS = "rootfs" + +RAUC_SLOT_rootfs = "agl-image-minimal" + +RAUC_KEY_FILE := "${THISDIR}/files/rauc-sample.key.pem" +RAUC_CERT_FILE := "${THISDIR}/files/rauc-sample.cert.pem" -- cgit 1.2.3-korg