aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-10-25 00:05:28 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-10-25 00:06:56 +0200
commitfc51e74c56e6abae2729f43001438d53a37f4358 (patch)
treec6414c57e9f7be98b89a48b11b4f13bc33cda670 /recipes/kexecboot
parent669ac121adeacd1850f67ab4aa758036f4599135 (diff)
downloadopenembedded-fc51e74c56e6abae2729f43001438d53a37f4358.tar.gz
kexecboot: bump git revision to 3e2ea676a39f22160a4a0e55a78b77867bf58dbb
* add temporary fix for machines with unrotated fb (c7x0 and tosa)
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/kexecboot-klibc_git.bb7
-rw-r--r--recipes/kexecboot/kexecboot_git.bb7
2 files changed, 10 insertions, 4 deletions
diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb
index d57f7e45d4..0478b2cad2 100644
--- a/recipes/kexecboot/kexecboot-klibc_git.bb
+++ b/recipes/kexecboot/kexecboot-klibc_git.bb
@@ -1,10 +1,13 @@
RDEPENDS_${PN} = "kexec-klibc"
PV = "0.5"
-PR = "r19+gitr${SRCREV}"
+PR = "r20+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "cd52db828d24a239698f142e9b028c6bc0d6a21a"
+SRCREV = "3e2ea676a39f22160a4a0e55a78b77867bf58dbb"
+# temporary fix for machines with unrotated fb
+SRCREV_c7x0 = "c192d8d456f931160539220bf96f74b44fea87d1"
+SRCREV_tosa = "c192d8d456f931160539220bf96f74b44fea87d1"
S = "${WORKDIR}/git"
# the binary is statically linked against klibc
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 6a3f8fd59b..ab0510537a 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,10 +1,13 @@
RDEPENDS_${PN} = "kexec"
PV = "0.5"
-PR = "r19+gitr${SRCREV}"
+PR = "r20+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "cd52db828d24a239698f142e9b028c6bc0d6a21a"
+SRCREV = "3e2ea676a39f22160a4a0e55a78b77867bf58dbb"
+# temporary fix for machines with unrotated fb
+SRCREV_c7x0 = "c192d8d456f931160539220bf96f74b44fea87d1"
+SRCREV_tosa = "c192d8d456f931160539220bf96f74b44fea87d1"
S = "${WORKDIR}/git"
require kexecboot.inc