[oe-commits] Ulf Samuelsson : Add recipe for 2.6.28

GIT User account git at amethyst.openembedded.net
Tue Dec 30 23:54:20 UTC 2008


Module: openembedded.git
Branch: ulf/atmel
Commit: d0e6672bf1317f2cda9c05e65701ca1799be3fa1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d0e6672bf1317f2cda9c05e65701ca1799be3fa1

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Tue Dec 30 23:49:36 2008 +0100

Add recipe for 2.6.28

---

 packages/linux/linux_2.6.28.bb |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/packages/linux/linux_2.6.28.bb b/packages/linux/linux_2.6.28.bb
new file mode 100644
index 0000000..f5fc42e
--- /dev/null
+++ b/packages/linux/linux_2.6.28.bb
@@ -0,0 +1,25 @@
+require linux.inc
+
+# DESCRIPTION = "Linux kernel for AT91 processors"
+MAINTAINER = "Ulf Samuelsson <ulf.samuelsson at atmel.com>"
+KERNEL_RELEASE = "2.6.28"
+
+P="linux-2.6.28"
+PN="linux"
+PV="2.6.28"
+
+PR = "r0"
+
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+
+DEFAULT_PREFERENCE_at91sam9263ek = "28"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \
+           file://defconfig"
+
+
+S = "${WORKDIR}/schedutils-${PV}"
+
+





More information about the Openembedded-commits mailing list