fix(coreos-image-ci.bbclass): fix undefined variables

At least KERNEL_IMAGE_BIN_EXT was not defined in somes cases.
This commit is contained in:
Alexandre Bard 2023-12-07 15:16:05 +01:00
parent 514767a790
commit 3fbebf25db
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# > COREOS_IMAGE_EXTRACLASSES += "coreos-image-ci"
# in auto.conf (or local.conf)
inherit kernel-artifact-names
def get_coreos_ci_artifacts(d):
artifacts = []