Skip to content

Commit

Permalink
firmware-qcom-dragonboard-apq8074: package proprietary firmware for d…
Browse files Browse the repository at this point in the history
…b8074

Package proprietary firmware for the Intrinsyc Dragonboard APQ8074
board. By default an empty package will be built. To specify location of
the NHLOS.bin add the following line to local.conf:

NHLOS_URI:pn-firmware-qcom-dragonboard-apq8074 = "file:///PATH/NON-HLOS-db8074-1.0.bin"

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Jul 26, 2023
1 parent 8c77534 commit 6c1c786
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
21 changes: 21 additions & 0 deletions recipes-bsp/firmware/firmware-qcom-dragonboard-apq8074.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Specify location of the corresponding NON-HLOS.bin file by adding
# NHLOS_URI:pn-firmware-qcom-dragonboard-apq8074 = "..." to local.conf. Use
# "file://" if the file is provided locally.

DESCRIPTION = "QCOM Firmware for Dragonboard APQ8074 board"

LICENSE = "CLOSED"

# dragonboard8074 firmware is unsigned, so install into generic location
FW_QCOM_NAME = "apq8074"

FW_QCOM_LIST = "adsp.mbn mba.mbn modem.mbn wcnss.mbn"

require recipes-bsp/firmware/firmware-qcom.inc
require recipes-bsp/firmware/firmware-qcom-nhlos.inc

SPLIT_FIRMWARE_PACKAGES = " \
linux-firmware-qcom-${FW_QCOM_NAME}-audio \
linux-firmware-qcom-${FW_QCOM_NAME}-modem \
linux-firmware-qcom-${FW_QCOM_NAME}-wifi \
"
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
SUMMARY = "Firmware packages for the Dragonboard APQ8074 board"

inherit packagegroup

RRECOMMENDS:${PN} += " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a3xx', '', d)} \
linux-firmware-qcom-apq8074-audio \
linux-firmware-qcom-apq8074-modem \
linux-firmware-qcom-apq8074-wifi \
"

0 comments on commit 6c1c786

Please sign in to comment.