From a6c198c19ab3b9b107c33fd5f3c80dd6bf7590da Mon Sep 17 00:00:00 2001 From: Anthony Felice Date: Mon, 3 Mar 2014 17:24:04 -0500 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb b/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb index 217feb64..dd07033f 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb +++ b/meta-fsl-arm/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 \ " -- 2.40.1