[oe-commits] Martin Jansa : linux-openmoko-2.6.31: add new version

git version control git at git.openembedded.org
Wed Nov 4 21:27:40 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 33ec688b6ea1004c54c3bc30b9d09a0c612d8cb1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=33ec688b6ea1004c54c3bc30b9d09a0c612d8cb1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov  4 21:06:49 2009 +0100

linux-openmoko-2.6.31: add new version

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/distro/include/shr-autorev.inc        |    1 +
 recipes/linux/linux-openmoko-2.6.31_git.bb |   24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index ebe7f2a..41ed477 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -7,6 +7,7 @@
 # and bump the OEV value up as well.
 SRCREV_pn-linux-openmoko-shr-devel = "${AUTOREV}"
 SRCREV_pn-linux-openmoko-shr-drm-devel = "${AUTOREV}"
+SRCREV_pn-linux-openmoko-2.6.31 = "${AUTOREV}"
 
 # X11
 SRCREV_pn-xf86-video-glamo = "${AUTOREV}"
diff --git a/recipes/linux/linux-openmoko-2.6.31_git.bb b/recipes/linux/linux-openmoko-2.6.31_git.bb
new file mode 100644
index 0000000..7993bd7
--- /dev/null
+++ b/recipes/linux/linux-openmoko-2.6.31_git.bb
@@ -0,0 +1,24 @@
+require linux.inc
+require linux-openmoko.inc
+
+DESCRIPTION_${PN} = "Linux ${KERNEL_VERSION} kernel for the Openmoko Neo GSM Smartphones"
+
+KERNEL_RELEASE = "2.6.31"
+KERNEL_VERSION = "${KERNEL_RELEASE}"
+
+OEV = "oe1"
+PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "\
+  git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-2.6.31 \
+"
+S = "${WORKDIR}/git"
+
+CONFIG_NAME_om-gta01 = "gta02_defconfig"
+CONFIG_NAME_om-gta02 = "gta02_defconfig"
+CONFIG_NAME_om-gta03 = "gta03_defconfig"
+
+do_configure_prepend() { 
+	install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
+}





More information about the Openembedded-commits mailing list