diff options
| author | Anthony Felice <tony.felice@timesys.com> | 2014-03-03 17:24:04 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-05 13:32:11 -0300 |
| commit | a6c198c19ab3b9b107c33fd5f3c80dd6bf7590da (patch) | |
| tree | 6f8bc4052a80ce129974e7e8798f415968eacd87 | |
| parent | 3dc77e86d4e7bd8e8cff64a06c3790067e7f5751 (diff) | |
| download | meta-freescale-a6c198c19ab3b9b107c33fd5f3c80dd6bf7590da.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-- | meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 217feb648..dd07033f3 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 | |||
| 5 | # Revision of 3.0.15_vybrid branch | 5 | # Revision of 3.0.15_vybrid branch |
| 6 | SRC_URI = "git://github.com/Timesys/linux-timesys.git;protocol=git;branch=${SRCBRANCH} \ | 6 | SRC_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 | |||
| 10 | SRC_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 | ||
