feat(coreos-container-image): add COREOS_IMAGE_EXTRACLASSES support

This commit is contained in:
Samuel Dolt 2023-01-30 15:16:47 +01:00
parent 711b0f08bd
commit 2b84253de8
1 changed files with 4 additions and 0 deletions

View File

@ -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}