diff options
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb | 6 | ||||
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | 5 | ||||
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb | 3 | ||||
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | 2 |
4 files changed, 13 insertions, 3 deletions
diff --git a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb index e5d902091..320ba3017 100644 --- a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb +++ b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb | |||
| @@ -2,7 +2,10 @@ | |||
| 2 | # Copyright 2017-2025 NXP | 2 | # Copyright 2017-2025 NXP |
| 3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 4 | 4 | ||
| 5 | SUMMARY = "i.MX DPU G2D library" | ||
| 5 | DESCRIPTION = "G2D library using i.MX DPU" | 6 | DESCRIPTION = "G2D library using i.MX DPU" |
| 7 | HOMEPAGE = "https://www.nxp.com/" | ||
| 8 | SECTION = "graphics" | ||
| 6 | LICENSE = "Proprietary" | 9 | LICENSE = "Proprietary" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" |
| 8 | 11 | ||
| @@ -33,6 +36,8 @@ do_install () { | |||
| 33 | cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} | 36 | cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} |
| 34 | } | 37 | } |
| 35 | 38 | ||
| 39 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 40 | |||
| 36 | INSANE_SKIP:append:libc-musl = " file-rdeps" | 41 | INSANE_SKIP:append:libc-musl = " file-rdeps" |
| 37 | RDEPENDS:${PN}:append:libc-musl = " gcompat" | 42 | RDEPENDS:${PN}:append:libc-musl = " gcompat" |
| 38 | 43 | ||
| @@ -42,5 +47,4 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | |||
| 42 | INHIBIT_PACKAGE_STRIP = "1" | 47 | INHIBIT_PACKAGE_STRIP = "1" |
| 43 | INHIBIT_SYSROOT_STRIP = "1" | 48 | INHIBIT_SYSROOT_STRIP = "1" |
| 44 | 49 | ||
| 45 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 46 | COMPATIBLE_MACHINE = "(imxdpu)" | 50 | COMPATIBLE_MACHINE = "(imxdpu)" |
diff --git a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb index 35d0b0e68..147b0620c 100644 --- a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb +++ b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | SUMMARY = "i.MX G2D Samples" | 1 | SUMMARY = "i.MX G2D Samples" |
| 2 | DESCRIPTION = "Set of sample applications for i.MX G2D" | 2 | DESCRIPTION = "Set of sample applications for i.MX G2D" |
| 3 | HOMEPAGE = "https://github.com/nxp-imx/g2d-samples" | 3 | HOMEPAGE = "https://github.com/nxp-imx/g2d-samples" |
| 4 | SECTION = "graphics" | ||
| 4 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0858ec9c7a80c4a2cf16e4f825a2cc91" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0858ec9c7a80c4a2cf16e4f825a2cc91" |
| 6 | 7 | ||
| @@ -69,8 +70,8 @@ do_install() { | |||
| 69 | oe_runmake install DESTDIR=${D} | 70 | oe_runmake install DESTDIR=${D} |
| 70 | } | 71 | } |
| 71 | 72 | ||
| 72 | FILES:${PN} += "/opt" | ||
| 73 | |||
| 74 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 73 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
| 75 | 74 | ||
| 75 | FILES:${PN} += "/opt" | ||
| 76 | |||
| 76 | COMPATIBLE_MACHINE = "(imxgpu2d|mx93-nxp-bsp|mx943-nxp-bsp|mx95-nxp-bsp)" | 77 | COMPATIBLE_MACHINE = "(imxgpu2d|mx93-nxp-bsp|mx943-nxp-bsp|mx95-nxp-bsp)" |
diff --git a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb index c1f8ddb02..fbb937b18 100644 --- a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb +++ b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb | |||
| @@ -3,7 +3,10 @@ | |||
| 3 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 3 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
| 4 | # Released under the MIT license (see COPYING.MIT for the terms) | 4 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 5 | 5 | ||
| 6 | SUMMARY = "i.MX GPU G2D library" | ||
| 6 | DESCRIPTION = "G2D library using i.MX GPU" | 7 | DESCRIPTION = "G2D library using i.MX GPU" |
| 8 | HOMEPAGE = "https://www.nxp.com/" | ||
| 9 | SECTION = "graphics" | ||
| 7 | LICENSE = "Proprietary" | 10 | LICENSE = "Proprietary" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" |
| 9 | DEPENDS = "libgal-imx" | 12 | DEPENDS = "libgal-imx" |
diff --git a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb index 404ca09e5..e99e8165a 100644 --- a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb +++ b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | |||
| @@ -2,8 +2,10 @@ | |||
| 2 | # Copyright 2017-2026 NXP | 2 | # Copyright 2017-2026 NXP |
| 3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 4 | 4 | ||
| 5 | SUMMARY = "i.MX PXP G2D library" | ||
| 5 | DESCRIPTION = "G2D library using i.MX PXP" | 6 | DESCRIPTION = "G2D library using i.MX PXP" |
| 6 | HOMEPAGE = "https://github.com/nxp-imx/imx-g2d-pxp" | 7 | HOMEPAGE = "https://github.com/nxp-imx/imx-g2d-pxp" |
| 8 | SECTION = "graphics" | ||
| 7 | LICENSE = "Proprietary" | 9 | LICENSE = "Proprietary" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a93b654673e1bc8398ed1f30e0813359" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a93b654673e1bc8398ed1f30e0813359" |
| 9 | 11 | ||
