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 | |
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')
-rw-r--r-- | recipes-bsp/imx-test/imx-test.inc | 2 | ||||
-rw-r--r-- | recipes-bsp/imx-test/imx-test_5.1.bb (renamed from recipes-bsp/imx-test/imx-test_5.0.bb) | 4 |
2 files changed, 4 insertions, 2 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 |
diff --git a/recipes-bsp/imx-test/imx-test_5.0.bb b/recipes-bsp/imx-test/imx-test_5.1.bb index 90e34d57..ff42c7fe 100644 --- a/recipes-bsp/imx-test/imx-test_5.0.bb +++ b/recipes-bsp/imx-test/imx-test_5.1.bb | |||
@@ -5,7 +5,7 @@ include imx-test.inc | |||
5 | SRC_URI_append_mx5 = " file://clocks.sh" | 5 | SRC_URI_append_mx5 = " file://clocks.sh" |
6 | SRC_URI_append_mxs = " file://clocks.sh" | 6 | SRC_URI_append_mxs = " file://clocks.sh" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "9a44d97f9133cfb933351cf57fe68bb1" | 8 | SRC_URI[md5sum] = "5991439d4b20abac1095688164d26f40" |
9 | SRC_URI[sha256sum] = "d78c3c0c5f4b74e4efb625b030cd2bb9499143358140e64d2f4f0bba10904a9c" | 9 | SRC_URI[sha256sum] = "042d0b03d7838395a6b35d0ca7159f1f4b6cf3055dcc4a12a1b66488fca987b1" |
10 | 10 | ||
11 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7)" | 11 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7)" |