aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/efibootmgr
AgeCommit message (Collapse)Author
2017-08-31efibootmgr: Upgrade to 0.15Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-26efibootmgr: Fix build with gcc 7Khem Raj
backport patch to remove double const in decls Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-03-04efivar: unblacklist package and those that depend on itDerek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13smbnetfs gnome-disk-utility contacts kexecboot ↵Martin Jansa
initramfs-kexecboot-klibc-image system-config-keyboard system-setup-keyboard geany geany-plugins efivar efibootmgr gimp system-config-keyboard tumbler: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111173.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111180.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-05-19efibootmgr: sync with upstream while efivar upgraded to 0.23Hongxu Jia
Sync with upstream to have the following fix: ... commit 53aa9cdf7f0746f91f39521d020b024103041384 Author: Peter Jones <pjones@redhat.com> Date: Thu Mar 3 09:50:03 2016 -0500 Explicitly pass a mode to efi_set_variable() in all cases. We'll have to do this for efivar-0.24 . Signed-off-by: Peter Jones <pjones@redhat.com> ... It fixed compile failure: ... efibootmgr.c: In function 'make_boot_var': efibootmgr.c:305:7: error: too few arguments to function 'efi_set_variable' rc = efi_set_variable(boot->guid, boot->name, boot->data, ^ ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-05-19efibootmgr: update and unblacklistKoen Kooi
Also fix style issues. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-27efibootmgr: blacklist, depends on blacklisted efivarMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-23efibootmgr: 0.6.0 -> 0.12Kai Kang
Upgrade efibootmgr from 0.6.0 to 0.12. * update HOMEPAGE * drop obsolete patches that source files have been removed * add dependency efivar * update CFLAGS to fix print wrong version issue Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-31efibootmgr: fix build error with gcc 5.2Kai Kang
It fails to build efibootmgr with gcc 5.2: src/lib/disk.o: In function `disk_get_scsi_pci': src/lib/disk.c:154: undefined reference to `get_scsi_pci' src/lib/efi.o: In function `make_edd30_device_path': src/lib/efi.c:474: undefined reference to `get_scsi_idlun' collect2: error: ld returned 1 exit status Because functions get_scsi_pci and get_scsi_idlun are declared as inline. It has different semantics for inilne function between gcc 4 and gcc 5. Pass flag '-fgnu89-inline' to gcc to fix the errors. Ref: https://gcc.gnu.org/gcc-5/porting_to.html Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-07-30efibootmgr: add recipeKang Kai
Add efibootmgr recipe from layer meta-linaro and upgrade from 0.5.4 to 0.6.0. efibootmgr is a linux user-space application to modify the EFI Boot Manager which is useful for us to manage boot on EFI boards. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>