summaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Expand)Author
2009-05-28sanity.bbclass: Really fix TMPDIR change warning messageRichard Purdie
2009-05-23sanity.bbclass: Fix the warning message above tmpdir moving to point to the c...Richard Purdie
2009-05-19base.bbclass: Update to work with systems where install won't overwrite filesRichard Purdie
2009-04-28Merge ssh://gitserver@git.pokylinux.org/pokyRichard Purdie
2009-03-11package bbclass: add an 'allow_links' param to get symlinks packaged, usefull...Koen Kooi
2009-03-11base.bbclass: Add subdir feature to SRC_URI entries (from OE)Robert Schuster
2009-02-05base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc...Richard Purdie
2009-02-05base.bbclass: Move package metadata handling functions into their own class fileRichard Purdie
2009-02-04sanity.bbclass: Fix error message when not having g++ on buildDamien Lespiau
2009-01-23image.bbclass: Use IMAGE_ROOTFS_SIZE if the image will fit into it and only a...Richard Purdie
2009-01-23poky-image/moblin-image.bbclass: Fix a typo noticed by Mike TurquetteRichard Purdie
2009-01-23mozilla.bbclass: Fix pkgconfig usage for pkgconfig sysrootRichard Purdie
2009-01-16sdk.bbclass: Ignore -sdk suffix warnings for gcc-cross-sdkRichard Purdie
2009-01-07image.bbclass: Generate the image after running the kernel modules and ldconf...Richard Purdie
2009-01-07update-rc.d.bbclass: Only change the main package RDEPENDS, not all the RDEPE...Richard Purdie
2009-01-05native.bbclass: Add virtclass-native to OVERRIDES and use in fakeroot to func...Richard Purdie
2009-01-05sdk.bbclass: Don't special case virtual/ dependencies as this breaks things l...Richard Purdie
2009-01-05native.bbclass: Handling remapping of PROVIDES similar to sdk.bbclassRichard Purdie
2009-01-03Remove unneeded S variablesRichard Purdie
2009-01-03zlib: Clean up recipe and use BBCLASSEXTEND for native and sdk versionsRichard Purdie
2009-01-03native/sdk.bbclass: Handle DEPENDS and PROVIDES fields magically, remove a nu...Richard Purdie
2009-01-02base.bbclass: Remove pointless expand callRichard Purdie
2009-01-02base.bbclass: Add metadata revision handling for git (from OE)Richard Purdie
2009-01-02base.bbclass: Add unpack handling for .jar files (from OE)Richard Purdie
2009-01-02bitbake.conf: Create BPN variable containing the pruned version of PN with va...Richard Purdie
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipe...Richard Purdie
2008-11-10image.bbclass: Fix typoRichard Purdie
2008-11-10image.bbclass: Add function to write out an image manifestRichard Purdie
2008-11-10bootimg: Let mkdosfs choose between fat12 and fat16Samuel Ortiz
2008-11-10image.bbclass: Add routine for disabling x startup when neededSamuel Ortiz
2008-11-10Add missing ";" to the ROOTFS_POSTPROCESS_COMMAND stringSamuel Ortiz
2008-11-07meta/classes/rootfs_*.bbclass: Fix unset variableRichard Purdie
2008-11-07distutils.bbclass: Remove .pyo object files before packaging.Joshua Lock
2008-11-06classes: Add mechanism to install packages into images only if they've been b...Richard Purdie
2008-11-06bootimg: As image size grows, we want to switch to FAT16Samuel Ortiz
2008-11-04base.bbclass: Improve the git proxy syntax to match the http/ftp syntax tooRichard Purdie
2008-11-04packaged-staging.bbclass: Ignore errors resulting from parallel threads clashingRichard Purdie
2008-11-04autotools.bbclass: Handle /lib as well as /usr/lib in autotools_stage_allRichard Purdie
2008-11-04base.bbclass: Set GIT_CONFIG correctlyRichard Purdie
2008-11-04base.bbclass: Fix whitepsace damageRichard Purdie
2008-11-04base.bbclass: Create ~/.gitconfig if it doesn't already existRichard Purdie
2008-11-04linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINERichard Purdie
2008-11-03packaged-staging.bbclass: Make sure target directory exists, fixing build fai...Richard Purdie
2008-11-03sdk.bbclass: Fix PKG_CONFIG_DIR valueRichard Purdie
2008-10-31roots_rpm.bbclass: Use opkg-native to get update-alternativesRob Bradford
2008-10-31base.bbclass: Fix infinite loopRichard Purdie
2008-10-31base.bbclass: Fix typoRichard Purdie
2008-10-31base.bbclass: Fix the git config file writing codeRichard Purdie
2008-10-31base.bbclass: Fix getVar callRichard Purdie
2008-10-31base.bbclass: Add missing import osRichard Purdie