From 53d2952257a403338ffc084e2e5bf4bdd4320249 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 10:27:57 -0300 Subject: firmware-nxp-wifi: Use FILES += and keep order.FILES notes per oelint The firmware is split into per-chip sub-packages, and each block keeps its FILES assignment beside the matching RDEPENDS/RPROVIDES/RREPLACES/ RCONFLICTS so a package's definition reads as a unit. oelint flags this two ways: - oelint.var.filesoverride on every FILES:${PN}- = assignment. Switch these to += (the vars are never otherwise set, so this is behaviourally identical) and the override check no longer fires. - oelint.var.order.FILES, because interleaving each package's FILES with its own R* vars means a later FILES lands after an earlier RDEPENDS/ RCONFLICTS. Clearing it would mean scattering all FILES to the top and breaking the per-package grouping, so keep an inline # nooelint: oelint.var.order.FILES per block instead. No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb | 27 ++++++++++++++++------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb index ffe86d15c..20b56421d 100644 --- a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb +++ b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb @@ -74,12 +74,15 @@ RDEPENDS:${PN}-all-usb = "\ ${PN}-nxpiw610-usb \ " -FILES:${PN}-nxp-common = "\ +# The firmware is split into per-chip sub-packages; each block keeps its FILES +# beside the matching R* vars for readability. +# nooelint: oelint.var.order.FILES +FILES:${PN}-nxp-common += "\ ${nonarch_base_libdir}/firmware/nxp/wifi_mod_para.conf \ ${nonarch_base_libdir}/firmware/nxp/helper_uart_3000000.bin \ " -FILES:${PN}-nxp8987-sdio = "\ +FILES:${PN}-nxp8987-sdio += "\ ${nonarch_base_libdir}/firmware/nxp/*8987* \ " RDEPENDS:${PN}-nxp8987-sdio += "${PN}-nxp-common" @@ -87,11 +90,12 @@ RPROVIDES:${PN}-nxp8987-sdio = "linux-firmware-nxp8987-sdio" RREPLACES:${PN}-nxp8987-sdio = "linux-firmware-nxp8987-sdio" RCONFLICTS:${PN}-nxp8987-sdio = "linux-firmware-nxp8987-sdio" -FILES:${PN}-nxp8997-sdio = "\ +# nooelint: oelint.var.order.FILES +FILES:${PN}-nxp8997-sdio += "\ ${nonarch_base_libdir}/firmware/mrvl/sdiouart8997_combo_v4.bin \ " -FILES:${PN}-nxp9098-common = "\ +FILES:${PN}-nxp9098-common += "\ ${nonarch_base_libdir}/firmware/nxp/ed_mac_ctrl_V3_909x.conf \ ${nonarch_base_libdir}/firmware/nxp/txpwrlimit_cfg_9098.conf \ ${nonarch_base_libdir}/firmware/nxp/uart9098_bt_v1.bin \ @@ -101,7 +105,8 @@ RPROVIDES:${PN}-nxp9098-common = "linux-firmware-nxp9098-common" RREPLACES:${PN}-nxp9098-common = "linux-firmware-nxp9098-common" RCONFLICTS:${PN}-nxp9098-common = "linux-firmware-nxp9098-common" -FILES:${PN}-nxp9098-pcie = "\ +# nooelint: oelint.var.order.FILES +FILES:${PN}-nxp9098-pcie += "\ ${nonarch_base_libdir}/firmware/nxp/pcie*9098* \ " RDEPENDS:${PN}-nxp9098-pcie += "${PN}-nxp9098-common" @@ -109,7 +114,8 @@ RPROVIDES:${PN}-nxp9098-pcie = "linux-firmware-nxp9098-pcie" RREPLACES:${PN}-nxp9098-pcie = "linux-firmware-nxp9098-pcie" RCONFLICTS:${PN}-nxp9098-pcie = "linux-firmware-nxp9098-pcie" -FILES:${PN}-nxp9098-sdio = "\ +# nooelint: oelint.var.order.FILES +FILES:${PN}-nxp9098-sdio += "\ ${nonarch_base_libdir}/firmware/nxp/sd*9098* \ " RDEPENDS:${PN}-nxp9098-sdio += "${PN}-nxp9098-common" @@ -117,13 +123,15 @@ RPROVIDES:${PN}-nxp9098-sdio = "linux-firmware-nxp9098-sdio" RREPLACES:${PN}-nxp9098-sdio = "linux-firmware-nxp9098-sdio" RCONFLICTS:${PN}-nxp9098-sdio = "linux-firmware-nxp9098-sdio" +# nooelint: oelint.var.order.FILES FILES:${PN}-nxpaw693-pcie += "\ ${nonarch_base_libdir}/firmware/nxp/pcie*aw693* \ ${nonarch_base_libdir}/firmware/nxp/uart*aw693* \ " RDEPENDS:${PN}-nxpaw693-pcie += "${PN}-nxp-common" -FILES:${PN}-nxpiw416-sdio = "\ +# nooelint: oelint.var.order.FILES +FILES:${PN}-nxpiw416-sdio += "\ ${nonarch_base_libdir}/firmware/mrvl/sdiouartiw416_combo_v0.bin \ ${nonarch_base_libdir}/firmware/nxp/*iw416* \ " @@ -132,6 +140,7 @@ RPROVIDES:${PN}-nxpiw416-sdio = "linux-firmware-nxpiw416-sdio" RREPLACES:${PN}-nxpiw416-sdio = "linux-firmware-nxpiw416-sdio" RCONFLICTS:${PN}-nxpiw416-sdio = "linux-firmware-nxpiw416-sdio" +# nooelint: oelint.var.order.FILES FILES:${PN}-nxpiw610-sdio += "\ ${nonarch_base_libdir}/firmware/nxp/sd_iw610.bin.se \ ${nonarch_base_libdir}/firmware/nxp/sduart_iw610.bin.se \ @@ -144,12 +153,14 @@ RPROVIDES:${PN}-nxpiw610-sdio = "linux-firmware-nxpiw610-sdio" RREPLACES:${PN}-nxpiw610-sdio = "linux-firmware-nxpiw610-sdio" RCONFLICTS:${PN}-nxpiw610-sdio = "linux-firmware-nxpiw610-sdio" +# nooelint: oelint.var.order.FILES FILES:${PN}-nxpiw610-usb += "\ ${nonarch_base_libdir}/firmware/nxp/usb*_iw610.bin.se \ " RDEPENDS:${PN}-nxpiw610-usb += "${PN}-nxp-common" -FILES:${PN}-nxpiw612-sdio = "\ +# nooelint: oelint.var.order.FILES +FILES:${PN}-nxpiw612-sdio += "\ ${nonarch_base_libdir}/firmware/nxp/sd_w61x_v1.bin.se \ ${nonarch_base_libdir}/firmware/nxp/sduart_nw61x_*.bin.se \ ${nonarch_base_libdir}/firmware/nxp/uartspi_n61x_*.bin.se \ -- cgit v1.2.3-54-g00ecf From 97ac1d8d5fc2db5efe5237f495a239ac40f51cda Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 10:40:16 -0300 Subject: firmware-imx: Use FILES += for split packages per oelint The firmware is split into per-device sub-packages (epdc, hdmi, and the various VPU codecs). oelint flags each FILES:${PN}- = as oelint.var.filesoverride. These package-specific FILES vars are never otherwise set, so switch them to += : the assignment is behaviourally identical and no longer trips the override check, so no suppression is needed. No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/firmware-imx/firmware-imx_8.31.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/firmware-imx/firmware-imx_8.31.bb b/recipes-bsp/firmware-imx/firmware-imx_8.31.bb index 288fa13bc..623bac9e0 100644 --- a/recipes-bsp/firmware-imx/firmware-imx_8.31.bb +++ b/recipes-bsp/firmware-imx/firmware-imx_8.31.bb @@ -163,15 +163,15 @@ PACKAGES_DYNAMIC = "${PN}-vpu-* ${PN}-sdma-* ${PN}-easrc-* ${PN}-xcvr-* ${PN}-xu # files it makes no sense. PACKAGES = "${PN} ${PN}-epdc ${PN}-hdmi ${PN}-vpu-amphion ${PN}-vpu-coda980 ${PN}-vpu-wave511 ${PN}-vpu-wave" -FILES:${PN}-epdc = "${nonarch_base_libdir}/firmware/imx/epdc/" -FILES:${PN}-hdmi = "\ +FILES:${PN}-epdc += "${nonarch_base_libdir}/firmware/imx/epdc/" +FILES:${PN}-hdmi += "\ ${nonarch_base_libdir}/firmware/hdmitxfw.bin \ ${nonarch_base_libdir}/firmware/hdmirxfw.bin \ ${nonarch_base_libdir}/firmware/dpfw.bin \ " -FILES:${PN}-vpu-amphion = "${nonarch_base_libdir}/firmware/amphion/vpu/*" -FILES:${PN}-vpu-coda980 = "${nonarch_base_libdir}/firmware/cnm/coda980_enc_fw.bin" -FILES:${PN}-vpu-wave511 = "${nonarch_base_libdir}/firmware/cnm/wave511_dec_fw.bin" -FILES:${PN}-vpu-wave = "${nonarch_base_libdir}/firmware/wave633c_codec_fw.bin" +FILES:${PN}-vpu-amphion += "${nonarch_base_libdir}/firmware/amphion/vpu/*" +FILES:${PN}-vpu-coda980 += "${nonarch_base_libdir}/firmware/cnm/coda980_enc_fw.bin" +FILES:${PN}-vpu-wave511 += "${nonarch_base_libdir}/firmware/cnm/wave511_dec_fw.bin" +FILES:${PN}-vpu-wave += "${nonarch_base_libdir}/firmware/wave633c_codec_fw.bin" COMPATIBLE_MACHINE = "(imx-generic-bsp)" -- cgit v1.2.3-54-g00ecf From 584f93ed71a6371ae1bc13faf21202c799193f0b Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 10:42:28 -0300 Subject: firmware-ele-imx: Document main-package FILES override per oelint The recipe deploys the prebuilt EdgeLock Enclave firmware blob and packs the firmware directory into the main package, so oelint flags the explicit FILES:${PN} as oelint.var.filesoverride. Accept it with an inline # nooelint. No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/firmware-imx/firmware-ele-imx_2.0.5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp') diff --git a/recipes-bsp/firmware-imx/firmware-ele-imx_2.0.5.bb b/recipes-bsp/firmware-imx/firmware-ele-imx_2.0.5.bb index d2b731ac5..8fd603b95 100644 --- a/recipes-bsp/firmware-imx/firmware-ele-imx_2.0.5.bb +++ b/recipes-bsp/firmware-imx/firmware-ele-imx_2.0.5.bb @@ -29,6 +29,8 @@ do_deploy () { } addtask deploy after do_install before do_build +# Package the deployed ELE firmware blob explicitly (filesoverride). +# nooelint: oelint.var.filesoverride FILES:${PN} = "${nonarch_base_libdir}/firmware" RREPLACES:${PN} = "firmware-sentinel" -- cgit v1.2.3-54-g00ecf From 2dd908d7eb996fe3bc9d57330f1b3b3457fc1664 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 10:42:28 -0300 Subject: firmware-sof-imx: Document main-package FILES override per oelint The recipe installs the SOF firmware and topology tree and packs it into the main package, so oelint flags the explicit FILES:${PN} as oelint.var.filesoverride. Accept it with an inline # nooelint. No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp') diff --git a/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb b/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb index 84e00a32c..b951b8580 100644 --- a/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb +++ b/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb @@ -21,4 +21,6 @@ do_install() { cp -r sof* ${D}${nonarch_base_libdir}/firmware/imx/ } +# Package the installed SOF firmware/topology tree explicitly (filesoverride). +# nooelint: oelint.var.filesoverride FILES:${PN} = "${nonarch_base_libdir}/firmware/imx" -- cgit v1.2.3-54-g00ecf From 3d9ea1cc063b2a6fdc44b5ff6d653c1f1df176be Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 11:04:39 -0300 Subject: uefi: Add SUMMARY and order PACKAGE_ARCH per oelint Add a SUMMARY (mandatory) and expand the DESCRIPTION, and move PACKAGE_ARCH above the PACKAGES/FILES block so it follows the canonical order (order.PACKAGE_ARCH). No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/uefi/uefi_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index be47c1f57..7cdfc160f 100644 --- a/recipes-bsp/uefi/uefi_git.bb +++ b/recipes-bsp/uefi/uefi_git.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "Unified Extensible Firmware Interface" +SUMMARY = "UEFI firmware for QorIQ platforms" +DESCRIPTION = "Prebuilt UEFI (Unified Extensible Firmware Interface) firmware and GRUB binaries for NXP QorIQ platforms" HOMEPAGE = "https://github.com/NXP/qoriq-uefi-binary" SECTION = "bootloaders" LICENSE = "NXP-Binary-EULA" @@ -26,9 +27,9 @@ do_deploy () { } addtask deploy before do_build after do_install +PACKAGE_ARCH = "${MACHINE_SOCARCH}" + PACKAGES += "${PN}-image" FILES:${PN}-image += "/uefi/*" -PACKAGE_ARCH = "${MACHINE_SOCARCH}" - COMPATIBLE_MACHINE = "(qoriq)" -- cgit v1.2.3-54-g00ecf From fcb327cdc33ddbb5a60f26f927229aa3d4352720 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 11:06:04 -0300 Subject: rcw: Add SECTION and order PACKAGE_ARCH per oelint Set SECTION = "bsp" and move PACKAGE_ARCH above the PACKAGES/FILES block so it follows the canonical order (suggestedvar.SECTION, order.PACKAGE_ARCH). No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/rcw/rcw_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index dbcc42108..1e526b699 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb @@ -1,6 +1,7 @@ SUMMARY = "Reset Configuration Word" DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" HOMEPAGE = "https://github.com/nxp-qoriq/rcw" +SECTION = "bsp" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe" @@ -35,8 +36,9 @@ do_deploy () { } addtask deploy after do_install +PACKAGE_ARCH = "${MACHINE_ARCH}" + PACKAGES += "${PN}-image" FILES:${PN}-image += "/boot" COMPATIBLE_MACHINE = "(qoriq)" -PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf From b8cd94ff86b645084481f1b7fd6411630c569599 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 11:07:06 -0300 Subject: imx-lib: Add SUMMARY and order SECTION per oelint Add a SUMMARY (mandatory) and move SECTION above LICENSE so the metadata follows the canonical order (order.SECTION). No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/imx-lib/imx-lib_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index 837df109a..2abb0a3e0 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb @@ -2,10 +2,11 @@ # Copyright (C) 2012-2018 O.S. Systems Software LTDA. # Copyright 2017 NXP +SUMMARY = "i.MX platform-specific libraries" DESCRIPTION = "Platform specific libraries for imx platform" HOMEPAGE = "https://github.com/nxp-imx/imx-lib" -LICENSE = "LGPL-2.1-only" SECTION = "multimedia" +LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=fbc093901857fcd118f065f900982c24" -- cgit v1.2.3-54-g00ecf From df52d03b5c678c023772c9e84f79e068d715e383 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 11:09:51 -0300 Subject: imx-seco: Add HOMEPAGE and document FILES override per oelint Set HOMEPAGE (mandatory) and accept the explicit FILES:${PN} = "/" with an inline # nooelint: the prebuilt SECO firmware is deployed under the firmware root, so the main package claims that path deliberately (filesoverride). No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/imx-seco/imx-seco_5.9.4.1.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-bsp') diff --git a/recipes-bsp/imx-seco/imx-seco_5.9.4.1.bb b/recipes-bsp/imx-seco/imx-seco_5.9.4.1.bb index a9d021b6c..4be6b639d 100644 --- a/recipes-bsp/imx-seco/imx-seco_5.9.4.1.bb +++ b/recipes-bsp/imx-seco/imx-seco_5.9.4.1.bb @@ -2,6 +2,7 @@ SUMMARY = "NXP i.MX SECO firmware" DESCRIPTION = "Firmware for i.MX Security Controller Subsystem" +HOMEPAGE = "https://www.nxp.com/" SECTION = "base" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837" @@ -28,5 +29,8 @@ do_deploy () { install -m 0644 ${S}/firmware/seco/${SECO_FIRMWARE_NAME} ${DEPLOYDIR} } +# The prebuilt SECO firmware is deployed under /lib/firmware, so the main +# package claims the root path explicitly (filesoverride). +# nooelint: oelint.var.filesoverride FILES:${PN} = "/" COMPATIBLE_MACHINE = "(mx8qm-generic-bsp|mx8qxp-generic-bsp|mx8dxl-generic-bsp|mx8dx-generic-bsp)" -- cgit v1.2.3-54-g00ecf From 9d020fe3ba9a2220f73ebe8631c8161a491feabc Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 11:09:51 -0300 Subject: imx-uuc: Add DESCRIPTION and order LICENSE per oelint Add a DESCRIPTION (mandatory) and move LICENSE/LIC_FILES_CHKSUM above DEPENDS so the metadata follows the canonical order (order.LICENSE). No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/imx-uuc/imx-uuc_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 446fb58e9..0c525e713 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb @@ -1,11 +1,12 @@ # Copyright (C) 2016 Freescale Semiconductor # Copyright (C) 2017-2019,2024-2025 NXP SUMMARY = "A Daemon wait for NXP mfgtools host's command" +DESCRIPTION = "Update Utility Client daemon that waits for commands from the NXP mfgtools host during manufacturing programming." HOMEPAGE = "https://github.com/nxp-imx/imx-uuc" SECTION = "base" -DEPENDS = "dosfstools-native virtual/kernel" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "dosfstools-native virtual/kernel" PR = "r1" PV = "0.5.1+git${SRCPV}" -- cgit v1.2.3-54-g00ecf From 705c784a44a7b9ca1cb3b2575aa3781ee2398024 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 11:09:51 -0300 Subject: mc-utils: Add SUMMARY and order PACKAGE_ARCH per oelint Add a SUMMARY (mandatory) and move PACKAGE_ARCH above the PACKAGES/FILES block (order.PACKAGE_ARCH). No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/mc-utils/mc-utils_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb index ff502afb4..a25e33855 100644 --- a/recipes-bsp/mc-utils/mc-utils_git.bb +++ b/recipes-bsp/mc-utils/mc-utils_git.bb @@ -1,3 +1,4 @@ +SUMMARY = "QorIQ DPAA Management Complex config utilities" DESCRIPTION = "The Management Complex (MC) is a key component of DPAA" HOMEPAGE = "https://github.com/nxp-qoriq/mc-utils" SECTION = "mc-utils" @@ -38,7 +39,7 @@ do_deploy () { } addtask deploy after do_install +PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGES += "${PN}-image" FILES:${PN}-image += "/boot" -PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "(qoriq-arm64)" -- cgit v1.2.3-54-g00ecf From 2058f6055f1374d839e5372a47ab919dcce6f661 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 11:09:51 -0300 Subject: qe-ucode: Add SUMMARY and order PACKAGE_ARCH per oelint Add a SUMMARY (mandatory), expand the terse DESCRIPTION, and move PACKAGE_ARCH above the PACKAGES/FILES block (order.PACKAGE_ARCH). No functional change. Signed-off-by: Luciano Dittgen --- recipes-bsp/qe-ucode/qe-ucode_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index 0d1820326..7bc829077 100644 --- a/recipes-bsp/qe-ucode/qe-ucode_git.bb +++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "qe microcode binary" +SUMMARY = "QorIQ QE microcode" +DESCRIPTION = "QUICC Engine (QE) microcode binary for NXP QorIQ SoCs" HOMEPAGE = "https://github.com/NXP/qoriq-qe-ucode" SECTION = "qe-ucode" LICENSE = "NXP-Binary-EULA" @@ -20,9 +21,10 @@ do_deploy () { } addtask deploy before do_build after do_install +PACKAGE_ARCH = "${MACHINE_SOCARCH}" + PACKAGES += "${PN}-image" FILES:${PN}-image += "/boot/*" COMPATIBLE_MACHINE = "(qoriq)" -PACKAGE_ARCH = "${MACHINE_SOCARCH}" -- cgit v1.2.3-54-g00ecf