From: Angus Ainslie <nytowl@openmoko.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] add the openmoko git kernel stable branch to fso/milestone5
Date: Tue, 24 Feb 2009 13:41:33 -0700 [thread overview]
Message-ID: <1235508093.8911.58.camel@alap> (raw)
In-Reply-To: <1235507304.8911.56.camel@alap>
Round 3 per Mickey's and Koen's sugestions
Angus
---
conf/distro/include/sane-srcrevs.inc | 1 +
packages/linux/linux-openmoko-stable_git.bb | 33 +++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletions(-)
create mode 100644 packages/linux/linux-openmoko-stable_git.bb
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 2f4e913..328e612 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -97,6 +97,7 @@ SRCREV_pn-linux-ixp4xx ?= "1085"
SRCREV_pn-linux-openmoko-2.6.24 ?= "fb42ce6724576fc173faf8abfb04aa2c36d213b7"
SRCREV_pn-linux-openmoko-2.6.28 ?= "34240a1c06ae36180dee695aa25bbae869b2aa26"
SRCREV_pn-linux-openmoko-devel ?= "34240a1c06ae36180dee695aa25bbae869b2aa26"
+SRCREV_pn-linux-openmoko-stable ?= "0e5fe639e234cdeb11d8441f19c5b3109a8b6a17"
SRCREV_pn-linux-eten ?= "ab2d414f4f13816af0ec0401b608133ca946624a"
SRCREV_pn-llvm-gcc4 ?= "374"
SRCREV_pn-llvm-gcc4-cross ?= "374"
diff --git a/packages/linux/linux-openmoko-stable_git.bb b/packages/linux/linux-openmoko-stable_git.bb
new file mode 100644
index 0000000..a7b74b8
--- /dev/null
+++ b/packages/linux/linux-openmoko-stable_git.bb
@@ -0,0 +1,33 @@
+require linux.inc
+require linux-openmoko.inc
+
+DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Smartphones"
+
+DEFAULT_PREFERENCE = "-1"
+
+KERNEL_RELEASE = "2.6.28"
+KERNEL_VERSION = "${KERNEL_RELEASE}"
+
+OMV = "stable"
+PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCREV}"
+PR = "r2"
+
+SRC_URI = "\
+ git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
+# file://defconfig-oe.patch \
+"
+S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+ if [ ${MACHINE} = "om-gta01" ] ; then
+ install -m 644 ./arch/arm/configs/gta01_moredrivers_defconfig ${WORKDIR}/defconfig-oe
+ fi
+ if [ ${MACHINE} = "om-gta02" ] ; then
+ install -m 644 ./arch/arm/configs/gta02_packaging_defconfig ${WORKDIR}/defconfig-oe
+ fi
+ if [ ${MACHINE} = "om-gta03" ] ; then
+ install -m 644 ./arch/arm/configs/gta03_defconfig ${WORKDIR}/defconfig-oe
+ fi
+# cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR}
+}
+
--
1.5.6.5
next prev parent reply other threads:[~2009-02-24 20:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-24 18:55 [PATCH] add the openmoko git kernel stable branch to fso/milestone5 Angus Ainslie
2009-02-24 19:56 ` Koen Kooi
2009-02-24 20:27 ` Michael 'Mickey' Lauer
2009-02-24 20:48 ` Angus Ainslie
2009-02-25 5:54 ` Rolf Leggewie
2009-02-24 20:28 ` Angus Ainslie
2009-02-24 20:41 ` Angus Ainslie [this message]
2009-02-26 20:09 ` Angus Ainslie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1235508093.8911.58.camel@alap \
--to=nytowl@openmoko.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.