aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-07-17qemu_fslgit: backport a patch from oe-core to define fdt_t typesTing Liu
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>
2013-07-17e500v2: workaround for ICE of gcc-4.8.xZhenhua Luo
[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>
2013-07-11u-boot: append sdk version into uboot versionChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com>
2013-07-11hypervisor: fix sizeof-pointer-memaccess errorTing Liu
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>
2013-07-10change layout to follow oe-core guidelines of recipesTing Liu
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>
2013-07-06busybox: drop bbappend (only set PRINC) as oe-core upgradeTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2013-07-06flib:Fix flib not found in the base feeds errorZongchun Yu
To avoid error caused by empty package when build flib into rootfs. add ALLOW_EMPTY Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
2013-07-05testfloat: mark as fsl e500v2 machine onlyTing Liu
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>
2013-07-05Remove 85xx NPI/Boards, P102x combo board and P1023RDS boardChunrong Guo
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>
2013-07-03libedit: pull in from meta-oe as it is needed by usdpaaZhenhua Luo
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>
2013-07-03fix Freescale EULA warningTing Liu
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>
2013-07-03add custom-licenses dir for freescale EULATing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2013-07-03usdpaa: set MACHINE_ARCH specific, same with dependency fmcTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com> Tested-by: Luo Zhenhua-B19537 <zhenhua.luo@freescale.com>
2013-07-03u-boot: not use == to compatible with dashTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com> Tested-by: Luo Zhenhua-B19537 <zhenhua.luo@freescale.com>
2013-07-01usdpaa: upgrade to the version of sdk-1.4Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-07-01rcw: upgrade to the version of sdk-1.4Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-07-01hypervisor: upgrade to the SHA of sdk-1.4 and add hypertrk submoduleZhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-07-01fm-ucode: upgrade to the SHA of sdk-1.4Zhenhua Luo
Also update regex to match new ucode binaries (106.9.x) Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-07-01fmc: upgrade to the SHA of sdk-1.4Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-07-01fmlib: upgrade to the SHA of sdk-1.4Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-07-01hv-cfg: upgrade to the SHA of sdk-1.4Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-07-01eth-config: upgrade to sha of sdk-1.4Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-07-01boot-format: update SHA for sdk-1.4Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-07-01p1020rdb: update machine conf to use new -pd revisionTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2013-07-01u-boot: upgrade to the version of sdk1.4Zhenhua Luo
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>
2013-07-01linux-qoriq-sdk(-headers): upgrade to the version of sdk-1.4Zhenhua Luo
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>
2013-06-28web-sysmon: add recipeZhenhua Luo
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>
2013-06-28skmm: add recipeZhenhua Luo
SKMM is the application for PCIe endpoint. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-06-28qoriq-debug: add recipeZhenhua Luo
QorIQ Debug File System Module Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-06-28mux-server: add recipeZhenhua Luo
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>
2013-06-28cst: add recipeZhenhua Luo
cst is the utility for security boot. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-06-28asf: add recipeZhenhua Luo
asf is software Application Specific Fast-path for Freescale non-dpaa targets. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-06-28flib: upgrade to the SHA of sdk-1.4Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-06-28udev-extraconf: fix the name conflict of macless and PCIe Ethernet port in slot3Zhenhua Luo
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>
2013-06-28udev-extraconf: unify the name of PCIe Ethernet port for DPAA targetsZhenhua Luo
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
2013-06-28Add BSC9132QDS supportChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com>
2013-06-28Add BSC9131RDB supportChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com>
2013-06-28Add P1025TWR supportChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com>
2013-06-28add p1023rdb supportChunrong Guo
Change-Id:Ic42311e8619e5fbcf6f53f9f661439f6776dd760 Signed-off-by: Chunrong Guo <B40290@freescale.com>
2013-06-28qemu: upgrade to the version of sdk-1.4Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-06-27recipes: make meta-fsl-ppc play with other layersKhem Raj
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>
2013-06-18cryptodev: compile testprogs and package them to ${PN}-testsZongchun Yu
Also add missing openssl dependency. Signed-off-by: Zongchun Yu <b40527@freescale.com>
2013-06-18usdpaa: export ARCH for all tasksZongchun Yu
ARCH environment variable is needed for do_{compile,install,clean}. This fixes the issue: when run command "make clean" under devshell, the obj files was not be cleaned. Signed-off-by: Zongchun Yu <b40527@freescale.com>
2013-06-18usdpaa: Added fmc in usdpaa dependency list.Vakul Garg
Signed-off-by: Vakul Garg <vakul@freescale.com>
2013-05-22hypervisor: Compile only for fsl machinesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-05-22linux-qoriq-sdk: append SDK version to kernel versionZhenhua Luo
if SDK_VERSION is defined, append the sdk version string to kernel version, this can make make the sdk version is explicit for users, expecially when same kernel verison is used for different releases. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-05-21eth-config: use pattern match for xml files installationZhenhua Luo
Use pattern match to install xml files and no need to update recipe if xml files are added, renamed or deleted. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-05-07netbase: remove netbase bbappendChunrong Guo
* netbase was updated from 5.0 to 5.1 in oe-core, so as our bbappend only contained a PRINC, we can drop it now without breaking upgrade path Signed-off-by: Chunrong Guo <B40290@freescale.com>
2013-05-03fmc: deploy header and library into sysrootZhenhua Luo
fmc.h and libfmc.a might be depended by other packages Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-04-25Update READMEZhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>