summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 11:50:23 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 11:50:23 -0300
commitb40fc4f68245ec4010b9d1d541d8a792fe3368bc (patch)
treea696747ec2f1c3cb429d4e1fee209e3bfe966d66 /recipes-bsp
parente10aa057ad29d178705b130f2d8f7c0044c097d2 (diff)
downloadmeta-freescale-b40fc4f68245ec4010b9d1d541d8a792fe3368bc.tar.gz
inphi: Set DESCRIPTION/SECTION and order PACKAGE_ARCH per oelint
oelint-adv flagged a missing DESCRIPTION, a suggested SECTION, and PACKAGE_ARCH appearing after FILES. Add DESCRIPTION and SECTION and move PACKAGE_ARCH ahead of the PACKAGES/ FILES block as oelint expects. Metadata-only change; the built package is unaffected. oelint-adv now reports no findings for this recipe. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/inphi/inphi_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/inphi/inphi_git.bb b/recipes-bsp/inphi/inphi_git.bb
index f87511885..9c8046b7c 100644
--- a/recipes-bsp/inphi/inphi_git.bb
+++ b/recipes-bsp/inphi/inphi_git.bb
@@ -1,5 +1,7 @@
1SUMMARY = "Firmwares and Standalone Applications" 1SUMMARY = "Firmwares and Standalone Applications"
2DESCRIPTION = "Inphi IN112525 PHY microcode firmware for NXP QorIQ platforms"
2HOMEPAGE = "https://github.com/nxp/qoriq-firmware-inphi" 3HOMEPAGE = "https://github.com/nxp/qoriq-firmware-inphi"
4SECTION = "firmware"
3LICENSE = "NXP-Binary-EULA" 5LICENSE = "NXP-Binary-EULA"
4LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" 6LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798"
5 7
@@ -19,8 +21,9 @@ do_deploy () {
19} 21}
20addtask deploy before do_build after do_install 22addtask deploy before do_build after do_install
21 23
24PACKAGE_ARCH = "${MACHINE_ARCH}"
25
22PACKAGES += "${PN}-image" 26PACKAGES += "${PN}-image"
23FILES:${PN}-image += "/boot" 27FILES:${PN}-image += "/boot"
24 28
25COMPATIBLE_MACHINE = "(qoriq-arm64)" 29COMPATIBLE_MACHINE = "(qoriq-arm64)"
26PACKAGE_ARCH = "${MACHINE_ARCH}"