summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2007-12-22image.bbclass: Add FEED_DEPLOYDIR_BASE_URI to use deploy dir a feed ↵Paul Sokolovsky1
("bogofeed"). * If set to a base URL of ipk deploy dir as exported by HTTP/FTP, it will create set of feed configs to use deploy subdirs as feeds.
2007-12-19package.bbclass: Don't strip files in .debug directories meaning rerunning ↵Richard Purdie1
the package task doesn't create chains of .debug directories (from poky)
2007-12-16Ability to write ipk's depends on ipkg-utils-native having been staged.Paul Sokolovsky1
2007-12-15base.bbclass: Unexport TARGET_ARCH, quilt (at least) is a victim.Paul Sokolovsky1
2007-12-15sanity.bbclass: Requiring MACHINE to be set is too paranoid.Paul Sokolovsky1
* It's pretty legal to have only TARGET_ARCH set, for example to build non-machine-specific packages (for example, using external SDK).
2007-12-15package.bbclass: Add ASSUME_SHLIBS, way to specify shlib dependencies for ↵Paul Sokolovsky1
ASSUME_PROVIDED. * List of <shlib_file_name>:<package>[_<version>] mappings. This info will be appended to one inferred by automatic shlib tracking code. So, it would be possible to have correct package dependencies even for libraries in ASSUME_PROVIDED.
2007-12-14sip.bbclass: =+ emits problems with task dependencies, using += nowMichael Lauer1
2007-12-13scons.bbclass: create ${D}${prefix} before calling sconsPhilipp Zabel1
2007-12-12fix typo to make sourcepkg.bbclass work when inherited.John Lee1
sourcepkg.bbclass:109:addtask dumpdata after archive_bb before do_create_diff_gz archive_bb should be "do_archive_bb".
2007-12-11rootfs_deb.bbclass: few fixes to get it workingMarcin Juszkiewicz1
2007-12-08pkgconfig.bbclass: also catch ${STAGING_DIR_TARGET}Koen Kooi1
2007-12-08pkgconfig.bbclass: sed out references to staging as wellKoen Kooi1
2007-12-07merge of '387fe9ed0ed82ea68e96a75f8876fe0807a070cd'Paul Sokolovsky1
and 'd3ec22c2f56bfe13ae582b6c4495224757d4a0c7'
2007-12-07kernel.bbclass: When processing module_autoload's, also try canonical name ↵Paul Sokolovsky1
(with dashes). * To remind, modprobe accepts both '-' & '_' in module names interchangeably. Actual module files use both. Still, in OE, some consistency is needed. And its natural to use dash as the separator, as package names already use that. So, if canonical naming is used, it all will "just work", refardless of what separator chars specific kernel module filename randomly contains.
2007-12-07kernel.bbclass: Add kernel-vmlinux to kernel-modules dependency blacklist.Paul Sokolovsky1
* This cuts x11-gpe-image by 3M for example.
2007-12-07package_ipk.bbclass: Fix one remaining occurence of bb.utils.lockfile(), so ↵Leon Woestenberg1
that it works with bitbake 1.8.8.
2007-12-07package_ipk.bbclass, sanity.conf: attemp to be compatible with bitbake 1.8.8 ↵Koen Kooi1
again
2007-12-07package_ipk.bbclass: merge with pokyKoen Kooi1
* package sorting works now for mixed arch recipes (e.g. sysvinit) * doesn't clobber dependencies anymore * uses bitbake locking utils
2007-12-06distutils.bbclass: install python library dir before installing (fix typo)Michael Lauer1
2007-12-03merge of '49fb48a813e1e0d599f74dd7a809922ab71939b1'Michael Lauer1
and '6fe2cd0b60b675a1e3118d25934adb4693f3b8ed'
2007-12-03sip: upgrade to 4.7.1, catch up with sip3/sip4 renamingMichael Lauer1
2007-12-02nslu2-image.bbclass: upslug2-native is not actually requiredRod Whitby1
2007-12-01Add packaged-staging2.bbclass, the next generation of packaged staging! ↵Richard Purdie1
Requires bitbake 1.8 svn head or bitbake trunk.
2007-12-01site: Add arm-darwin (from poky)Richard Purdie1
2007-12-01bitbake.conf/cross.bbclass: Add TOOLCHAIN_OPTIONS variable to allow passing ↵Richard Purdie1
of extra compiler options in future (e.g. sysroot) (from poky)
2007-12-01classes/meta-toolchain: Remove pkgmaps from use using pkgdata to provide all ↵Richard Purdie2
functionality in a multimachine safe way instead (from poky).
2007-12-01package.bbclass: Remove uneeded PACKAGE variable sanity checks, use pkgdata ↵Richard Purdie1
packaged function from base.bbclass rather than our own (from poky)
2007-12-01package.bbclass: Ensure 'packaged' pkgdata stamp is emitted for packages ↵Richard Purdie1
using ALLOW_EMPTY instead of ALLOW_EMTPY_pkg (from poky)
2007-12-01base.bbclass: Improve pkgdata handling functions so all PACKAGE_ARCHS are ↵Richard Purdie1
searched (in order) when locating package data. This fixes handling of packages with split package archs like sysvinit. (from poky)
2007-11-30base.bbclass: add buildall task from PokyCliff Brake1
Suggested by Richard as a way to force ipk's of dependencies to get build when building a package. This is handy if your are building a package for a feed that does not get installed in an image.
2007-11-28nslu2-image.bbclass: Remove the need for the temporary subdirectory by ↵Rod Whitby1
grabbing files from their original locations directly. Allow usage of this class in ixp4xx machines, not just nslu2.
2007-11-23insane.bbclass: add package_qa_get_machine_dict() entries for linux-uclibc / ↵Jeremy Laine1
i*86
2007-11-19setuptools.bbclass : add class for python packages using setuptoolsJeremy Laine1
2007-11-19distutils.bbclass : make the arguments passed to setup.py variables to allow ↵Jeremy Laine1
customisation
2007-11-19seppuku: some more debuggingKoen Kooi1
2007-11-19sepukku: don't log html to file, log more usefull stuff. Debug now looks like:Koen Kooi1
Logged into the box Adding log file /data/build/koen/OE/build/tmp/angstrom/work/arm-oabi-angstrom-linux/failme-1.0-r0/temp/log.do_configure.23635 Trying http://bugs.openembedded.org/buglist.cgi?product=Openembedded&component=build&short_desc_type=substring&short_desc=failme-1.0-r0-do_configure Result of bug search is Bug is open: False and bug number: 2747 Reopened the bug #2747 Got exception in poster.open( attach_query, param ) Failed to attach the build log for bug #2747
2007-11-17classes: Sync staging layout cleanups from PokyRichard Purdie11
2007-11-17package.bbclass: fix some corner cases with the new package copy mechanism.Mike Westerhof1
- do not transform a symlink to a directory into a directory on copy - preserve the mode when copying a directory
2007-11-14insane.bbclass: merge dot desktop check from pokyKoen Kooi1
2007-11-06rm_work: only remove ${S}, leave temp and install aloneKoen Kooi1
2007-11-05package.bbclass: Stop do_package from being destructive by copying instead ↵Richard Purdie1
of moving files (from poky). The copyfile function will be moved to bitbake in due course.
2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie5
2007-10-29base.bbclass: Move do_install note to more appropriate placeRichard Purdie1
2007-10-29base.bbclass: Update staging references (from poky)Richard Purdie1
2007-10-29autotools.bbclass: Reference STAGING_DATADIR (from poky)Richard Purdie1
2007-10-25module.bbclass: RDEPEND on update-modules (from Poky)Marcin Juszkiewicz1
2007-10-25bootimg.bbclass: import of new version (from Poky)Marcin Juszkiewicz1
------------------------------------------------------------------------ r2867 | richard | 2007-10-11 23:46:11 +0200 (Cz, 11 X 2007) | 1 line bootimg.bbclass: Fix taskname reference ------------------------------------------------------------------------ r1911 | hrw | 2007-06-11 12:35:28 +0200 (Pn, 11 VI 2007) | 1 line bootimg.bbclass: get kernel from proper directory in staging ------------------------------------------------------------------------ r1899 | hrw | 2007-06-08 22:45:44 +0200 (Pt, 08 VI 2007) | 9 lines bootimg.bbclass: fixed generation of ISO & HDD images bootimg.bbclass supported creation of FAT filesystem images for usage with syslinux (kernel and initrd in /boot/) and creation of ISO images with kernel and initrd on it. ISO images contained also not needed /boot/ directory from FAT image. Now still two files are created as result but both contain only needed files. ------------------------------------------------------------------------ r1898 | hrw | 2007-06-08 20:22:19 +0200 (Pt, 08 VI 2007) | 1 line bootimg: reformatted again ------------------------------------------------------------------------ r1897 | hrw | 2007-06-08 20:21:18 +0200 (Pt, 08 VI 2007) | 1 line bootimg: reformatted ------------------------------------------------------------------------ r1894 | hrw | 2007-06-08 10:39:22 +0200 (Pt, 08 VI 2007) | 1 line bootimg.bbclass: imported from OE, updated to recent BitBake
2007-10-21merge of '380d0bd7c4a4d64fd250a72fc04232264b91f091'Stelios Koroneos1
and 'cd2dae68b2957306378aca79319d9d009a776ed2'
2007-10-21merge of 'df62641d95864e75f130d2ac3448745cd933e572'Holger Freyther1
and 'e2ef6c7c9f67b4e28fb1c4393ee4307e8358d81d'
2007-10-21packages/webkit: Build the Qt/Qtopia port of WebKit as well.Holger Freyther1
Unifiy the WebKit recipe and allow to build the Gtk+, Qt and Qtopia port. Add classes/qtopia4core.bbclass to assist building for Qtopia. Change the WebKit.pro to currently not build the testkjs and DumpRenderTree test utilities.