summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* asf: export KERNEL_PATH as it is needed by all tasksTing Liu2014-01-131-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 Liu2014-01-131-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 Yu2014-01-132-2/+2
| | | | Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
* add license file for TestFloatTing Liu2014-01-132-2/+25
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* qemu_fslgit: backport 2 patches to fix build with texinfo-5Ting Liu2014-01-133-0/+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>
* u-boot: append sdk version into uboot versionChunrong Guo2014-01-131-0/+8
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* change layout to follow oe-core guidelines of recipesTing Liu2014-01-1325-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>
* flib:Fix flib not found in the base feeds errorZongchun Yu2014-01-131-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-091-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-099-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. 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-0/+2
| | | | | 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-031-2/+14
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* rcw: upgrade to the version of sdk-1.4Zhenhua Luo2013-07-031-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-031-3/+16
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fm-ucode: upgrade to the SHA of sdk-1.4Zhenhua Luo2013-07-031-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-031-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmlib: upgrade to the SHA of sdk-1.4Zhenhua Luo2013-07-031-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* hv-cfg: upgrade to the SHA of sdk-1.4Zhenhua Luo2013-07-031-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* eth-config: upgrade to sha of sdk-1.4Zhenhua Luo2013-07-031-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* boot-format: update SHA for sdk-1.4Zhenhua Luo2013-07-031-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* p1020rdb: update machine conf to use new -pd revisionTing Liu2013-07-031-2/+2
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: upgrade to the version of sdk1.4Zhenhua Luo2013-07-031-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-038-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-07-031-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-07-031-0/+33
| | | | | | SKMM is the application for PCIe endpoint. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qoriq-debug: add recipeZhenhua Luo2013-07-031-0/+34
| | | | | | QorIQ Debug File System Module Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* mux-server: add recipeZhenhua Luo2013-07-032-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-07-031-0/+29
| | | | | | cst is the utility for security boot. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* asf: add recipeZhenhua Luo2013-07-031-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-07-031-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-07-032-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-07-032-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-07-031-0/+16
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Add BSC9131RDB supportChunrong Guo2013-07-031-0/+16
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Add P1025TWR supportChunrong Guo2013-07-031-0/+18
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* add p1023rdb supportChunrong Guo2013-07-031-0/+16
| | | | | Change-Id:Ic42311e8619e5fbcf6f53f9f661439f6776dd760 Signed-off-by: Chunrong Guo <B40290@freescale.com>
* qemu: upgrade to the version of sdk-1.4Zhenhua Luo2013-07-0311-91/+171
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* recipes: make meta-fsl-ppc play with other layersKhem Raj2013-07-035-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>
* cryptodev: compile testprogs and package them to ${PN}-testsZongchun Yu2013-07-032-1/+86
| | | | | | Also add missing openssl dependency. Signed-off-by: Zongchun Yu <b40527@freescale.com>
* usdpaa: export ARCH for all tasksZongchun Yu2013-07-031-3/+3
| | | | | | | | | 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>
* usdpaa: Added fmc in usdpaa dependency list.Vakul Garg2013-07-031-2/+2
| | | | Signed-off-by: Vakul Garg <vakul@freescale.com>
* hypervisor: Compile only for fsl machinesKhem Raj2013-07-031-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-qoriq-sdk: append SDK version to kernel versionZhenhua Luo2013-05-231-2/+6
| | | | | | | | | | 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. Backport from aa6cf806a88b36cc0228d0ae9c43e767a65d24ca in master. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* eth-config: use pattern match for xml files installationZhenhua Luo2013-05-211-6/+3
| | | | | | | | | Use pattern match to install xml files and no need to update recipe if xml files are added, renamed or deleted. Backport from 70afc09e8a5aac8c06d654c6477cc06c90d2d164 on master Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmc: deploy header and library into sysrootZhenhua Luo2013-05-031-3/+9
| | | | | | fmc.h and libfmc.a might be depended by other packages Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* Update READMEZhenhua Luo2013-04-251-10/+10
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>