summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-07-08 19:36:50 -0300
committerGitHub <noreply@github.com>2021-07-08 19:36:50 -0300
commit25f3bbf74029fc98a2a56c8b83653f628ae63bdc (patch)
treed7fb70efed4430f22f67b699747e1732bcac6aed /recipes-bsp
parent9eea9c726c1a9e529c642d367e1244b68dfd3e34 (diff)
parentf5c0c19e89db75adc029de8adaedf8256c4c544e (diff)
downloadmeta-freescale-25f3bbf74029fc98a2a56c8b83653f628ae63bdc.tar.gz
Merge pull request #763 from thochstein/imx-test
imx-test, imx-sw-pdm
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index 4e139cc4..95e90e22 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -21,7 +21,7 @@ SRC_URI = " \
21 git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ 21 git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \
22 file://memtool_profile \ 22 file://memtool_profile \
23" 23"
24SRCREV = "90fd7168fe5f15de9b2b1992a719024fc73a185a" 24SRCREV = "7468ce4b6477f8687e67fd03cb51b0fefa168a27"
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26
27inherit module-base use-imx-headers 27inherit module-base use-imx-headers
@@ -44,6 +44,7 @@ EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}"
44 44
45PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" 45PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
46PACKAGECONFIG_append_imxvpu = " vpu" 46PACKAGECONFIG_append_imxvpu = " vpu"
47PACKAGECONFIG_append_mx8m = " swpdm"
47 48
48PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" 49PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
49PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu" 50PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu"