diff options
author | Janine Hagemann <j.hagemann@phytec.de> | 2020-06-09 14:20:56 +0200 |
---|---|---|
committer | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2020-06-24 09:45:25 +0200 |
commit | 037da2bd5ecc263f3162a7ec93fa2e80b38aa65e (patch) | |
tree | fbf7ba995b9cd62db79d8d3bdd8bf6b6087e042b | |
parent | d07118e4f4c255f51ceb7657b458a83175a40656 (diff) | |
download | meta-phytec-037da2bd5ecc263f3162a7ec93fa2e80b38aa65e.tar.bz2 meta-phytec-037da2bd5ecc263f3162a7ec93fa2e80b38aa65e.zip |
conf: machine: include: phyimx8: Add PREFERRED_PROVIDER_opencl-headers_imx
Add PREFERRED_PROVIDER_opencl-headers_imx = "imx-gpu-viv"
This patch fixes the following error:
ERROR: Multiple .bb files are due to be built which each provide
opencl-headers
Signed-off-by: Janine Hagemann <j.hagemann@phytec.de>
Reviewed-by: Norbert Wesp <n.wesp@phytec.de>
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
-rw-r--r-- | conf/machine/include/phyimx8.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/phyimx8.inc b/conf/machine/include/phyimx8.inc index d17c75b..aa12589 100644 --- a/conf/machine/include/phyimx8.inc +++ b/conf/machine/include/phyimx8.inc @@ -3,6 +3,7 @@ PREFERRED_PROVIDER_virtual/bootloader= "u-boot-imx" PREFERRED_PROVIDER_imx-boot="imx-boot-phytec" PREFERRED_PROVIDER_u-boot-fw-utils = "libubootenv" +PREFERRED_PROVIDER_opencl-headers_imx = "imx-gpu-viv" # Wic IMAGE_CLASSES += "wic-helper" |