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
commit0d09347d89dec41b03933d7e59babf6076b488a2 (patch)
tree0cc9949f50fecb7f5af88ebbde36f285e106a08f /recipes-bsp
parent8d6f7ff3a053a6590f08f0cbe2fa4e095d0fc118 (diff)
downloadmeta-freescale-0d09347d89dec41b03933d7e59babf6076b488a2.tar.gz
ppfe-firmware: Set DESCRIPTION/SECTION and document INSANE_SKIP per oelint
oelint-adv flagged a missing DESCRIPTION, a suggested SECTION, and the INSANE_SKIP use. Add DESCRIPTION and SECTION. The INSANE_SKIP is required for the prebuilt PFE firmware blobs (foreign target arch, already stripped), so accept it with an inline '# nooelint: oelint.vars.insaneskip' and a rationale comment. 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/ppfe-firmware/ppfe-firmware_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
index 212062c09..f01939adc 100644
--- a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
+++ b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
@@ -1,5 +1,7 @@
1SUMMARY = "PPFE Linux firmware" 1SUMMARY = "PPFE Linux firmware"
2DESCRIPTION = "Packet Forwarding Engine (PFE) firmware binaries for NXP LS1012A SoCs"
2HOMEPAGE = "https://github.com/NXP/qoriq-engine-pfe-bin" 3HOMEPAGE = "https://github.com/NXP/qoriq-engine-pfe-bin"
4SECTION = "firmware"
3LICENSE = "NXP-Binary-EULA" 5LICENSE = "NXP-Binary-EULA"
4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=92723670f432558b9e2494ed177d2a85" 6LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=92723670f432558b9e2494ed177d2a85"
5 7
@@ -26,6 +28,8 @@ do_deploy () {
26addtask deploy after do_install 28addtask deploy after do_install
27 29
28FILES:${PN} += "${nonarch_base_libdir}/firmware /boot/" 30FILES:${PN} += "${nonarch_base_libdir}/firmware /boot/"
31# Prebuilt firmware blobs: foreign target arch, already stripped.
32# nooelint: oelint.vars.insaneskip
29INSANE_SKIP:${PN} += "arch already-stripped" 33INSANE_SKIP:${PN} += "arch already-stripped"
30INHIBIT_PACKAGE_STRIP = "1" 34INHIBIT_PACKAGE_STRIP = "1"
31INHIBIT_SYSROOT_STRIP = "1" 35INHIBIT_SYSROOT_STRIP = "1"