Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-17 | rename packages/ to recipes/ per earlier agreement | Denys Dmytriyenko | 1 | |
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. | ||||
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 1 | |
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> | ||||
2008-07-25 | Change the toolchain build sequence. Helps in reproducable toolchains ↵ | Khem Raj | 1 | |
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working. | ||||
2008-06-03 | Fix an obvious typo in the patch. The variable exported was 'CCP' should ↵ | Khem Raj | 1 | |
have been 'CPP'. I have tested build for gcc-cross-4.2.2 recipe. | ||||
2008-03-29 | gcc: Include TARGET_CC_ARCH in ARCH_FLAGS_FOR_TARGET by default for ↵ | Richard Purdie | 1 | |
everyone, not just as a slugos specific override. | ||||
2008-03-16 | gcc: Move old style gcc*build*.inc includes into ↵ | Richard Purdie | 1 | |
gcc-configure-{target|cross|sdk} and a common include file. Factor some common data not related to configure into gcc-common.inc. Rewrite 3.3.3 and 3.3.4 recipes to use standard includes (tested and they work). | ||||
2008-03-15 | gcc: Move PR settings to obvious places (not .inc files) | Richard Purdie | 1 | |
2008-03-15 | gcc: Rename gcc-package.inc gcc-package-target.inc and move includes a level ↵ | Richard Purdie | 1 | |
lower. There should be no functionality change yet, it just makes that change easier to remove target packaging from cross builds | ||||
2008-03-15 | gcc: Create .inc files for each gcc version and update all .bb files to use ↵ | Richard Purdie | 1 | |
these | ||||
2008-02-20 | gcc 4.x.x ship cc1 as part of the cpp package. closes #670 | Michael Lauer | 1 | |
repair badly mixed up formatting. guys, _please_ don't mix tabs and spaces, stick to the major formatting style in the file | ||||
2007-12-03 | gcc: replace non-functional block o'python with working overrides | Koen Kooi | 1 | |
2007-11-25 | gcc-4.1.[01]: Applied pr34130.patch, from 4.1.2. | Leon Woestenberg | 1 | |
2007-11-05 | packages/gcc/gcc_4.1.1.bb : Add mpc8323e patches | Stelios Koroneos | 1 | |
Bump PR in gcc,gcc-cross and gcc-cross-sdk | ||||
2007-09-19 | gcc: change the way to package fortran, reduce spurious variables, make ↵ | Koen Kooi | 1 | |
missing fortran files non-fatal | ||||
2007-05-02 | packages/gcc/gcc_4.1.1.bb: Do not apply ppc soft-float patches when building ↵ | Stelios Koroneos | 1 | |
with uclibc This is a dirty hack to get gcc 4.1.1 to compile for glibc AND uclibc on ppc the patch that is need it to get gcc support soft-floats with glibc, makes gcc fail with uclibc | ||||
2007-04-06 | gcc 4.1.x: move fail-fast to gcc-cross since it's only needed there | Koen Kooi | 1 | |
2007-03-12 | packages/gcc/gcc_4.1.1.bb :The following set of 2 patches adds support for ↵ | Stelios Koroneos | 1 | |
soft-float and mlong-128 to powerpc targets without fpu for gcc 4.1.1/glibc 2.5 | ||||
2007-03-12 | packages/gcc/gcc_4.1.1.bb: Make sure that the build machine uses the correct ↵ | Stelios Koroneos | 1 | |
site files and not cached values which contain target's data | ||||
2007-03-11 | disapproval of revision 'e7f88b3d1877bd1013495ae0870737c163c6c433' | Oyvind Repvik | 1 | |
2007-03-11 | gcc: Fix crossbuild issue on x86_64 hosts (4.1.1/4.1.2) | Oyvind Repvik | 1 | |
2007-03-01 | packages/gcc gcc-4.1.1: fix eabi issues on a bigendian toolchain: | Dirk Opfer | 1 | |
set SUBTARGET_EXTRA_LINK_SPEC to -m armelfb_linux_eabi in case of bigendian | ||||
2007-01-31 | gcc-4.1.1/sh3-installfix-fixheaders.patch : Fix of bug 1525 | Kristoffer Ericson | 1 | |
* When running the installation script in gcc it complains about missing the file build/fix-header. Its a known bug that has been fixed upstreams (but no patch). Its not quite clear what fix-header does, but for now we will remove the install lines. * Added SRC_URI_append_sh3 for patch in gcc_4.1.1.bb | ||||
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 1 | |
2006-12-16 | gcc 4.1.1: add patch to fix PR 13685 | Leon Woestenberg | 1 | |
2006-12-03 | gcc 4.1.1: add patch to fix an ICE with building glibc with certain CFLAGS, ↵ | Koen Kooi | 1 | |
if you get the ICE, you should update to binutils 2.17.50.0.5 as well | ||||
2006-11-09 | gcc 4.1.1: make $JAVA and $FORTRAN actually have an effect on $LANGUAGES | Koen Kooi | 1 | |
2006-10-26 | gcc 4.1.1: bump PR | Koen Kooi | 1 | |
2006-10-26 | gcc 4.1.1: Add patch from Dallas Foley to fix EABI on armv4t | Koen Kooi | 1 | |
* no more 'clz' isns in binaries | ||||
2006-08-06 | packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPP | Holger Freyther | 1 | |
GCC compiles the xgcc cross compiler and will compile target libraries e.g. libstdc++. It uses autoconf to configure the target libraries which uses /usr/bin/cpp to determine the presence of host includes. By using xgcc we will not risk to include /usr/include to find standard headers. If we do our cross compile check will hit. The gcc 3.4 series patch only addresses target-libstdc++ where the gcc3.3 and gcc4 series patch all targets | ||||
2006-08-05 | packages/gcc: Use require instead of include for the 'base' files | Holger Freyther | 1 | |
2006-08-04 | Added patch (from gcc fix for bug 27363). This makes alsa work with gcc 4.1.1 | Frans Meulenbroeks | 1 | |
(after this at least the pcm module needs to be compiled and reloaded) | ||||
2006-07-31 | gcc: make fortran switches behave like the java switches to battle the 'g++ ↵ | Koen Kooi | 1 | |
disappeared' symptoms | ||||
2006-07-23 | gcc 4.1.1: fix build troubles | Koen Kooi | 1 | |
2006-07-21 | gcc3-build.inc: allow JAVA to be overridable inside recipes using this .inc | Koen Kooi | 1 | |
gcc_4.1.1.bb: Remove use of gcc4-build.inc, document java and fortran bits a bit | ||||
2006-07-03 | gcc: add eabi to atexit cases gcc3-build.inc and bump pr for affected toolchains | Koen Kooi | 1 | |
2006-06-27 | gcc 4.1.1: raise default pref since it has proven to be working quite well | Koen Kooi | 1 | |
2006-06-19 | gcc 4.1.1 added uclibc patches to gcc 4.1.1 (see README file) | Frans Meulenbroeks | 1 | |
added patches for thumb (but still not good enough to compile uclibc) | ||||
2006-06-10 | gcc-4.1.1: added patch for configure to compile with the right target flags | Frans Meulenbroeks | 1 | |
(copied from 3.4.4). bumped PR for both 4.1.1 bb files | ||||
2006-06-04 | gcc 4.1.1: added patch for big endian | Frans Meulenbroeks | 1 | |
2006-05-25 | gcc 4.1.1: unbreak SRC_URI | Koen Kooi | 1 | |
2006-05-25 | gcc: add gcc 4.1.1 toolchain | Koen Kooi | 1 | |