summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Collapse)AuthorAgeFilesLines
...
* sanity.bbclass: Fix the warning message above tmpdir moving to point to the ↵Richard Purdie2009-05-231-1/+1
| | | | | | correct path Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base.bbclass: Update to work with systems where install won't overwrite filesRichard Purdie2009-05-191-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Merge ssh://gitserver@git.pokylinux.org/pokyRichard Purdie2009-04-282-2/+13
|\
| * package bbclass: add an 'allow_links' param to get symlinks packaged, ↵Koen Kooi2009-03-111-2/+2
| | | | | | | | usefull for splitting out libraries
| * base.bbclass: Add subdir feature to SRC_URI entries (from OE)Robert Schuster2009-03-111-0/+11
| |
* | base.bbclass: Use explode_deps from bb.utils and remove the obsolete ↵Richard Purdie2009-02-055-34/+14
| | | | | | | | base.bbclass version
* | base.bbclass: Move package metadata handling functions into their own class fileRichard Purdie2009-02-053-82/+84
|/
* sanity.bbclass: Fix error message when not having g++ on buildDamien Lespiau2009-02-041-2/+2
|
* image.bbclass: Use IMAGE_ROOTFS_SIZE if the image will fit into it and only ↵Richard Purdie2009-01-231-1/+1
| | | | add extra space if the image is too small (ported from OE by hrw)
* poky-image/moblin-image.bbclass: Fix a typo noticed by Mike TurquetteRichard Purdie2009-01-231-2/+1
|
* mozilla.bbclass: Fix pkgconfig usage for pkgconfig sysrootRichard Purdie2009-01-231-1/+1
|
* sdk.bbclass: Ignore -sdk suffix warnings for gcc-cross-sdkRichard Purdie2009-01-161-0/+2
|
* image.bbclass: Generate the image after running the kernel modules and ↵Richard Purdie2009-01-071-5/+5
| | | | ldconfig commands, not before
* update-rc.d.bbclass: Only change the main package RDEPENDS, not all the ↵Richard Purdie2009-01-071-1/+1
| | | | RDEPENDS as this affects things like the -doc packages
* native.bbclass: Add virtclass-native to OVERRIDES and use in fakeroot to ↵Richard Purdie2009-01-051-0/+1
| | | | function correctly
* sdk.bbclass: Don't special case virtual/ dependencies as this breaks things ↵Richard Purdie2009-01-051-1/+1
| | | | like libx11
* native.bbclass: Handling remapping of PROVIDES similar to sdk.bbclassRichard Purdie2009-01-051-0/+10
|
* Remove unneeded S variablesRichard Purdie2009-01-031-0/+2
|
* zlib: Clean up recipe and use BBCLASSEXTEND for native and sdk versionsRichard Purdie2009-01-031-0/+6
|
* native/sdk.bbclass: Handle DEPENDS and PROVIDES fields magically, remove a ↵Richard Purdie2009-01-032-0/+49
| | | | number of xorg sdk and native packages replacing with BBCLASSEXTEND
* base.bbclass: Remove pointless expand callRichard Purdie2009-01-021-2/+2
|
* base.bbclass: Add metadata revision handling for git (from OE)Richard Purdie2009-01-021-3/+53
|
* base.bbclass: Add unpack handling for .jar files (from OE)Richard Purdie2009-01-021-2/+2
|
* bitbake.conf: Create BPN variable containing the pruned version of PN with ↵Richard Purdie2009-01-021-1/+9
| | | | various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code
* classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie2008-12-301-0/+5
| | | | recipes using standard autotools
* image.bbclass: Fix typoRichard Purdie2008-11-101-1/+1
|
* image.bbclass: Add function to write out an image manifestRichard Purdie2008-11-102-0/+21
|
* bootimg: Let mkdosfs choose between fat12 and fat16Samuel Ortiz2008-11-101-1/+1
|
* image.bbclass: Add routine for disabling x startup when neededSamuel Ortiz2008-11-101-1/+8
|
* Add missing ";" to the ROOTFS_POSTPROCESS_COMMAND stringSamuel Ortiz2008-11-101-1/+1
|
* meta/classes/rootfs_*.bbclass: Fix unset variableRichard Purdie2008-11-072-2/+2
|
* distutils.bbclass: Remove .pyo object files before packaging.Joshua Lock2008-11-071-0/+2
|
* classes: Add mechanism to install packages into images only if they've been ↵Richard Purdie2008-11-064-3/+21
| | | | built
* bootimg: As image size grows, we want to switch to FAT16Samuel Ortiz2008-11-061-1/+1
|
* base.bbclass: Improve the git proxy syntax to match the http/ftp syntax tooRichard Purdie2008-11-041-5/+2
|
* packaged-staging.bbclass: Ignore errors resulting from parallel threads clashingRichard Purdie2008-11-041-2/+1
|
* autotools.bbclass: Handle /lib as well as /usr/lib in autotools_stage_allRichard Purdie2008-11-041-13/+25
|
* base.bbclass: Set GIT_CONFIG correctlyRichard Purdie2008-11-041-5/+3
|
* base.bbclass: Fix whitepsace damageRichard Purdie2008-11-041-3/+3
|
* base.bbclass: Create ~/.gitconfig if it doesn't already existRichard Purdie2008-11-041-1/+3
|
* linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINERichard Purdie2008-11-041-1/+2
|
* packaged-staging.bbclass: Make sure target directory exists, fixing build ↵Richard Purdie2008-11-031-0/+1
| | | | failures
* sdk.bbclass: Fix PKG_CONFIG_DIR valueRichard Purdie2008-11-031-0/+1
|
* roots_rpm.bbclass: Use opkg-native to get update-alternativesRob Bradford2008-10-311-0/+4
|
* base.bbclass: Fix infinite loopRichard Purdie2008-10-311-3/+3
|
* base.bbclass: Fix typoRichard Purdie2008-10-311-2/+2
|
* base.bbclass: Fix the git config file writing codeRichard Purdie2008-10-311-7/+8
|
* base.bbclass: Fix getVar callRichard Purdie2008-10-311-1/+1
|
* base.bbclass: Add missing import osRichard Purdie2008-10-311-0/+1
|
* base.bbclass: Add missing import bbRichard Purdie2008-10-311-0/+1
|