diff options
| -rw-r--r-- | recipes-bsp/imx-test/imx-test.inc | 14 | ||||
| -rw-r--r-- | recipes-bsp/imx-test/imx-test_5.7.bb | 8 | ||||
| -rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 16 |
3 files changed, 25 insertions, 13 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc index ce24860d6..63eb83d55 100644 --- a/recipes-bsp/imx-test/imx-test.inc +++ b/recipes-bsp/imx-test/imx-test.inc | |||
| @@ -1,23 +1,25 @@ | |||
| 1 | # Copyright (C) 2012-2016 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2012-2016 O.S. Systems Software LTDA. |
| 2 | # Copyright (C) 2015 Freescale Semiconductor | 2 | # Copyright (C) 2015 Freescale Semiconductor |
| 3 | # Copyright 2017 NXP | ||
| 3 | 4 | ||
| 4 | SUMMARY = "Test programs for IMX BSP" | 5 | SUMMARY = "Test programs for IMX BSP" |
| 5 | DESCRIPTION = "Unit tests for the IMX BSP" | 6 | DESCRIPTION = "Unit tests for the IMX BSP" |
| 6 | SECTION = "base" | 7 | SECTION = "base" |
| 7 | DEPENDS_mx6q = "virtual/kernel imx-lib imx-vpu" | 8 | |
| 8 | DEPENDS_mx6dl = "virtual/kernel imx-lib imx-vpu" | 9 | DEPENDS_mx6q = "virtual/kernel imx-lib virtual/imxvpu" |
| 10 | DEPENDS_mx6dl = "virtual/kernel imx-lib virtual/imxvpu" | ||
| 9 | DEPENDS_mx6sl = "virtual/kernel imx-lib" | 11 | DEPENDS_mx6sl = "virtual/kernel imx-lib" |
| 12 | DEPENDS_mx6sll = "virtual/kernel imx-lib" | ||
| 10 | DEPENDS_mx6sx = "virtual/kernel imx-lib" | 13 | DEPENDS_mx6sx = "virtual/kernel imx-lib" |
| 11 | DEPENDS_mx6ul = "virtual/kernel imx-lib" | 14 | DEPENDS_mx6ul = "virtual/kernel imx-lib" |
| 12 | DEPENDS_mx7d = "virtual/kernel imx-lib" | 15 | DEPENDS_mx7d = "virtual/kernel imx-lib" |
| 16 | DEPENDS_mx7ulp = "virtual/kernel imx-lib" | ||
| 13 | 17 | ||
| 14 | LICENSE = "GPLv2" | 18 | LICENSE = "GPLv2" |
| 15 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 19 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
| 16 | 20 | ||
| 17 | PE = "1" | 21 | PE = "1" |
| 18 | 22 | ||
| 19 | SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz" | ||
| 20 | |||
| 21 | inherit module-base | 23 | inherit module-base |
| 22 | 24 | ||
| 23 | INHIBIT_PACKAGE_STRIP = "1" | 25 | INHIBIT_PACKAGE_STRIP = "1" |
| @@ -26,9 +28,11 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | |||
| 26 | PLATFORM_mx6q = "IMX6Q" | 28 | PLATFORM_mx6q = "IMX6Q" |
| 27 | PLATFORM_mx6dl = "IMX6Q" | 29 | PLATFORM_mx6dl = "IMX6Q" |
| 28 | PLATFORM_mx6sl = "IMX6SL" | 30 | PLATFORM_mx6sl = "IMX6SL" |
| 31 | PLATFORM_mx6sll = "IMX6SL" | ||
| 29 | PLATFORM_mx6sx = "IMX6SX" | 32 | PLATFORM_mx6sx = "IMX6SX" |
| 30 | PLATFORM_mx7d = "IMX7D" | ||
| 31 | PLATFORM_mx6ul = "IMX6UL" | 33 | PLATFORM_mx6ul = "IMX6UL" |
| 34 | PLATFORM_mx7d = "IMX7D" | ||
| 35 | PLATFORM_mx7ulp = "IMX7D" | ||
| 32 | 36 | ||
| 33 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 37 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
| 34 | PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" | 38 | PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" |
diff --git a/recipes-bsp/imx-test/imx-test_5.7.bb b/recipes-bsp/imx-test/imx-test_5.7.bb deleted file mode 100644 index 766598fb1..000000000 --- a/recipes-bsp/imx-test/imx-test_5.7.bb +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
| 2 | |||
| 3 | include imx-test.inc | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "bf55f7c2c9fd6664d640557f7cd107a1" | ||
| 6 | SRC_URI[sha256sum] = "d7a503112098befc91c4d256d8683ca11eb4246123f4e57cf2df498791294888" | ||
| 7 | |||
| 8 | COMPATIBLE_MACHINE = "(mx6|mx7)" | ||
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb new file mode 100644 index 000000000..4a2472b35 --- /dev/null +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
| 2 | # Copyright 2017 NXP | ||
| 3 | |||
| 4 | include imx-test.inc | ||
| 5 | |||
| 6 | PV = "6.0+${SRCPV}" | ||
| 7 | |||
| 8 | PARALLEL_MAKE="-j 1" | ||
| 9 | |||
| 10 | SRCBRANCH = "imx_4.9.11_1.0.0_ga" | ||
| 11 | SRC_URI = "git://git.freescale.com/imx/imx-test.git;protocol=git;branch=${SRCBRANCH}" | ||
| 12 | SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | COMPATIBLE_MACHINE = "(mx6|mx7)" | ||
