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 /meta/recipes-bsp/grub/grub2.inc | |
| 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>
Diffstat (limited to 'meta/recipes-bsp/grub/grub2.inc')
| -rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" | ||
