summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-09-29 01:15:39 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-09-30 21:53:21 +0100
commit8aafddccb03f54923927e9d1c8c80223baf581de (patch)
tree4afddfa3ea447946ddee78b3f43e9ed1d2260b3d /meta-initramfs
parent089ac5e4e4456eb9b336247b5ac1953f6acada2a (diff)
downloadmeta-openembedded-8aafddccb03f54923927e9d1c8c80223baf581de.tar.gz
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>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb12
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb5
2 files changed, 3 insertions, 14 deletions
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 4144d850d..000000000
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1PV = "0.5.9"
2PR = "r10+gitr${SRCREV}"
3
4SRC_URI = "git://github.com/kexecboot/kexecboot.git"
5SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1"
6S = "${WORKDIR}/git"
7
8# the binary is statically linked against klibc
9inherit klibc
10
11require kexecboot.inc
12SUMMARY = "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 dd630a97e..b52012e96 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -1,8 +1,9 @@
1PV = "0.5.9" 1PV = "0.5.9.1"
2PR = "r10+gitr${SRCREV}"
3 2
4SRC_URI = "git://github.com/kexecboot/kexecboot.git" 3SRC_URI = "git://github.com/kexecboot/kexecboot.git"
5SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" 4SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1"
6S = "${WORKDIR}/git" 5S = "${WORKDIR}/git"
7 6
8require kexecboot.inc 7require kexecboot.inc
8
9BBCLASSEXTEND = "klibc"