[oe-commits] Andrea Adami : kexecboot: move to SRCREV d590e063112bb75e6995a0d09afcfac13c931f9f

git version control git at git.openembedded.org
Sun Nov 21 00:43:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 68470fd0c11e247712c1e73e89ff519c682e6502
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=68470fd0c11e247712c1e73e89ff519c682e6502

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Nov 21 01:30:27 2010 +0100

kexecboot: move to SRCREV d590e063112bb75e6995a0d09afcfac13c931f9f

* get upstream fixes fb rotation
* bump PR

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/kexecboot/kexecboot-klibc_git.bb |    8 ++------
 recipes/kexecboot/kexecboot_git.bb       |    8 ++------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb
index 0478b2c..4bbae1d 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 ab05105..ca1fc3a 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





More information about the Openembedded-commits mailing list