aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-03-26layer.conf: avoid unnecessary early expansion with :=denzilChristopher Larson
bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-12-04libxml: update bbappends for new versionMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-30README: add message about git.freescale.com vs. git.yp.orgMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13update READMEMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13u-boot_git.bb: cst-native is NOT required to build u-boot variantsMatthew McClintock
Also, nothing provides cst-native so we can't build u-boot without this unless some other layer happened to have this Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13flib: add recipe to build external git treeZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-11-13linux-qoriq-sdk: lock down SHA for releaseMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13hv-cfg: lock down SHA for releaseZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-11-13u-boot_git.bb: lock down SHA for releaseMatthew McClintock
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>
2012-11-13rcw_git.bb: lock down SHA for releaseMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13qemu_1.0.bb: lock down SHA for releaseMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targetsZhenhua Luo
the patches of e5500/e5500-64b support are only available for oprofile-0.9.6. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-11-13qemu_1.0.bb: lock down SHAMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13lxc_0.8.0-rc1.bb: fix parallel makefile issueMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13add Ubuntu 12.04.1 LTS in the supported Linux distros listZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-11-13lxc_0.8.0-rc1.bb: point lxc at kernel sourceMatthew McClintock
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>
2012-11-13lmsensors-apps: add required runtime dependenciesZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-11-13lxc: create the /var/lib/lxc directoryStuart Yoder
-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>
2012-11-13lxc: remove hwaddr from vlan configStuart Yoder
-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>
2012-11-13lxc: remove dhcp from busybox templateStuart Yoder
-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>
2012-11-13set preferred version of oprofile to 0.9.6 for e500mc targetsZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-11-13oprofile: add 0.9.6Zhenhua Luo
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>
2012-11-13lio-utils: fix runtime issueZhenhua Luo
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>
2012-11-13u-boot_git.bb: only set variable if not setMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13u-boot_git.bb: libgcc is required for multilib builds tooMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13u-boot_git.bb: u-boot depends on libgccMatthew McClintock
Fixes linker issues where we are missing symbols such as _restgpr_NN_x Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machineMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-11-13lm_sensors: added recipe for v3.3.2Zhenhua Luo
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>
2012-11-13sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppcZhenhua Luo
the bbappend is appled for fsl machines Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-11-13u-boot: add additional image for p5040dsTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2012-11-13u-boot: fix nand image name issue for different core typeZhenhua Luo
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>
2012-10-22netbase_4.47.bbappend: only modify PR for fsl distroMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-10-22procps_3.2.8.bbappend: fix changes to apply for distroMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-10-22gettext_0.18.1.1.bbappend: fix changes to apply for distroMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-10-22libxml2_2.7.8.bbappend: fix changes to apply for distroMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-10-19hypervisor_git.bb: lock down SHAs to release versionsMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-10-17hypervisor: add missing space character for PACKAGES_prependZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-10-16hypervisor_git.bb: initial add of embedded-hv to public layerMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-10-01machines: Recommend u-boot using MACHINE_EXTRA_RRECOMMENDSKhem Raj
Delete unused MACHINE_FEATURES_RRECOMMENDS Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-09-25u-boot_git.bb: don't try to built 32-bit u-boot on 64-bit machineMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-09-25add u-boot as an extra image depMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-09-24fsl.conf: add mirror for http server behaving badlyMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-09-20Revert "change the priority of packages which provide ifconfig to ifconfig ↵Matthew McClintock
link ifconfig.net-tools by default" This reverts commit deffdb5e05494f353a956f695760303e9a8478ba.
2012-09-20rcw_git.bb: update to latest and update LIC_FILES_CHECKSUMMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-09-19ethtool-3.0: enable nfc rx-flow hashing on SPIZhenhua Luo
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>
2012-09-19ethtool: add ethtool-3.0Zhenhua Luo
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>
2012-09-19change the priority of packages which provide ifconfig to ifconfig link ↵Chunrong Guo
ifconfig.net-tools by default Signed-off-by: Chunrong Guo <b40290@freescale.com>
2012-09-19udev: do not automount block devices for fslmachinesChunrong Guo
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
2012-09-19lio-utils: add lio-utils-4.0Zhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-09-19fsl-image-minimal: IMAGE_FSTYPES add jffs2Ting Liu
Signed-off-by: Ting Liu <b28495@freescale.com>