summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Felice <tony.felice@timesys.com>2014-03-03 17:24:04 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-05 13:32:11 -0300
commitfe47552ecfcd9f57b159d3ca7cee6eaae17c2ac5 (patch)
tree6c5556be879b8266cd1e4975b61ab63e00132725
parent6fd82a71606074d01f7a20890b68ca586277ab05 (diff)
downloadmeta-fsl-arm-fe47552ecfcd9f57b159d3ca7cee6eaae17c2ac5.tar.gz
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 <tony.felice@timesys.com>
-rw-r--r--recipes-kernel/linux/linux-timesys_3.0.15.bb4
1 files changed, 3 insertions, 1 deletions
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
5# Revision of 3.0.15_vybrid branch 5# Revision of 3.0.15_vybrid branch
6SRC_URI = "git://github.com/Timesys/linux-timesys.git;protocol=git;branch=${SRCBRANCH} \ 6SRC_URI = "git://github.com/Timesys/linux-timesys.git;protocol=git;branch=${SRCBRANCH} \
7 file://defconfig \ 7 file://defconfig \
8 file://0001-mvf_fec.c-Fix-mac-address-read-to-match-fuse-layout-.patch \ 8"
9
10SRC_URI_append_twr-vf65gs10 = "file://0001-mvf_fec.c-Fix-mac-address-read-to-match-fuse-layout-.patch \
9 file://0002-mvf.c-Change-console-device-name-to-match-mainline-u.patch \ 11 file://0002-mvf.c-Change-console-device-name-to-match-mainline-u.patch \
10" 12"
11 13