diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 08:31:18 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 08:31:18 -0300 |
| commit | 493ba067595f3168bbc587afde5806aa17c44640 (patch) | |
| tree | 3d2ea6ba10ec699f0a7e256b2e2ad0bd1d421816 /recipes-graphics | |
| parent | 63a4d09d5d5c13bbc98afdc47453d69ee8ed03e5 (diff) | |
| download | meta-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.bb | 5 |
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 @@ | |||
| 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)" |
