summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:31:18 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:31:18 -0300
commit493ba067595f3168bbc587afde5806aa17c44640 (patch)
tree3d2ea6ba10ec699f0a7e256b2e2ad0bd1d421816 /recipes-graphics
parent63a4d09d5d5c13bbc98afdc47453d69ee8ed03e5 (diff)
downloadmeta-freescale-493ba067595f3168bbc587afde5806aa17c44640.tar.gz
imx-g2d-samples: Set SECTION and order per oelint
Set SECTION and move PACKAGE_ARCH ahead of FILES. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-g2d/imx-g2d-samples_git.bb5
1 files changed, 3 insertions, 2 deletions
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 @@
1SUMMARY = "i.MX G2D Samples" 1SUMMARY = "i.MX G2D Samples"
2DESCRIPTION = "Set of sample applications for i.MX G2D" 2DESCRIPTION = "Set of sample applications for i.MX G2D"
3HOMEPAGE = "https://github.com/nxp-imx/g2d-samples" 3HOMEPAGE = "https://github.com/nxp-imx/g2d-samples"
4SECTION = "graphics"
4LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=0858ec9c7a80c4a2cf16e4f825a2cc91" 6LIC_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
72FILES:${PN} += "/opt"
73
74PACKAGE_ARCH = "${MACHINE_SOCARCH}" 73PACKAGE_ARCH = "${MACHINE_SOCARCH}"
75 74
75FILES:${PN} += "/opt"
76
76COMPATIBLE_MACHINE = "(imxgpu2d|mx93-nxp-bsp|mx943-nxp-bsp|mx95-nxp-bsp)" 77COMPATIBLE_MACHINE = "(imxgpu2d|mx93-nxp-bsp|mx943-nxp-bsp|mx95-nxp-bsp)"