mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
35ae01ce6c
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>
18 lines
429 B
Diff
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
|