[oe-commits] Kristoffer Ericson : Lets use the linux-hpc v2.6.32-hpc branch to build for

git version control git at git.openembedded.org
Wed Jan 20 06:31:29 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 1ae803339a24f194fc6a84fb8f6157041b866745
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1ae803339a24f194fc6a84fb8f6157041b866745

Author: Kristoffer Ericson <kristoffer.ericson at gmail.com>
Date:   Mon Jan 18 12:56:52 2010 +0100

Lets use the linux-hpc v2.6.32-hpc branch to build for
nanonote. Eventually we will merge all our 2.6.32 releases
to linux-hpc, but for now this seperate nanonote .bb file
will do.

Signed-off-by:Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/linux/linux-jlime-ben_2.6.32.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/linux/linux-jlime-ben_2.6.32.bb b/recipes/linux/linux-jlime-ben_2.6.32.bb
new file mode 100644
index 0000000..798fac3
--- /dev/null
+++ b/recipes/linux/linux-jlime-ben_2.6.32.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Linux 2.6.32 kernel for the ben nanonote"
+SECTION = "kernel"
+LICENSE = "GPL"
+
+SRCREV = "${AUTOREV}"
+
+DEFAULT_PREFERENCE_ben-nanonote = "1"
+COMPATIBLE_MACHINE = "ben-nanonote"
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git;protocol=git;branch=v2.6.32-hpc"
+
+S = "${WORKDIR}/git"
+
+inherit kernel
+
+ARCH = "mips"
+FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
+
+do_configure_prepend() {
+	install -m 0644 ${S}/config-bennanonote ${S}/.config
+}
\ No newline at end of file





More information about the Openembedded-commits mailing list