diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-04-24 22:12:32 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-25 23:19:05 -0300 |
commit | 89bd933d6531208920547e6c1c5e08ebd00d7220 (patch) | |
tree | 0eee610f21707d67fb9417af25b3b63565f93513 | |
parent | aea0123cf00fa9248f8e7888a7bcd88b3072014f (diff) | |
download | meta-fsl-arm-89bd933d6531208920547e6c1c5e08ebd00d7220.tar.gz |
linux-imx (2.6.35): Only use 2.6.35 1.1.0 for mx28
2.6.35 1.1.0 branch does not officially support mx23.
Restrict its usage only for mx28.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r-- | recipes-kernel/linux/linux-imx_2.6.35.3.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb index 511aaa4..072a5ce 100644 --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb | |||
@@ -5,11 +5,11 @@ PR = "${INC_PR}.23" | |||
5 | 5 | ||
6 | include linux-imx.inc | 6 | include linux-imx.inc |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(mxs|mx5)" | 8 | COMPATIBLE_MACHINE = "(mx28|mx5)" |
9 | 9 | ||
10 | # Revision of imx_2.6.35_1.1.0 branch | 10 | # Revision of imx_2.6.35_1.1.0 branch |
11 | SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715" | 11 | SRCREV_mx28 = "914558e17e95a55ac1eac9a6c219d17d7825f715" |
12 | LOCALVERSION_mxs = "-1.1.0+yocto" | 12 | LOCALVERSION_mx28 = "-1.1.0+yocto" |
13 | 13 | ||
14 | # Revision of imx_2.6.35_11.09.01 branch | 14 | # Revision of imx_2.6.35_11.09.01 branch |
15 | SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a" | 15 | SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a" |
@@ -20,6 +20,6 @@ SRC_URI += "file://NFS-Fix-nfsroot-support.patch \ | |||
20 | file://perf-avoid-use-sysroot-headers.patch \ | 20 | file://perf-avoid-use-sysroot-headers.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI_append_mxs = " \ | 23 | SRC_URI_append_mx28 = " \ |
24 | file://mxs-duart-use-ttyAMA-for-device-name.patch \ | 24 | file://mxs-duart-use-ttyAMA-for-device-name.patch \ |
25 | " | 25 | " |