aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-01-16 01:12:09 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-16 16:14:08 +0000
commit1664cc49d37b5c409fb9c1f908d1531c90ba8fb8 (patch)
tree5ae0b69731eb5a0dadf1152576f7f94dd99ef457 /recipes-bsp
parentbfd912004d53301190b1381b33d09a9a22332e47 (diff)
downloadmeta-handheld-1664cc49d37b5c409fb9c1f908d1531c90ba8fb8.tar.gz
kexecboot_git: move to 8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7
* take advantage of last commits allowing to boot with empty /dev * (the directory must be present, though) * minor fixes * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/kexecboot/kexecboot-klibc_git.bb4
-rw-r--r--recipes-bsp/kexecboot/kexecboot.inc3
-rw-r--r--recipes-bsp/kexecboot/kexecboot_git.bb4
3 files changed, 6 insertions, 5 deletions
diff --git a/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
index 22ef7de..0d6d00f 100644
--- a/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
+++ b/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
@@ -1,9 +1,9 @@
RDEPENDS_${PN} = "kexec-klibc"
PV = "0.5.9"
-PR = "r7+gitr${SRCREV}"
+PR = "r8+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "14e6d1a3641a749e4408fda1eadffe4f396b0279"
+SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7"
S = "${WORKDIR}/git"
# the binary is statically linked against klibc
diff --git a/recipes-bsp/kexecboot/kexecboot.inc b/recipes-bsp/kexecboot/kexecboot.inc
index b76abcc..3a7fd9f 100644
--- a/recipes-bsp/kexecboot/kexecboot.inc
+++ b/recipes-bsp/kexecboot/kexecboot.inc
@@ -50,11 +50,12 @@ do_install () {
install -m 0755 kexecboot ${D}${bindir}/
install -d ${D}/proc
install -d ${D}/mnt
+ install -d ${D}/dev
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
-FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt"
+FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev"
pkg_postinst_${PN} () {
ln -sf ${bindir}/kexecboot $D/init
diff --git a/recipes-bsp/kexecboot/kexecboot_git.bb b/recipes-bsp/kexecboot/kexecboot_git.bb
index 264d8e2..1341461 100644
--- a/recipes-bsp/kexecboot/kexecboot_git.bb
+++ b/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -1,9 +1,9 @@
RDEPENDS_${PN} = "kexec"
PV = "0.5.9"
-PR = "r7+gitr${SRCREV}"
+PR = "r8+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "14e6d1a3641a749e4408fda1eadffe4f396b0279"
+SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7"
S = "${WORKDIR}/git"
require kexecboot.inc