summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* lxc: remove dhcp from busybox templateStuart Yoder2012-12-042-1/+14
| | | | | | | | | | | | | -the dhcp which is started by default in a container causes our default examples various issues..including vlans not working right, and screwing up host network interfaces if networking isn't virtualized -we do not know yet what the right upstream fix is for this with more testing and characterization needed Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
* set preferred version of oprofile to 0.9.6 for e500mc targetsZhenhua Luo2012-12-041-0/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* oprofile: add 0.9.6Zhenhua Luo2012-12-046-0/+526
| | | | | | | oprofile-0.9.7 doesn't support e500mc, the patches of e500mc support are only available for oprofile-0.9.6 Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* lio-utils: fix runtime issueZhenhua Luo2012-12-042-3/+28
| | | | | | | | 1. add rumtime dependency for lio-utils 2. use commit ID to fix offline build issue 3. install rc.target Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* lm_sensors: added recipe for v3.3.2Zhenhua Luo2012-11-131-0/+48
| | | | | | | | | | | the patch is generated based on http://patches.openembedded.org/patch/27213/ which is submitted by Jackie Huang <jackie.huang@windriver.com> * Adapted from the recipe for v3.2.0 * Added MANDIR in EXTRA_OEMAKE instead of the moving operation for manuals in do_install * put .a files in _staticdev package Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppcZhenhua Luo2012-11-132-0/+21
| | | | | | the bbappend is appled for fsl machines Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot: add additional image for p5040dsTing Liu2012-11-132-2/+2
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: fix nand image name issue for different core typeZhenhua Luo2012-11-131-9/+11
| | | | | | | | Final nand u-boot image is named differently in u-boot source. That is: "u-boot-nand.bin" for e500v2 boards, "u-boot.bin" for other boards. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot_git.bb: use upstream u-boot for e6500 parts for nowMatthew McClintock2012-11-121-3/+8
| | | | | | | We will publish a tested version at git.freescale.com soon, but for now since the upstream u-boot works let's use that one Signed-off-by: Matthew McClintock <msm@freescale.com>
* busybox_1.20.2.bbappend:updated FILESEXTRAPATHS_prepend_fslChunrong Guo2012-10-301-1/+1
| | | | | | Fix Fetcher failure for URL: 'file://defconfig-fsl' Signed-off-by: Chunrong Guo <b40290@freescale.com>
* netbase_5.0.bbappend: SRC_URI_append_fsl instead of SRC_URI_fslChunrong Guo2012-10-301-1/+1
| | | | | | | Fixes issues were LIC_FILES_CHKSUM points to an invalid file. Also, it prevents overridding all other patches to netbase Signed-off-by: Chunrong Guo <b40290@freescale.com>
* move udev bbappend to new versionMatthew McClintock2012-10-291-0/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* hypervisor_git.bb: lock down SHAs to release versionsMatthew McClintock2012-10-191-3/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* hypervisor: add missing space character for PACKAGES_prependZhenhua Luo2012-10-171-1/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* hypervisor_git.bb: initial add of embedded-hv to public layerMatthew McClintock2012-10-162-0/+81
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk.inc: skip arch QA since kernel might not match for 64-bit ↵Matthew McClintock2012-10-021-1/+11
| | | | | | kernels on 32-bit rfs Signed-off-by: Matthew McClintock <msm@freescale.com>
* machines: Recommend u-boot using MACHINE_EXTRA_RRECOMMENDSKhem Raj2012-10-016-12/+6
| | | | | | Delete unused MACHINE_FEATURES_RRECOMMENDS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* u-boot_git.bb: don't try to built 32-bit u-boot on 64-bit machineMatthew McClintock2012-09-251-1/+8
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add u-boot as an extra image depMatthew McClintock2012-09-256-0/+6
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Revert "change the priority of packages which provide ifconfig to ifconfig ↵Matthew McClintock2012-09-201-9/+0
| | | | | | link ifconfig.net-tools by default" This reverts commit bbf7c8e9216c6844dd4c6e63e6432df8293fb4bc.
* rcw_git.bb: update to latest and update LIC_FILES_CHECKSUMMatthew McClintock2012-09-201-8/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* rename task- to packagegroup-Matthew McClintock2012-09-194-6/+6
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* change the priority of packages which provide ifconfig to ifconfig link ↵Chunrong Guo2012-09-191-0/+9
| | | | | | ifconfig.net-tools by default Signed-off-by: Chunrong Guo <b40290@freescale.com>
* udev: do not automount block devices for fslmachinesChunrong Guo2012-09-192-3/+5
| | | | | | | | | kernel can’t boot up with extend partition in HDD FILESEXTRAPATHS_prepend is the right variable to extend file search path, this is applied for fsl ppc targets Signed-off-by: Chunrong Guo <b40290@freescale.com> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* lio-utils: add lio-utils-4.0Zhenhua Luo2012-09-191-0/+48
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fsl-image-minimal: IMAGE_FSTYPES add jffs2Ting Liu2012-09-191-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* linux-qoriq-sdk.inc: only check for multiarch in eX500 not eX500-64bMatthew McClintock2012-09-181-1/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: only set variable if not setMatthew McClintock2012-09-181-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* gettext: remove bbappends since the patch it adds does not applyMatthew McClintock2012-09-182-18/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk: Correct the check for BUILD_64BIT_KERNELKhem Raj2012-09-181-3/+2
| | | | | | | | Current comparision is returning false which is not 0 and hence KERNEL_CC and KERNEL_LD are getting 64bit options appended even when BUILD_64BIT_KERNEL is unset Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-qoriq-sdk.inc: make sure we enabled biarch for our kernel buildsMatthew McClintock2012-09-171-0/+6
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: libgcc is required for multilib builds tooMatthew McClintock2012-09-171-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: add multiarch to fsl distroMatthew McClintock2012-09-171-1/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Revert "e6500.inc: force biarch gcc for kernel build"Matthew McClintock2012-09-141-3/+0
| | | | | | We will just skip the kernel recipe if we don't have biarch enabled This reverts commit f3469d97cef7fcd6277dfab7326f7a8e0d5bb5bd.
* u-boot_git.bb: u-boot depends on libgccMatthew McClintock2012-09-141-2/+2
| | | | | | | Fixes linker issues where we are missing symbols such as _restgpr_NN_x Signed-off-by: Matthew McClintock <msm@freescale.com>
* e6500.inc: force biarch gcc for kernel buildMatthew McClintock2012-09-131-0/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machineMatthew McClintock2012-09-131-1/+8
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* busybox: add fsl customized defconfigTing Liu2012-09-135-0/+1500
| | | | | | | | 1.use largest general-purpose configuration 2.add a patch to fix possible build issue with kernel 3.0 reference: http://www.gossamer-threads.com/lists/linux/kernel/1418363 Signed-off-by: Ting Liu <b28495@freescale.com>
* boot-format_git.bb: update GPL license to GPLv2 (no actually change in license)Matthew McClintock2012-09-131-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Revert "busybox: add fsl customized defconfig"Matthew McClintock2012-09-135-1500/+0
| | | | | | This version of busybox is not in this branch, needs to be updated for master This reverts commit cedbe9eb8e20b7de8c287dd9185934089e88ac0a.
* busybox: add fsl customized defconfigTing Liu2012-09-125-0/+1500
| | | | | | | | 1.use largest general-purpose configuration 2.add a patch to fix possible build issue with kernel 3.0 reference: http://www.gossamer-threads.com/lists/linux/kernel/1418363 Signed-off-by: Ting Liu <b28495@freescale.com>
* add nand u-boot in the default build list for p2041rdbZhenhua Luo2012-09-121-1/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* add "CentOS release 5.5 (Final)" into SANITY_TESTED_DISTROSZhenhua Luo2012-09-121-0/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>