From 0ba8cf205c1c5715ea93dfe3e5cca37d671b695f Mon Sep 17 00:00:00 2001 From: Lucien Mueller Date: Mon, 21 Aug 2023 10:15:17 +0200 Subject: [PATCH] nwl-fitimage-minimal: add ramdisk manifest to ci deploy artifacts. Signed-off-by: Lucien Mueller --- layers/meta-nwl-distro/recipes-core/images/nwl-fitimage.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layers/meta-nwl-distro/recipes-core/images/nwl-fitimage.bb b/layers/meta-nwl-distro/recipes-core/images/nwl-fitimage.bb index 27b2e85..5496cd2 100644 --- a/layers/meta-nwl-distro/recipes-core/images/nwl-fitimage.bb +++ b/layers/meta-nwl-distro/recipes-core/images/nwl-fitimage.bb @@ -23,6 +23,9 @@ INITRAMFS_IMAGE = "nwl-ramdisk-minimal" INITRAMFS_IMAGE_NAME = "${INITRAMFS_IMAGE}-${MACHINE}" INITRAMFS_IMAGE_BUNDLE = "0" +COREOS_CI_DEPLOY_ARTIFACTS += "${INITRAMFS_IMAGE}-${MACHINE}.manifest" + + do_configure:prepend () { install -d ${S}/arch/${ARCH}/boot/ for DTB in ${KERNEL_DEVICETREE}; do