On Thu, Dec 9, 2021 at 5:59 AM Kamil Dziezyk <[email protected]> wrote:
> Signed-off-by: Kamil Dziezyk <[email protected]> > I think this might be better changed in the grub-efi recipe in OE core instead, where the GRUB recipe maintainer can review it? Should this xen_boot build-in feature be enabled for more architectures than just aarch64? Christopher > --- > recipes-bsp/grub/grub-efi_%.bbappend | 1 + > recipes-bsp/grub/grub-efi_xen.inc | 1 + > 2 files changed, 2 insertions(+) > create mode 100644 recipes-bsp/grub/grub-efi_%.bbappend > create mode 100644 recipes-bsp/grub/grub-efi_xen.inc > > diff --git a/recipes-bsp/grub/grub-efi_%.bbappend > b/recipes-bsp/grub/grub-efi_%.bbappend > new file mode 100644 > index 0000000..df2b688 > --- /dev/null > +++ b/recipes-bsp/grub/grub-efi_%.bbappend > @@ -0,0 +1 @@ > +require ${@bb.utils.contains('DISTRO_FEATURES', 'xen', '${BPN}_xen.inc', > '', d)} > diff --git a/recipes-bsp/grub/grub-efi_xen.inc > b/recipes-bsp/grub/grub-efi_xen.inc > new file mode 100644 > index 0000000..5aa0958 > --- /dev/null > +++ b/recipes-bsp/grub/grub-efi_xen.inc > @@ -0,0 +1 @@ > +GRUB_BUILDIN:append:aarch64 = "${@bb.utils.contains('DISTRO_FEATURES', > 'xen', ' xen_boot', '', d)}" > -- > 2.17.1 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6985): https://lists.yoctoproject.org/g/meta-virtualization/message/6985 Mute This Topic: https://lists.yoctoproject.org/mt/87611988/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
