diff options
-rw-r--r-- | recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb index 20b1ec13..c1228b4d 100644 --- a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb +++ b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb | |||
@@ -22,11 +22,19 @@ EXTRA_OECONF = "--imx-linux-headers-path=${STAGING_INCDIR_IMX} \ | |||
22 | --libdir=${libdir} \ | 22 | --libdir=${libdir} \ |
23 | ${PACKAGECONFIG_CONFARGS}" | 23 | ${PACKAGECONFIG_CONFARGS}" |
24 | 24 | ||
25 | # If imxdpu is in use, the DPU is also used for implementing | ||
26 | # libg2d. However, that implementation's g2d_alloc() function | ||
27 | # is broken, so we cannot use it. | ||
28 | LIBG2D_PACKAGECONFIG = "g2d" | ||
29 | LIBG2D_PACKAGECONFIG_imxdpu = "" | ||
30 | |||
25 | PACKAGECONFIG ?= " " | 31 | PACKAGECONFIG ?= " " |
26 | PACKAGECONFIG_append_imxgpu2d = " g2d" | 32 | PACKAGECONFIG_append_imxgpu2d = " ${LIBG2D_PACKAGECONFIG}" |
27 | PACKAGECONFIG_append_imxipu = " ipu" | 33 | PACKAGECONFIG_append_imxipu = " ipu" |
28 | PACKAGECONFIG_append_imxpxp = " pxp" | 34 | PACKAGECONFIG_append_imxpxp = " pxp" |
29 | PACKAGECONFIG_append_mx8m = " dwl ion" | 35 | PACKAGECONFIG_append_mx8m = " ion dwl" |
36 | PACKAGECONFIG_append_mx8qm = " ion" | ||
37 | PACKAGECONFIG_append_mx8qxp = " ion" | ||
30 | 38 | ||
31 | HANTRO_CONF = "--hantro-headers-path=${STAGING_INCDIR}/hantro_dec --hantro-decoder-version=G2" | 39 | HANTRO_CONF = "--hantro-headers-path=${STAGING_INCDIR}/hantro_dec --hantro-decoder-version=G2" |
32 | 40 | ||