summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-04-27 17:50:35 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-30 18:33:13 -0300
commit271366653f37614c5f47803e982a383a3b210ae3 (patch)
tree73ce5ed5977ca30b4cd5ab1e0b3895dec351f716 /recipes-bsp
parent544b7eca879ed36aa3e5b2bda558ec402d264b0e (diff)
downloadmeta-freescale-271366653f37614c5f47803e982a383a3b210ae3.tar.gz
isp-imx: Enable G2D
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 12cede7547571a796445b82d4717f2efa901d111)
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb b/recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb
index 5f33e78b..739f5a9e 100644
--- a/recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb
+++ b/recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb
@@ -3,7 +3,7 @@
3DESCRIPTION = "i.MX Verisilicon Software ISP" 3DESCRIPTION = "i.MX Verisilicon Software ISP"
4LICENSE = "Proprietary" 4LICENSE = "Proprietary"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3c3fe2b904fd694f28d2f646ee16dddb" 5LIC_FILES_CHKSUM = "file://COPYING;md5=3c3fe2b904fd694f28d2f646ee16dddb"
6DEPENDS = "python3 libdrm" 6DEPENDS = "python3 libdrm virtual/libg2d"
7 7
8SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true \ 8SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true \
9 file://0001-start_isp.sh-fix-test-to-be-generic.patch \ 9 file://0001-start_isp.sh-fix-test-to-be-generic.patch \
@@ -12,7 +12,7 @@ SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true \
12SRC_URI[md5sum] = "75f79ba556c47172b9a0cbc3a877e604" 12SRC_URI[md5sum] = "75f79ba556c47172b9a0cbc3a877e604"
13SRC_URI[sha256sum] = "28e2ee909f29a256c4eac87ef8336932d90a88a2a183389ac0868212954af42c" 13SRC_URI[sha256sum] = "28e2ee909f29a256c4eac87ef8336932d90a88a2a183389ac0868212954af42c"
14 14
15inherit fsl-eula-unpack cmake systemd 15inherit fsl-eula-unpack cmake systemd use-imx-headers
16 16
17# Build the sub-folder appshell 17# Build the sub-folder appshell
18OECMAKE_SOURCEPATH = "${S}/appshell" 18OECMAKE_SOURCEPATH = "${S}/appshell"
@@ -36,6 +36,7 @@ EXTRA_OECMAKE += " \
36 -DENABLE_IRQ=1 \ 36 -DENABLE_IRQ=1 \
37 -DPARTITION_BUILD=0 \ 37 -DPARTITION_BUILD=0 \
38 -D3A_SRC_BUILD=0 \ 38 -D3A_SRC_BUILD=0 \
39 -DIMX_G2D=ON \
39 -Wno-dev \ 40 -Wno-dev \
40" 41"
41 42