kexecboot: bump git revision to 3e2ea676a39f22160a4a0e55a78b77867bf58dbb
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 24 Oct 2010 22:05:28 +0000 (00:05 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 24 Oct 2010 22:06:56 +0000 (00:06 +0200)
* add temporary fix for machines with unrotated fb (c7x0 and tosa)

recipes/kexecboot/kexecboot-klibc_git.bb
recipes/kexecboot/kexecboot_git.bb

index d57f7e4..0478b2c 100644 (file)
@@ -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
index 6a3f8fd..ab05105 100644 (file)
@@ -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