summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Rafael Giani <crg7475@mailbox.org>2021-10-28 22:52:31 +0200
committerCarlos Rafael Giani <crg7475@mailbox.org>2022-04-14 23:36:19 +0200
commita926042526abaec91efb7744ab196fb2e393a790 (patch)
treedab96a4e2d3f652bcc3b170e4494fef7dc6c0233
parent1468bcd5ad2302ad38f80e98d7b5cad1c146b54b (diff)
downloadmeta-freescale-a926042526abaec91efb7744ab196fb2e393a790.tar.gz
libixmdmabuffer: Enable ION for all imx machines
With the imx6 and imx7 kernel configurations changed to have ION enabled, all imx machines that libimxdmabuffer supports are capable of using ION. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
-rw-r--r--recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb
index c1228b4d..b5ac6cd4 100644
--- a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb
+++ b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb
@@ -28,13 +28,11 @@ EXTRA_OECONF = "--imx-linux-headers-path=${STAGING_INCDIR_IMX} \
28LIBG2D_PACKAGECONFIG = "g2d" 28LIBG2D_PACKAGECONFIG = "g2d"
29LIBG2D_PACKAGECONFIG_imxdpu = "" 29LIBG2D_PACKAGECONFIG_imxdpu = ""
30 30
31PACKAGECONFIG ?= " " 31PACKAGECONFIG ?= " ion "
32PACKAGECONFIG_append_imxgpu2d = " ${LIBG2D_PACKAGECONFIG}" 32PACKAGECONFIG_append_imxgpu2d = " ${LIBG2D_PACKAGECONFIG}"
33PACKAGECONFIG_append_imxipu = " ipu" 33PACKAGECONFIG_append_imxipu = " ipu"
34PACKAGECONFIG_append_imxpxp = " pxp" 34PACKAGECONFIG_append_imxpxp = " pxp"
35PACKAGECONFIG_append_mx8m = " ion dwl" 35PACKAGECONFIG_append_mx8m = " dwl"
36PACKAGECONFIG_append_mx8qm = " ion"
37PACKAGECONFIG_append_mx8qxp = " ion"
38 36
39HANTRO_CONF = "--hantro-headers-path=${STAGING_INCDIR}/hantro_dec --hantro-decoder-version=G2" 37HANTRO_CONF = "--hantro-headers-path=${STAGING_INCDIR}/hantro_dec --hantro-decoder-version=G2"
40 38