summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq.inc
Commit message (Collapse)AuthorAgeFilesLines
* linux-qoriq.inc: build kernel PV as linux-imx.incJens Rehsack2020-05-251-0/+3
| | | | | | | For later common kernel *.inc files, adopt setting the PV to the correct kernel version to satisfy the kernel version sanity check. Signed-off-by: Jens Rehsack <sno@netbsd.org>
* linux-qoriq: harmonize kernel recipesJens Rehsack2020-04-071-0/+65
| | | | | | | | Move everything which is common used of linux-qoriq kernels into linux-qoriq.inc and require it from both existing kernel recipes. This should avoid copy'n'waste even for future kernels. Signed-off-by: Jens Rehsack <sno@netbsd.org>
* linux-qoriq: merge .inc and .bb fileTing Liu2016-08-121-56/+0
| | | | | | No code change. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* linux-qoriq: exclude DATETIME from vardepsexclude of ZIMAGE_BASE_NAME to fix ↵Zhenhua Luo2016-06-031-0/+1
| | | | | | | | | | | taskhash mismatch issue The siggen.py checks the task hash, DATETIME dependency causes Taskhash mismatch error, exxclude DATETIME variable from vardepsexclude of ZIMAGE_BASE_NAME. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq: support kernel delta defconfig managed in recipe folderZhenhua Luo2016-04-191-0/+2
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq: update LOCALVERSIONTing Liu2016-04-191-0/+1
| | | | | | | | | | | Don't set LOCALVERSION options in .config as this will result in version mismatch between uImage and kernel modules which packaged in rootfs. This happens when using uImage built standalone toolchain + rootfs built by Yocto. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq: save the merged .config as ${WORKDIR}/defconfigTing Liu2016-04-191-3/+2
| | | | | | | | In fsl-kernel-localversion.bbclass, ${B}/.config will be regenerated based on ${WORKDIR}/defconfig. Save the merged .config to avoid issue. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq: Unify recipe for QorIQ ARM and QorIQ PPCZhenhua Luo2016-04-191-29/+36
| | | | | | | | | | * update linux-qoriq recipe to support both QorIQ ARM and QorIQ PPC * move PREFERRED_PROVIDER_virtual/linux to qoriq-base.inc * remove linux-ls1 recipes Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-ppc content to layer rootOtavio Salvador2015-07-281-0/+46
This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>