kexecboot: move to SRCREV d590e063112bb75e6995a0d09afcfac13c931f9f
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 21 Nov 2010 00:30:27 +0000 (01:30 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 21 Nov 2010 00:34:59 +0000 (01:34 +0100)
* get upstream fixes fb rotation
* bump PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/kexecboot/kexecboot-klibc_git.bb
recipes/kexecboot/kexecboot_git.bb

index 0478b2c..4bbae1d 100644 (file)
@@ -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
index ab05105..ca1fc3a 100644 (file)
@@ -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