Files
Kang Kai 35ae01ce6c efibootmgr: add recipe
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>
2015-07-30 21:07:36 +02:00

18 lines
429 B
Diff

Upstream-Status: Pending
Import this patch from meta-linaro.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
--- efibootmgr-0.5.4.orig/Makefile
+++ efibootmgr-0.5.4/Makefile
@@ -11,6 +11,8 @@
CFLAGS = $(EXTRA_CFLAGS) -DEFIBOOTMGR_VERSION=\"$(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_SUBLEVEL)$(RELEASE_EXTRALEVEL)\" \
-Wall -g -D_FILE_OFFSET_BITS=64
+ LDFLAGS += -lz
+
MODULES := src
BINDIR := /usr/sbin