diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-19 10:55:01 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-19 10:57:21 -0300 |
commit | 3920d55fcb075b3e5d8f97c9417f55e996eb4fcc (patch) | |
tree | a20217f2cf0dc7f4a6cd81eef1a5f785b5bff5c8 | |
parent | c2f7eee342338333d14a99b3ee2d655042388568 (diff) | |
download | meta-fsl-arm-3920d55fcb075b3e5d8f97c9417f55e996eb4fcc.tar.gz |
linux-imx (2.6.35.3): use SoC family for COMPATIBLE_MACHINE matching
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/linux/linux-imx_2.6.35.3.bb | 2 |
1 files changed, 1 insertions, 1 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 b34278a..83062b9 100644 --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
7 | PR = "r16" | 7 | PR = "r16" |
8 | 8 | ||
9 | inherit kernel | 9 | inherit kernel |
10 | COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|imx51evk|imx28evk)" | 10 | COMPATIBLE_MACHINE = "(mxs|mx5)" |
11 | 11 | ||
12 | SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_2.6.35_11.09.01 \ | 12 | SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_2.6.35_11.09.01 \ |
13 | file://0002-cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch \ | 13 | file://0002-cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch \ |