diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-08-07 15:45:45 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-08 10:19:56 +0100 |
| commit | 3ef77a577c8dcbf9ac3718a3bc114767ab55a71a (patch) | |
| tree | b186c5e05dc22f05c8e4744b3aafde4841ffdc4e | |
| parent | 841a1029c31192608c7222db4e05713053b266d0 (diff) | |
| download | poky-3ef77a577c8dcbf9ac3718a3bc114767ab55a71a.tar.gz | |
grub: add grub-native
Not only grub-efi-native, but also add grub-native to provide
grub utilities on host
(From OE-Core rev: 67dfa11f2d2fb5242814e133346e72515bfc0aca)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.04.bb | 2 | ||||
| -rw-r--r-- | 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 0028a9b6eb..b797bb7445 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.04.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.04.bb | |||
| @@ -105,5 +105,3 @@ INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" | |||
| 105 | INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" | 105 | INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" |
| 106 | INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" | 106 | INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" |
| 107 | INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" | 107 | INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" |
| 108 | |||
| 109 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 9544b36884..c81def2a17 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
| @@ -65,3 +65,5 @@ do_configure_prepend() { | |||
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | RDEPENDS_${PN}_class-native = "" | 67 | RDEPENDS_${PN}_class-native = "" |
| 68 | |||
| 69 | BBCLASSEXTEND = "native" | ||
