diff options
-rw-r--r-- | recipes-bsp/imx-test/imx-test_5.3.bb | 8 | ||||
-rw-r--r-- | recipes-bsp/imx-test/imx-test_5.4.bb | 21 |
2 files changed, 21 insertions, 8 deletions
diff --git a/recipes-bsp/imx-test/imx-test_5.3.bb b/recipes-bsp/imx-test/imx-test_5.3.bb deleted file mode 100644 index ce57ae1b..00000000 --- a/recipes-bsp/imx-test/imx-test_5.3.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] = "b5d156c4766f06135bfdbf83dc708373" | ||
6 | SRC_URI[sha256sum] = "a7c8aefb57c59883349cef755dc64b09b14af20e20a6a7554828cf6d7347b40e" | ||
7 | |||
8 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | ||
diff --git a/recipes-bsp/imx-test/imx-test_5.4.bb b/recipes-bsp/imx-test/imx-test_5.4.bb new file mode 100644 index 00000000..de4e5bad --- /dev/null +++ b/recipes-bsp/imx-test/imx-test_5.4.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | |||
3 | include imx-test.inc | ||
4 | |||
5 | DEPENDS_mx6q += "${@base_contains('DISTRO_FEATURES', 'x11', \ | ||
6 | ' libx11 libxdamage libxrender libxrandr', '', d)}" | ||
7 | DEPENDS_mx6dl += "${@base_contains('DISTRO_FEATURES', 'x11', \ | ||
8 | ' libx11 libxdamage libxrender libxrandr', '', d)}" | ||
9 | DEPENDS_mx6sl += "${@base_contains('DISTRO_FEATURES', 'x11', \ | ||
10 | ' libx11 libxdamage libxrender libxrandr', '', d)}" | ||
11 | DEPENDS_mx6sx += "${@base_contains('DISTRO_FEATURES', 'x11', \ | ||
12 | ' libx11 libxdamage libxrender libxrandr', '', d)}" | ||
13 | DEPENDS_mx6ul += "${@base_contains('DISTRO_FEATURES', 'x11', \ | ||
14 | ' libx11 libxdamage libxrender libxrandr', '', d)}" | ||
15 | DEPENDS_mx7d += "${@base_contains('DISTRO_FEATURES', 'x11', \ | ||
16 | ' libx11 libxdamage libxrender libxrandr', '', d)}" | ||
17 | |||
18 | SRC_URI[md5sum] = "46ddd6d1631cc0f7328383e13632d5bb" | ||
19 | SRC_URI[sha256sum] = "cae6ec9b4d5cc1c402a7683cc8c2c35cccdd9598283caefcea2804baa47a15b6" | ||
20 | |||
21 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | ||