You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
firmware-qcom-rb1: remove the recipe
With the dspso.bin contents being provided by the hexagon-dsp-binaries recipe the BSP package becomes empty and can be completely removed from the layer. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
DESCRIPTION = "QCOM Firmware for Qualcomm Robotics RB1 platform"
|
||||
|
||||
LICENSE = "Proprietary"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.qcom.txt;md5=cbbe399f2c983ad51768f4561587f000"
|
||||
|
||||
SRC_URI = "http://releases.linaro.org/96boards/rb1/qualcomm/firmware/RB1_firmware_${PV}.zip;subdir=${BP}"
|
||||
SRC_URI[md5sum] = "db892ca115845938c6672d756448d512"
|
||||
SRC_URI[sha256sum] = "e7f95cc61d601f6267f87741c333ec5663a6fb538c79770dc094c2556fa757c0"
|
||||
|
||||
FW_QCOM_NAME = "qcm2290"
|
||||
|
||||
require recipes-bsp/firmware/firmware-qcom.inc
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sysconfdir}/
|
||||
install -m 0644 LICENSE.qcom.txt ${D}${sysconfdir}/QCOM-LINUX-BOARD-SUPPORT-LICENSE-${PN}
|
||||
|
||||
install -d ${D}${FW_QCOM_PATH}
|
||||
|
||||
install -m 0444 04-dspso/dspso.bin ${D}${FW_QCOM_PATH}
|
||||
}
|
||||
|
||||
SPLIT_FIRMWARE_PACKAGES = " \
|
||||
${PN}-dspso \
|
||||
"
|
||||
@@ -3,7 +3,6 @@ SUMMARY = "Firmware packages for the RB1 Robotics platform"
|
||||
inherit packagegroup
|
||||
|
||||
RRECOMMENDS:${PN} += " \
|
||||
firmware-qcom-rb1 \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a630 linux-firmware-qcom-qcm2290-adreno', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath10k-wcn3990 linux-firmware-qcom-qcm2290-wifi ', '', d)} \
|
||||
linux-firmware-lt9611uxc \
|
||||
|
||||
Reference in New Issue
Block a user