Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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-03-06 | chinook-compat, gcc-csl: make 3.4.4-csl-2005q3 have other PV for ↵ | Marcin Juszkiewicz | 1 | |
chinook-compat distro It is required to have compatibility for C++ applications as Maemo has other PV then OpenEmbedded use. | ||||
2007-12-03 | gcc: replace non-functional block o'python with working overrides | Koen Kooi | 1 | |
2007-10-30 | gcc-csl: fix SRC_URI - close #3240 | Robert Schuster | 1 | |
2007-07-10 | gcc-csl-arm-2005q3: Added patch to support big-endian builds of 3.4.4 | Rod Whitby | 1 | |
2006-08-05 | packages/gcc: Use require instead of include for the 'base' files | Holger Freyther | 1 | |
2006-07-03 | gcc: add eabi to atexit cases gcc3-build.inc and bump pr for affected toolchains | Koen Kooi | 1 | |
2006-04-11 | gcc arm-csl-2005q3: Add patch to fix 64 bit comparison problem | Richard Purdie | 1 | |
2006-04-10 | gcc: Remove broken csl versions replacing with a floating cvs version and a ↵ | Richard Purdie | 1 | |
working 2005q3 csl release. |