Not only grub-efi-native, but also add grub-native to provide grub utilities on host
Signed-off-by: Hongxu Jia <[email protected]> --- meta/recipes-bsp/grub/grub-efi_2.04.bb | 2 -- meta/recipes-bsp/grub/grub2.inc | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/grub/grub-efi_2.04.bb b/meta/recipes-bsp/grub/grub-efi_2.04.bb index 0a1f7d1..ea8cda9 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.04.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.04.bb @@ -107,5 +107,3 @@ INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 9544b36..c81def2 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc @@ -65,3 +65,5 @@ do_configure_prepend() { } RDEPENDS_${PN}_class-native = "" + +BBCLASSEXTEND = "native" -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
