Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-07-24 | classes/distutils.bbclass: back out specifying the include dir, it was a) ↵ | Michael Lauer | 1 | |
implicitly specified anyway and b) it breaks builds that add own stuff to it (e.g. '.') | ||||
2007-07-24 | classes/distutils.bbclass: | Michael Lauer | 1 | |
* 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-24 | distutils: set PYTHONPATH and always create the site-packages directory to ↵ | Michael Lauer | 2 | |
improve compatibility with certain extension packages | ||||
2007-07-22 | classes: remove outdated efl1.bbclass, package *.a/*.la in common EFL plugin ↵ | Michael Lauer | 2 | |
directories to PN-dev | ||||
2007-07-21 | EFL: move from building snapshots to cvs again. Reasons: | Michael Lauer | 2 | |
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-18 | efl.bbclass: update snapshot date | Michael Lauer | 1 | |
2007-07-16 | rm_work: add rmall command that recursively rm_works (e.g. bitbake ↵ | Koen Kooi | 1 | |
angstrom-x11-image -c rmall) | ||||
2007-07-12 | classes/base.bbclass: Fallback to archive.apache.org for older versions | Daniel Willmann | 1 | |
(Patch from Jan 'Shoragan' Lübbe) | ||||
2007-07-11 | classes/qt4x11.bbclass, uicmoc4-native: add qt3support | Michael Krelin | 1 | |
2007-07-07 | opie-alarm: adjust for the new filesystem layout | Michael Krelin | 1 | |
2007-07-05 | kernel.bbclass: Oh ok, we need both DEPENDS and RDEPENDS. | Paul Sokolovsky | 1 | |
2007-07-05 | kernel.bbclass: DEPEND on bluez-dtl1-workaround, not just RDEPEND. | Paul Sokolovsky | 1 | |
2007-07-04 | merge of '7247d50baa3969c4328d37f4c560e6b56963636c' | Paul Sokolovsky | 1 | |
and 'c1258545caf65ca7330dc5d776336c46135d7d52' | ||||
2007-07-04 | bluez: Stop 02dtl1_cs.sh the nasty hack from breaking everyone's BT connection. | Paul Sokolovsky | 1 | |
* 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-04 | merge of '8ccf578d98540e0fe880015d1158e3f2e2d5fada' | Paul Sokolovsky | 2 | |
and 'ffc6a1cb8a5c35ab9fdca8add26efc64679665b5' | ||||
2007-07-04 | palmtop.bbclass: Update for FHS-compatible layout. | Paul Sokolovsky | 1 | |
2007-07-04 | opie.bbclass: Install binaries to $bindir. | Paul Sokolovsky | 1 | |
* Per #2254. | ||||
2007-07-04 | merge of '0e150443d291bc62c30745eee41a34a08f3eb3db' | Florian Boor | 1 | |
and '1b058511a74a92f00fa349a145e6d36bc37c7e21' | ||||
2007-07-04 | sdk.bbclass: Add function to create sdk pacakge indices. | Florian Boor | 1 | |
2007-07-04 | sanity: if OE is used by root user (userid 0) then raise error (from Poky) | Marcin Juszkiewicz | 1 | |
2007-07-03 | opie.bbclass: Bother to expand palmtopdir. | Paul Sokolovsky | 1 | |
2007-07-02 | qmake-base.bbclass: don't strip binaries, that breaks debug builds, let OE ↵ | Koen Kooi | 1 | |
take care of it | ||||
2007-06-30 | sanity: also check for bison, closes #2580 | Patrik Gfeller | 1 | |
2007-06-24 | rootfs_ipk.bbclass: Do not hardcode ipkg RDEPENDency. | Paul Sokolovsky | 1 | |
* 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-21 | move older efl stuff to nonworking | Michael Lauer | 1 | |
2007-06-21 | classes: update efl1 and e for E revamp | Michael Lauer | 2 | |
2007-06-19 | distutils-base: package even more debug files | Koen Kooi | 1 | |
2007-06-16 | efl, e: update for better packaging | Justin Patrin | 2 | |
2007-06-16 | e.bbclass: fix typo | Koen Kooi | 1 | |
2007-06-16 | merge of '243cf387e20ff4eee94397f00dfc3e8dd9273515' | Koen Kooi | 1 | |
and '9a35230d2a8469b73580eda5b24e03de17360499' | ||||
2007-06-16 | e.bbclass: unbreak packaging | Koen Kooi | 1 | |
2007-06-16 | sdk.bbclass: Remove unneeded PACKAGES, use DISTRO in SDK_NAME, set ↵ | Richard Purdie | 1 | |
PACKAGE_ARCH to something which doesn't conflict with normal packages (from Poky) | ||||
2007-06-14 | distutils-base.bbclass: | Michael Lauer | 1 | |
* add support for python 2.5 * catch more .debug files | ||||
2007-06-12 | siteinfo,insane: blackfin is uclinux, not linux | Koen Kooi | 2 | |
2007-06-11 | distutils-base: improve packaging of debug packages (approved by Mickeyl) - ↵ | Jake Morrison | 1 | |
close #2443 and probably few others | ||||
2007-06-11 | Blackfin support: | Koen Kooi | 3 | |
* 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-10 | merge of '1eb1e872a6abb77435533ba52aa27b94003eb434' | Paul Sokolovsky | 1 | |
and 'c8599288dc49a072fdecb653b73e7451328d26de' | ||||
2007-06-10 | rootfs_ipk.bbclass: Add new option, PACKAGE_INSTALL_NO_DEPS. If set to 1, | Paul Sokolovsky | 1 | |
list of packages in PACKAGE_INSTALL installed as is, without any dependencies. * Useful for initrds, etc. * Closes #2469. | ||||
2007-06-10 | classes/qmake-base: reverted half a patch in order to fix qmake-based ↵ | Michael Krelin | 1 | |
qte[-mt] builds. | ||||
2007-06-08 | distutils.bbclass: add some magic to remove paths pointing to buildsystems ↵ | Koen Kooi | 1 | |
directories | ||||
2007-06-07 | classes/oplinux-mirrors.bbclass : Set mirrors to correct url. Remove local ↵ | Stelios Koroneos | 1 | |
(i.e awmn) mirrors. | ||||
2007-06-06 | palmtop.bbclass: Finally, set qte library variant (MT vs non-MT) at the ↵ | Paul Sokolovsky | 2 | |
proper place. | ||||
2007-06-03 | classes/insane: fixed a bug with undefined 'name' and improved output a bit. | Michael Krelin | 1 | |
2007-06-02 | kernel-arch.bbclass: add avr32 support | Koen Kooi | 1 | |
2007-06-01 | insane.bbclass: add avr32 support | Koen Kooi | 1 | |
2007-05-31 | siteinfo.bbclass: add rudimentary avr32 support | Koen Kooi | 1 | |
2007-05-30 | cpan-base.bbclass: Update the perl depenedencies: | Jamie Lenehan | 1 | |
* 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-30 | perl 5.8.8: Fixes for uclibc and libxml-parser-perl. | Jamie Lenehan | 1 | |
* 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-30 | perl 5.8.8: Patch MakeMaker in perl-native to check for PERL_INC in the | Jamie Lenehan | 1 | |
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-29 | classes/insane.bbclass: quote filenames to avoid problems with funny ↵ | Michael Krelin | 1 | |
characters. Closes bug #2227 |