summaryrefslogtreecommitdiff
path: root/meta/classes
AgeCommit message (Expand)AuthorFiles
2009-07-08package_ipk.bbclass: Solve opkg-make-index locking problem using flockRichard Purdie1
2009-07-07pkgconfig.bbclass: No longer default to pkgconfig_stage code (breaks libdrm)Richard Purdie1
2009-07-02patch.bbclass: Fix up the environment for the patch resolution codeRichard Purdie1
2009-07-02patch.bbclass: Sync with OE.devRichard Purdie1
2009-06-22patch.bbclass: Allow a patch to be applied or not applied against a specific ...Richard Purdie1
2009-06-16distutils.bbclass: Sync with OERichard Purdie1
2009-06-15poky-autobuild-notifier.bbclass: Remove unneeded recipientsRichard Purdie1
2009-06-12pkgconfig.bbclass: Fix typoRichard Purdie1
2009-06-12pkgconfig.bbclass: Split out the staging function into its own class (pkgconf...Richard Purdie2
2009-06-12packaged-staging.bbclass: Fix for packages which don't stage anythingRichard Purdie1
2009-06-11packaged-staging.bbckass: Add option of setting PSTAGE_BROKEN_DESTDIR to disa...Richard Purdie1
2009-06-11packaged-staging.bbclass: Turn off debugRichard Purdie1
2009-06-11packaged-staging.bbclass: Detect when we're using autotools_stage_all and don...Richard Purdie3
2009-06-11native.bbclass: Drop INHIBIT_NATIVE_STAGE_INSTALL function and wrap logic in ...Richard Purdie1
2009-06-11cpan_build.bbclass: Just write a do_stage function, INHIBIT_NATIVE_STAGE_INST...Richard Purdie1
2009-06-11pkgconfig.bbclass: Drop strange unneeded inherit baseRichard Purdie1
2009-06-08packaged-staging.bbclass: Fix accidental debug additionRichard Purdie1
2009-06-04packaged-staging.bbclass: Add support for mangling .la files so the staging d...Richard Purdie1
2009-05-28sanity.bbclass: Really fix TMPDIR change warning messageRichard Purdie1
2009-05-23sanity.bbclass: Fix the warning message above tmpdir moving to point to the c...Richard Purdie1
2009-05-19base.bbclass: Update to work with systems where install won't overwrite filesRichard Purdie1
2009-04-28Merge ssh://gitserver@git.pokylinux.org/pokyRichard Purdie2
2009-03-11package bbclass: add an 'allow_links' param to get symlinks packaged, usefull...Koen Kooi1
2009-03-11base.bbclass: Add subdir feature to SRC_URI entries (from OE)Robert Schuster1
2009-02-05base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc...Richard Purdie5
2009-02-05base.bbclass: Move package metadata handling functions into their own class fileRichard Purdie3
2009-02-04sanity.bbclass: Fix error message when not having g++ on buildDamien Lespiau1
2009-01-23image.bbclass: Use IMAGE_ROOTFS_SIZE if the image will fit into it and only a...Richard Purdie1
2009-01-23poky-image/moblin-image.bbclass: Fix a typo noticed by Mike TurquetteRichard Purdie1
2009-01-23mozilla.bbclass: Fix pkgconfig usage for pkgconfig sysrootRichard Purdie1
2009-01-16sdk.bbclass: Ignore -sdk suffix warnings for gcc-cross-sdkRichard Purdie1
2009-01-07image.bbclass: Generate the image after running the kernel modules and ldconf...Richard Purdie1
2009-01-07update-rc.d.bbclass: Only change the main package RDEPENDS, not all the RDEPE...Richard Purdie1
2009-01-05native.bbclass: Add virtclass-native to OVERRIDES and use in fakeroot to func...Richard Purdie1
2009-01-05sdk.bbclass: Don't special case virtual/ dependencies as this breaks things l...Richard Purdie1
2009-01-05native.bbclass: Handling remapping of PROVIDES similar to sdk.bbclassRichard Purdie1
2009-01-03Remove unneeded S variablesRichard Purdie1
2009-01-03zlib: Clean up recipe and use BBCLASSEXTEND for native and sdk versionsRichard Purdie1
2009-01-03native/sdk.bbclass: Handle DEPENDS and PROVIDES fields magically, remove a nu...Richard Purdie2
2009-01-02base.bbclass: Remove pointless expand callRichard Purdie1
2009-01-02base.bbclass: Add metadata revision handling for git (from OE)Richard Purdie1
2009-01-02base.bbclass: Add unpack handling for .jar files (from OE)Richard Purdie1
2009-01-02bitbake.conf: Create BPN variable containing the pruned version of PN with va...Richard Purdie1
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipe...Richard Purdie1
2008-11-10image.bbclass: Fix typoRichard Purdie1
2008-11-10image.bbclass: Add function to write out an image manifestRichard Purdie2
2008-11-10bootimg: Let mkdosfs choose between fat12 and fat16Samuel Ortiz1
2008-11-10image.bbclass: Add routine for disabling x startup when neededSamuel Ortiz1
2008-11-10Add missing ";" to the ROOTFS_POSTPROCESS_COMMAND stringSamuel Ortiz1
2008-11-07meta/classes/rootfs_*.bbclass: Fix unset variableRichard Purdie2