summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-mfgtool.inc
Commit message (Collapse)AuthorAgeFilesLines
* linux-mfgtool.inc: Fix KERNEL_PACKAGE_NAMEFrieder Schrempf2022-10-111-1/+1
| | | | | | | | | | | | | | | Using a KERNEL_PACKAGE_NAME without the "linux-" prefix causes parsing errors like: ERROR: [...]/meta-freescale/recipes-kernel/linux/linux-fslc-mfgtool_5.4.bb: QA Issue: [...]/meta-freescale/recipes-kernel/linux/linux-fslc-mfgtool_5.4.bb: Variable RDEPENDS is set as not being package specific, please fix this. [pkgvarcheck] Fix this by setting KERNEL_PACKAGE_NAME to "linux-mfgtools", which also reflects the value mentioned in the original commit's message [1]. [1] https://github.com/Freescale/meta-freescale/commit/9a5a143d97345871d4c258ce6ce13567d87f5ba7 Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> (cherry picked from commit 1cd3a109c723f755203c9967144b2d352096987c)
* linux-mfgtool: Simplify linux-mfgtool supportMarc Ferland2018-08-301-81/+1
| | | | | | | | | | | | | | | | | | 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>
* linux-mfgtool.inc: This reduce the extender classOtavio Salvador2018-08-221-11/+2
| | | | | | | This removes duplicated code from the extender class and instead calls the parent's code. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mfgtool.inc: Fix wrong build dependencyOtavio Salvador2018-08-221-1/+3
| | | | | | | | This fixes following error: ERROR: Nothing PROVIDES 'virtual/mfgtool-arm-...-binutils'. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mgftool: Fix taskhash changed errorRichard Purdie2016-11-031-0/+11
| | | | | | | | | | | 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>
* linux-mfgtool: Add DATETIME exclusion to avoid taskhash mismatch errorLauren Post2016-04-191-0/+1
| | | | | | | | | 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>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-161-0/+82
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>