summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* P1023RDS: build NAND u-boot by defaultTing Liu2012-03-221-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* gcc: remove crosssdk from using fsl specific patchesMatthew McClintock2012-03-205-26/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* ipsec-tools: enable several optionsTing Liu2012-03-191-0/+7
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* fsl.conf: change qemu targets to just ppcMatthew McClintock2012-03-191-2/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* gcc: add gcc.fix_min_max.patchZhenhua Luo2012-03-162-1/+40
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* remove linux-yocto_3.0.bbappend since we have not used/tested this at allMatthew McClintock2012-03-161-15/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Revert "linux-qoriq-sdk.inc: update kernel version"Matthew McClintock2012-03-161-1/+1
| | | | | | This reverts commit dea2327ad76ba04bb047f343eeea587bc9e28943. git.freescale.com Linux tree is still point at 3.0.6
* qemu: remove bbappends since we reference private git serverMatthew McClintock2012-03-161-6/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* remove fsl-image-lsb - just use fsl-image-lsb-sdkMatthew McClintock2012-03-161-12/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* chagne lsb and lsb-sdk to tar.gz instead of nfsrootMatthew McClintock2012-03-152-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* binutils: add patches from poky's binutilsMatthew McClintock2012-03-152-5/+18710
| | | | | | | This drops my previous changes and just adds in patches from poky that already address libtool issues Signed-off-by: Matthew McClintock <msm@freescale.com>
* binutils: remove bad libbfd.la for all binutils (cross, native, etc) and use ↵Matthew McClintock2012-03-142-5/+5
| | | | | | correct libdir Signed-off-by: Matthew McClintock <msm@freescale.com>
* toolchain: only apply patches to toolchain if we are using the FSL distroMatthew McClintock2012-03-143-9/+9
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* binutils: remove bad libbfd.la fileMatthew McClintock2012-03-142-1/+5
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* binutils: pull a patch from Yocto to fix path issue of libibertyZhenhua Luo2012-03-142-1/+24
| | | | | | | | without the fix, following error appears when build native packages which require libierty.a: /usr/bin/ld: cannot find -liberty Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* gcc-fsl.inc: Add patches to fix gxx-include-dirMatthew McClintock2012-03-142-1/+188
| | | | | | | The patch in this patch is copied from upstream and is just updated to apply cleanly with respect to our patch series Signed-off-by: Matthew McClintock <msm@freescale.com>
* integrate fsl toolchain patchesZhenhua Luo2012-03-1358-0/+13200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | binutils: bin.e500mc_nop.patch bin.e5500.patch bin.e6500-2.patch eglibc: generate-supported.mk glibc.e500mc_subspecies_of_powerpc_is_not_supported.patch glibc.fixgcc4.6.patch glibc.fix_prof.patch glibc.fix_sqrt.patch glibc.readv_proto.patch glibc.undefined_static.patch gcc: gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch gcc.fix_longversionstring.patch gcc.rm_slow_tests.patch gcc.fix_mingw32.patch gcc.fix_cloogstatic2.patch gcc.fix_build-with-cxx.patch gcc.e6500-FSF46.patch gcc.ld_unaligned-460.patch gcc.local_unaligned_altivec.patch gcc.soft_float-460.patch gcc.case_values.patch gcc.builtin_isel.patch gcc.experimental_move.patch gcc.widen_types-46.patch gcc.extelim-v3.patch gcc.e5500_mfocr.patch gcc.opt-array-offset.patch gcc.load_on_store_bypass-462.patch gcc.fix_constvector.patch gcc.fix_MTWX51204-dwarf-vector-reg.patch gcc.fix_ira-loop-pressure.patch optional_libstdc.patch gcc.remove_CCUNSmode_reference.patch gcc.check_path_validity.patch gcc.fix_header_issue.patch gcc.fix_SSIZE_MAX_undefine_issue.patch gettext: gettext.fix_testcase.patch Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* meta-fsl-ppc-private: updates to build fsl qemu instead of upstreamStuart Yoder2012-03-121-0/+6
| | | | Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
* Fix quoting errors in recipesMatthew McClintock2012-03-122-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk.inc: update kernel versionMatthew McClintock2012-03-121-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Overide smb configuration fileChunrong Guo2012-03-122-0/+26
| | | | Signed-off-by: Chunrong Guo <b40290@freescale.com>
* busybox: enable all featuresTing Liu2012-03-122-0/+998
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* fsl-toolchain.bb: remove usdpaa from fsl-toolchain which was incorrectly addedMatthew McClintock2012-03-121-2/+0
| | | | | | | This is not building any x86 tools or libraries to link against, it' just trying to build the target usdpaa package for e500mc. Signed-off-by: Matthew McClintock <msm@freescale.com>
* conf/layer.conf: expand search for bbappend filesMatthew McClintock2012-03-091-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: Change TARGET_ARCH to TUNEPKG_ARCH for generating toolchain tarballMatthew McClintock2012-03-091-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl-toolchain.bb: remove qemu-nativesdk from toolchainMatthew McClintock2012-03-061-1/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: update u-boot recipe to use new triplet's after multilib changesMatthew McClintock2012-02-271-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: override TARGET_VENDOR for multilib scenarioMatthew McClintock2012-02-271-0/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* busybox: fix install error when CONFIG_INETD enabledTing Liu2012-02-273-0/+55
| | | | | | | | | To avoid the following error: | CONFIG_INETD=y | install: cannot stat `.../busybox-1.18.5-r2/inetd': No such file or directory | ERROR: Function 'do_install' failed Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: add additional u-boot images for all Freescale boardsChunrong Guo2012-02-2310-15/+21
| | | | Signed-off-by:Chunrong Guo <b40290@freescale.com>
* busybox: fix the build error when enable CONFIG_TCPSVDZhenhua Luo2012-02-233-0/+154
| | | | | | These patches were pulled from upstream busybox Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* update p5020ds to use common tune file instead of diff ones for 32/64 bitMatthew McClintock2012-02-232-2/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* mtd-utils: fix corrupt cleanmarker with flash_erase -j commandZhenhua Luo2012-02-232-0/+135
| | | | | | patch is got from http://patchwork.ozlabs.org/patch/108873/ Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* conf/machine/mpc8544ds.conf Signed-off-by: ChunRong Guo <b40290@freescale.com>Chunrong Guo2012-02-201-0/+9
|
* conf/machine/p5040ds.conf Signed-off-by:ChunRong Guo <b40290@freescale.com>Chunrong Guo2012-02-201-0/+9
|
* u-boot: fixup building multiple images and add thsoe images for p1020rdb to ↵Matthew McClintock2012-02-082-14/+16
| | | | | | start with Signed-off-by: Matthew McClintock <msm@freescale.com>
* Added the proper terminal support for Linux under Hypervisor.Diana CRACIUN2012-01-261-1/+1
| | | | | | Under Hypervisor, Linux is using ttyEHV0. Signed-off-by: Diana CRACIUN <Diana.Craciun@freescale.com>
* Move default images types built into image recipesMatthew McClintock2012-01-197-4/+6
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* make all IMAGE_FSTYPES overridableMatthew McClintock2012-01-124-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* p3060qds.conf: Fix typoMatthew McClintock2012-01-111-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Update fsl distroMatthew McClintock2012-01-061-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add usdpaa dts into KERNEL_DEVICETREEZhenhua Luo2012-01-056-6/+12
| | | | | | p2041rdb, p3041ds, p3060qds, p4080ds, p5020ds and p5020ds-64b Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* e5500: set PREFERRED_PROVIDER_virtual/kernel to linux-qoriq-sdkTing Liu2012-01-021-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* set PREFERRED_PROVIDER_virtual/libx11 to libx11Ting Liu2012-01-021-0/+1
| | | | | | | | | | | | | | | | To avoid the following error when building fsl-image-lsb/fsl-image-lsb-sdk: ERROR: Multiple .bb files are due to be built which each provide virtual/libx11 (/home/jenkins/poky/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb /home/jenkins/poky/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb). task-core-lsb requires runtime dependency "libx11-locale" which is only provided by libx11_1.3.4.bb. Meanwhile, PREFERRED_PROVIDER_virtual/libx11 is by default set to "libx11-trim". File "libx11-trim_1.3.4.bb" is selected when adding dependency virtual/libx11 for dbus/qt4 etc. Both of the two recipes provide virtual/libx11. Signed-off-by: Ting Liu <b28495@freescale.com>
* make sure hv-cfg and rcw binaries are included in cache packagesZhenhua Luo2012-01-022-2/+8
| | | | | | fix the rcw and hv-cfg binaries are not generated when do cache build Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* hv-cfg: add dtc-native into the depencency listZhenhua Luo2012-01-021-1/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot: make sure u-boot images are included in cache packageZhenhua Luo2012-01-021-1/+8
| | | | | | fix the u-boot images are not generated when do cache build Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Initial add of hv-cfg using public gitMatthew McClintock2011-12-281-0/+34
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Initial add of rcw using public gitMatthew McClintock2011-12-281-0/+34
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add boot-format recipe using public gitMatthew McClintock2011-12-281-0/+20
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>