summaryrefslogtreecommitdiffstats
path: root/recipes-extended/images/xen-guest-image-minimal.bb
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-11-25 20:56:06 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-11-25 16:04:23 -0500
commite32dad4ff964d2a2b6b63a1ce310afe6c640f15c (patch)
tree5cb3a346adbc1dbf44baff2b7cb70308fd28e406 /recipes-extended/images/xen-guest-image-minimal.bb
parent0b4fe1c911376f4c2e0fcea0b26bb5fe3bbad6e4 (diff)
downloadmeta-virtualization-e32dad4ff964d2a2b6b63a1ce310afe6c640f15c.tar.gz
xen-guest-image-minimal: do not inherit distro_features_check
Change to inherit features_check, since distro_features_check has been deprecated in OE. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/images/xen-guest-image-minimal.bb')
-rw-r--r--recipes-extended/images/xen-guest-image-minimal.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/images/xen-guest-image-minimal.bb b/recipes-extended/images/xen-guest-image-minimal.bb
index d311eaef..63c7510d 100644
--- a/recipes-extended/images/xen-guest-image-minimal.bb
+++ b/recipes-extended/images/xen-guest-image-minimal.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "A Xen guest image." 1DESCRIPTION = "A Xen guest image."
2 2
3inherit core-image distro_features_check 3inherit core-image features_check
4 4
5IMAGE_INSTALL += " \ 5IMAGE_INSTALL += " \
6 packagegroup-core-boot \ 6 packagegroup-core-boot \