diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 11:50:23 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 11:50:23 -0300 |
| commit | 0d09347d89dec41b03933d7e59babf6076b488a2 (patch) | |
| tree | 0cc9949f50fecb7f5af88ebbde36f285e106a08f /recipes-bsp | |
| parent | 8d6f7ff3a053a6590f08f0cbe2fa4e095d0fc118 (diff) | |
| download | meta-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.bb | 4 |
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 @@ | |||
| 1 | SUMMARY = "PPFE Linux firmware" | 1 | SUMMARY = "PPFE Linux firmware" |
| 2 | DESCRIPTION = "Packet Forwarding Engine (PFE) firmware binaries for NXP LS1012A SoCs" | ||
| 2 | HOMEPAGE = "https://github.com/NXP/qoriq-engine-pfe-bin" | 3 | HOMEPAGE = "https://github.com/NXP/qoriq-engine-pfe-bin" |
| 4 | SECTION = "firmware" | ||
| 3 | LICENSE = "NXP-Binary-EULA" | 5 | LICENSE = "NXP-Binary-EULA" |
| 4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=92723670f432558b9e2494ed177d2a85" | 6 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=92723670f432558b9e2494ed177d2a85" |
| 5 | 7 | ||
| @@ -26,6 +28,8 @@ do_deploy () { | |||
| 26 | addtask deploy after do_install | 28 | addtask deploy after do_install |
| 27 | 29 | ||
| 28 | FILES:${PN} += "${nonarch_base_libdir}/firmware /boot/" | 30 | FILES:${PN} += "${nonarch_base_libdir}/firmware /boot/" |
| 31 | # Prebuilt firmware blobs: foreign target arch, already stripped. | ||
| 32 | # nooelint: oelint.vars.insaneskip | ||
| 29 | INSANE_SKIP:${PN} += "arch already-stripped" | 33 | INSANE_SKIP:${PN} += "arch already-stripped" |
| 30 | INHIBIT_PACKAGE_STRIP = "1" | 34 | INHIBIT_PACKAGE_STRIP = "1" |
| 31 | INHIBIT_SYSROOT_STRIP = "1" | 35 | INHIBIT_SYSROOT_STRIP = "1" |
