mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
linux-firmware: make ${PN}-qcom-adreno-a663 depend on -a660
Adreno A663 requires two files to function: one is a663_gmu.bin,
provided by the ${PN}-qcom-adreno-a663 package, another one is
a660_sqe.fw, provided by the ${PN}-qcom-adreno-a660 package.
Make the ${PN}-qcom-adreno-a663 depend on -a660, so that the platforms
requiring A663 firmware don't have to care about the details and can
simply require the A663 firmware package.
Fixes: 02dec6af254c ("linux-firmware: Add qcom-adreno-a663 package")
(From OE-Core rev: 26db3e9d3627d45097371e39ef5b43e479e34119)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d31404d605
commit
8b5c7994bf
@@ -1543,7 +1543,7 @@ RDEPENDS:${PN}-qcom-adreno-a530 = "${PN}-qcom-license"
|
||||
RDEPENDS:${PN}-qcom-adreno-a630 = "${PN}-qcom-license"
|
||||
RDEPENDS:${PN}-qcom-adreno-a650 = "${PN}-qcom-license"
|
||||
RDEPENDS:${PN}-qcom-adreno-a660 = "${PN}-qcom-license"
|
||||
RDEPENDS:${PN}-qcom-adreno-a663 = "${PN}-qcom-license"
|
||||
RDEPENDS:${PN}-qcom-adreno-a663 = "${PN}-qcom-license ${PN}-qcom-adreno-a660"
|
||||
RDEPENDS:${PN}-qcom-adreno-a702 = "${PN}-qcom-license"
|
||||
RDEPENDS:${PN}-qcom-adreno-g750 = "${PN}-qcom-license"
|
||||
RDEPENDS:${PN}-qcom-apq8016-modem = "${PN}-qcom-license"
|
||||
|
||||
Reference in New Issue
Block a user