aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-mfgtool.inc
AgeCommit message (Collapse)Author
2018-08-31linux-mfgtool: Simplify linux-mfgtool supportMarc Ferland
As OpenEmbedded-Core now supports (from commit 5b4aab6b40cf21471442e21abc8051b38985de84) building multiple kernels, this patch completly replaces the old linux-mfgtool with a single statement: KERNEL_PACKAGE_NAME = "linux-mfgtool" and it works surprisingly well! This patch also provides a separate defconfig for linux-imx-mfgtool (which currently is a copy of linux-imx defconfig). Note: The linux-mfgtool kernel will be deployed in ${DEPLOY}/mfgtool. Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-08-22linux-mfgtool.inc: This reduce the extender classOtavio Salvador
This removes duplicated code from the extender class and instead calls the parent's code. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 801658c710e3a59ce9dc8d5fa892f1865071fc94)
2018-08-22linux-mfgtool.inc: Fix wrong build dependencyOtavio Salvador
This fixes following error: ERROR: Nothing PROVIDES 'virtual/mfgtool-arm-...-binutils'. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 7a5f1e14504e43bf41ebb9f36cb56bd71cceab32)
2016-11-03linux-mgftool: Fix taskhash changed errorRichard Purdie
We need to expand KERNEL_VERSION at runtime, not at parse time. The class extension code can expand variables early so remove the variable from the datastore temporarily. Change-Id: Ic0c8c8f62447e8368ce19c2420812f75009a295f Reported-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-mfgtool: Add DATETIME exclusion to avoid taskhash mismatch errorLauren Post
Recent changes in siggen.py check for task hash and generate build errors called Taskhash mismatch when using variables with date and time. Exclude date time variables as done in kernel.bbclass. Signed-off-by: Lauren Post <lauren.post@nxp.com> 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>