diff options
Diffstat (limited to 'meta/recipes-bsp/grub/grub_git.bb')
| -rw-r--r-- | meta/recipes-bsp/grub/grub_git.bb | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb deleted file mode 100644 index 0a81e530f4..0000000000 --- a/meta/recipes-bsp/grub/grub_git.bb +++ /dev/null | |||
| @@ -1,45 +0,0 @@ | |||
| 1 | require grub2.inc | ||
| 2 | |||
| 3 | DEFAULT_PREFERENCE = "-1" | ||
| 4 | DEFAULT_PREFERENCE_arm = "1" | ||
| 5 | |||
| 6 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/grub-git:" | ||
| 7 | |||
| 8 | PV = "2.00+${SRCPV}" | ||
| 9 | SRCREV = "ce95549cc54b5d6f494608a7c390dba3aab4fba7" | ||
| 10 | SRC_URI = "git://git.savannah.gnu.org/grub.git \ | ||
| 11 | file://0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch \ | ||
| 12 | file://autogen.sh-exclude-pc.patch \ | ||
| 13 | file://0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' | ||
| 19 | COMPATIBLE_HOST_armv7a = 'null' | ||
| 20 | COMPATIBLE_HOST_armv7ve = 'null' | ||
| 21 | |||
| 22 | # configure.ac has code to set this automagically from the target tuple | ||
| 23 | # but the OE freeform one (core2-foo-bar-linux) don't work with that. | ||
| 24 | |||
| 25 | GRUBPLATFORM_arm = "uboot" | ||
| 26 | GRUBPLATFORM_aarch64 = "efi" | ||
| 27 | GRUBPLATFORM ??= "pc" | ||
| 28 | |||
| 29 | EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} --disable-grub-mkfont --program-prefix="" \ | ||
| 30 | --enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no \ | ||
| 31 | --enable-largefile \ | ||
| 32 | " | ||
| 33 | |||
| 34 | do_install_append () { | ||
| 35 | install -d ${D}${sysconfdir}/grub.d | ||
| 36 | rm -rf ${D}${libdir}/charset.alias | ||
| 37 | } | ||
| 38 | |||
| 39 | # debugedit chokes on bare metal binaries | ||
| 40 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 41 | |||
| 42 | RDEPENDS_${PN} = "diffutils freetype" | ||
| 43 | |||
| 44 | INSANE_SKIP_${PN} = "arch" | ||
| 45 | INSANE_SKIP_${PN}-dbg = "arch" | ||
