summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2007-07-24classes/distutils.bbclass: back out specifying the include dir, it was a) ↵Michael Lauer1
implicitly specified anyway and b) it breaks builds that add own stuff to it (e.g. '.')
2007-07-24classes/distutils.bbclass:Michael Lauer1
* split distutils extension building into two parts * specify python-specific include directory during build_ext * add function to stage headers (NOTE: explicity-called, not implicitly)
2007-07-24distutils: set PYTHONPATH and always create the site-packages directory to ↵Michael Lauer2
improve compatibility with certain extension packages
2007-07-22classes: remove outdated efl1.bbclass, package *.a/*.la in common EFL plugin ↵Michael Lauer2
directories to PN-dev
2007-07-21EFL: move from building snapshots to cvs again. Reasons:Michael Lauer2
1.) EFL gained a lot of momentum leading to constant changes 2.) Snapshots were just random cvs dates again. Might as well use SRCDATE to pin them down 3.) <censored by NDA>
2007-07-18efl.bbclass: update snapshot dateMichael Lauer1
2007-07-16rm_work: add rmall command that recursively rm_works (e.g. bitbake ↵Koen Kooi1
angstrom-x11-image -c rmall)
2007-07-12classes/base.bbclass: Fallback to archive.apache.org for older versionsDaniel Willmann1
(Patch from Jan 'Shoragan' Lübbe)
2007-07-11classes/qt4x11.bbclass, uicmoc4-native: add qt3supportMichael Krelin1
2007-07-07opie-alarm: adjust for the new filesystem layoutMichael Krelin1
2007-07-05kernel.bbclass: Oh ok, we need both DEPENDS and RDEPENDS.Paul Sokolovsky1
2007-07-05kernel.bbclass: DEPEND on bluez-dtl1-workaround, not just RDEPEND.Paul Sokolovsky1
2007-07-04merge of '7247d50baa3969c4328d37f4c560e6b56963636c'Paul Sokolovsky1
and 'c1258545caf65ca7330dc5d776336c46135d7d52'
2007-07-04bluez: Stop 02dtl1_cs.sh the nasty hack from breaking everyone's BT connection.Paul Sokolovsky1
* This sloppily written script just unconditionally breaks a BT connection on suspend. * So, instead, make only DTL1 victims suffer it thru: 1. Make a separate package for it. 2. Make kernel-module-dtl1-cs and nothing else RDEPENDS on it.
2007-07-04merge of '8ccf578d98540e0fe880015d1158e3f2e2d5fada'Paul Sokolovsky2
and 'ffc6a1cb8a5c35ab9fdca8add26efc64679665b5'
2007-07-04palmtop.bbclass: Update for FHS-compatible layout.Paul Sokolovsky1
2007-07-04opie.bbclass: Install binaries to $bindir.Paul Sokolovsky1
* Per #2254.
2007-07-04merge of '0e150443d291bc62c30745eee41a34a08f3eb3db'Florian Boor1
and '1b058511a74a92f00fa349a145e6d36bc37c7e21'
2007-07-04sdk.bbclass: Add function to create sdk pacakge indices.Florian Boor1
2007-07-04sanity: if OE is used by root user (userid 0) then raise error (from Poky)Marcin Juszkiewicz1
2007-07-03opie.bbclass: Bother to expand palmtopdir.Paul Sokolovsky1
2007-07-02qmake-base.bbclass: don't strip binaries, that breaks debug builds, let OE ↵Koen Kooi1
take care of it
2007-06-30sanity: also check for bison, closes #2580Patrik Gfeller1
2007-06-24rootfs_ipk.bbclass: Do not hardcode ipkg RDEPENDency.Paul Sokolovsky1
* Instead, ad dit to DISTRO_EXTRA_RDEPENDS, so full-fledged images bsed on task-base will get it automagically, while adhoc images (initrds, etc.) can leave it out. * This corresponds with how dpkg is handled, and how it is done in poky. * Closes #2484.
2007-06-21move older efl stuff to nonworkingMichael Lauer1
2007-06-21classes: update efl1 and e for E revampMichael Lauer2
2007-06-19distutils-base: package even more debug filesKoen Kooi1
2007-06-16efl, e: update for better packagingJustin Patrin2
2007-06-16e.bbclass: fix typoKoen Kooi1
2007-06-16merge of '243cf387e20ff4eee94397f00dfc3e8dd9273515'Koen Kooi1
and '9a35230d2a8469b73580eda5b24e03de17360499'
2007-06-16e.bbclass: unbreak packagingKoen Kooi1
2007-06-16sdk.bbclass: Remove unneeded PACKAGES, use DISTRO in SDK_NAME, set ↵Richard Purdie1
PACKAGE_ARCH to something which doesn't conflict with normal packages (from Poky)
2007-06-14distutils-base.bbclass:Michael Lauer1
* add support for python 2.5 * catch more .debug files
2007-06-12siteinfo,insane: blackfin is uclinux, not linuxKoen Kooi2
2007-06-11distutils-base: improve packaging of debug packages (approved by Mickeyl) - ↵Jake Morrison1
close #2443 and probably few others
2007-06-11Blackfin support:Koen Kooi3
* siteinfo.bbclass, bfin-common: autofoo support * kernel-arch.bbclass, linux-libc-headers_2.6.20.bb: bfin -> blackfin mapping for the kernel * insane.bbclass: stubs for bfin arch, needs proper number, but that will get reported when it encounters the first binary * uclibc: config for adsp-bf537-stamp machine * adsp-bf537-stamp.conf: machine description for adsp-bf537-stamp board (http://www.analog.com/en/prod/0%2C2877%2CBF537%25252DSTAMP%2C00.html) The build currently stops in binutils cross with the "ld not supported on this archicture" message
2007-06-10merge of '1eb1e872a6abb77435533ba52aa27b94003eb434'Paul Sokolovsky1
and 'c8599288dc49a072fdecb653b73e7451328d26de'
2007-06-10rootfs_ipk.bbclass: Add new option, PACKAGE_INSTALL_NO_DEPS. If set to 1,Paul Sokolovsky1
list of packages in PACKAGE_INSTALL installed as is, without any dependencies. * Useful for initrds, etc. * Closes #2469.
2007-06-10classes/qmake-base: reverted half a patch in order to fix qmake-based ↵Michael Krelin1
qte[-mt] builds.
2007-06-08distutils.bbclass: add some magic to remove paths pointing to buildsystems ↵Koen Kooi1
directories
2007-06-07classes/oplinux-mirrors.bbclass : Set mirrors to correct url. Remove local ↵Stelios Koroneos1
(i.e awmn) mirrors.
2007-06-06palmtop.bbclass: Finally, set qte library variant (MT vs non-MT) at the ↵Paul Sokolovsky2
proper place.
2007-06-03classes/insane: fixed a bug with undefined 'name' and improved output a bit.Michael Krelin1
2007-06-02kernel-arch.bbclass: add avr32 supportKoen Kooi1
2007-06-01insane.bbclass: add avr32 supportKoen Kooi1
2007-05-31siteinfo.bbclass: add rudimentary avr32 supportKoen Kooi1
2007-05-30cpan-base.bbclass: Update the perl depenedencies:Jamie Lenehan1
* For native modules DEPEND on perl-native and for others DEPEND on perl (which in turn depends on perl-native) rather then always depending on both perl and perl-native. * Only RDEPEND for non-native modules rather then both native and non-native. These changes are to allow you to build native modules without have to build perl. Previously the dependencies would result in perl being built even though it didn't actually need to. Thanks to hrw for pointing out what was happening here.
2007-05-30perl 5.8.8: Fixes for uclibc and libxml-parser-perl.Jamie Lenehan1
* Stage the headers from perl * Modify cpan.bbclass to use the appropriate headers. * Remove prototypes as well as disabling functions that uclibc doesn't support. * Bump PR on libxml-parser-perl to force it to be rebuilt. Previously it was always using the headers from native-perl, since the headers were the same for native and target... but that's only true in the case of glibc, for uclibc the headers are different.
2007-05-30perl 5.8.8: Patch MakeMaker in perl-native to check for PERL_INC in theJamie Lenehan1
environment and use that instead of the configured location of PERL_INC. Without this PERL_INC for non-native recipes ends up pointing at where the headers will be located on the target. In theory we could override this in cpan class when calling build.PL but for some packages, such as libxml-parser-perl, that only fixes the top-level makefile and is not propagated to the sub-makefiles. This change results in MakeMaker always picking up the correct staged location of the include files without effecting where they expect to be found on the target.
2007-05-29classes/insane.bbclass: quote filenames to avoid problems with funny ↵Michael Krelin1
characters. Closes bug #2227