All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] xen-guest-image-minimal: do not inherit distro_features_check
@ 2019-11-25 19:56 Ming Liu
  2019-11-25 21:04 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Ming Liu @ 2019-11-25 19:56 UTC (permalink / raw)
  To: meta-virtualization; +Cc: stefan.agner, Ming Liu

From: Ming Liu <liu.ming50@gmail.com>

Change to inherit features_check, since distro_features_check has been
deprecated in OE.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
 recipes-extended/images/xen-guest-image-minimal.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/images/xen-guest-image-minimal.bb b/recipes-extended/images/xen-guest-image-minimal.bb
index d311eae..63c7510 100644
--- a/recipes-extended/images/xen-guest-image-minimal.bb
+++ b/recipes-extended/images/xen-guest-image-minimal.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "A Xen guest image."
 
-inherit core-image distro_features_check
+inherit core-image features_check
 
 IMAGE_INSTALL += " \
     packagegroup-core-boot \
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-25 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-25 19:56 [meta-virtualization][PATCH] xen-guest-image-minimal: do not inherit distro_features_check Ming Liu
2019-11-25 21:04 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.