From 497bf2d5bffc6f80dcaaab682df0f2188103700f Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 16 Mar 2011 01:11:19 +0100 Subject: [PATCH] linux: commit initial 2.6.38 recipe. Signed-off-by: Andrea Adami --- recipes/linux/linux_2.6.38.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/linux/linux_2.6.38.bb diff --git a/recipes/linux/linux_2.6.38.bb b/recipes/linux/linux_2.6.38.bb new file mode 100644 index 0000000000..a3f61abc28 --- /dev/null +++ b/recipes/linux/linux_2.6.38.bb @@ -0,0 +1,12 @@ +require linux.inc + +PR = "r0" + +# Mark archs/machines that this kernel supports +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ + file://defconfig " + +SRC_URI[kernel.md5sum] = "7d471477bfa67546f902da62227fa976" +SRC_URI[kernel.sha256sum] = "72f0cfaefb8dc86b219d5a742dd0375332627641ecbdf5badd3158e2127b9304" -- 2.39.5