summaryrefslogtreecommitdiff
path: root/meta/classes
AgeCommit message (Collapse)AuthorFiles
2009-05-23sanity.bbclass: Fix the warning message above tmpdir moving to point to the ↵Richard Purdie1
correct path Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-19base.bbclass: Update to work with systems where install won't overwrite filesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-04-28Merge ssh://gitserver@git.pokylinux.org/pokyRichard Purdie2
2009-03-11package bbclass: add an 'allow_links' param to get symlinks packaged, ↵Koen Kooi1
usefull for splitting out libraries
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 ↵Richard Purdie5
base.bbclass version
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 ↵Richard Purdie1
add extra space if the image is too small (ported from OE by hrw)
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 ↵Richard Purdie1
ldconfig commands, not before
2009-01-07update-rc.d.bbclass: Only change the main package RDEPENDS, not all the ↵Richard Purdie1
RDEPENDS as this affects things like the -doc packages
2009-01-05native.bbclass: Add virtclass-native to OVERRIDES and use in fakeroot to ↵Richard Purdie1
function correctly
2009-01-05sdk.bbclass: Don't special case virtual/ dependencies as this breaks things ↵Richard Purdie1
like libx11
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 ↵Richard Purdie2
number of xorg sdk and native packages replacing with BBCLASSEXTEND
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 ↵Richard Purdie1
various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie1
recipes using standard autotools
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
2008-11-07distutils.bbclass: Remove .pyo object files before packaging.Joshua Lock1
2008-11-06classes: Add mechanism to install packages into images only if they've been ↵Richard Purdie4
built
2008-11-06bootimg: As image size grows, we want to switch to FAT16Samuel Ortiz1
2008-11-04base.bbclass: Improve the git proxy syntax to match the http/ftp syntax tooRichard Purdie1
2008-11-04packaged-staging.bbclass: Ignore errors resulting from parallel threads clashingRichard Purdie1
2008-11-04autotools.bbclass: Handle /lib as well as /usr/lib in autotools_stage_allRichard Purdie1
2008-11-04base.bbclass: Set GIT_CONFIG correctlyRichard Purdie1
2008-11-04base.bbclass: Fix whitepsace damageRichard Purdie1
2008-11-04base.bbclass: Create ~/.gitconfig if it doesn't already existRichard Purdie1
2008-11-04linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINERichard Purdie1
2008-11-03packaged-staging.bbclass: Make sure target directory exists, fixing build ↵Richard Purdie1
failures
2008-11-03sdk.bbclass: Fix PKG_CONFIG_DIR valueRichard Purdie1
2008-10-31roots_rpm.bbclass: Use opkg-native to get update-alternativesRob Bradford1
2008-10-31base.bbclass: Fix infinite loopRichard Purdie1
2008-10-31base.bbclass: Fix typoRichard Purdie1
2008-10-31base.bbclass: Fix the git config file writing codeRichard Purdie1
2008-10-31base.bbclass: Fix getVar callRichard Purdie1
2008-10-31base.bbclass: Add missing import osRichard Purdie1
2008-10-31base.bbclass: Add missing import bbRichard Purdie1