feat(coreos-container-image): add COREOS_IMAGE_EXTRACLASSES support
This commit is contained in:
parent
711b0f08bd
commit
2b84253de8
|
|
@ -51,3 +51,7 @@ rootfs_fixup_var_volatile () {
|
|||
ln -sf ${localstatedir}/volatile/tmp ${IMAGE_ROOTFS}/${localstatedir}/tmp
|
||||
ln -sf ${localstatedir}/volatile/log ${IMAGE_ROOTFS}/${localstatedir}/log
|
||||
}
|
||||
|
||||
# Add support for plugin classes like in coreos-image.bbclass
|
||||
COREOS_IMAGE_EXTRACLASSES ?= ""
|
||||
inherit ${COREOS_IMAGE_EXTRACLASSES}
|
||||
|
|
|
|||
Loading…
Reference in New Issue