Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-12-06 | patch.bbclass: Fix errors when reapplying patches | Richard Purdie | 1 | |
2006-12-05 | angstrom: add source mirror for angstrom | Koen Kooi | 1 | |
2006-12-03 | ice.bbclass, apply patch from #1495, closes #1495 | Leon Woestenberg | 1 | |
2006-12-02 | palmtop.bbclass: Fix sharprom override (from nicolasfs #oe) | Richard Purdie | 1 | |
2006-11-29 | Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ↵ | Richard Purdie | 11 | |
mailing list. There should be no functionality changes yet. | ||||
2006-11-28 | bitbake.conf : introduce the OBJDUMP variable, by default set to | Graeme Gregory | 1 | |
${HOST_PREFIX}objdump package.bbclass : make use of the OBJDUMP variable rather than calling ${BUILD_PREFIX}objdump inside do_shlibs. As the original usage was faulty and ended up calling host objdump which works for some arm targets but not all. | ||||
2006-11-28 | cross.bbclass + gcc-package-cross.inc: put the immediate expansion trick in ↵ | Richard Purdie | 1 | |
cross.bbclass | ||||
2006-11-25 | base.bbclass: Try to ensure the MACHINE variable isn't exported (needs ↵ | Richard Purdie | 1 | |
bitbake support to complete) | ||||
2006-11-21 | base.bbclass: added support for creating source mirror | Marcin Juszkiewicz | 1 | |
- if SOURCE_MIRROR_FETCH variable is set then we ignore COMPATIBLE_MACHINE/COMPATIBLE_HOST settings to be able to fetch all recipes. - Fetching sources can be done by setting any MACHINE/DISTRO combination and SOURCE_MIRROR_FETCH = "1" in configuration. Then one invocation of BitBake should do all fetching: bitbake --cmd fetchall --continue world - scripts to manage source mirror will get added into contrib/ | ||||
2006-11-21 | base.bbclass: added lsof mirrors (main server does not allow connections ↵ | Marcin Juszkiewicz | 1 | |
without revdns) | ||||
2006-11-20 | classes/package_*: Add IMAGE_PKGTYPE (from poky) | Richard Purdie | 3 | |
2006-11-20 | package_ipk.bbclass: Fix invalid syntax added earlier | Richard Purdie | 1 | |
2006-11-20 | merge of '20512a86807847c46b89aa3589332b9d24cd6502' | Richard Purdie | 1 | |
and 'd6303c5e818fd02ef51ffd8057190cb2a110bc74' | ||||
2006-11-20 | kernel.bbclass: unset MACHINE otherwise things break (from poky) | Richard Purdie | 1 | |
2006-11-20 | merge of '6b50eeffe6b0887666782f657e8f8fc694b7045c' | Richard Purdie | 1 | |
and 'c647d36367af59b2cc5bdd6d28a4c0a873539f76' | ||||
2006-11-20 | package_ipk.bbclass: Simplify os.path.join calls (from poky) | Richard Purdie | 1 | |
2006-11-20 | mozilla bbclass: inherit pkgconfig | Koen Kooi | 1 | |
2006-11-20 | base.bbclass: whitespace cleanup, remove unneeded stage addtask call | Richard Purdie | 1 | |
2006-11-20 | Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS ↵ | Richard Purdie | 4 | |
in preparation for deb handling | ||||
2006-11-20 | classes: Clean up anonymous function whitespace | Richard Purdie | 5 | |
2006-11-18 | Micro-Optimisation decreasing initial parsing time by 10% | Holger Freyther | 6 | |
python () {} and python __anonymous () {} are as the same says functions without a name. They get executed when the main bb file is completely parsed. This is used to set information like FILESDIR. This is a python method so it gets evaled which means compiled and executed a lot of times. By moving the code of the anonfunc into a proper method this is only compiled once. The result is is the 10% speed up when parsing. Reindent anonfuncs and new defs without tabs and four spaces | ||||
2006-11-16 | base.bbclass: Add missing fetchall dummy function | Richard Purdie | 1 | |
2006-11-16 | base.bbclass: added two mirrors for info-zip.org | Marcin Juszkiewicz | 1 | |
2006-11-16 | base.bbclass: Fix duplicate task execution in fetchall | Richard Purdie | 1 | |
2006-11-15 | efl.bbclass, e.bbclass: move -dbg before | Justin Patrin | 2 | |
2006-11-15 | e classes: include dbg packages | Koen Kooi | 2 | |
2006-11-14 | site infrastructure changes: Allow more than one file per target so common ↵ | Richard Purdie | 2 | |
files can be created. Add a new class to handle this. Based on the work of Jamie Lenehan, with changes from me. This commit creates a common x86 file and the arm configs are merged but much work still remains. | ||||
2006-11-14 | disapproval of revision 'b36008d6d508c1a3c7c580085c230913aebe4f87' | Richard Purdie | 1 | |
2006-11-14 | native.bbclass: set INHIBIT_DEFAULT_DEPS - native packages does not need ↵ | Marcin Juszkiewicz | 1 | |
cross toolchain which is added by base.bbclass | ||||
2006-11-14 | distutils-base bbclass: exclude debug files from $bindir and $libdir, ↵ | Koen Kooi | 1 | |
PYTHON_DIR still contains them, see bug #1581 | ||||
2006-11-11 | Add quotes for assignments to make the new parser happy | Holger Freyther | 6 | |
2006-11-06 | insane.bbclass: update message for -dbg packages | Koen Kooi | 1 | |
2006-11-05 | gpe.bbclass: apparently weak assigments in SRC_URI don't work :( | Koen Kooi | 1 | |
2006-11-05 | gpe.bbclass: make SRC_URI a weak assignment | Koen Kooi | 1 | |
2006-11-04 | binconfig.bbclass: protect foo-native stuff from do_install | Koen Kooi | 1 | |
2006-11-04 | merge of '0c89fbedbb59ef7e1b229b833813e59080b4952a' | Koen Kooi | 1 | |
and '3fcc18f194a4f1bcbe8cb8c4a82dc5c59d63eaf1' | ||||
2006-11-04 | binconfig.bbclass: mangle *-config and .la files that end up in packages, ↵ | Koen Kooi | 1 | |
based on work by Marcin Juszkiewicz | ||||
2006-11-04 | sanity.bbclass: Show all errors in one error message (from poky). Also add ↵ | Richard Purdie | 1 | |
dependency on gawk | ||||
2006-11-02 | rootfs_ipk.bbclass and ipkg.inc: shell script syntax fixes | Martin Dietze | 1 | |
- both files contained code which would only execute if run by bash - the fixed versions do the same but are more portable | ||||
2006-11-02 | nylon update: | Martin Dietze | 1 | |
- formally added mtx-3 architecture - pptp support in the linux kernel | ||||
2006-10-31 | Add devshell.bbclass (from poky). Requires bitbake trunk. Use as 'bitbake ↵ | Richard Purdie | 1 | |
target -c devshell' | ||||
2006-10-28 | base.bbclass, package.bbclass: don destrucively set RDEPENDS and ↵ | Koen Kooi | 2 | |
RRECOMMENDS, from Poky * poky rev 823: 'package.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.' * poky rev 824: 'base.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.' | ||||
2006-10-26 | classes/test.bbclass: Make sure tests are really executed | Holger Freyther | 1 | |
Make sure tests are really executed by adding the task before do_build. | ||||
2006-10-26 | classes/insane.class: Make workdir known, remove whitespace | Holger Freyther | 1 | |
2006-10-26 | insane.bbclass: import bb | Koen Kooi | 1 | |
2006-10-25 | classes/tinderclient.bbclass: Send some more useful data to the tinderbox | Holger Freyther | 1 | |
Send PN, PV, PR, MACHINE, DISTRO, TARGET_FPU, TARGET_OS, TARGET_ARCH to the tinderbox. This will be used by the new data mining tinderbox | ||||
2006-10-25 | classes/insane.bbclass: Check if packages RDEPENDS on -dbg packages | Holger Freyther | 1 | |
Untested check inspired by Richard to check if non debug packages depends on -dbg packages. | ||||
2006-10-25 | lib_package.bbclass: unbreak packaging | Koen Kooi | 1 | |
* more packages should use this class | ||||
2006-10-24 | insane.bbclass: fix some python stuff and make error message a bit more helpfull | Koen Kooi | 1 | |
2006-10-22 | insane.bbclass: update to current -dbg handling, as indicated by QA meister ↵ | Koen Kooi | 1 | |
Holger F. |