Triton XScale Board Support:
authorHolger Freyther <zecke@selfish.org>
Mon, 12 Sep 2005 19:06:27 +0000 (19:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 12 Sep 2005 19:06:27 +0000 (19:06 +0000)
    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

conf/machine/triton.conf
packages/linux/triton-kernel_2.6.11.bb

index 5816aac..aea4209 100644 (file)
@@ -3,7 +3,6 @@
 #@DESCRIPTION: Machine configuration for the XScale based triton boards from KaRo Electronics 
 
 TARGET_ARCH = "arm"
-TARGET_FPU = "soft"
 IPKG_ARCHS = "all arm armv5te ${MACHINE}"
 PREFERRED_PROVIDER_virtual/kernel = "triton-kernel"
 
index 31e37a1..5e95d96 100644 (file)
@@ -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'