Each SoC has a different version of the firmware files so it is not
architecture agnostic thus make it machine specific.
Change-Id: I1de5da5014c4dbc64e18804b11f09a6d0337e618
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://licenses/vpu/EULA;md5=6469a8514eed615d6bf8c09f41846d8f"
-INC_PR = "r4"
+INC_PR = "r5"
SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV}.bin;fsl-eula=true"
-inherit fsl-eula-unpack allarch
+inherit fsl-eula-unpack
do_install() {
install -d ${D}/lib/firmware
}
PACKAGES_DYNAMIC = "${PN}-vpu-* ${PN}-sdma-*"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"