aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-11-21 01:30:27 +0100
committerAndrea Adami <andrea.adami@gmail.com>2010-11-21 01:34:59 +0100
commit68470fd0c11e247712c1e73e89ff519c682e6502 (patch)
tree564991ddefe72d6dad04772d3e1cd01a3e7aca15 /recipes/kexecboot
parent6f3489a996420ac31358b5cbc326c3c217636417 (diff)
downloadopenembedded-68470fd0c11e247712c1e73e89ff519c682e6502.tar.gz
kexecboot: move to SRCREV d590e063112bb75e6995a0d09afcfac13c931f9f
* get upstream fixes fb rotation * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/kexecboot-klibc_git.bb8
-rw-r--r--recipes/kexecboot/kexecboot_git.bb8
2 files changed, 4 insertions, 12 deletions
diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb
index 0478b2cad2..4bbae1dda9 100644
--- a/recipes/kexecboot/kexecboot-klibc_git.bb
+++ b/recipes/kexecboot/kexecboot-klibc_git.bb
@@ -1,13 +1,9 @@
RDEPENDS_${PN} = "kexec-klibc"
PV = "0.5"
-PR = "r20+gitr${SRCREV}"
+PR = "r21+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-
-SRCREV = "3e2ea676a39f22160a4a0e55a78b77867bf58dbb"
-# temporary fix for machines with unrotated fb
-SRCREV_c7x0 = "c192d8d456f931160539220bf96f74b44fea87d1"
-SRCREV_tosa = "c192d8d456f931160539220bf96f74b44fea87d1"
+SRCREV = "d590e063112bb75e6995a0d09afcfac13c931f9f"
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 ab0510537a..ca1fc3a4aa 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,13 +1,9 @@
RDEPENDS_${PN} = "kexec"
PV = "0.5"
-PR = "r20+gitr${SRCREV}"
+PR = "r21+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-
-SRCREV = "3e2ea676a39f22160a4a0e55a78b77867bf58dbb"
-# temporary fix for machines with unrotated fb
-SRCREV_c7x0 = "c192d8d456f931160539220bf96f74b44fea87d1"
-SRCREV_tosa = "c192d8d456f931160539220bf96f74b44fea87d1"
+SRCREV = "d590e063112bb75e6995a0d09afcfac13c931f9f"
S = "${WORKDIR}/git"
require kexecboot.inc