fix(coreos-image-ci.bbclass): fix undefined variables
At least KERNEL_IMAGE_BIN_EXT was not defined in somes cases. id:397918
This commit is contained in:
parent
8ab4fd47df
commit
fab454f422
|
|
@ -3,6 +3,7 @@
|
||||||
# > COREOS_IMAGE_EXTRACLASSES += "coreos-image-ci"
|
# > COREOS_IMAGE_EXTRACLASSES += "coreos-image-ci"
|
||||||
# in auto.conf (or local.conf)
|
# in auto.conf (or local.conf)
|
||||||
|
|
||||||
|
inherit kernel-artifact-names
|
||||||
|
|
||||||
def get_coreos_ci_artifacts(d):
|
def get_coreos_ci_artifacts(d):
|
||||||
artifacts = []
|
artifacts = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue