linux-firmware: remove SDMA packages
This makes it so bitbake obtains the SDMA firmware from the firmware-imx recipe instead. This also avoids including all of the linux-firmware packages in i.MX6 SDK builds, preventing errors when building the ccimx6sbc SDK (linux-firmware provides the community versions of the ath6k and ar3k firmwares, which clash with our versions). Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
d58c6d30da
commit
b0ff9ec03a
|
|
@ -0,0 +1,8 @@
|
|||
# Copyright (C) 2022 Digi International
|
||||
|
||||
# This is an excerpt from the *.bbappend in meta-imx, containing only the
|
||||
# minimum necessary changes for bitbake to use the SDMA firmware from the
|
||||
# firmware-imx recipe instead of this one
|
||||
|
||||
# Use the latest version of sdma firmware in firmware-imx
|
||||
PACKAGES_remove = "${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d"
|
||||
Loading…
Reference in New Issue