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>
This commit is contained in:
Hongxu Jia
2019-08-07 15:45:45 +08:00
committed by Richard Purdie
parent 841a1029c3
commit 3ef77a577c
2 changed files with 2 additions and 2 deletions

View File

@@ -105,5 +105,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"

View File

@@ -65,3 +65,5 @@ do_configure_prepend() {
}
RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native"