aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2016-09-18qemu-qoriq: fix do_install_ptest_base issueZhenhua Luo
Fix the following build error: | DEBUG: Executing shell function do_install_ptest_base | cp: cannot stat '.../qemu-qoriq/git-r1/git/tests/Makefile.include': No such file or directory | WARNING: exit code 1 from a shell command. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
2016-06-23qemu: rename to qemu-qoriqTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-06-23qemu: upgrade to v2.4 plus fsl patchesTing Liu
Detailed commit log can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/qemu.git/log/?h=sdk-v2.0.x Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-05-25qemu: empty not supported PACKAGECONFIGZhenhua Luo
Fix the following build error: | DEBUG: Executing shell function do_configure | ERROR: unknown option --disable-gcrypt | ERROR: unknown option --disable-nettle | ERROR: unknown option --disable-smartcard Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
2015-12-28qemu_fslgit: add gnutls as DEPENDS to fix QA warningsTing Liu
Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
2015-12-28qemu_fslgit: package files in ${datadir}Ting Liu
Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
2015-12-28qemu_fslgit: import ptest patches from pokyTing Liu
Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
2015-12-28qemu: empty not supported gnutls PACKAGECKGTing Liu
Fix below error: | DEBUG: Executing shell function do_configure | ERROR: unknown option --disable-gnutls Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
2015-12-28qemu: update to commit 8362a29Ting Liu
New commits imported: 8362a29 nbd: fix type conversion error when doing ioctl Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
2015-12-28qemu: enable back libusb through PACKAGECONFIGLaurentiu Tudor
This fixes usb passthrough support. Signed-off-by: Laurentiu Tudor <Laurentiu.Tudor@freescale.com> Cc: Lu Wei <wei.lu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
2015-07-20qemu-fsl: upgrade from v1.7 to v2.2.0Ting Liu
Update the supported QEMU version from v1.7 to v2.2.0 and include the Freescale patches on top of this. Baseline: http://git.qemu.org/?p=qemu.git;a=tag;h=refs/tags/v2.2.0 Freescale patches: 00ac004 QEMU: PPC: Support for VFIO_IOMMU_DUMMY. 58d1cc4 QEMU: PPC: Identity mapped memory support for qemu. 07d4f5f Qemu: PPC: e500: Move CCSR and MMIO space to upper end of address space a7aee41 QEMU: PPC: e500: Move CCSR definition to params fbcc0ca vfio-pci: add direct pci device assignment for fsl powerpc 536df03 Update Linux Headers from 3.18 ee367e4 QEMU:Add support for e5500 core revision v102.1 present on T1024 SOC. b0c2f44 hw/arm/virt: Use memory_region_allocate_system_memory to allocate memory b2f233e PPC: add e6500 cpu class 694c39a QEMU: PPC: set default cpu type to be 'host' 1572872 QEMU: PPC: specify PVRs for all e500 cores Also fix indent. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-08qemu: remove unavailable gtk+ optionsTing Liu
The preferred version of qemu defined in this layer (1.7) does not have the same configuration options as the original yocto version (2.0). Since this recipe includes yocto's qemu.inc, some of the configuration options defined there generate an error during the do_configure task: | ERROR: unknown option --disable-vte Setting PACKAGECONFIG[option] to an empty string fixes the problem. Signed-off-by: Ting Liu <ting.liu@freescale.com>
2015-01-07qemu: update to revision 6ac4597Zhenhua Luo
This includes following fixes: 6ac4597 QEMU:Add support for e5500 core revision v102.1 present on T1024 SOC. b8c87e9 Synchronized Linux headers. f2e4612 hw/arm/virt: Support -cpu host 80cd9c1 target-arm: Provide '-cpu host' when running KVM 8e1f791 target-arm: Don't hardcode KVM target CPU to be A15 885c7a9 hw/arm: Add 'virt' platform 7ea5615 target-arm: Allow secondary KVM CPUs to be booted via PSCI c33ac75 target-arm: Add ARMCPU field for Linux device-tree 'compatible' string 79f0d1c target-arm: Provide PSCI constants to generic QEMU code 5d1a235 hw/arm/boot: Allow boards to provide an fdt blob badc409 device_tree.c: Terminate the empty reservemap in create_device_tree() 7a6947b target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVM Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2014-09-09qemu: remove unavailable configuration optionsJosep Puigdemont
The preferred version of qemu defined in this layer (1.7) does not have the same configuration options as the original yocto version (2.0). Since this recipe includes yocto's qemu.inc, some of the configuration options defined there generate an error during the do_configure task: | ERROR: unknown option --disable-lzo | ERROR: unknown option --disable-numa | ERROR: unknown option --disable-quorum Setting PACKAGECONFIG[otion] to an empty string fixes the problem. Addresses bug: [YOCTO #6690] Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
2014-08-19add layer-specific bbappends when that layer is includedTing Liu
setting BB_DANGLINGAPPENDS_WARNONLY forces the policy for all layers. If the user is expecting dangling appends to be errors, this hides potential problems from them. Signed-off-by: Ting Liu <ting.liu@freescale.com>
2014-07-24libedit/tclap: removeTing Liu
they already exist in meta-openembeded layer, remove Signed-off-by: Ting Liu <b28495@freescale.com>
2014-07-23luajit: add bbappend to hold ppc specific patchTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2014-07-15remove fslmachine MACHINEOVERRIDES usageTing Liu
fslmachine is too generic, use qoriq-ppc instead. Signed-off-by: Ting Liu <b28495@freescale.com>
2014-07-08qemu: Prevent QA warnings about /runTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2014-07-08qemu: update to QEMU 1.7Stuart Yoder
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
2014-06-03qemu: add libssh2 options in configurechunrong guo
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>
2014-01-12qemu: update SHA for SDK 1.5Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-12-14qemu: add gtk options in configureChunrong Guo
* fix the following error: |ERROR: unknown option --disable-gtk Signed-off-by: Chunrong Guo <B40290@freescale.com>
2013-12-11Fix git branch referencesChunrong Guo
*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>
2013-10-25libedit: fix the multilib build issueZhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-07-24qemu_fslgit: backport 2 patches to fix build with texinfo-5Ting Liu
(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>
2013-07-17qemu_fslgit: backport a patch from oe-core to define fdt_t typesTing Liu
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>
2013-07-03libedit: pull in from meta-oe as it is needed by usdpaaZhenhua Luo
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>
2013-06-28qemu: upgrade to the version of sdk-1.4Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2013-03-08qemu: configure properly check if -lrt is neededTing Liu
-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>
2012-12-04qemu_1.0.bb: lock down SHA for releaseMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-12-04qemu_1.0.bb: lock down SHAMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
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>