]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-timesys: Remove twr-vf65gs10 specific patches from SRC_URI
authorAnthony Felice <tony.felice@timesys.com>
Mon, 3 Mar 2014 22:24:04 +0000 (17:24 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 5 Mar 2014 16:32:11 +0000 (13:32 -0300)
The two patches specified under SRC_URI are specific for the twr-vf65gs10
machine, and should not be applied to every instance of the linux-timesys
kernel. They are now only applied to the linux-timesys kernel built for the
twr-vf65gs10 machine.

This is in preparation for adding the pcl052 and pcm052 to meta-fsl-arm-extra -
as these patches are not applicable to the pcl052 and pcm052.

Signed-off-by: Anthony Felice <tony.felice@timesys.com>
meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb

index 217feb648abe1714fb6085cf581eb056bfb2b75d..dd07033f323fe939dfc280d65e90e56f7e6444cf 100644 (file)
@@ -5,7 +5,9 @@ include linux-imx.inc
 # Revision of 3.0.15_vybrid branch
 SRC_URI = "git://github.com/Timesys/linux-timesys.git;protocol=git;branch=${SRCBRANCH} \
            file://defconfig \
-           file://0001-mvf_fec.c-Fix-mac-address-read-to-match-fuse-layout-.patch \
+"
+
+SRC_URI_append_twr-vf65gs10 = "file://0001-mvf_fec.c-Fix-mac-address-read-to-match-fuse-layout-.patch \
            file://0002-mvf.c-Change-console-device-name-to-match-mainline-u.patch \
 "