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
96eb8e580c
Now as the dspso packages have been removed completely, we can drop them from the image's BAD_RECOMMENDATIONS list. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
16 lines
408 B
BlitzBasic
16 lines
408 B
BlitzBasic
DESCRIPTION = "Tiny ramdisk image with RB1/RB2 devices firmware files"
|
|
|
|
PACKAGE_INSTALL += " \
|
|
packagegroup-firmware-rb1 \
|
|
packagegroup-firmware-rb2 \
|
|
"
|
|
|
|
BAD_RECOMMENDATIONS = " \
|
|
hexagon-dsp-binaries-thundercomm-rb1-adsp \
|
|
hexagon-dsp-binaries-thundercomm-rb2-adsp \
|
|
hexagon-dsp-binaries-thundercomm-rb2-cdsp \
|
|
linux-firmware-qcom-venus-6.0 \
|
|
"
|
|
|
|
require initramfs-firmware-image.inc
|