summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/firmware-imx/firmware-imx.inc
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2014-09-04 08:12:59 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:55:22 -0200
commit4dfd3df10fc0c3ecbf791f4818d621e00bb18ee5 (patch)
tree063aa8727d2f9ef13c78875003792f518b1f57a5 /recipes-bsp/firmware-imx/firmware-imx.inc
parent4d18135a4358f7a862ff3b5d436a76873e38148b (diff)
downloadmeta-fsl-arm-4dfd3df10fc0c3ecbf791f4818d621e00bb18ee5.tar.gz
firmware-imx: Upgrade to 3.10.31-1.1.0 Beta version
VPU firmware is updated to version v3.1.1_r46060 for mx6 This release does not contain Atheros firmware so remove from the firmware-imx.inc file. This also removes the 3.0.35-4.0.0 version as this release is also compatible with mx5 SoCs. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/firmware-imx/firmware-imx.inc')
-rw-r--r--recipes-bsp/firmware-imx/firmware-imx.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-imx.inc b/recipes-bsp/firmware-imx/firmware-imx.inc
index 0f49937..96ff1b0 100644
--- a/recipes-bsp/firmware-imx/firmware-imx.inc
+++ b/recipes-bsp/firmware-imx/firmware-imx.inc
@@ -11,17 +11,12 @@ SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV}.bin;fsl-eula=true"
11inherit fsl-eula-unpack 11inherit fsl-eula-unpack
12 12
13do_install() { 13do_install() {
14 install -d ${D}/lib/firmware 14 install -d ${D}/lib/firmware
15 cp -rfv firmware/* ${D}/lib/firmware/ 15 cp -rfv firmware/* ${D}/lib/firmware/
16 find ${D}/lib/firmware -type f -exec chmod 644 '{}' ';' 16 find ${D}/lib/firmware -type f -exec chmod 644 '{}' ';'
17 17
18 # Remove files not going to be installed 18 # Remove files not going to be installed
19 find ${D}/lib/firmware/ -name Android.mk -exec rm '{}' ';' 19 find ${D}/lib/firmware/ -name Android.mk -exec rm '{}' ';'
20 rm ${D}/lib/firmware/LICENCE.atheros_firmware \
21 ${D}/lib/firmware/README
22
23 # FIXME: Remove firmware packaged in linux-firmware
24 rm -r ${D}/lib/firmware/ath6k ${D}/lib/firmware/ar3k
25} 20}
26 21
27python populate_packages_prepend() { 22python populate_packages_prepend() {