aboutsummaryrefslogtreecommitdiffstats
path: root/classes/fsl-dynamic-packagearch.bbclass
AgeCommit message (Collapse)Author
2019-01-17remove True option to getVar callsAndré Draszik
getVar() has been defaulting to expanding by default for a long time (2016), thus remove the True option from getVar() calls with a regex search and replace. Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \ | cut -d':' -f1 \ | sort -u) Signed-off-by: André Draszik <andre.draszik@jci.com>
2016-11-23fsl-dynamic-packagearch.bbclass: Fix spelling error in print messageTom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18fsl-dynamic-packagearch: add all possible MACHINE_SOCARCH feeds to ↵Max Krummenacher
PACKAGE_EXTRA_ARCHS This ensures that all possible MACHINE_SOCARCH feeds are part of PACKAGE_EXTRA_ARCHS. For ARM, dependent on the instruction set we can have two MACHINE_SOCARCHs e.g. armv7ahf-vfp-neon-mx6qdl armv7at2hf-vfp-neon-mx6qdl so we must put both into PACKAGE_EXTRA_ARCHS. Otherwise a image recipe will only find packages from one of the two PACKAGE_EXTRA_ARCHS. (this reimplements commit 44ca1bf2637ed5173ea4b66f6caa4d09eb8eeb76) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-09-23fsl-dynamic-packagearch.bbclass: Stop using ARM-specific architecturesOtavio Salvador
The code to dynamically assign the architecture does take into account the default tune so we don't need to include the other architectures with the SoC suffix into the possible package architecture list. This allow for the class to be used across different architectures (such as PowerPC) thus fixing issues while integrating it for QorIQ usage. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-16Move meta-fsl-arm content to layer rootOtavio Salvador
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>