aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/packagegroups/packagegroup-firmware-lenovo-x13s.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/packagegroups/packagegroup-firmware-lenovo-x13s.bb')
-rw-r--r--recipes-bsp/packagegroups/packagegroup-firmware-lenovo-x13s.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-bsp/packagegroups/packagegroup-firmware-lenovo-x13s.bb b/recipes-bsp/packagegroups/packagegroup-firmware-lenovo-x13s.bb
new file mode 100644
index 0000000..dc63332
--- /dev/null
+++ b/recipes-bsp/packagegroups/packagegroup-firmware-lenovo-x13s.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Firmware packages for the Lenovo X13s laptop"
+
+inherit packagegroup
+
+RRECOMMENDS:${PN} += " \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-sc8280xp-lenovo-x13s-adreno', '', d)} \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k', '', d)} \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca', '', d)} \
+ linux-firmware-qcom-sc8280xp-lenovo-x13s-audio \
+ linux-firmware-qcom-sc8280xp-lenovo-x13s-compute \
+ linux-firmware-qcom-sc8280xp-lenovo-x13s-sensors \
+"