Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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. | ||||
2006-10-22 | package.bbclass: Fix split_packages to remove spurious references to -dbg ↵ | Richard Purdie | 1 | |
packages. The way it selects the principle package name needs totally reworking as the current code is flawed but apply a workaround for now (this is unrelated to other changes to package.bbclass) | ||||
2006-10-21 | package.bbclass: Fix split_locales to remove spurious references to -dbg ↵ | Richard Purdie | 1 | |
packages. The way it selects the principle package name needs totally reworking as the current code is flawed but apply a workaround for now (this is unrelated to other changes to package.bbclass) | ||||
2006-10-20 | image_ipkg.bbclass: Fix image task dependencies after packaging updates | Richard Purdie | 1 | |
2006-10-20 | base.bbclass: Remove some pointless presumably dead code | Richard Purdie | 1 | |
2006-10-20 | package.bbclass: Split into two tasks, one which prepares the packages and ↵ | Richard Purdie | 6 | |
then package_write which actually generates the packages. The two stage approach allows us to avoid circular dependency issues from classes like debian.bbclass. As the data being emitted into pkgdata/ changed, you need to either wipe tmp or rerun the do_package tasks (wipe the do_package stamps). Everything will repackage anyway due to the new task. | ||||
2006-10-20 | base/package.bbclass: Clean up and document things a bit more. Should be no ↵ | Richard Purdie | 2 | |
functional changes (from poky) | ||||
2006-10-20 | base.bbclass: remove oesources.org | Koen Kooi | 1 | |
2006-10-19 | *ipk.bbclass: banish ipkg-link | Koen Kooi | 2 | |
2006-10-18 | module_strip.bbclass: filter out directories to stop recent binutils from ↵ | Koen Kooi | 2 | |
barfing package.bbclass: likewise | ||||
2006-10-18 | rootfs_ipk.bbclass: remove ipkg-link from IPKG_INSTALL | Koen Kooi | 1 | |
* if you want it add it via a different way, some people don't want ipkg-link in the rootfs | ||||
2006-10-17 | packaged-staging.bbclass: update instructions | Koen Kooi | 1 | |
2006-10-17 | packaged-staging: add a recipe for stage-manager and DEPENDS on it | Koen Kooi | 1 | |
2006-10-16 | base.bbclass: Add fetchall task to fetch all sources for all the given task ↵ | Richard Purdie | 1 | |
and all its dependencies (requires bitbake trunk) | ||||
2006-10-16 | add gtk-binver parsing gtk_binary_version out of .pc file. close #1455 | Michael Lauer | 1 | |
NOTE1: patch based on work of XorA NOTE2: we might want to make this more generic (i.e. get-pkgconfig-entry) eventually NOTE3: please adapt this to other gtk-engine versions as suitable | ||||
2006-10-13 | sanity.bbclass: improve error reporting for missing utilities. thanks nicholas | Michael Lauer | 1 | |
2006-10-13 | merge of '05ae7db20f9eaa0dd28712c87eb37d67106003e2' | Michael Lauer | 4 | |
and '98967f30d170009882b65d09d686fc199579b15f' | ||||
2006-10-12 | base.bbclass: make showing display revision work with the mtn 0.30 workspace ↵ | Michael Lauer | 1 | |
format | ||||
2006-10-12 | rename linux_modules to linux-kernel-base, add common kernel_get*version ↵ | Michael Lauer | 2 | |
functions to this class | ||||
2006-10-12 | sanity.bbclass: loop over required utilities | Michael Lauer | 1 | |
2006-10-11 | rootfs_ipk.bbclass: add ipkg/ipkg-link/ipkg-collateral also into RDEPENDS | Marcin Juszkiewicz | 1 | |