* [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
* Re: [meta-virtualization][PATCH] xen-guest-image-minimal: do not inherit distro_features_check 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 0 siblings, 0 replies; 2+ messages in thread From: Bruce Ashfield @ 2019-11-25 21:04 UTC (permalink / raw) To: Ming Liu; +Cc: meta-virtualization, stefan.agner In message: [meta-virtualization][PATCH] xen-guest-image-minimal: do not inherit distro_features_check on 25/11/2019 Ming Liu wrote: > From: Ming Liu <liu.ming50@gmail.com> > > Change to inherit features_check, since distro_features_check has been > deprecated in OE. I had a similar changed staged, but have grabbed yours instead. Bruce > > 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 > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > > View/Reply Online (#4737): https://lists.yoctoproject.org/g/meta-virtualization/message/4737 > Mute This Topic: https://lists.yoctoproject.org/mt/61947126/1050810 > Group Owner: meta-virtualization+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- ^ permalink raw reply [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.