summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/firmware-imx/firmware-imx.inc
Commit message (Collapse)AuthorAgeFilesLines
* firmware-imx: Use MACHINE_SOCARCH for PACKAGE_ARCHOtavio Salvador2013-09-281-1/+1
| | | | | | | | The firmware-imx is common to the soc-architecture so we ought to reflect this in the PACKAGE_ARCH setting. Change-Id: Ib8c45fd2589e7a7fa10275021152ae7f951bf51e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Fix rootfs generation for 'dev-pkgs' image featureOtavio Salvador2013-07-211-0/+2
| | | | | | | | The -dev package depends on firmware-imx but this needs to be available or rootfs generation fails. Change-Id: Ibe52d64c591eb81d79a5e2174f1d8db1a496c455 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Move PR to the .bb file and PE to .incOtavio Salvador2013-07-201-1/+1
| | | | | Change-Id: I13bd9ea63c5d25854f7f28681c15686db966bb8f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Remove Atheros firmwareOtavio Salvador2013-06-071-5/+3
| | | | | | | | The linux-firmware already provide the Atheros firmware so we should use it and avoid duplication. Change-Id: I5e8675612916ab20ae27e63aedba6758e9a17afb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Make the package machine specificOtavio Salvador2013-03-201-2/+4
| | | | | | | | 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>
* firmware-imx: Refactor recipe to avoid useless files in rootfsOtavio Salvador2012-10-151-20/+32
| | | | | | | | | The recipe now generate a set of packages for each SoC so it avoids including useless files in rootfs. The architecture of binaries has also been change to all as it is in binary form. Change-Id: I912df305c0cda3a60e88a8e939f002464fd374ff Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Move specific filesOtavio Salvador2012-10-151-11/+2
| | | | | | | | The 11.09.01 has some specific files and those ought to be in the version recipe. Change-Id: I6749648927a122b8652323321757844618660b67 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Use fsl-eula-unpack class to handle EULAOtavio Salvador2012-10-021-2/+4
| | | | | | | | | The package can now be fetch from Freescale HTTP server avoiding the binary file being dumped on the repository. Change-Id: I8a627d7bc4ab2103ae9f7c68eba403427885ac95 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* firmware-imx: Fix license field to use 'Proprietary'Otavio Salvador2012-09-301-2/+2
| | | | | Change-Id: I21e5c54e01d0b846286087637af4d4784ce77582 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: refactory package naming and versionOtavio Salvador2012-09-191-0/+40
Rename the 'imx-firmware' package to 'firmware-imx' as this is how the tarball is named. We also changed the version from 0.1 to 11.09.01 to proper reflect to the version in use. During the refactory the package upgrade path has been respected so package management can know how to handle the rename. Change-Id: I8d908020333883d7c8a42641e6d9a6e3e81f4bb0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>