diff options
author | Ming Liu <liu.ming50@gmail.com> | 2019-11-25 20:56:06 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-11-25 16:04:23 -0500 |
commit | e32dad4ff964d2a2b6b63a1ce310afe6c640f15c (patch) | |
tree | 5cb3a346adbc1dbf44baff2b7cb70308fd28e406 | |
parent | 0b4fe1c911376f4c2e0fcea0b26bb5fe3bbad6e4 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-extended/images/xen-guest-image-minimal.bb | 2 |
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 @@ | |||
1 | DESCRIPTION = "A Xen guest image." | 1 | DESCRIPTION = "A Xen guest image." |
2 | 2 | ||
3 | inherit core-image distro_features_check | 3 | inherit core-image features_check |
4 | 4 | ||
5 | IMAGE_INSTALL += " \ | 5 | IMAGE_INSTALL += " \ |
6 | packagegroup-core-boot \ | 6 | packagegroup-core-boot \ |