summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2008-03-19native, autotools bbclass: check if bindir exists before trying to access itKoen Kooi2
* hardcoded since native.bbclass redefines ${bindir} and friends :(
2008-03-19autotools, native bbclass: try harder to stage native binariesKoen Kooi2
2008-03-19insane.bbclass: Only check installed status for packages which aren't ↵Richard Purdie1
native/cross, find desktop-file-validate from PATH so it can be ASSUME_PROVIDED (from poky)
2008-03-19native and autotools bbclass: use autotools_stage_all instead of oe_runmake ↵Koen Kooi2
install for staging native packages
2008-03-19autotools.bbclass: Sync with poky - don't add libtool-cross to sdk package ↵Richard Purdie1
depenedncies, use maintainer mode for reconfiguring packages, make sure STAGING_INCDIR exists before installing to is, fix issues with autostaging functions where .la files in subdirectories would be ignored
2008-03-19rootfs_{deb,ipk}.bbclass: the o-hand dudes went overboard with sed, and ↵Koen Kooi2
opkg-native overwrites our u-a-native, so we need to set both IPKG_OFFLINE_ROOT *and* OPKG_OFFLINE_ROOT
2008-03-19testlab: remove bashism, spotted by XorAKoen Kooi1
2008-03-19merge of '3562d52be2dd03372ae3c01837858e920fe1b216'Graeme Gregory6
and 'd791da1ae7aaac6a51195013e3c686e0c5172ad3'
2008-03-18classes/packages.bbclass: This sounds like a place for past tense. We ran ↵Holger Freyther1
strip...
2008-03-18various: move over to opkg, as discussed on the mailinglistKoen Kooi6
* death to ipkg!
2008-03-17cpan.bbclass: Run the install routine as the staging task instead of install ↵Richard Purdie1
when run as part of a native build
2008-03-17package.bbclass: Write out PR into pkgdata since some packages override itRichard Purdie1
2008-03-17packaged-staging.bbclass: Switch architecture to BUILD_SYS, inject the ↵Richard Purdie1
target triplet into the package name so staging remains multimachine compatible, fix problems with packages with split PR, use DEPLOY_DIR_IPK and DEPLOY_DIR_DEB variables
2008-03-17sepukku: make attachments work again by importing bb and passing in e.data, ↵Koen Kooi1
based on a patch by RP
2008-03-16seppuku: add PN to comment line for attachment (as discussed on ml)Rolf Leggewie1
2008-03-16seppuku: have the name of the MACHINE in the attachment's description (as ↵Rolf Leggewie1
discussed on the ml)
2008-03-15Reverse accidental changes in dc0f5b4ef4b836d72bf43dffa503ab86e6f7de54Richard Purdie2
2008-03-15gcc: Some futher .bb -> .inc changesRichard Purdie2
2008-03-14packaged-staging.bbclass: Switch to including stamps files in the staging ↵Richard Purdie1
package so the timestamps are preserved exactly
2008-03-14base.bbclass, package.bbclass: Move package_stagefile function to ↵Richard Purdie2
base.bbclass and add shell version
2008-03-14base.bbclass: Add .la file brute force sed enhancement from pokyRichard Purdie1
2008-03-14packaged-staging bbclass: make PSTAGE_EXTRAPATH overridable Koen Kooi1
2008-03-14packaged-staging.bbclass: Various improvements. Add handling for -native and ↵Richard Purdie1
-cross packages, add event handler so 'accelerated' tasks work with later execution of skipped tasks, drop feed index creation since we don't need it, abstract package naming and package path handling.
2008-03-14package.bbclass: Add in hooks for packaged staging in the shlibs and ↵Richard Purdie1
pkgconfig code.
2008-03-14siteinfo bbclass: remove avr32/glibc entries - there never will be avr32 ↵Koen Kooi1
support in glibc
2008-03-11package_deb.bbclass: Remove some unneeded linesRichard Purdie1
2008-03-11rm_work: Use the completion bitbake scheduler by defaultRichard Purdie1
2008-03-11siteinfo.bbclass: Add common-linux fileRichard Purdie1
2008-03-10sepukku bbclass: change 'bugname' far so bugreports get grouped by PN-PV ↵Koen Kooi1
instead of PN-PV-PR-task * mentions failed task now in bug comment
2008-03-10package_ipk/deb.bbclass: Make the PACKAGES check earlier so if there is ↵Richard Purdie2
nothing to package we don't read potentially stale pkgdata from staging. Fixes the strange ncurses-native issue after ncurses packaging was fixed
2008-03-10Qt: The suffix for the staging libdir was omitted, remove it from the libsHolger Freyther2
2008-03-06packaged-staging.bbclass: Set MULTMACH_ARCH if its not been set so we don't ↵Richard Purdie1
depend on multimachine.bbclass
2008-03-05sdk.bbclass: Revert recent changes for nowRichard Purdie1
2008-03-05autotools.bbclass: sdk.bbclass doesn't need libtool-crossRichard Purdie1
2008-03-05native.bbclass: Remove strange bogus inheritRichard Purdie1
2008-03-04packaged-staging.bbclass: Only need to run after do_package_write, no need ↵Richard Purdie1
to list package types.
2008-03-04base.bbclass: Only set BB_DEFAULT_TASK if it wasn't set alreadyRichard Purdie1
2008-03-04Change staging layout to match the target system layout. WARNING - staging ↵Richard Purdie4
ABI change. This update completes the conversion of OE.dev to use sysroot and have a staging layout that matches the target system. This means we no longer need to mangle pkgconfig files and can use its sysroot option instead. Users of old toolchains (gcc prior to 3.4 and external ones) may need to add cross-linkage and staging-linkage to their toolchain dependencies. Since this update changes staging layout and the contents of the .pc files it updates the staging ABI and people will need to rebuild.
2008-03-03testlab bbclass: add class that dumps a bunch of statistical data from your ↵Koen Kooi1
images, usefull for people doing regression testing details at: * http://dominion.thruhere.net/koen/cms/the-testlab-strikes-again * http://dominion.thruhere.net/koen/cms/package-relations-inside-images
2008-03-01base.bbclass: Add .tbz2 besides .tbz and .tar.bz2Leon Woestenberg1
2008-02-28package_deb.bbclass: Update apt.conf location (from poky)Richard Purdie1
2008-02-28rootfs_deb.bbclass: Fix apt.conf handling (from poky)Richard Purdie1
2008-02-28distutils.bbclass: Tweak staging variablesRichard Purdie1
2008-02-28classes: Improve various staging variable referencesRichard Purdie4
2008-02-28mono.bclass: Fix the location used for mono clilibs information to be host ↵Richard Purdie1
specific otherwise this will break when multiple arch builds are made. shlibs was fixed in a similar way. Note that mono apps will need to be rebuilt after this change
2008-02-28merge of '81d8dc81a1a7a826e84a23750afa2f81bb4c8787'Richard Purdie1
and 'f3ce42d6e8e15e51ce97fef93a3948da8fedc3ad'
2008-02-28sip(3).bbclass: Fix do_generate task dependencies (#3765)Richard Purdie2
2008-02-28distutils-base.bbclass: package ${PN}-dev first, so that pkgconfig gets a ↵Michael Lauer1
chance to land there
2008-02-26base.bbclass: Add code to make 'rebuild' continue to work after changes in ↵Richard Purdie1
bitbake. Bitbake 1.8.10 users should be unaffected, bitbake 1.8.11 users will need the latest svn stable branch bitbake. Only the rebuild task is affected by the changes
2008-02-26rm_work.bbclass: Add event handler to take care of removing stamps when ↵Richard Purdie1
trying to rebuild packages after sources have been removed. Needs bitbake 1.8 svn to have any effect.