summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-dpaa/fmlib
Commit message (Collapse)AuthorAgeFilesLines
* Move meta-fsl-ppc content to layer rootOtavio Salvador2015-07-281-45/+0
| | | | | | | | 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>
* fmlib: update to revision 4938e09Ting Liu2015-07-281-2/+2
| | | | | | | | | | | | | | | This imports the following changes: 4938e09 fmlib: sync with kernel for t_FmCtrlMon 549d77e fmlib: implement FM_PORT_GetBmiCounters c1e9c74 fmlib: support FMAN_V3L platforms a3321e2 fmlib: Add fix in FM_PCD_KgSchemeSet function 7572af0 Render table statistics accessible from user space Switch FMLIB_TARGET to FMAN_V3L for t1. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fmlib: update to revision 661d782Zhenhua Luo2015-01-071-1/+1
| | | | | | | | | | | | | | This includes following fixes: 661d782 fmlib: Fix pointer handles used in FMD wrapper 744e788 fmlib: copy CcNode pointer when appropriate b3a7bc7 fmlib: expose configuration routines in header files bdd6d6f capwap: sync with kernel for frag support 2eafba1 fmlib: add capwap support 87327a1 capwap: transfer to id for reassembly manip 20984f8 fmd: handle possibly undefined macro Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmlib: use SOC_FAMILY as override in do_installTing Liu2014-08-191-8/+4
| | | | | | In previous commit, do_install was missed. update it. Signed-off-by: Ting Liu <ting.liu@freescale.com>
* fmlib: use SOC_FAMILY as overrideTing Liu2014-07-291-5/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* remove fslmachine MACHINEOVERRIDES usageTing Liu2014-07-151-1/+1
| | | | | | fslmachine is too generic, use qoriq-ppc instead. Signed-off-by: Ting Liu <b28495@freescale.com>
* fmlib: update to sdk v1.6 releaseZhenhua Luo2014-07-081-7/+13
| | | | | | add support for new added boards Signed-off-by: Ting Liu <b28495@freescale.com>
* fmlib: update SHA for SDK T2080QDSZongchun Yu2014-02-131-0/+2
| | | | Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
* fmlib: update SHA for SDK 1.5Zhenhua Luo2014-01-121-2/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmlib: remove unused patchZhenhua Luo2014-01-121-43/+0
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmlib: add depends on virtual/kernelTing Liu2013-10-101-0/+1
| | | | | | fmlib defines KERNEL_SRC=${STAGING_KERNEL_DIR} to get kerenl headers. Signed-off-by: Ting Liu <b28495@freescale.com>
* fmlib: fix compile error with linux-libc-headersChunrong Guo2013-09-301-2/+1
| | | | | | | | | * fix the below error | NOTE: make -j 48 DESTDIR=/poky/build/tmp/work/ppce500mc-poky-linux/fmlib/git-r1/image PREFIX=/usr LIB_DEST_DIR=/usr/lib | CROSS_COMPILE=powerpc-poky-linux- KERNEL_SRC=/poky/build/tmp/sysroots/p4080ds/usr libfm-ppce500mc.a | (CC) libfm-ppce500mc.o | src/fm_lib.c:56:23: fatal error: fm_ioctls.h: No such file or directory Signed-off-by: Chunrong Guo <B40290@freescale.com>
* change layout to follow oe-core guidelines of recipesTing Liu2013-07-102-0/+86
Follow the rules defined in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes.txt recipes-bsp - Anything with links to specific hardware or hardware configuration information recipes-connectivity - Libraries and applications related to communication with other devices recipes-core - What's needed to build a basic working Linux image including commonly used dependencies recipes-devtools - Tools primarily used by the build system (but can also be used on targets) recipes-extended - Applications which whilst not essential add features compared to the alternatives in core. May be needed for full tool functionality or LSB compliance. recipes-gnome - All things related to the GTK+ application framework recipes-graphics - X and other graphically related system libraries recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies recipes-lsb4 - Recipes added for the sole purpose of supporting the Linux Standard Base (LSB) 4.x recipes-multimedia - Codecs and support utilties for audio, images and video recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kernel recipes-qt - All things related to the Qt application framework recipes-sato - The Sato demo/reference UI/UX, its associated apps and configuration recipes-support - Recipes used by other recipes but that are not directly included in images recipes-dpaa - recipes related to fsl dpaa feature recipes-virtualization - recipes related to fsl virtualization feature Signed-off-by: Ting Liu <b28495@freescale.com>