nwl-ramdisk-minimal: Fix missing artifacts list

id:414705
This commit is contained in:
Alexandre Bard 2023-09-12 18:28:16 +02:00
parent 437387f41c
commit 6232f544db
1 changed files with 6 additions and 0 deletions

View File

@ -5,9 +5,15 @@ COREOS_IMAGE_GENERATE_INSTALLER = "0"
COREOS_IMAGE_GENERATE_UKI = "0" COREOS_IMAGE_GENERATE_UKI = "0"
COREOS_IMAGE_GENERATE_SWU = "0" COREOS_IMAGE_GENERATE_SWU = "0"
COREOS_IMAGE_EXTRACLASSES += "coreos-image-ci"
inherit nwl-image inherit nwl-image
inherit nwl-image-fitimage 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" IMAGE_FSTYPES = "cpio.xz"
# Keep only the minimum packages # Keep only the minimum packages