summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub_0.97.bb
diff options
context:
space:
mode:
authorJack Mitchell <jmitchell@cbnl.com>2013-10-14 10:55:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-18 15:49:56 +0100
commit8bfa6d96e77b1c9b39755df72ce834fb57534963 (patch)
tree9f65cb45d7ef50569e837929058a5a45e7661bf1 /meta/recipes-bsp/grub/grub_0.97.bb
parent88a8e96f8f3a39535fe75861e0756571ac307cc2 (diff)
downloadpoky-8bfa6d96e77b1c9b39755df72ce834fb57534963.tar.gz
grub: add patch to support 256 byte inodes
This patch is originally from oe-classic, it seemed to have been dropped in the transition for some reason. However I needed this patch to boot a system with 256 byte inodes. (From OE-Core rev: f36fd55e8721559dee2e9b57930cd3962958ba9e) Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/grub_0.97.bb')
-rw-r--r--meta/recipes-bsp/grub/grub_0.97.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-bsp/grub/grub_0.97.bb b/meta/recipes-bsp/grub/grub_0.97.bb
index 38f39121d6..376244e331 100644
--- a/meta/recipes-bsp/grub/grub_0.97.bb
+++ b/meta/recipes-bsp/grub/grub_0.97.bb
@@ -13,11 +13,12 @@ RDEPENDS_${PN} = "diffutils"
13PR = "r6" 13PR = "r6"
14 14
15SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ 15SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
16 file://no-reorder-functions.patch \ 16 file://no-reorder-functions.patch \
17 file://autohell.patch \ 17 file://autohell.patch \
18 file://grub_fix_for_automake-1.12.patch \ 18 file://grub_fix_for_automake-1.12.patch \
19 file://objcopy-absolute.patch \ 19 file://objcopy-absolute.patch \
20 " 20 file://grub-support-256byte-inode.patch \
21"
21 22
22SRC_URI[md5sum] = "cd3f3eb54446be6003156158d51f4884" 23SRC_URI[md5sum] = "cd3f3eb54446be6003156158d51f4884"
23SRC_URI[sha256sum] = "4e1d15d12dbd3e9208111d6b806ad5a9857ca8850c47877d36575b904559260b" 24SRC_URI[sha256sum] = "4e1d15d12dbd3e9208111d6b806ad5a9857ca8850c47877d36575b904559260b"