summaryrefslogtreecommitdiffstats
path: root/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* ipc: update to commit b010e35Ting Liu2016-04-191-2/+2
| | | | | | | | | New commits imported: b010e35 Makefile: use KBUILD_OUTPUT to point to build-artifacts Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* skmm-ep: add ARCH in EXTRA_OEMAKETing Liu2016-04-191-3/+2
| | | | | | | | ARCH is needed for all tasks, for example, make clean Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* skmm-ep: fix the inline function definition with gcc 5.xZhenhua Luo2016-04-192-0/+68
| | | | | | | | | | There are different semantics for inline functions for gcc-5.x compared to previous gcc. Fix the following build error. | skmm.c:(.text.startup+0xfc): undefined reference to `va_to_pa' | skmm.c:(.text.startup+0x10c): undefined reference to `va_to_pa' Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* ipc-ust: move SOC specific variables to qoriq-base.incZhenhua Luo2016-04-191-5/+6
| | | | | | | | * Add IPC_UST_SOC variables in qoriq-base.inc to define SOC type for ipc-ust * Use IPC_UST_SOC in ipc-ust bb file Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* web-sysmon: Add RDEPENDS and COMPATIBLE_MACHINEZhenhua Luo2016-04-191-2/+14
| | | | | | 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>
* skmm-ep: Move COMPATIBLE_MACHINE to botton lineZhenhua Luo2016-04-191-2/+2
| | | | | | 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>
* merge-files: Define S to fix build warningZhenhua Luo2016-04-191-1/+1
| | | | | | 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>
* ipc: Optimize the ipc recipes directoriesZhenhua Luo2016-04-192-0/+56
| | | | | | | | | * move ipc-ust recipes to recipes-extended folder * move ipc-modules to recipes-kernel folder 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>
* cst: remove duplicated recipeZhenhua Luo2016-04-191-26/+0
| | | | | | cst recipe exists in recipes-devtools folder Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* Move meta-fsl-ppc content to layer rootOtavio Salvador2015-07-2811-0/+3964
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>