summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2007-04-29site/powerpc-common: Add a common site fike for powerpc archStelios Koroneos1
Still needs work, especially uclibc part
2007-04-27cpan: Use CCLD for the linking instead of ${TARGET_SYS}-gcc. Without thisJamie Lenehan1
native packages break because <buildarch>-gcc doesn't exist, just gcc. CCLD gets us the correct CC to be used for linking in both cases, so we use that.
2007-04-27perl 5.8.8/cpan: Fix the installation paths for cpan modules. The installedJamie Lenehan1
files for perl modules built using cpan will end up in different places depending on which version of perl they are being built with. Modules that explicitly set various FILES_ values were using the paths that are only valid for the older versions of perl. Calculate and set the correct path in cpan.bbclass and use that in the FILES_ variables so that it'll be correct for all versions of perl.
2007-04-27insane.bbclass: Re-add -B to scanelf to make it correctly check single RPATH ↵Leon Woestenberg1
occurences.
2007-04-26insane.bbclass: Commented out scanelf format debugging.Leon Woestenberg1
2007-04-26insane.bbclass: RPATH check was always true due to scanelf output including ↵Leon Woestenberg1
the file path.
2007-04-26insane.bbclass: depend on chrpath-nativeKoen Kooi1
2007-04-26merge of '0a4ab83c5e46677b239452867d3205ca5843586f'Leon Woestenberg2
and '6a5c817d2f11720452c0b470075091121ce6ab96'
2007-04-26merge of '038bc21b349c21561050092a7a6d68a019b921e1'Koen Kooi2
and '72018d16d4bf3617a2f7efda54bde7f5b784e01a'
2007-04-26insane.bbclass: Broaden check for RPATHs by removing work/ path component.Leon Woestenberg1
2007-04-26insane.bbclass: Fix check for bad RPATHs. This is gonna break builds. Needs ↵Leon Woestenberg1
fixes in the shared library handling.
2007-04-26gconf.bbclass: depend on gconf-nativeKoen Kooi1
2007-04-26base.bbclass: add back a snipped of obsolete code to fix SRCDATES problems, ↵Koen Kooi1
seems to fix #2133
2007-04-25cpan.bbclass: Update to enable the building cpan modules for perl 5.8.8.Jamie Lenehan1
This uses the installed perl configuration to determine if we are building for the old or the new perl layout. Currently this just changes the installation paths and always uses gcc to link, but more changes will be added later to make the perl module building process a lot more reliable.
2007-04-24base.bbclass: fix depency problem, closes #2137 (and some others)Thomas Kunze1
2007-04-22insane.bbclass: support mipsel - close #2119Thomas Kunze1
2007-04-19base.bbclass: fixed bug #2082 (Checksum doesn't expand "localpath" with ↵Martin Dietze1
"localdata") as proposed by bug reporter
2007-04-18classes: Add support for intertask dependencies to be specified, needed for ↵Richard Purdie9
correct operation with bitbake 1.8.x. Old behaviour is maintained in a special legacy anonymous function in base.bbclass. The patch is an improved version of the one discussed on the mailing list.
2007-04-18conf/distro/nylon.conf, conf/machine/mtx-3a.conf, classes/nylon-image.bbclass:Martin Dietze1
* formally added (experimental, ARM-based) mtx-3a hardware platform used by nylon
2007-04-12package_deb.bbclass: add shebang, closes #2086Rodrigo Vivi1
2007-04-09base.bbclass: Merge two after parse functionsRichard Purdie1
2007-04-09patch.bbclass/devshell.bbclass: Switch to new form of interactive task ↵Richard Purdie2
handling as per RFC which is more compatible with bitbake 1.8+
2007-04-09kernel.bbclass: Add kernel-base package which kernel modules depend on ↵Richard Purdie1
instead of kernel-image. This allows machines to specify that the kernel-image shouldn't be included in a default rootfs, without needing kernel-image to be empty. Set RDEPENDS_kernel-base_MACHINE = for machines that need this as per a discussion on the mailing list.
2007-04-07dsmg600-image.bbclass, nas100d-image.bbclass, nslu2le.conf, nslu2be.conf: ↵Rod Whitby2
Added support for building dsmg600 and nas100d images back into the nslu2 machine configuration.
2007-04-06insane.bbclass: short circuit architecture check for cross packages (e.g. ↵Koen Kooi1
gcc-cross-sdk)
2007-04-04meta packages: Create a new class, clean up the code and add correct ↵Richard Purdie1
dependencies for bitbake 1.8
2007-04-02classes/base.bbclass: place shasum-native as the first package to buildHolger Freyther2
classes/base.bbclass: Make sure shasum-native does not depend on quilt classes/sanity.bbclass: No need to require sha256sum as we use oe_sha256sum packages/shasum: Change the name, make the -native version not have any deps
2007-04-02classes/openmoko-base.bbclass: add support for inputmethodsMichael Lauer1
2007-04-01base.bbclass, sanity.bbclass: use sha256sum instead of shasum -a256Philipp Zabel2
2007-04-01classes/sanity.bbclass: md5sum is required as wellHolger Freyther1
2007-04-01classes/sanity.bblcass: Require shasum since base.bbclass is calling itHolger Freyther1
2007-04-01classes/base.bbclass: ↵Holger Freyther1
[ftp://ftp.trolltech.com/qt/source/qtopia-core-4.3.0beta.tar.gz] is good enough src_uri as section/groups are unique enough as well. Most of the time (almost always) scoping PN (or PN+PV) is not necessary and in this case the SRC_URI is good enough. Richard thank you for saying the obvious
2007-04-01packages/perl/perl_5.8.7.bb: A set of patches to make perl usable on powerpc ↵Stelios Koroneos1
targets. Thanks to Jamie Lenahan for the help
2007-03-31insane.bbclass: Support armeb EABI.Rod Whitby1
2007-03-31classes/base.bbclass: Make the checksum code work and test it with file-nativeHolger Freyther1
conf/checksums.ini: Provide an example on how this can be used
2007-03-31classes/base.bbclass: Add checksum.py code to verify md5/sha256 sums on do_fetchHolger Freyther1
This code uses the checksum.py from contrib/qa/checksum to verify md5sum and sha256 on do_fetch task. This code would even allow to checksum certain local patches.
2007-03-31classes/patch.bbclass: Make sure to raise func_failed on any exception from ↵Holger Freyther1
within Import non existing patches raised a IOError by the md5sum method which was not catched at all and lead bitbake to exit due an unhandled exception. This is bad for all autobuilders.
2007-03-30merge of '9a1d9f4131082cd791aff8dde0d0aebb1b108a06'Paul Sokolovsky2
and 'e7e5983b231f05cb82978173bc4562e70543fd6a'
2007-03-30opie.bbclass, palmtop.bbclass: Set FILES_* in palmtop.bbclass, so even opiePaul Sokolovsky2
bootstrap libraries use them. Also, to not neat-pick which files go into FILES_${PN}, just change default order of packages.
2007-03-30n2100, turbostation, lsppc: Update imageOyvind Repvik4
2007-03-29package.bbclass: fix build problem related to private libsMarcin Juszkiewicz1
2007-03-29merge of '33a1439ed0925b6fdb7b29081cfb7c2481aebdd3'Marcin Juszkiewicz2
and 'c3806da7db88d5cd14b6cc7ed62c575f1269f6d4'
2007-03-29package_deb.bbclass: add epoch supportPhilipp Zabel1
2007-03-29package.bbclass: added support for private libraries (used only in package)Marcin Juszkiewicz1
- if package contain libraries which are not used outside then add PRIVATE_LIBS variable with names of them to not generate shlibs for them.
2007-03-29package_ipk.bbclass: add epoch supportPhilipp Zabel1
2007-03-25merge of '6a73c5c1eb38e3cc78e63a37f3471f4cc581b27b'Rod Whitby1
and 'ea9eb1ab8940b614ef5bbd25f1275174941d1e40'
2007-03-26update n2100, lsppchg and lspphcd imagesOyvind Repvik3
2007-03-25nslu2-image.bbclass: Made operation conditional upon an nslu2 override.Rod Whitby1
2007-03-24image.bbclass: Removed wildcard rm as it broke building multiple rootfs ↵Leon Woestenberg1
image types.
2007-03-21storcenter: Add storcenter-image.bbclassOyvind Repvik1