[oe] [meta-initramfs][PATCH] kexecboot: add BBCLASSEXTEND for the klibc static flavor

Andrea Adami andrea.adami at gmail.com
Sat Sep 28 23:15:39 UTC 2013


remove kexecboot-klibc recipe
bump PV to local 0.5.9.1
remove PR

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 12 ------------
 meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb       |  5 +++--
 2 files changed, 3 insertions(+), 14 deletions(-)
 delete mode 100644 meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb

diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
deleted file mode 100644
index 4144d85..0000000
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
+++ /dev/null
@@ -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"
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
index dd630a9..1b08805 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -1,8 +1,9 @@
-PV = "0.5.9"
-PR = "r10+gitr${SRCREV}"
+PV = "0.5.9.1"
 
 SRC_URI = "git://github.com/kexecboot/kexecboot.git"
 SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1"
 S = "${WORKDIR}/git"
 
 require kexecboot.inc
+
+BBCLASSEXTEND = "klibc"
-- 
1.8.1.5




More information about the Openembedded-devel mailing list