From 17bb8d1cddc9e5fc976b8291a5a8747db4ce04f5 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 25 Feb 2010 09:29:26 +0100 Subject: linux: add 2.6.33 version Signed-off-by: Martin Jansa --- recipes/linux/linux_2.6.33.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/linux/linux_2.6.33.bb (limited to '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 0000000000..68b4cf0e72 --- /dev/null +++ b/recipes/linux/linux_2.6.33.bb @@ -0,0 +1,10 @@ +require linux.inc + +# Mark archs/machines that this kernel supports +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \ + file://defconfig" + +SRC_URI[kernel.md5sum] = "c3883760b18d50e8d78819c54d579b00" +SRC_URI[kernel.sha256sum] = "63e237de3b3c4c46a21833b9ce7e20574548d52dabbd1a8bf376041e4455d5c6" -- cgit 1.2.3-korg