aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2006-11-14site infrastructure changes: Allow more than one file per target so common ↵Richard Purdie
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-14disapproval of revision 'b36008d6d508c1a3c7c580085c230913aebe4f87'Richard Purdie
2006-11-14native.bbclass: set INHIBIT_DEFAULT_DEPS - native packages does not need ↵Marcin Juszkiewicz
cross toolchain which is added by base.bbclass
2006-11-14distutils-base bbclass: exclude debug files from $bindir and $libdir, ↵Koen Kooi
PYTHON_DIR still contains them, see bug #1581
2006-11-11Add quotes for assignments to make the new parser happyHolger Freyther
2006-11-06insane.bbclass: update message for -dbg packagesKoen Kooi
2006-11-05gpe.bbclass: apparently weak assigments in SRC_URI don't work :(Koen Kooi
2006-11-05gpe.bbclass: make SRC_URI a weak assignmentKoen Kooi
2006-11-04binconfig.bbclass: protect foo-native stuff from do_installKoen Kooi
2006-11-04merge of '0c89fbedbb59ef7e1b229b833813e59080b4952a'Koen Kooi
and '3fcc18f194a4f1bcbe8cb8c4a82dc5c59d63eaf1'
2006-11-04binconfig.bbclass: mangle *-config and .la files that end up in packages, ↵Koen Kooi
based on work by Marcin Juszkiewicz
2006-11-04sanity.bbclass: Show all errors in one error message (from poky). Also add ↵Richard Purdie
dependency on gawk
2006-11-02rootfs_ipk.bbclass and ipkg.inc: shell script syntax fixesMartin Dietze
- both files contained code which would only execute if run by bash - the fixed versions do the same but are more portable
2006-11-02nylon update: Martin Dietze
- formally added mtx-3 architecture - pptp support in the linux kernel
2006-10-31Add devshell.bbclass (from poky). Requires bitbake trunk. Use as 'bitbake ↵Richard Purdie
target -c devshell'
2006-10-28base.bbclass, package.bbclass: don destrucively set RDEPENDS and ↵Koen Kooi
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-26classes/test.bbclass: Make sure tests are really executedHolger Freyther
Make sure tests are really executed by adding the task before do_build.
2006-10-26classes/insane.class: Make workdir known, remove whitespaceHolger Freyther
2006-10-26insane.bbclass: import bbKoen Kooi
2006-10-25classes/tinderclient.bbclass: Send some more useful data to the tinderboxHolger Freyther
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-25classes/insane.bbclass: Check if packages RDEPENDS on -dbg packagesHolger Freyther
Untested check inspired by Richard to check if non debug packages depends on -dbg packages.
2006-10-25lib_package.bbclass: unbreak packagingKoen Kooi
* more packages should use this class
2006-10-24insane.bbclass: fix some python stuff and make error message a bit more helpfullKoen Kooi
2006-10-22insane.bbclass: update to current -dbg handling, as indicated by QA meister ↵Koen Kooi
Holger F.
2006-10-22package.bbclass: Fix split_packages to remove spurious references to -dbg ↵Richard Purdie
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-21package.bbclass: Fix split_locales to remove spurious references to -dbg ↵Richard Purdie
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-20image_ipkg.bbclass: Fix image task dependencies after packaging updatesRichard Purdie
2006-10-20base.bbclass: Remove some pointless presumably dead codeRichard Purdie
2006-10-20package.bbclass: Split into two tasks, one which prepares the packages and ↵Richard Purdie
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-20base/package.bbclass: Clean up and document things a bit more. Should be no ↵Richard Purdie
functional changes (from poky)
2006-10-20base.bbclass: remove oesources.orgKoen Kooi
2006-10-19*ipk.bbclass: banish ipkg-link Koen Kooi
2006-10-18module_strip.bbclass: filter out directories to stop recent binutils from ↵Koen Kooi
barfing package.bbclass: likewise
2006-10-18rootfs_ipk.bbclass: remove ipkg-link from IPKG_INSTALLKoen Kooi
* if you want it add it via a different way, some people don't want ipkg-link in the rootfs
2006-10-17packaged-staging.bbclass: update instructionsKoen Kooi
2006-10-17packaged-staging: add a recipe for stage-manager and DEPENDS on itKoen Kooi
2006-10-16base.bbclass: Add fetchall task to fetch all sources for all the given task ↵Richard Purdie
and all its dependencies (requires bitbake trunk)
2006-10-16add gtk-binver parsing gtk_binary_version out of .pc file. close #1455Michael Lauer
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-13sanity.bbclass: improve error reporting for missing utilities. thanks nicholasMichael Lauer
2006-10-13merge of '05ae7db20f9eaa0dd28712c87eb37d67106003e2'Michael Lauer
and '98967f30d170009882b65d09d686fc199579b15f'
2006-10-12base.bbclass: make showing display revision work with the mtn 0.30 workspace ↵Michael Lauer
format
2006-10-12rename linux_modules to linux-kernel-base, add common kernel_get*version ↵Michael Lauer
functions to this class
2006-10-12sanity.bbclass: loop over required utilitiesMichael Lauer
2006-10-11rootfs_ipk.bbclass: add ipkg/ipkg-link/ipkg-collateral also into RDEPENDSMarcin Juszkiewicz
2006-10-11rootfs_ipk.bbclass: Add ipkg packages into rootfs to unbreak task-baseMarcin Juszkiewicz
- When we used task-base then ipkg/ipkg-link/ipkg-collateral was not installed into image. - Maybe it is not best sollution but it works and it duplicate solution which was added years ago.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-09oelint.bbclass, documentation.conf: update OE email addressKoen Kooi
2006-10-07packaged-staging.bbclass: Add a class to put staging/ under package managementKoen Kooi
* see the notes inside the class how to use it * to view development history, have a look at the org.openembedded.packaged-staging branch
2006-10-03cpan.bbclass: If a module attempts to use LDDFLAGS to link then it will beJamie Lenehan
linking against the host libraries. Modify LDDFLAGS as part of the other modifications that already occur.
2006-10-03perl: Another sh3/sh4 shared library fix. Modules build built withJamie Lenehan
cpan.bbclass were being linked using ld instead of gcc, which often breaks on sh. Override the LD settings so any cpan modules that compile c/c++ code use gcc to link. Bump the PR on the effected modules.