From 41820366c45209d2fe793e77187a4b74f89c1e08 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 12 Sep 2023 18:28:16 +0200 Subject: [PATCH] nwl-ramdisk-minimal: Fix missing artifacts list id:414705 --- .../recipes-core/images/nwl-ramdisk-minimal.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layers/meta-nwl-distro/recipes-core/images/nwl-ramdisk-minimal.bb b/layers/meta-nwl-distro/recipes-core/images/nwl-ramdisk-minimal.bb index 0fb66d4..516797c 100644 --- a/layers/meta-nwl-distro/recipes-core/images/nwl-ramdisk-minimal.bb +++ b/layers/meta-nwl-distro/recipes-core/images/nwl-ramdisk-minimal.bb @@ -8,6 +8,10 @@ COREOS_IMAGE_GENERATE_SWU = "0" inherit nwl-image inherit nwl-image-fitimage +# Overwrite definition from nwl-image-fitimage to get rid of default artifacts from +# coreos like u-boot +COREOS_CI_DEPLOY_ARTIFACTS = "${@get_nwl_fitimage_ci_artifacts(d)}" + IMAGE_FSTYPES = "cpio.xz" # Keep only the minimum packages