aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq.inc
AgeCommit message (Collapse)Author
2021-04-14linux-qoriq: Fix task order of merge_delta_config taskOtavio Salvador
The merge_delta_config must run before do_kernel_localversion task, which is what fsl-kernel-localversion now use. Fixes: #721. Fixes: 49299998 ("classes: fsl-kernel-localversion: Fix task dependency") Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-05-25linux-qoriq.inc: build kernel PV as linux-imx.incJens Rehsack
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>
2020-04-07linux-qoriq: harmonize kernel recipesJens Rehsack
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>
2016-08-12linux-qoriq: merge .inc and .bb fileTing Liu
No code change. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-06-03linux-qoriq: exclude DATETIME from vardepsexclude of ZIMAGE_BASE_NAME to fix ↵Zhenhua Luo
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>
2016-04-19linux-qoriq: support kernel delta defconfig managed in recipe folderZhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-qoriq: update LOCALVERSIONTing Liu
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>
2016-04-19linux-qoriq: save the merged .config as ${WORKDIR}/defconfigTing Liu
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>
2016-04-19linux-qoriq: Unify recipe for QorIQ ARM and QorIQ PPCZhenhua Luo
* 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>
2015-07-28Move meta-fsl-ppc content to layer rootOtavio Salvador
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>