summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-bsp/grub/grub-efi_2.00.bbappend
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-08-25 16:39:01 -0700
committerSaul Wold <sgw@linux.intel.com>2015-08-28 14:25:29 -0700
commit4172351baa285b83eb54d54368fe2f037c48159b (patch)
treec2c1991e05b0260615b83abf59acee81a534ec10 /meta-fri2/recipes-bsp/grub/grub-efi_2.00.bbappend
parent44df7ddf395f82c28c494b92fb3f627f81e2e627 (diff)
downloadmeta-intel-4172351baa285b83eb54d54368fe2f037c48159b.tar.gz
Remove older platform specific BSPs
The intel-core* BSPs supercede these older BSPs therefore it's time to remove these older platform specific bsps. Bump LAYERVERSION to 3 to allow the Autobuilder to know that these BSPs have been removed. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-fri2/recipes-bsp/grub/grub-efi_2.00.bbappend')
-rw-r--r--meta-fri2/recipes-bsp/grub/grub-efi_2.00.bbappend13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-fri2/recipes-bsp/grub/grub-efi_2.00.bbappend b/meta-fri2/recipes-bsp/grub/grub-efi_2.00.bbappend
deleted file mode 100644
index f6105711..00000000
--- a/meta-fri2/recipes-bsp/grub/grub-efi_2.00.bbappend
+++ /dev/null
@@ -1,13 +0,0 @@
1# The Intel provided Fast Boot Firmware may not initialize the USB keyboard
2# before launching the grub.efi payload. Ensure GRUB has keyboard control by
3# building in the usb, usb_keyboard, and ohci modules.
4
5do_deploy() {
6 # Search for the grub.cfg on the local boot media by using the
7 # built in cfg file provided via this recipe
8 grub-mkimage -c ../cfg -p /EFI/BOOT -d ./grub-core/ \
9 -O ${GRUB_TARGET}-efi -o ./${GRUB_IMAGE} \
10 boot linux ext2 fat serial part_msdos part_gpt normal efi_gop iso9660 search \
11 usb usb_keyboard ohci
12 install -m 644 ${B}/${GRUB_IMAGE} ${DEPLOYDIR}
13}