[oe] [PATCH 5/5] linux_2.6.33: add recipe

Vitus Jensen vjensen at gmx.de
Fri Apr 16 16:55:59 UTC 2010


Adds recipe for 2.6.33 which contains some CAN-related changes
which are usefull for tb5200l.

Signed-off-by: Vitus Jensen <vjensen at gmx.de>
---
 recipes/linux/linux_2.6.33.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 recipes/linux/linux_2.6.33.bb

diff --git a/recipes/linux/linux_2.6.33.bb b/recipes/linux/linux_2.6.33.bb
new file mode 100644
index 0000000..0e1d3c7
--- /dev/null
+++ b/recipes/linux/linux_2.6.33.bb
@@ -0,0 +1,15 @@
+require linux.inc
+
+PR = "r0"
+
+S = "${WORKDIR}/linux-${PV}"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_tb5200l = "1"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
+	file://defconfig"
+
+SRC_URI[kernel.md5sum] = "d6249654087f0bcafaa860ac573316a4"
+SRC_URI[kernel.sha256sum] = "91806347cb386002a8bfd20ee66e536e4a7dfb01f207dd751341f2971090d9ac"
-- 
1.5.6.5





More information about the Openembedded-devel mailing list