From fe47552ecfcd9f57b159d3ca7cee6eaae17c2ac5 Mon Sep 17 00:00:00 2001 From: Anthony Felice Date: Mon, 3 Mar 2014 17:24:04 -0500 Subject: linux-timesys: Remove twr-vf65gs10 specific patches from SRC_URI 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 --- recipes-kernel/linux/linux-timesys_3.0.15.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-timesys_3.0.15.bb b/recipes-kernel/linux/linux-timesys_3.0.15.bb index 217feb6..dd07033 100644 --- a/recipes-kernel/linux/linux-timesys_3.0.15.bb +++ b/recipes-kernel/linux/linux-timesys_3.0.15.bb @@ -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 \ " -- cgit v1.2.3-54-g00ecf