diff options
-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" |