mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
kexecboot: add BBCLASSEXTEND for the klibc static flavor
remove kexecboot-klibc recipe bump PV to local 0.5.9.1 remove PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
committed by
Paul Eggleton
parent
089ac5e4e4
commit
8aafddccb0
@@ -1,12 +0,0 @@
|
|||||||
PV = "0.5.9"
|
|
||||||
PR = "r10+gitr${SRCREV}"
|
|
||||||
|
|
||||||
SRC_URI = "git://github.com/kexecboot/kexecboot.git"
|
|
||||||
SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1"
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
# the binary is statically linked against klibc
|
|
||||||
inherit klibc
|
|
||||||
|
|
||||||
require kexecboot.inc
|
|
||||||
SUMMARY = "kexecboot linux-as-bootloader, statically compiled against klibc"
|
|
||||||
@@ -1,8 +1,9 @@
|
|||||||
PV = "0.5.9"
|
PV = "0.5.9.1"
|
||||||
PR = "r10+gitr${SRCREV}"
|
|
||||||
|
|
||||||
SRC_URI = "git://github.com/kexecboot/kexecboot.git"
|
SRC_URI = "git://github.com/kexecboot/kexecboot.git"
|
||||||
SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1"
|
SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
require kexecboot.inc
|
require kexecboot.inc
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "klibc"
|
||||||
|
|||||||
Reference in New Issue
Block a user