diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-07-05 16:37:17 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-05 17:24:36 -0300 |
| commit | ccbd0921becb0a54e473963c0bd11aa0df56e567 (patch) | |
| tree | db4223b0618ec123bd992c93f36c7280711478bb | |
| parent | 0f987fd4a7a7d1b9ca4b5046bda86e0c5aff842b (diff) | |
| download | meta-freescale-ccbd0921becb0a54e473963c0bd11aa0df56e567.tar.gz | |
imx-test: Add to EXTRA_OEMAKE if machine has vpu
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 68942ef68aef1ca59f70a4392f839e8c99b0cc02)
| -rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 31f179d8c..6e6971e55 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
| @@ -48,6 +48,10 @@ PLATFORM_mx7ulp = "IMX7D" | |||
| 48 | 48 | ||
| 49 | PARALLEL_MAKE="-j 1" | 49 | PARALLEL_MAKE="-j 1" |
| 50 | 50 | ||
| 51 | IMX_HAS_VPU = "false" | ||
| 52 | IMX_HAS_VPU_imxvpu = "true" | ||
| 53 | EXTRA_OEMAKE += "HAS_VPU=${IMX_HAS_VPU}" | ||
| 54 | |||
| 51 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 55 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
| 52 | PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" | 56 | PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" |
| 53 | 57 | ||
