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 | b40fc4f68245ec4010b9d1d541d8a792fe3368bc (patch) | |
| tree | a696747ec2f1c3cb429d4e1fee209e3bfe966d66 /recipes-bsp | |
| parent | e10aa057ad29d178705b130f2d8f7c0044c097d2 (diff) | |
| download | meta-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.bb | 5 |
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 @@ | |||
| 1 | SUMMARY = "Firmwares and Standalone Applications" | 1 | SUMMARY = "Firmwares and Standalone Applications" |
| 2 | DESCRIPTION = "Inphi IN112525 PHY microcode firmware for NXP QorIQ platforms" | ||
| 2 | HOMEPAGE = "https://github.com/nxp/qoriq-firmware-inphi" | 3 | HOMEPAGE = "https://github.com/nxp/qoriq-firmware-inphi" |
| 4 | SECTION = "firmware" | ||
| 3 | LICENSE = "NXP-Binary-EULA" | 5 | LICENSE = "NXP-Binary-EULA" |
| 4 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" | 6 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" |
| 5 | 7 | ||
| @@ -19,8 +21,9 @@ do_deploy () { | |||
| 19 | } | 21 | } |
| 20 | addtask deploy before do_build after do_install | 22 | addtask deploy before do_build after do_install |
| 21 | 23 | ||
| 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 25 | |||
| 22 | PACKAGES += "${PN}-image" | 26 | PACKAGES += "${PN}-image" |
| 23 | FILES:${PN}-image += "/boot" | 27 | FILES:${PN}-image += "/boot" |
| 24 | 28 | ||
| 25 | COMPATIBLE_MACHINE = "(qoriq-arm64)" | 29 | COMPATIBLE_MACHINE = "(qoriq-arm64)" |
| 26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
