diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-03 09:49:17 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-03 09:49:17 +0100 |
commit | 2e2d3435262a4c69fa0e6957633025fbfc22a093 (patch) | |
tree | 3092e0965bf9d645ddc90ff6798a524a12a2ed3f | |
parent | 0bb8648bf49a352328c799e4063d82f41e005b84 (diff) | |
parent | f94c8a89fc227759266cfe168444046d7d59d203 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
-rw-r--r-- | recipes/linux/linux_2.6.32.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb new file mode 100644 index 0000000000..a196506bde --- /dev/null +++ b/recipes/linux/linux_2.6.32.bb @@ -0,0 +1,13 @@ +require linux.inc + +S = "${WORKDIR}/linux-${PV}" + +# 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] = "260551284ac224c3a43c4adac7df4879" +SRC_URI[kernel.sha256sum] = "5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e" |