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.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index a3432eb77..9007a655c 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -11,11 +11,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-lat
11 11
12DEPENDS = "alsa-lib freetype libdrm" 12DEPENDS = "alsa-lib freetype libdrm"
13DEPENDS:append:imxvpu = " virtual/imxvpu" 13DEPENDS:append:imxvpu = " virtual/imxvpu"
14DEPENDS:append:mx6-nxp-bsp = " imx-lib" 14DEPENDS:append:mx6-nxp-bsp = " imx-lib"
15DEPENDS:append:mx7-nxp-bsp = " imx-lib" 15DEPENDS:append:mx7-nxp-bsp = " imx-lib"
16DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib" 16DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib"
17DEPENDS:append:mx93-nxp-bsp = " imx-lib" 17DEPENDS:append:mx93-nxp-bsp = " imx-lib"
18DEPENDS:append:mx943-nxp-bsp = " imx-lib" 18DEPENDS:append:mx943-nxp-bsp = " imx-lib"
19 19
20PE = "1" 20PE = "1"
21PV = "7.0+${SRCPV}" 21PV = "7.0+${SRCPV}"
@@ -32,13 +32,13 @@ inherit module-base use-imx-headers
32INHIBIT_PACKAGE_STRIP = "1" 32INHIBIT_PACKAGE_STRIP = "1"
33INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 33INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
34 34
35PLATFORM:mx6q-nxp-bsp = "IMX6Q" 35PLATFORM:mx6q-nxp-bsp = "IMX6Q"
36PLATFORM:mx6dl-nxp-bsp = "IMX6Q" 36PLATFORM:mx6dl-nxp-bsp = "IMX6Q"
37PLATFORM:mx6sl-nxp-bsp = "IMX6SL" 37PLATFORM:mx6sl-nxp-bsp = "IMX6SL"
38PLATFORM:mx6sll-nxp-bsp = "IMX6SL" 38PLATFORM:mx6sll-nxp-bsp = "IMX6SL"
39PLATFORM:mx6sx-nxp-bsp = "IMX6SX" 39PLATFORM:mx6sx-nxp-bsp = "IMX6SX"
40PLATFORM:mx6ul-nxp-bsp = "IMX6UL" 40PLATFORM:mx6ul-nxp-bsp = "IMX6UL"
41PLATFORM:mx7d-nxp-bsp = "IMX7D" 41PLATFORM:mx7d-nxp-bsp = "IMX7D"
42PLATFORM:mx7ulp-nxp-bsp = "IMX7D" 42PLATFORM:mx7ulp-nxp-bsp = "IMX7D"
43PLATFORM:mx8-nxp-bsp = "IMX8" 43PLATFORM:mx8-nxp-bsp = "IMX8"
44PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" 44PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP"
@@ -52,7 +52,7 @@ EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}"
52 52
53PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" 53PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
54PACKAGECONFIG:append:imxvpu = " vpu" 54PACKAGECONFIG:append:imxvpu = " vpu"
55PACKAGECONFIG:append:mx8m-nxp-bsp = " swpdm" 55PACKAGECONFIG:append:mx8m-nxp-bsp = " swpdm"
56 56
57PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" 57PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
58PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu" 58PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu"