diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-01-06 12:01:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-06 22:17:29 +0000 |
commit | b1bf8f7f2bf7c6117c56e08b6ba667720862d3da (patch) | |
tree | 4d59020cbf37745d0370aa32d6c5f8809248db2d /meta/recipes-bsp/grub/grub-2.00 | |
parent | 2acd6174dea199917255cfe69f7504923069185e (diff) | |
download | poky-b1bf8f7f2bf7c6117c56e08b6ba667720862d3da.tar.gz |
grub: add git version
Recently grub git gained support for ARM builds (using u-boot or EFI as first stage loader) and with 2 extra patches we get support for 64-bit ARM as well.
Buildtested for genericarmv7a, genericarmv8 and qemux86. The genericarmv8 build fails in do_package/strip due to a binutils problem.
(From OE-Core rev: b4e28912af0618755ce75d0cc27d53fa9d745b30)
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/grub-2.00')
-rwxr-xr-x | meta/recipes-bsp/grub/grub-2.00/40_custom | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-bsp/grub/grub-2.00/40_custom b/meta/recipes-bsp/grub/grub-2.00/40_custom deleted file mode 100755 index f891b02779..0000000000 --- a/meta/recipes-bsp/grub/grub-2.00/40_custom +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | exec tail -n +3 $0 | ||
3 | # This file provides an easy way to add custom menu entries. Simply type the | ||
4 | # menu entries you want to add after this comment. Be careful not to change | ||
5 | # the 'exec tail' line above. | ||
6 | menuentry "Linux" { | ||
7 | set root=(hd0,1) | ||
8 | linux /vmlinuz root=__ROOTFS__ rw __CONSOLE__ __VIDEO_MODE__ __VGA_MODE__ quiet | ||
9 | } | ||