Skip to content

packagegroups: follow the meta-qcom packagegroup rework #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Tiny ramdisk image with ECS Liva QC710 devices firmware files"

PACKAGE_INSTALL += " \
packagegroup-firmware-ecs-liva-qc710 \
packagegroup-ecs-liva-qc710-firmware \
"

require recipes-bsp/images/initramfs-firmware-image.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Tiny ramdisk image with Lenovo Miix 630 firmware files"

PACKAGE_INSTALL += " \
packagegroup-firmware-lenovo-miix-630 \
packagegroup-lenovo-miix-630-firmware \
"

require recipes-bsp/images/initramfs-firmware-image.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Tiny ramdisk image with Lenovo T14s G6 firmware files"

PACKAGE_INSTALL += " \
packagegroup-firmware-lenovo-t14s-g6 \
packagegroup-lenovo-t14s-g6-firmware \
"

require recipes-bsp/images/initramfs-firmware-image.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Tiny ramdisk image with Lenovo X13s firmware files"

PACKAGE_INSTALL += " \
packagegroup-firmware-lenovo-x13s \
packagegroup-lenovo-x13s-firmware \
"

require recipes-bsp/images/initramfs-firmware-image.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Tiny ramdisk image with Lenovo Yoga C630 firmware files"

PACKAGE_INSTALL += " \
packagegroup-firmware-lenovo-yoga-c630 \
packagegroup-lenovo-yoga-c630-firmware \
"

require recipes-bsp/images/initramfs-firmware-image.inc
12 changes: 6 additions & 6 deletions recipes-bsp/images-woa/initramfs-firmware-mega-image.bbappend
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# WoA devices
PACKAGE_INSTALL += " \
packagegroup-firmware-ecs-liva-qc710 \
packagegroup-firmware-lenovo-miix-630 \
packagegroup-firmware-lenovo-yoga-c630 \
packagegroup-firmware-lenovo-x13s \
packagegroup-firmware-sc8180x \
packagegroup-firmware-x1e80100-crd \
packagegroup-ecs-liva-qc710-firmware \
packagegroup-lenovo-miix-630-firmware \
packagegroup-lenovo-yoga-c630-firmware \
packagegroup-lenovo-x13s-firmware \
packagegroup-sc8180x-firmware \
packagegroup-x1e80100-crd-firmware \
"
2 changes: 1 addition & 1 deletion recipes-bsp/images-woa/initramfs-firmware-sc8180x-image.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Tiny ramdisk image with SC8180X devices firmware files"

PACKAGE_INSTALL += " \
packagegroup-firmware-sc8180x \
packagegroup-sc8180x-firmware \
"

BAD_RECOMMENDATIONS = " \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Tiny ramdisk image with X1E80100 CRD devices firmware files"

PACKAGE_INSTALL += " \
packagegroup-firmware-x1e80100-crd \
packagegroup-x1e80100-crd-firmware \
"

BAD_RECOMMENDATIONS = " \
Expand Down
2 changes: 1 addition & 1 deletion recipes-bsp/images/initramfs-firmware-ifc6410-image.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Tiny ramdisk image with IFC6410 firmware files"

PACKAGE_INSTALL += " \
packagegroup-firmware-ifc6410 \
packagegroup-ifc6410-firmware \
"

require recipes-bsp/images/initramfs-firmware-image.inc
2 changes: 1 addition & 1 deletion recipes-bsp/images/initramfs-firmware-ifc6560-image.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Tiny ramdisk image with all Nexus and Pixel devices firmware files"

PACKAGE_INSTALL += " \
packagegroup-firmware-ifc6560 \
packagegroup-ifc6560-firmware \
"

BAD_RECOMMENDATIONS = "\
Expand Down
4 changes: 2 additions & 2 deletions recipes-bsp/images/initramfs-firmware-mega-image.bbappend
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Inforce / Penguin Edge devkits
PACKAGE_INSTALL += " \
packagegroup-firmware-ifc6410 \
packagegroup-firmware-ifc6560 \
packagegroup-ifc6410-firmware \
packagegroup-ifc6560-firmware \
"
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
SUMMARY = "Firmware packages for the ECS LIVA QC710 devices"
SUMMARY = "Packages for the ECS LIVA QC710 devices"

inherit packagegroup

RRECOMMENDS:${PN} += " \
PACKAGES = " \
${PN}-firmware \
"

RRECOMMENDS:${PN}-firmware = " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a630 linux-firmware-qcom-ecs-liva-qc710-adreno', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn399x', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath10k-wcn3990 linux-firmware-qcom-ecs-liva-qc710-wifi', '', d)} \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
SUMMARY = "Firmware packages for the Lenogo Miix 630 laptop"
SUMMARY = "Packages for the Lenogo Miix 630 laptop"

inherit packagegroup

RRECOMMENDS:${PN} += " \
PACKAGES = " \
${PN}-firmware \
"

RRECOMMENDS:${PN}-firmware = " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a630 linux-firmware-qcom-lenovo-miix-630-adreno', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn399x', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath10k-wcn3990', '', d)} \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
SUMMARY = "Firmware packages for the Lenovo T14s G6 laptop"
SUMMARY = "Packages for the Lenovo T14s G6 laptop"

inherit packagegroup

RRECOMMENDS:${PN} += " \
PACKAGES = " \
${PN}-firmware \
"

RRECOMMENDS:${PN}-firmware = " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-g750 linux-firmware-qcom-x1e80100-lenovo-t14s-g6-adreno', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath12k-wcn7850', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn7850', '', d)} \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
SUMMARY = "Firmware packages for the Lenovo X13s laptop"
SUMMARY = "Packages for the Lenovo X13s laptop"

inherit packagegroup

RRECOMMENDS:${PN} += " \
PACKAGES = " \
${PN}-firmware \
"

RRECOMMENDS:${PN}-firmware = " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a660 linux-firmware-qcom-sc8280xp-lenovo-x13s-adreno', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-wcn6855', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-qca2066', '', d)} \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
SUMMARY = "Firmware packages for the Lenogo Yoga C630 laptop"
SUMMARY = "Packages for the Lenogo Yoga C630 laptop"

inherit packagegroup

RRECOMMENDS:${PN} += " \
PACKAGES = " \
${PN}-firmware \
"

RRECOMMENDS:${PN}-firmware = " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a630 linux-firmware-qcom-lenovo-yoga-c630-adreno', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn399x', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath10k-wcn3990', '', d)} \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
SUMMARY = "Firmware packages for the SC8180X devices"
SUMMARY = "Packages for the SC8180X devices"

inherit packagegroup

RRECOMMENDS:${PN} += " \
PACKAGES = " \
${PN}-firmware \
"

RRECOMMENDS:${PN}-firmware = " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a640 linux-firmware-qcom-sc8180x-adreno', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn399x', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath10k-wcn3990', '', d)} \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
SUMMARY = "Firmware packages for the X1E80100 CRD devices"
SUMMARY = "Packages for the X1E80100 CRD devices"

inherit packagegroup

RRECOMMENDS:${PN} += " \
PACKAGES = " \
${PN}-firmware \
"

RRECOMMENDS:${PN}-firmware = " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-g750 linux-firmware-qcom-x1e80100-adreno', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn7850', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath12k-wcn7850 linux-firmware-qcom-x1e80100-wifi', '', d)} \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
SUMMARY = "Firmware packages for the IFC6410 board"
SUMMARY = "Packages for the IFC6410 board"

inherit packagegroup

RRECOMMENDS:${PN} += " \
PACKAGES = " \
${PN}-firmware \
"

RRECOMMENDS:${PN}-firmware = " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a3xx', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath6k firmware-ath6kl', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-ar3k', '', d)} \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
SUMMARY = "Firmware packages for the IFC6560 board"
SUMMARY = "Packages for the IFC6560 board"

inherit packagegroup

RRECOMMENDS:${PN} += " \
PACKAGES = " \
${PN}-firmware \
"

RRECOMMENDS:${PN}-firmware = " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a530 linux-firmware-qcom-sda660-adreno', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath10k-wcn3990', '', d)} \
Expand Down