summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* libedit: pull in from meta-oe as it is needed by usdpaaZhenhua Luo2013-07-031-0/+18
| | | | | | | | | | | | | meta-fsl-ppc should not depends on meta-oe to run, so keep a copy of libedit in this layer. libedit commit history in meta-oe: d5bb26f libedit: upgrade to 20121213 and fix download d9619f6 libedit: update to latest version d248ea6 libedit: Remove files folder as no patch was being used 4d2d164 libedit: Adds version 20110802 (initial recipe) Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fix Freescale EULA warningTing Liu2013-07-032-2/+2
| | | | | | | | | | This takes care of this build warning: WARNING: eth-config: No generic license file exists for: Freescale in any provider WARNING: eth-config: No generic license file exists for: EULA in any provider Signed-off-by: Ting Liu <b28495@freescale.com>
* add custom-licenses dir for freescale EULATing Liu2013-07-032-0/+217
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* usdpaa: set MACHINE_ARCH specific, same with dependency fmcTing Liu2013-07-031-7/+7
| | | | | Signed-off-by: Ting Liu <b28495@freescale.com> Tested-by: Luo Zhenhua-B19537 <zhenhua.luo@freescale.com>
* u-boot: not use == to compatible with dashTing Liu2013-07-031-5/+5
| | | | | Signed-off-by: Ting Liu <b28495@freescale.com> Tested-by: Luo Zhenhua-B19537 <zhenhua.luo@freescale.com>
* usdpaa: upgrade to the version of sdk-1.4Zhenhua Luo2013-07-011-2/+14
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* rcw: upgrade to the version of sdk-1.4Zhenhua Luo2013-07-011-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* hypervisor: upgrade to the SHA of sdk-1.4 and add hypertrk submoduleZhenhua Luo2013-07-011-3/+16
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fm-ucode: upgrade to the SHA of sdk-1.4Zhenhua Luo2013-07-011-4/+2
| | | | | | Also update regex to match new ucode binaries (106.9.x) Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmc: upgrade to the SHA of sdk-1.4Zhenhua Luo2013-07-011-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmlib: upgrade to the SHA of sdk-1.4Zhenhua Luo2013-07-011-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* hv-cfg: upgrade to the SHA of sdk-1.4Zhenhua Luo2013-07-011-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* eth-config: upgrade to sha of sdk-1.4Zhenhua Luo2013-07-011-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* boot-format: update SHA for sdk-1.4Zhenhua Luo2013-07-011-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* p1020rdb: update machine conf to use new -pd revisionTing Liu2013-07-011-2/+2
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: upgrade to the version of sdk1.4Zhenhua Luo2013-07-011-4/+4
| | | | | | | | install the right nand-uboot for p1010rdb and bsc913x. u-boot-with-spl.bin is the right nand-uboot image. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
* linux-qoriq-sdk(-headers): upgrade to the version of sdk-1.4Zhenhua Luo2013-07-018-191/+57
| | | | | | | | | | | | | | | | 1.Update kernel version to 3.8. 2.add DEPENDS libgcc and append TOOLCHAIN_OPTIONS to KERNEL_{CC,LD}. kernel in sdk 1.4 need run-time support libraries 'libgcc.a', added in file arch/powerpc/Makefile: LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) Without passing the TOOLCHAIN_OPTIONS (define --sysroot parameter), it will fail to find the libgcc.a. 3.Also remove the patches which were already merged on git tree. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
* web-sysmon: add recipeZhenhua Luo2013-06-281-0/+21
| | | | | | | | This package contains shell and cgi scripts which maintain a database of sensor data and generate web pages containing graphs of sensor data. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* skmm: add recipeZhenhua Luo2013-06-281-0/+33
| | | | | | SKMM is the application for PCIe endpoint. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qoriq-debug: add recipeZhenhua Luo2013-06-281-0/+34
| | | | | | QorIQ Debug File System Module Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* mux-server: add recipeZhenhua Luo2013-06-282-0/+16
| | | | | | | mux_server is a Linux-based utility supporting console multiplexing and demultiplexing. It is part of Embedded Hypervisor. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* cst: add recipeZhenhua Luo2013-06-281-0/+29
| | | | | | cst is the utility for security boot. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* asf: add recipeZhenhua Luo2013-06-281-0/+25
| | | | | | asf is software Application Specific Fast-path for Freescale non-dpaa targets. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* flib: upgrade to the SHA of sdk-1.4Zhenhua Luo2013-06-281-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* udev-extraconf: fix the name conflict of macless and PCIe Ethernet port in slot3Zhenhua Luo2013-06-282-2/+8
| | | | | | | Currently both macless0 port and PCIe Ethernet port in slot3 use "eth2", update udev rules to rename macless0 to eth4. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* udev-extraconf: unify the name of PCIe Ethernet port for DPAA targetsZhenhua Luo2013-06-282-0/+12
| | | | | | | | | | | | | In kernel-3.8, PCIe Ethernet port is the last one to be brought up, so the name of PCIe Ethernet card is ethN(N is variant) instead of eth0. The udev rules update is to unify the PCIe Ethernet port of DPAA targets: Ethernet card in PCIe slot0: eth0 Ethernet card in PCIe slot1: eth1 Ethernet card in PCIe slot2: eth2 Ethernet card in PCIe slot3: eth3 Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Change-Id: Ia2a9cc3eb5b6c49e911bb6cc067a2d2d3cfaec0a
* Add BSC9132QDS supportChunrong Guo2013-06-281-0/+16
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Add BSC9131RDB supportChunrong Guo2013-06-281-0/+16
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Add P1025TWR supportChunrong Guo2013-06-281-0/+18
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* add p1023rdb supportChunrong Guo2013-06-281-0/+16
| | | | | Change-Id:Ic42311e8619e5fbcf6f53f9f661439f6776dd760 Signed-off-by: Chunrong Guo <B40290@freescale.com>
* qemu: upgrade to the version of sdk-1.4Zhenhua Luo2013-06-2811-91/+171
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* recipes: make meta-fsl-ppc play with other layersKhem Raj2013-06-275-3/+13
| | | | | | | | | Some recipes are specific to fsl machines but arent marked so. When building images for other machines while including meta-fsl-ppc in bblayers exposes the build failures on these recipes. Lets mark them fsl machine specific Signed-off-by: Khem Raj <raj.khem@gmail.com>