summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove recipes-append folder which are SDK specific1.4_M3Zhenhua Luo2013-01-304-61/+0
| | | | | | | | The change in recipe-append is specific for FSL networking SDK, so move them from meta-fsl-ppc to meta-fsl-networking. Signed-off-by: Chunrong Guo <b40290@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* Remove distro conf which are BSP/SDK specificZhenhua Luo2013-01-301-94/+0
| | | | | | Remove conf/distro/fsl.conf Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* rename collection name from fsl to fsl-ppcZhenhua Luo2013-01-301-3/+3
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* rcw: update SHA for e6500 targetsZhenhua Luo2013-01-301-1/+3
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* usdpaa: add non t4/b4 boards supportTing Liu2013-01-301-1/+4
| | | | | | commit for non t4/b4 boards was pushed to external git server too. Signed-off-by: Ting Liu <b28495@freescale.com>
* eth-config: add recipes use public git tree for eth-config buildZhenhua Luo2013-01-301-0/+22
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmc_git: add recipeTing Liu2013-01-301-0/+45
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* fm-ucode: add recipeTing Liu2013-01-301-0/+46
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* fmlib: add recipeTing Liu2013-01-302-0/+82
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* usdpaa: add recipeZhenhua Luo2013-01-301-0/+33
| | | | | | use external git tree to build usdpaa for t4/b4 Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* u-boot_git: add e6500 commit for 1.3.1 releaseTing Liu2013-01-301-7/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* update the kernel version for t4/b4 boardsZhenhua Luo2013-01-301-1/+11
| | | | | | change "3.0.48" to "3.0.51" Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fmc: update the version for legacy targetsZhenhua Luo2013-01-301-0/+2
| | | | | | | fmc_git.bb is added for e6500 targets, the default fmc version is build from git, the version(0.9.23) of legacy targets should be specified explicitly. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* add machine configure files for t4160qds and t4160qds-64bZhenhua Luo2013-01-302-0/+36
| | | | | | | currently the only difference of t4160qds and t4240qds is u-boot configure, the others are shared. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* add machine configure files for b4420qdsZhenhua Luo2013-01-302-0/+34
| | | | | | add b4420qds and b4420qds-64b machine configure files Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* t4240qds: add usdpaa dts in the build listZhenhua Luo2013-01-302-2/+4
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* e6500: replace corenet64_smp_defconfig with temp e6500rev1_defconfig for nowMatthew McClintock2013-01-304-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add usdpaa dts in the build list for b4860qdsZhenhua Luo2013-01-302-2/+4
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fsl-toolchain: install static libraryTing Liu2013-01-301-1/+4
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* cryptodev: skip arch QA since kernel might not match for 64-bit kernels on ↵Yashpal Dutta2013-01-301-0/+18
| | | | | | 32-bit rfs Signed-off-by: Yashpal Dutta <yashpal.dutta@freescale.com>
* cryptodev kernel module recipeYashpal Dutta2013-01-302-0/+43
| | | | | | | | | This is a /dev/crypto device driver, equivalent to those in OpenBSD or FreeBSD. The main idea is to access of existing ciphers in kernel space from userspace, thus enabling re-use of a hardware implementation of a cipher. Signed-off-by: Yashpal Dutta <yashpal.dutta@freescale.com> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* boot-format_git.bb: update to latestMatthew McClintock2013-01-301-4/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* correct the dts name for t4240qdsZhenhua Luo2013-01-301-1/+1
| | | | | | t4240.dts => t4240qds.dts Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* hypervisor_git.bb: remove unneeded create_link taskMatthew McClintock2013-01-301-9/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* libxml2_2.9.0.bbappend: remove a bbappends that's no longer requiredMatthew McClintock2013-01-301-3/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq: Add a patch to fix perf compilation issue.Noor Ahsan2013-01-172-0/+39
| | | | | | | | | | | | | | * Perf gived compilation error CC builtin-sched.o builtin-sched.c: In function ‘get_cpu_usage_nsec_parent’: builtin-sched.c:399:16: error: storage size of ‘ru’ isn’t known * Added a patch from linux kernel git repo commit id 7b78f13603c6fcb64e020a0bbe31a651ea2b657b which include resource.h file in builtin-sched.c. * Bump PR. * Verified it on P4080DS machine. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
* oprofile: remove from meta-fsl-ppc and use oe-coreMatthew McClintock2013-01-174-38/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* remove lxc since it's now in meta-virtMatthew McClintock2013-01-046-155/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* lxc: move patches to default search pathTing Liu2012-12-044-0/+0
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* add centos 6.3 in the supported Linux distros listTing Liu2012-12-041-0/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* using nativesdk as a prefix, not a suffixTing Liu2012-12-041-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* lxc: remove rdepend perl-module-warnings-registerTing Liu2012-12-041-2/+1
| | | | | | | | | | | | | | The module does not exist any more. Its content (warnings/register.pm) has been moved to the main perl package. Introduced by commit: (poky: 51cbb5ae76a22d465e2f6c5ef923ec2682624e3b) * File warnings/register.pm has been moved to package perl Fix: |error: Failed dependencies: |perl-module-warnings-register is needed by lxc-0.8.0+rc1-r6.ppce500mc |ERROR: Function failed: do_rootfs Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Chunrong Guo <b40290@freescale.com>
* add Ubuntu 12.04.1 LTS in the supported Linux distros listZhenhua Luo2012-12-041-0/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* linux-qoriq-sdk: move patches to default search pathMatthew McClintock2012-12-042-0/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* README: add message about git.freescale.com vs. git.yp.orgMatthew McClintock2012-12-041-0/+9
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* libxml: update the version number to 2.9.0 to match the upgrade in pokyZhenhua Luo2012-12-041-0/+0
| | | | | | | | | | upgrade the version to 2.9.0 to fix following version mismatch issue: ERROR: No recipes available for: /srv/home/pokybuild/yocto-autobuilder/yocto-slave/p1022ds/build/yocto/meta-fsl-ppc/recipes-append/libxml/libxml2_2.8.0.bbappend [YOCTO #3476] Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* update READMEMatthew McClintock2012-12-041-0/+32
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* flib: add recipe to build external git treeZhenhua Luo2012-12-041-0/+13
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* linux-qoriq-sdk: lock down SHA for releaseMatthew McClintock2012-12-041-5/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* hv-cfg: lock down SHA for releaseZhenhua Luo2012-12-041-2/+2
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot_git.bb: lock down SHA for releaseMatthew McClintock2012-12-043-4/+4
| | | | | | | Also update p5040 u-boot builds and add cst-native dep which is required by some machines Signed-off-by: Matthew McClintock <msm@freescale.com>
* rcw_git.bb: lock down SHA for releaseMatthew McClintock2012-12-041-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* qemu_1.0.bb: lock down SHA for releaseMatthew McClintock2012-12-041-1/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targetsZhenhua Luo2012-12-042-0/+2
| | | | | | the patches of e5500/e5500-64b support are only available for oprofile-0.9.6. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* qemu_1.0.bb: lock down SHAMatthew McClintock2012-12-041-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* lxc_0.8.0-rc1.bb: fix parallel makefile issueMatthew McClintock2012-12-042-1/+14
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* lxc_0.8.0-rc1.bb: point lxc at kernel sourceMatthew McClintock2012-12-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: | powerpc-fsl-linux-gcc: error: default/arch/powerpc/include/asm/unistd.h: No such file or directory | powerpc-fsl-linux-gcc: fatal error: no input files | compilation terminated. | attach.c:45:19: fatal error: setns.h: No such file or directory | compilation terminated. | make[3]: [setns.h] Error 1 (ignored) | powerpc-fsl-linux-gcc -E --sysroot=/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/sysroots/p4080ds -m32 -mhard-float -mcpu=e500mc -dM default/arch/powerpc/include/asm/unistd.h |grep setns > setns.h | make[3]: *** [liblxc_so-attach.o] Error 1 | make[3]: *** Waiting for unfinished jobs.... | powerpc-fsl-linux-gcc: error: default/arch/powerpc/include/asm/unistd.h: No such file or directory | powerpc-fsl-linux-gcc: fatal error: no input files | compilation terminated. | make[3]: [setns.h] Error 1 (ignored) | make[3]: Leaving directory `/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/lxc-0.8.0-rc1-r4/lxc-0.8.0-rc1/src/lxc' | make[2]: *** [all-recursive] Error 1 | make[2]: Leaving directory `/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/lxc-0.8.0-rc1-r4/lxc-0.8.0-rc1/src' | make[1]: *** [all] Error 2 | make[1]: Leaving directory `/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/lxc-0.8.0-rc1-r4/lxc-0.8.0-rc1/src' | make: *** [all-recursive] Error 1 | ERROR: oe_runmake failed Signed-off-by: Matthew McClintock <msm@freescale.com>
* lmsensors-apps: Add required rdepends of perl modules to ↵Zhenhua Luo2012-12-041-1/+3
| | | | | | | | | lmsensors-{apps,scripts} * lmsensors-apps: Add perl-module-strict perl-module-vars perl-module-warnings-register perl-module-warnings * lmsensors-scripts: perl-module-fcntl perl-module-exporter perl-module-xsloader perl-module-exporter-heavy perl-module-file-basename perl-module-constant Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* lxc: create the /var/lib/lxc directoryStuart Yoder2012-12-041-1/+6
| | | | | | | | | | -lxc requires this directory to be present -this patch is a workaround for the issue, plan is to submit a patch upstream to fix this and see what feedback we receive Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
* lxc: remove hwaddr from vlan configStuart Yoder2012-12-042-1/+13
| | | | | | | | | -to get vlan working with the FSL SDK we need to remove the hwaddr. This was found by trial and error. Upstream discussion is started as to when the hwaddr might be needed, but for now remove it Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>