diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-27 17:50:35 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-30 15:09:16 -0300 |
commit | 12cede7547571a796445b82d4717f2efa901d111 (patch) | |
tree | e51ee05e8aab8816de6dbd14a31111b96f512ee8 /recipes-bsp/isp-imx | |
parent | eeef41ee74fffe455cc9c9b8d65443da40c69030 (diff) | |
download | meta-freescale-12cede7547571a796445b82d4717f2efa901d111.tar.gz |
isp-imx: Enable G2D
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp/isp-imx')
-rw-r--r-- | recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb | 5 |
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 @@ | |||
3 | DESCRIPTION = "i.MX Verisilicon Software ISP" | 3 | DESCRIPTION = "i.MX Verisilicon Software ISP" |
4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c3fe2b904fd694f28d2f646ee16dddb" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c3fe2b904fd694f28d2f646ee16dddb" |
6 | DEPENDS = "python3 libdrm" | 6 | DEPENDS = "python3 libdrm virtual/libg2d" |
7 | 7 | ||
8 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true \ | 8 | SRC_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 \ | |||
12 | SRC_URI[md5sum] = "75f79ba556c47172b9a0cbc3a877e604" | 12 | SRC_URI[md5sum] = "75f79ba556c47172b9a0cbc3a877e604" |
13 | SRC_URI[sha256sum] = "28e2ee909f29a256c4eac87ef8336932d90a88a2a183389ac0868212954af42c" | 13 | SRC_URI[sha256sum] = "28e2ee909f29a256c4eac87ef8336932d90a88a2a183389ac0868212954af42c" |
14 | 14 | ||
15 | inherit fsl-eula-unpack cmake systemd | 15 | inherit fsl-eula-unpack cmake systemd use-imx-headers |
16 | 16 | ||
17 | # Build the sub-folder appshell | 17 | # Build the sub-folder appshell |
18 | OECMAKE_SOURCEPATH = "${S}/appshell" | 18 | OECMAKE_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 | ||