From 493ba067595f3168bbc587afde5806aa17c44640 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 13 Jul 2026 08:31:18 -0300 Subject: imx-g2d-samples: Set SECTION and order per oelint Set SECTION and move PACKAGE_ARCH ahead of FILES. Signed-off-by: Otavio Salvador --- recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | 5 +++-- 1 file 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 @@ SUMMARY = "i.MX G2D Samples" DESCRIPTION = "Set of sample applications for i.MX G2D" HOMEPAGE = "https://github.com/nxp-imx/g2d-samples" +SECTION = "graphics" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=0858ec9c7a80c4a2cf16e4f825a2cc91" @@ -69,8 +70,8 @@ do_install() { oe_runmake install DESTDIR=${D} } -FILES:${PN} += "/opt" - PACKAGE_ARCH = "${MACHINE_SOCARCH}" +FILES:${PN} += "/opt" + COMPATIBLE_MACHINE = "(imxgpu2d|mx93-nxp-bsp|mx943-nxp-bsp|mx95-nxp-bsp)" -- cgit v1.2.3-54-g00ecf