diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-18 12:29:43 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-18 12:29:43 +0000 |
commit | 5aad6cee7f6d48b568a0cc4d3ae9721970ea4f23 (patch) | |
tree | 55270c30787b90d8d76995af57ef9ac66220e46f /packages/linux/linux_2.6.25.bb | |
parent | 43fb87ed1f41b74c06305e0894de7387742633f6 (diff) |
linux_2.6.25.bb: add linux 2.6.25 with mpc8313e-rdb patches
Diffstat (limited to 'packages/linux/linux_2.6.25.bb')
-rw-r--r-- | packages/linux/linux_2.6.25.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.25.bb b/packages/linux/linux_2.6.25.bb new file mode 100644 index 0000000000..6cb9ae95c1 --- /dev/null +++ b/packages/linux/linux_2.6.25.bb @@ -0,0 +1,15 @@ +require linux.inc + +# Mark archs/machines that this kernel supports +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_mpc8313e-rdb = "1" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2 \ + file://defconfig" + +SRC_URI_append_mpc8313e-rdb = "\ + file://mpc831x-nand.patch;patch=1 \ + file://mpc8313e-rdb-leds.patch;patch=1 \ + file://mpc8313e-rdb-cardbus.patch;patch=1 \ + " + |