diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:17:03 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | 53d6754e8a0ed450c44843a161497ddca1e996ec (patch) | |
tree | fa9227841a901c8de632181c7b43f6524014ca2a /recipes-bsp/imx-test | |
parent | a2d9cd03302b5adaef817caee7a653fa7aedbd09 (diff) | |
download | meta-freescale-53d6754e8a0ed450c44843a161497ddca1e996ec.tar.gz |
imx-test: Upgrade to 5.3 version
- Remove the ar3k hciattach since bluez4 and 5 support BT.
- mxc_mlb_test: Use one file for mlb test - rename to generic name.
- mxc_sim_test: Handle errors when running on un supported sim cards.
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_5.2.bb | 8 | ||||
-rw-r--r-- | recipes-bsp/imx-test/imx-test_5.3.bb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes-bsp/imx-test/imx-test_5.2.bb b/recipes-bsp/imx-test/imx-test_5.2.bb deleted file mode 100644 index d0b64e9c..00000000 --- a/recipes-bsp/imx-test/imx-test_5.2.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | # Copyright (C) 2013-2015 Freescale Semiconductor | ||
2 | |||
3 | include imx-test.inc | ||
4 | |||
5 | SRC_URI[md5sum] = "38744ca0f85fb1ae8346ab9ac2030e54" | ||
6 | SRC_URI[sha256sum] = "22ffd80b445467e53758f3e1fd20556f8da9675a4c04ec59dcb6aee636e7f931" | ||
7 | |||
8 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | ||
diff --git a/recipes-bsp/imx-test/imx-test_5.3.bb b/recipes-bsp/imx-test/imx-test_5.3.bb new file mode 100644 index 00000000..ce57ae1b --- /dev/null +++ b/recipes-bsp/imx-test/imx-test_5.3.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | # Copyright (C) 2013-2015 Freescale Semiconductor | ||
2 | |||
3 | include imx-test.inc | ||
4 | |||
5 | SRC_URI[md5sum] = "b5d156c4766f06135bfdbf83dc708373" | ||
6 | SRC_URI[sha256sum] = "a7c8aefb57c59883349cef755dc64b09b14af20e20a6a7554828cf6d7347b40e" | ||
7 | |||
8 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | ||