summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_git.bb')
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb22
1 files changed, 13 insertions, 9 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index c5dc6ef50..e53fa666f 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -4,17 +4,21 @@
4 4
5SUMMARY = "Test programs for i.MX BSP" 5SUMMARY = "Test programs for i.MX BSP"
6DESCRIPTION = "Unit tests for the i.MX BSP" 6DESCRIPTION = "Unit tests for the i.MX BSP"
7HOMEPAGE = "https://github.com/nxp-imx/imx-test"
7SECTION = "base" 8SECTION = "base"
8LICENSE = "GPL-2.0-or-later" 9LICENSE = "GPL-2.0-or-later"
10# The license text is not shipped in the source tree, so reference the
11# common-licenses copy; this is intentionally a local (non-remote) file.
12# nooelint: oelint.var.licenseremotefile
9LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" 13LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c"
10 14
11DEPENDS = "alsa-lib freetype libdrm" 15DEPENDS = "alsa-lib freetype libdrm"
12DEPENDS:append:imxvpu = " virtual/imxvpu" 16DEPENDS:append:imxvpu = " virtual/imxvpu"
13DEPENDS:append:mx6-nxp-bsp = " imx-lib" 17DEPENDS:append:mx6-nxp-bsp = " imx-lib"
14DEPENDS:append:mx7-nxp-bsp = " imx-lib" 18DEPENDS:append:mx7-nxp-bsp = " imx-lib"
15DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib" 19DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib"
16DEPENDS:append:mx93-nxp-bsp = " imx-lib" 20DEPENDS:append:mx93-nxp-bsp = " imx-lib"
17DEPENDS:append:mx943-nxp-bsp = " imx-lib" 21DEPENDS:append:mx943-nxp-bsp = " imx-lib"
18 22
19PE = "1" 23PE = "1"
20PV = "7.0+${SRCPV}" 24PV = "7.0+${SRCPV}"
@@ -31,13 +35,13 @@ inherit module-base use-imx-headers
31INHIBIT_PACKAGE_STRIP = "1" 35INHIBIT_PACKAGE_STRIP = "1"
32INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 36INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
33 37
34PLATFORM:mx6q-nxp-bsp = "IMX6Q" 38PLATFORM:mx6q-nxp-bsp = "IMX6Q"
35PLATFORM:mx6dl-nxp-bsp = "IMX6Q" 39PLATFORM:mx6dl-nxp-bsp = "IMX6Q"
36PLATFORM:mx6sl-nxp-bsp = "IMX6SL" 40PLATFORM:mx6sl-nxp-bsp = "IMX6SL"
37PLATFORM:mx6sll-nxp-bsp = "IMX6SL" 41PLATFORM:mx6sll-nxp-bsp = "IMX6SL"
38PLATFORM:mx6sx-nxp-bsp = "IMX6SX" 42PLATFORM:mx6sx-nxp-bsp = "IMX6SX"
39PLATFORM:mx6ul-nxp-bsp = "IMX6UL" 43PLATFORM:mx6ul-nxp-bsp = "IMX6UL"
40PLATFORM:mx7d-nxp-bsp = "IMX7D" 44PLATFORM:mx7d-nxp-bsp = "IMX7D"
41PLATFORM:mx7ulp-nxp-bsp = "IMX7D" 45PLATFORM:mx7ulp-nxp-bsp = "IMX7D"
42PLATFORM:mx8-nxp-bsp = "IMX8" 46PLATFORM:mx8-nxp-bsp = "IMX8"
43PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" 47PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP"
@@ -51,7 +55,7 @@ EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}"
51 55
52PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" 56PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
53PACKAGECONFIG:append:imxvpu = " vpu" 57PACKAGECONFIG:append:imxvpu = " vpu"
54PACKAGECONFIG:append:mx8m-nxp-bsp = " swpdm" 58PACKAGECONFIG:append:mx8m-nxp-bsp = " swpdm"
55 59
56PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" 60PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
57PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu" 61PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu"
@@ -84,6 +88,6 @@ do_install() {
84} 88}
85 89
86FILES:${PN} += "/unit_tests ${ROOT_HOME}/.profile" 90FILES:${PN} += "/unit_tests ${ROOT_HOME}/.profile"
87RDEPENDS:${PN} = "bash"
88
89FILES:${PN}-dbg += "/unit_tests/.debug" 91FILES:${PN}-dbg += "/unit_tests/.debug"
92
93RDEPENDS:${PN} = "bash"