[oe-commits] Stefan Schmidt : angstrom.inc: Catch up with openmoko kernel recipe renames .

GIT User account git at amethyst.openembedded.net
Tue Jan 27 11:23:43 UTC 2009


Module: openembedded.git
Branch: fso/milestone5
Commit: 6d3445928a08ee36950e91274bbe282022c4da1a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6d3445928a08ee36950e91274bbe282022c4da1a

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Tue Jan 27 11:21:29 2009 +0000

angstrom.inc: Catch up with openmoko kernel recipe renames.

---

 conf/distro/include/angstrom.inc            |    3 ++-
 packages/linux/linux-openmoko-2.6.24_git.bb |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 74e531d..60f2e55 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -90,7 +90,8 @@ require conf/distro/include/angstrom-package-${ANGSTROM_PKG_FORMAT}.inc
 # We don't want to keep OABI compat
 ARM_KEEP_OABI = "0"
 # Do keep OABI compat for om-gta01 to keep the gllin binary working
-ARM_KEEP_OABI_pn-linux-openmoko_om-gta01 = "1"
+ARM_KEEP_OABI_pn-linux-openmoko-2.6.24_om-gta01 = "1"
+ARM_KEEP_OABI_pn-linux-openmoko-2.6.28_om-gta01 = "1"
 
 
 #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
diff --git a/packages/linux/linux-openmoko-2.6.24_git.bb b/packages/linux/linux-openmoko-2.6.24_git.bb
index e780c66..99e478c 100644
--- a/packages/linux/linux-openmoko-2.6.24_git.bb
+++ b/packages/linux/linux-openmoko-2.6.24_git.bb
@@ -8,7 +8,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 OEV = "oe5"
 PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
   git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \





More information about the Openembedded-commits mailing list