The recipe content does not vary from one board to another so there is
no reason to use SoC arch or machine arch as package architecture.
The recipe generates multiple binary packages which makes it easy for
users to choose what to install.
Change-Id: Ia5f87f9f19e734607275fb2e9020c8b3096de0ad
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV}.bin;fsl-eula=true \
git://git.freescale.com/imx/imx-firmware.git;branch=${SRCBRANCH};destsuffix=${S}/git "
-inherit fsl-eula-unpack
+inherit fsl-eula-unpack allarch
do_install() {
install -d ${D}${base_libdir}/firmware/imx
FILES_${PN}-epdc = "${base_libdir}/firmware/imx/epdc/"
FILES_${PN}-brcm = "${base_libdir}/firmware/bcm/*/*.bin ${base_libdir}/firmware/bcm/*/*.cal ${sysconfdir}/firmware/"
-
-PACKAGE_ARCH = "${MACHINE_SOCARCH}"
#BRCM firmware git
SRCREV = "951c1363abe95dd75ab3e9447f640d7807240236"
-
-COMPATIBLE_MACHINE = "(mx5|mx6|mx7)"