Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 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
Expand Up @@ -68,7 +68,6 @@ PACKAGE_BEFORE_PN =+ "\
${PN}-qcom-sa8775p-ride-gdsp \
${PN}-qcom-sdm845-hdk-adsp \
${PN}-qcom-sdm845-hdk-cdsp \
${PN}-qcom-shikra-cqs-evk-cdsp \
${PN}-qcom-sm8750-mtp-adsp \
${PN}-qcom-sm8750-mtp-cdsp \
${PN}-radxa-dragon-q6a-adsp \
Expand All @@ -87,6 +86,12 @@ PACKAGE_BEFORE_PN =+ "\
${PN}-thundercomm-rubikpi3-adsp \
${PN}-thundercomm-rubikpi3-cdsp \
"
# Dependent packages are only available from the lts-linux-firmware-mixins
# layer and thus can't be enabled by default. Enable it for Qualcomm machines,
# which also force enable the updated linux-firmware version.
PACKAGES:append:qcom = " \
${PN}-qcom-shikra-cqs-evk-cdsp \
"

LICENSE:${PN} = "dspso-WHENCE"
LICENSE:${PN}-conf = "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ SUMMARY = "Firmware for Qualcomm M.2 wireless attachments"
inherit packagegroup

QCOM_M2_WIFI_FIRMWARE = " \
linux-firmware-ath12k-qcc2072 \
linux-firmware-ath12k-qcn9274 \
linux-firmware-ath12k-wcn7850 \
"
# This package is only available from the lts-linux-firmware-mixins layer and
# thus can't be enabled by default. Enable it for Qualcomm machines, which also
# force enable the updated linux-firmware version.
QCOM_M2_WIFI_FIRMWARE:append:qcom = " \
linux-firmware-ath12k-qcc2072 \
"

QCOM_M2_BT_FIRMWARE = " \
linux-firmware-qca-qcc2072 \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DEFAULT_PREFERENCE:qcom = "1"
DEFAULT_PREFERENCE:class-devupstream:qcom = "-1"
Comment thread
lumag marked this conversation as resolved.