diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-31 09:18:44 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:14 -0300 |
commit | c22a056945163d26b3bde4b6f95e888c1d98fd1d (patch) | |
tree | 492a921de05e45aabe02693bfe0ca3f3092377fe /recipes-bsp/imx-test/imx-test.inc | |
parent | 5d0532e674ce804473bf1eb176590e6dd0d794d3 (diff) | |
download | meta-freescale-c22a056945163d26b3bde4b6f95e888c1d98fd1d.tar.gz |
imx-test: Upgrade to 5.1 version and add 6UL support
Adding i.MX 6UltraLite support
Fix scc build exclusion in makefile
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test.inc')
-rw-r--r-- | recipes-bsp/imx-test/imx-test.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc index 12cf0e1d..a459ea91 100644 --- a/recipes-bsp/imx-test/imx-test.inc +++ b/recipes-bsp/imx-test/imx-test.inc | |||
@@ -9,6 +9,7 @@ DEPENDS_mx6dl = "virtual/kernel imx-lib imx-vpu" | |||
9 | DEPENDS_mx6sl = "virtual/kernel imx-lib" | 9 | DEPENDS_mx6sl = "virtual/kernel imx-lib" |
10 | DEPENDS_mx6sx = "virtual/kernel imx-lib" | 10 | DEPENDS_mx6sx = "virtual/kernel imx-lib" |
11 | DEPENDS_mxs = "virtual/kernel" | 11 | DEPENDS_mxs = "virtual/kernel" |
12 | DEPENDS_mx6ul = "virtual/kernel imx-lib" | ||
12 | DEPENDS_mx7 = "virtual/kernel imx-lib" | 13 | DEPENDS_mx7 = "virtual/kernel imx-lib" |
13 | 14 | ||
14 | 15 | ||
@@ -30,6 +31,7 @@ PLATFORM_mx6sx = "IMX6SX" | |||
30 | PLATFORM_mx53 = "IMX53" | 31 | PLATFORM_mx53 = "IMX53" |
31 | PLATFORM_mx51 = "IMX51" | 32 | PLATFORM_mx51 = "IMX51" |
32 | PLATFORM_mx7 = "IMX7D" | 33 | PLATFORM_mx7 = "IMX7D" |
34 | PLATFORM_mx6ul = "IMX6UL" | ||
33 | 35 | ||
34 | # Required so the fixdep binary is generated | 36 | # Required so the fixdep binary is generated |
35 | addtask make_scripts after do_patch before do_compile | 37 | addtask make_scripts after do_patch before do_compile |