diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-09-30 19:05:54 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-09-30 19:06:36 +0200 |
commit | 317d1ad092a1b8a5a80e658c087148ecac4fa716 (patch) | |
tree | 7df286e564812374260d031cc9c5d501b80af689 /recipes | |
parent | a261b5ea923854b9a84f91cec0177ff57e905c98 (diff) |
linux: added 2.6.31
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux_2.6.31.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb new file mode 100644 index 0000000000..a7b8759705 --- /dev/null +++ b/recipes/linux/linux_2.6.31.bb @@ -0,0 +1,11 @@ +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 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;patch=1 \ + http://maxim.org.za/AT91RM9200/2.6/2.6.31-at91.patch.gz;patch=1 \ + file://defconfig" |