aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2012-09-05qemu: set preferred version for QEMUMatthew McClintock
The preferred version needs to specify the QEMU version for our qemu_git recipe (overridden by the QEMU bbappends). Without this patch we will no pick up our qemu_git recipe. Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-05-15mtd-utils: remove extra patchesMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-05-15remove fsl specific toolchainMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-04-10tclap: add tclap 1.2.1Zhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-03-27gcc: add gcc-runtime back which should have powerpc patchesMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-03-27fix appending distro tag to PRMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-03-20gcc: remove crosssdk from using fsl specific patchesMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-03-16gcc: add gcc.fix_min_max.patchZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-03-15binutils: add patches from poky's binutilsMatthew McClintock
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>
2012-03-14binutils: remove bad libbfd.la for all binutils (cross, native, etc) and use ↵Matthew McClintock
correct libdir Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-03-14toolchain: only apply patches to toolchain if we are using the FSL distroMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-03-14binutils: remove bad libbfd.la fileMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-03-14binutils: pull a patch from Yocto to fix path issue of libibertyZhenhua Luo
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>
2012-03-14gcc-fsl.inc: Add patches to fix gxx-include-dirMatthew McClintock
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>
2012-03-13integrate fsl toolchain patchesZhenhua Luo
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>
2012-02-23mtd-utils: fix corrupt cleanmarker with flash_erase -j commandZhenhua Luo
patch is got from http://patchwork.ozlabs.org/patch/108873/ Signed-off-by: Zhenhua Luo <b19537@freescale.com>