diff options
author | Holger Freyther <zecke@selfish.org> | 2005-09-12 19:06:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-12 19:06:27 +0000 |
commit | 8d6469e2406f7c21aebff8873ff0167f08692e1f (patch) | |
tree | b014bca745732525feb452f39215d3d288df95b0 /packages/linux/triton-kernel_2.6.11.bb | |
parent | c0d3aa46af8159efdbe9e6b95a74dae11701fd86 (diff) |
Triton XScale Board Support:
Add latest patch courstey justin.huff BEI blueviewtech.com
from Bug-Report #316.
Do not hardcode the used FPU - leave that to the distribution
and starting using PV variable
Diffstat (limited to 'packages/linux/triton-kernel_2.6.11.bb')
-rw-r--r-- | packages/linux/triton-kernel_2.6.11.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/triton-kernel_2.6.11.bb b/packages/linux/triton-kernel_2.6.11.bb index 31e37a1c2c..5e95d969d1 100644 --- a/packages/linux/triton-kernel_2.6.11.bb +++ b/packages/linux/triton-kernel_2.6.11.bb @@ -6,12 +6,12 @@ PR = "r0" KERNEL_SUFFIX = "triton" -SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.bz2 \ - ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11/2.6.11-mm2/2.6.11-mm2.bz2;patch=1 \ +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/${PV}/${PV}-mm2/${PV}-mm2.bz2;patch=1 \ file://patch-2.6.11-mm2-karo9.bz2;patch=1 \ file://defconfig" -S = "${WORKDIR}/linux-2.6.11" +S = "${WORKDIR}/linux-${PV}" COMPATIBLE_HOST = 'arm.*-linux' |