summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: use spl version for sd and spi imageTing Liu2014-01-121-0/+8
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: simplify the compile stepsTing Liu2014-01-121-17/+14
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: replace tab with 4 spacesTing Liu2014-01-121-87/+87
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot:add support for fsl external toolchainZongchun Yu2014-01-121-11/+15
| | | | | Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com> Tested-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* skmm-ep: add recipeZhenhua Luo2014-01-121-0/+27
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* skmm: remove obsolete recipeZhenhua Luo2014-01-121-34/+0
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* rcw: update SHA for SDK 1.5Zhenhua Luo2014-01-121-5/+4
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qemu: update SHA for SDK 1.5Zhenhua Luo2014-01-121-3/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* linux: update SHA for SDK 1.5Zhenhua Luo2014-01-122-6/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* hypervisor: update SHA for SDK 1.5Zhenhua Luo2014-01-121-7/+6
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* hv-cfg: update SHA for SDK 1.5Zhenhua Luo2014-01-121-4/+4
| | | | 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>
* fmc: update SHA for SDK 1.5Zhenhua Luo2014-01-121-3/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fm-ucode: update SHA for SDK 1.5Zhenhua Luo2014-01-121-2/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* flib: update SHA for SDK 1.5Zhenhua Luo2014-01-121-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* boot-format: update the SHA for SDK 1.5Zhenhua Luo2014-01-121-3/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* asf: update the SHA for SDK 1.5Zhenhua Luo2014-01-121-3/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* lttng-modules: build as 64-bit kernel module on e6500Chunrong Guo2013-12-171-0/+18
| | | | | | | | | | | | | *e6500 is built with 32b rootfs/64b kernel, build asf as 64bit too. *Fix the below build issue on e6500 core: | DEBUG: Executing shell function do_make_scripts | make: Entering directory `.../tmp/sysroots/t4240qds/usr/src/kernel' | CC scripts/mod/empty.o | scripts/mod/empty.c:1:0: error: -mcmodel not supported in this configuration | make[2]: *** [scripts/mod/empty.o] Error 1 | make[1]: *** [scripts/mod] Error 2 | make: *** [scripts] Error 2 Signed-off-by: Chunrong Guo <B40290@freescale.com>
* asf: Fix git branch referencesChunrong Guo2013-12-171-1/+2
| | | | | | | *Ensure the right branches are set in SRC_URI to match the revisions used. This resolves certain fetch failures. Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Revert "lttng-modules: build as 64-bit kernel module on e6500"Zhenhua Luo2013-12-161-21/+0
| | | | This reverts commit a2789b3edf0f3fa4a14279e5d0d4c01d40962353.
* lttng-modules: build as 64-bit kernel module on e6500Chunrong Guo2013-12-141-0/+21
| | | | | | | | | | | | | *e6500 is built with 32b rootfs/64b kernel, build asf as 64bit too. *Fix the below build issue on e6500 core: | DEBUG: Executing shell function do_make_scripts | make: Entering directory `.../tmp/sysroots/t4240qds/usr/src/kernel' | CC scripts/mod/empty.o | scripts/mod/empty.c:1:0: error: -mcmodel not supported in this configuration | make[2]: *** [scripts/mod/empty.o] Error 1 | make[1]: *** [scripts/mod] Error 2 | make: *** [scripts] Error 2 Signed-off-by: Chunrong Guo <B40290@freescale.com>
* qemu: add gtk options in configureChunrong Guo2013-12-142-0/+14
| | | | | | | * fix the following error: |ERROR: unknown option --disable-gtk Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Fix git branch referencesChunrong Guo2013-12-1110-10/+20
| | | | | | | *Ensure the right branches are set in SRC_URI to match the revisions used. This resolves certain fetch failures. Signed-off-by: Chunrong Guo <B40290@freescale.com>
* libedit: fix the multilib build issueZhenhua Luo2013-10-251-2/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* linux-qoriq-sdk : add config fragments with merge_config.sh from kernel treeChunrong Guo2013-10-231-3/+3
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* linux-qoriq-sdk : add config fragmentsChunrong Guo2013-10-171-1/+6
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* rcw: export PYTHON to override the assignment in MakefileTing Liu2013-10-101-0/+2
| | | | | | | | | | | As RCW compiler is supported only with Python 2.6.x and 2.7.x, and currently Yocto uses python 2.7.3 or later, export PYTHON to directly use Yocto's python which can work with rcw.py definitely for now. Signed-off-by: Ting Liu <b28495@freescale.com> Reviewed-by: Emilian Medve <Emilian.Medve@freescale.com> Tested-by: Emilian Medve <Emilian.Medve@freescale.com>
* udev-extraconf: update udev rules for fsl dpaa boardZhenhua Luo2013-10-102-50/+38
| | | | | | | | | | | | | * For PCIe ports, renaming breaks the ability to look at the PCIe driver's boot output to determine what its ethN is, disable it. * For macless ports, rename to maclessN instead of ethN * extend renaming rules to fsl_dpa* as shared-mac driver may be named as fsl_dpa_shared. macless interfaces will not match on this rule as they do not have device address. legacy interfaces' names are not affected by this change. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Cristian Sovaiala <cristian.sovaiala@freescale.com>
* asf: export KERNEL_PATH as it is needed by all tasksTing Liu2013-10-101-1/+2
| | | | | | | | | | | | Avoid the below error: | DEBUG: Executing python function sysroot_cleansstate | DEBUG: Python function sysroot_cleansstate finished | DEBUG: Executing shell function do_configure | Makefile:12: /.config: No such file or directory | asfconfig.mk:15: *** ASF is Disabled in Kernel. Try to fix. Stop. | ERROR: Function failed: do_configure Signed-off-by: Ting Liu <b28495@freescale.com>
* asf: build as 64-bit kernel module on e6500Ting Liu2013-10-101-0/+19
| | | | | | | | | | | | | | | | | e6500 is built with 32b rootfs/64b kernel, build asf as 64bit too. Fix the below build issue on e6500 core: | DEBUG: Executing shell function do_make_scripts | make: Entering directory `.../tmp/sysroots/t4240qds/usr/src/kernel' | CC scripts/mod/empty.o | scripts/mod/empty.c:1:0: error: -mcmodel not supported in this configuration | make[2]: *** [scripts/mod/empty.o] Error 1 | make[1]: *** [scripts/mod] Error 2 | make: *** [scripts] Error 2 Signed-off-by: Ting Liu <b28495@freescale.com>
* build b4420qds-usdpaa dts by defaultZongchun Yu2013-10-102-2/+2
| | | | Signed-off-by: Zongchun Yu <Zongchun.Yu@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>
* Remove overriding linux-libc-headersZhenhua Luo2013-09-248-86/+0
| | | | | | | | | | Layers should never need to be overriding linux-libc-headers. Refer to http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=babbf7a46acaefd9b36031483cafce053f607e66 for the reason. Fixed [Bug 5249]. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* u-boot: fix depend race issue of u-boot-NAND.bin buildZhenhua Luo2013-09-242-1/+40
| | | | | | | | | | | /srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-fsl-ppc/build/build/tmp/work/p1022ds-poky-linux-gnuspe/u-boot/git-r30/git/P1022DS_NAND/spl/arch/powerpc/cpu/mpc85xx/.depend:125: *** missing separator. Stop. | make[3]: Leaving directory `/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-fsl-ppc/build/build/tmp/work/p1022ds-poky-linux-gnuspe/u-boot/git-r30/git/arch/powerpc/cpu/mpc85xx' | make[2]: *** [/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-fsl-ppc/build/build/tmp/work/p1022ds-poky-linux-gnuspe/u-boot/git-r30/git/P1022DS_NAND/spl/arch/powerpc/cpu/mpc85xx/start.o] Error 2 Fixed [Bug 5239]. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* Revert "e500v2: workaround for ICE of gcc-4.8.x"chunrong guo2013-09-033-47/+0
| | | | | | | | | | *This reverts commit 93c57323edc118eb8905980348ad3888664f2382 and commit efd344473c277eab8c1bae56120779983aba6176 *The reason for reverting this is: the below patch fix this problem. the patch url is : http://patches.openembedded.org/patch/56803/ Signed-off-by: Chunrong Guo <B40290@freescale.com>
* rework machines to use dtb file in KERNEL_DEVICETREE variableTing Liu2013-08-2025-38/+25
| | | | | | | | The linux-dtb.inc has been rework to use the Linux kernel build system to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable should has the /target/ name, not the file path. Signed-off-by: Ting Liu <b28495@freescale.com>
* coreutils: fix the segfault issue of dd on e500v2 targetsZhenhua Luo2013-08-202-0/+41
| | | | | | | | | Since double-float is disabled for e500v2 targets build due to ICE of gcc-4.8.1, accordingly %Ld format of sprintf is disabled. Address Bug 4910 - [p1022ds]urandom: segmentation fault Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* add license file for TestFloatTing Liu2013-07-302-2/+25
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* qemu_fslgit: backport 2 patches to fix build with texinfo-5Ting Liu2013-07-243-1/+260
| | | | | | | | | | | (From OE-Core rev: af65260dbf17fcd47b6630db473d95f2f3225d68) Fix the below error: |./qemu-options.texi:1521: unknown command `list' |./qemu-options.texi:1521: table requires an argument: the formatter for @item |./qemu-options.texi:1521: warning: @table has text but no @item Signed-off-by: Ting Liu <b28495@freescale.com>
* perf: Remove hard coded include to /usr/local/include in MakefileZhenhua Luo2013-07-172-0/+38
| | | | | | | | Having /usr/local/include hardcoded into the makefile is not necessary as this is automatically included by GCC. It also infects cross-compile builds with the host systems includes. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qemu_fslgit: backport a patch from oe-core to define fdt_t typesTing Liu2013-07-172-0/+41
| | | | | | | | | | | Fix the error: usr/include/fdt.h:58:2: error: unknown type name 'fdt32_t' Backport a patch from oe-core. Commit: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id= ea6e7975964c75e0c8224205e0c1fd04ba37ed4a Signed-off-by: Ting Liu <b28495@freescale.com>
* e500v2: workaround for ICE of gcc-4.8.xZhenhua Luo2013-07-171-0/+6
| | | | | | | | | | | | | | | [Issue] ICE appears when passing -mfloat-gprs=double for e500v2 target build with gcc-4.8.1, the bug url is: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57717#c1 [Workaround] Replace double-float with single-float for e500v2 build until the ICE is fixed [TODO] Revert the commit when the ICE bug is fixed. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: append sdk version into uboot versionChunrong Guo2013-07-111-0/+8
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* hypervisor: fix sizeof-pointer-memaccess errorTing Liu2013-07-112-0/+40
| | | | | | | | | | | | | | | | | | | | Fix the below build error: | build: src/livetree.c | .../hypervisor/git-r3/git/src/devtree.c: In function 'read_intmap': | .../hypervisor/git-r3/git/src/devtree.c:1513:25: error: argument to | 'sizeof' in 'memset' call is the same expression as the destination; | did you mean to dereference it? [-Werror=sizeof-pointer-memaccess] | memset(ent, 0, sizeof(ent)); | ^ | cc1: all warnings being treated as errors | build: src/ipi_doorbell.c | make[1]: *** [bin/devtree.o] Error 1 | make[1]: *** Waiting for unfinished jobs.... | make[1]: Leaving directory `.../hypervisor/git-r3/git/output' | make: *** [all] Error 2 | ERROR: oe_runmake failed Signed-off-by: Ting Liu <b28495@freescale.com>
* change layout to follow oe-core guidelines of recipesTing Liu2013-07-1025-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* busybox: drop bbappend (only set PRINC) as oe-core upgradeTing Liu2013-07-061-2/+0
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* flib:Fix flib not found in the base feeds errorZongchun Yu2013-07-061-0/+2
| | | | | | | To avoid error caused by empty package when build flib into rootfs. add ALLOW_EMPTY Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
* testfloat: mark as fsl e500v2 machine onlyTing Liu2013-07-051-1/+4
| | | | | | | | The customized do_{compile,install} tasks are only available after applying the three patches which are e500v2 specific. Signed-off-by: Ting Liu <b28495@freescale.com> Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
* Remove 85xx NPI/Boards, P102x combo board and P1023RDS boardChunrong Guo2013-07-059-161/+0
| | | | | | | | | | These boards were not tested with latest released sdk 1.4 codes (kernel, u-boot, etc.). To avoid confusion and potential error, detete these machines from master/dylan branch of this layer. If anyone want to use them, please use danny/denzil/edison branch. Signed-off-by: Chunrong Guo <B40290@freescale.com>