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-12-10 | gcc-package-cross: Creative relative symbolic link to fortran and only if ↵ | Khem Raj | 1 | |
fortran is available * This patch adds the symbolic link only if fortran is enabled in gcc and secondly it creates them relative and not absolute as they are right now. | ||||
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-04-22 | gcc-configure-cross.inc: cleanup libstdc++.la for no-fpu builds too | Jeremy Laine | 1 | |
* fixes QA issues seen on powerpc/soft-float machines, for instance libasprintf.la referring to the build directory | ||||
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-cross: Drop gcc-package-target.inc, gcc-package-cross overrides or sets ↵ | Richard Purdie | 1 | |
everything needed | ||||
2008-03-15 | gcc: Add gcc-cross4.inc and convert gcc-cross_4* recipes to use it | Richard Purdie | 1 | |
2008-03-15 | gcc: Clean up FILESDIR settings (move to gcc-common.inc) | Richard Purdie | 1 | |
2008-03-15 | gcc: Move PR settings to obvious places (not .inc files) | Richard Purdie | 1 | |
2008-03-15 | gcc: Add gcc-cross.inc taking some common code from all gcc-cross packages | 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-28 | gcc: Enable sysroot options, hacking around path layout issues for now. This ↵ | Richard Purdie | 1 | |
fixes the sdk version to use the correct sysroot which is important for ease of use of SDKs and standalone toolchains. This change means a gcc rebuild unfortunately | ||||
2007-12-03 | gcc: replace non-functional block o'python with working overrides | Koen Kooi | 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-10-29 | Remove final references to BUILD_SYS in staging paths | Richard Purdie | 1 | |
2007-10-27 | packages/gcc/gcc-package-cross.inc : Fix to handle /nof/ dirs generated by ↵ | Stelios Koroneos | 1 | |
some ppc architectures packages/gcc/gcc-cross_4.1.1.bb : Bump PR packages/gcc/gcc-cross_4.1.2.bb : Bump PR | ||||
2007-09-29 | gcc-cross: Update paths to reference staging instead of cross (from poky), ↵ | Richard Purdie | 1 | |
bump PR to make sure gcc-cross reinstalls after cross changes to ensure everything works correctly | ||||
2007-09-19 | gcc: change the way to package fortran, reduce spurious variables, make ↵ | Koen Kooi | 1 | |
missing fortran files non-fatal | ||||
2007-04-11 | gcc-cross 4.1.2: bump PR till I properly fix libgcc (again) | Koen Kooi | 1 | |
* Yes, I suck, sorry for the breakage) | ||||
2007-04-06 | gcc 4.1.x: move fail-fast to gcc-cross since it's only needed there | Koen Kooi | 1 | |
2007-03-19 | packages/gcc/gcc-cross_4.1.1.bb: Bump PR | Stelios Koroneos | 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-07 | gcc 4.1.1, gcc3-build-cross.inc: fix libsupc++ and libstdc++ la files with ↵ | Koen Kooi | 1 | |
some XorA sed magic | ||||
2006-12-16 | gcc 4.1.1: add patch to fix PR 13685 | Leon Woestenberg | 1 | |
2006-11-26 | gcc-cross 4.1.1: fix libg* architecture bugs, closes #1265 | Koen Kooi | 1 | |
2006-10-03 | gcc-cross: bump PR | Koen Kooi | 1 | |
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-03 | gcc-cross: bump pr | 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: add gcc 4.1.1 toolchain | Koen Kooi | 1 | |