summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rcw_git.bb: lock down SHA for releaseMatthew McClintock2012-11-131-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* qemu_1.0.bb: lock down SHA for releaseMatthew McClintock2012-11-131-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-11-132-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-11-131-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* lxc_0.8.0-rc1.bb: fix parallel makefile issueMatthew McClintock2012-11-132-1/+14
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add Ubuntu 12.04.1 LTS in the supported Linux distros listZhenhua Luo2012-11-131-0/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* lxc_0.8.0-rc1.bb: point lxc at kernel sourceMatthew McClintock2012-11-131-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 runtime dependenciesZhenhua Luo2012-11-131-1/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* lxc: create the /var/lib/lxc directoryStuart Yoder2012-11-131-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-11-132-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-11-132-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-11-131-0/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* oprofile: add 0.9.6Zhenhua Luo2012-11-136-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-11-132-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>
* u-boot_git.bb: only set variable if not setMatthew McClintock2012-11-131-2/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: libgcc is required for multilib builds tooMatthew McClintock2012-11-131-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: u-boot depends on libgccMatthew McClintock2012-11-131-1/+1
| | | | | | | Fixes linker issues where we are missing symbols such as _restgpr_NN_x 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-11-131-0/+6
| | | | Signed-off-by: Matthew McClintock <msm@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-10/+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>
* netbase_4.47.bbappend: only modify PR for fsl distroMatthew McClintock2012-10-221-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* procps_3.2.8.bbappend: fix changes to apply for distroMatthew McClintock2012-10-221-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* gettext_0.18.1.1.bbappend: fix changes to apply for distroMatthew McClintock2012-10-221-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* libxml2_2.7.8.bbappend: fix changes to apply for distroMatthew McClintock2012-10-221-2/+2
| | | | 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>
* machines: Recommend u-boot using MACHINE_EXTRA_RRECOMMENDSKhem Raj2012-10-014-8/+4
| | | | | | 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/+9
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add u-boot as an extra image depMatthew McClintock2012-09-254-0/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: add mirror for http server behaving badlyMatthew McClintock2012-09-241-0/+3
| | | | 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 deffdb5e05494f353a956f695760303e9a8478ba.
* rcw_git.bb: update to latest and update LIC_FILES_CHECKSUMMatthew McClintock2012-09-201-8/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* ethtool-3.0: enable nfc rx-flow hashing on SPIZhenhua Luo2012-09-192-1/+101
| | | | | | | This makes it possible to enable hashing of AH or ESP flows (IPSEC) based on their SPI (Security Parameter Index) field. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* ethtool: add ethtool-3.0Zhenhua Luo2012-09-191-0/+12
| | | | | | | Since linux-3.0 is used by FSL SDK, integrate the corresponding version of ethtool to keep consistence. Signed-off-by: Zhenhua Luo <b19537@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> Conflicts: recipes-append/udev/udev_164.bbappend
* 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>
* 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>
* add additional u-boot and dts for mpc85xxTing Liu2012-09-123-5/+8
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* 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>
* meta-fsl-ppc: lxc: add patch to fix 64-bit lib mount issueStuart Yoder2012-09-122-0/+50
| | | | Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
* remove use of tags in SRCREV and replace with actual SHAsMatthew McClintock2012-09-123-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* lxc_0.8.0-rc1.bb: initial add of recipeMatthew McClintock2012-09-102-0/+63
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: using our kernel tree for nativesdk is wrong, remove itMatthew McClintock2012-09-101-1/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>