summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* remove fslmachine MACHINEOVERRIDES usageTing Liu2014-07-151-1/+1
| | | | | | fslmachine is too generic, use qoriq-ppc instead. Signed-off-by: Ting Liu <b28495@freescale.com>
* qemu: Prevent QA warnings about /runTing Liu2014-07-081-0/+2
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* qemu: update to QEMU 1.7Stuart Yoder2014-07-088-459/+4
| | | | Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
* qemu: add libssh2 options in configurechunrong guo2014-06-032-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | Hello all, Fsl qemu will update 1.7 in July or June. Fsl qemu 1.7 configure options support libssh2. This patch will be retired when fsl qemu updates 1.7 . thanks, chunrong -----Original Message----- From: b40290@freescale.com [mailto:b40290@freescale.com] Sent: Wednesday, May 28, 2014 6:08 PM To: meta-freescale@yoctoproject.org Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290 Subject: [meta-fsl-ppc][PATCH v2 ] qemu: add libssh2 options in configure From: Chunrong Guo <B40290@freescale.com> * fix the following error: |ERROR: unknown option --disable-libssh2 Signed-off-by: Chunrong Guo <B40290@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* qemu: update SHA for SDK 1.5Zhenhua Luo2014-01-121-3/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qemu: add gtk options in configureChunrong Guo2013-12-142-0/+14
| | | | | | | * fix the following error: |ERROR: unknown option --disable-gtk Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Fix git branch referencesChunrong Guo2013-12-111-1/+2
| | | | | | | *Ensure the right branches are set in SRC_URI to match the revisions used. This resolves certain fetch failures. Signed-off-by: Chunrong Guo <B40290@freescale.com>
* libedit: fix the multilib build issueZhenhua Luo2013-10-251-2/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qemu_fslgit: backport 2 patches to fix build with texinfo-5Ting Liu2013-07-243-1/+260
| | | | | | | | | | | (From OE-Core rev: af65260dbf17fcd47b6630db473d95f2f3225d68) Fix the below error: |./qemu-options.texi:1521: unknown command `list' |./qemu-options.texi:1521: table requires an argument: the formatter for @item |./qemu-options.texi:1521: warning: @table has text but no @item Signed-off-by: Ting Liu <b28495@freescale.com>
* qemu_fslgit: backport a patch from oe-core to define fdt_t typesTing Liu2013-07-172-0/+41
| | | | | | | | | | | Fix the error: usr/include/fdt.h:58:2: error: unknown type name 'fdt32_t' Backport a patch from oe-core. Commit: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id= ea6e7975964c75e0c8224205e0c1fd04ba37ed4a Signed-off-by: Ting Liu <b28495@freescale.com>
* libedit: pull in from meta-oe as it is needed by usdpaaZhenhua Luo2013-07-031-0/+18
| | | | | | | | | | | | | meta-fsl-ppc should not depends on meta-oe to run, so keep a copy of libedit in this layer. libedit commit history in meta-oe: d5bb26f libedit: upgrade to 20121213 and fix download d9619f6 libedit: update to latest version d248ea6 libedit: Remove files folder as no patch was being used 4d2d164 libedit: Adds version 20110802 (initial recipe) Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qemu: upgrade to the version of sdk-1.4Zhenhua Luo2013-06-285-85/+165
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qemu: configure properly check if -lrt is neededTing Liu2013-03-082-2/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -lrt is needed to avoid the error "undefined reference to `timer_settime'". add the check in configure. Backport from http://git.qemu.org/?p=qemu.git commit: 8bacde8d86a09699207d85d4bab06162aed18dc4 Fix the below build issue: | ../qemu-timer.o: In function `dynticks_rearm_timer': | .../qemu/1.0+fsl-r2/git/qemu-timer.c:597: undefined reference to `timer_gettime' | .../qemu/1.0+fsl-r2/git/qemu-timer.c:610: undefined reference to `timer_settime' | ../qemu-timer.o: In function `dynticks_stop_timer': | .../qemu/1.0+fsl-r2/git/qemu-timer.c:583: undefined reference to `timer_delete' | ../qemu-timer.o: In function `dynticks_start_timer': | .../qemu/1.0+fsl-r2/git/qemu-timer.c:565: undefined reference to `timer_create' | ivshmem.o: In function `pci_ivshmem_init': | .../qemu/1.0+fsl-r2/git/hw/ivshmem.c:720: undefined reference to `shm_open' | .../qemu/1.0+fsl-r2/git/hw/ivshmem.c:727: undefined reference to `shm_open' | collect2: error: ld returned 1 exit status | make[1]: *** [qemu-system-ppc] Error 1 | make: *** [subdir-ppc-softmmu] Error 2 | ERROR: oe_runmake failed | ERROR: Function failed: do_compile Yocto 1.4_M4 uses qemu 1.3.1 which includes this fix. So this issue only appeared to us. Signed-off-by: Ting Liu <b28495@freescale.com>
* qemu_1.0.bb: lock down SHA for releaseMatthew McClintock2012-12-041-1/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* qemu_1.0.bb: lock down SHAMatthew McClintock2012-12-041-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* qemu: set preferred version for QEMUMatthew McClintock2012-09-051-0/+39
| | | | | | | | | 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>
* mtd-utils: remove extra patchesMatthew McClintock2012-05-152-135/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* remove fsl specific toolchainMatthew McClintock2012-05-1557-32116/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* tclap: add tclap 1.2.1Zhenhua Luo2012-04-101-0/+17
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* gcc: add gcc-runtime back which should have powerpc patchesMatthew McClintock2012-03-272-1/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fix appending distro tag to PRMatthew McClintock2012-03-273-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* gcc: remove crosssdk from using fsl specific patchesMatthew McClintock2012-03-205-26/+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>
* 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-1356-0/+13182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* 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>