summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* hv-cfg: update SHA for SDK 1.5Zhenhua Luo2014-01-131-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmlib: remove unused patchZhenhua Luo2014-01-131-43/+0
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmc: update SHA for SDK 1.5Zhenhua Luo2014-01-131-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fm-ucode: update SHA for SDK 1.5Zhenhua Luo2014-01-131-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* flib: update SHA for SDK 1.5Zhenhua Luo2014-01-131-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* boot-format: update the SHA for SDK 1.5Zhenhua Luo2014-01-131-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* asf: update the SHA for SDK 1.5Zhenhua Luo2014-01-131-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* linux-qoriq-sdk : add config fragments with merge_config.sh from kernel treeChunrong Guo2014-01-131-3/+3
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* linux-qoriq-sdk : add config fragmentsChunrong Guo2014-01-131-1/+6
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* rcw: export PYTHON to override the assignment in MakefileTing Liu2014-01-131-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 Luo2014-01-132-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 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>