| Commit message (Expand) | Author | Age | Files | Lines |
* | pkgconfig.bbclass: Split out the staging function into its own class (pkgconf... | Richard Purdie | 2009-06-12 | 2 | -7/+8 |
* | packaged-staging.bbclass: Fix for packages which don't stage anything | Richard Purdie | 2009-06-12 | 1 | -2/+2 |
* | packaged-staging.bbckass: Add option of setting PSTAGE_BROKEN_DESTDIR to disa... | Richard Purdie | 2009-06-11 | 1 | -2/+5 |
* | packaged-staging.bbclass: Turn off debug | Richard Purdie | 2009-06-11 | 1 | -1/+1 |
* | packaged-staging.bbclass: Detect when we're using autotools_stage_all and don... | Richard Purdie | 2009-06-11 | 3 | -6/+43 |
* | native.bbclass: Drop INHIBIT_NATIVE_STAGE_INSTALL function and wrap logic in ... | Richard Purdie | 2009-06-11 | 1 | -10/+16 |
* | cpan_build.bbclass: Just write a do_stage function, INHIBIT_NATIVE_STAGE_INST... | Richard Purdie | 2009-06-11 | 1 | -3/+1 |
* | pkgconfig.bbclass: Drop strange unneeded inherit base | Richard Purdie | 2009-06-11 | 1 | -2/+0 |
* | packaged-staging.bbclass: Fix accidental debug addition | Richard Purdie | 2009-06-08 | 1 | -8/+2 |
* | packaged-staging.bbclass: Add support for mangling .la files so the staging d... | Richard Purdie | 2009-06-04 | 1 | -5/+29 |
* | sanity.bbclass: Really fix TMPDIR change warning message | Richard Purdie | 2009-05-28 | 1 | -1/+2 |
* | sanity.bbclass: Fix the warning message above tmpdir moving to point to the c... | Richard Purdie | 2009-05-23 | 1 | -1/+1 |
* | base.bbclass: Update to work with systems where install won't overwrite files | Richard Purdie | 2009-05-19 | 1 | -0/+3 |
* | Merge ssh://gitserver@git.pokylinux.org/poky | Richard Purdie | 2009-04-28 | 2 | -2/+13 |
|\ |
|
| * | package bbclass: add an 'allow_links' param to get symlinks packaged, usefull... | Koen Kooi | 2009-03-11 | 1 | -2/+2 |
| * | base.bbclass: Add subdir feature to SRC_URI entries (from OE) | Robert Schuster | 2009-03-11 | 1 | -0/+11 |
* | | base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc... | Richard Purdie | 2009-02-05 | 5 | -34/+14 |
* | | base.bbclass: Move package metadata handling functions into their own class file | Richard Purdie | 2009-02-05 | 3 | -82/+84 |
|/ |
|
* | sanity.bbclass: Fix error message when not having g++ on build | Damien Lespiau | 2009-02-04 | 1 | -2/+2 |
* | image.bbclass: Use IMAGE_ROOTFS_SIZE if the image will fit into it and only a... | Richard Purdie | 2009-01-23 | 1 | -1/+1 |
* | poky-image/moblin-image.bbclass: Fix a typo noticed by Mike Turquette | Richard Purdie | 2009-01-23 | 1 | -2/+1 |
* | mozilla.bbclass: Fix pkgconfig usage for pkgconfig sysroot | Richard Purdie | 2009-01-23 | 1 | -1/+1 |
* | sdk.bbclass: Ignore -sdk suffix warnings for gcc-cross-sdk | Richard Purdie | 2009-01-16 | 1 | -0/+2 |
* | image.bbclass: Generate the image after running the kernel modules and ldconf... | Richard Purdie | 2009-01-07 | 1 | -5/+5 |
* | update-rc.d.bbclass: Only change the main package RDEPENDS, not all the RDEPE... | Richard Purdie | 2009-01-07 | 1 | -1/+1 |
* | native.bbclass: Add virtclass-native to OVERRIDES and use in fakeroot to func... | Richard Purdie | 2009-01-05 | 1 | -0/+1 |
* | sdk.bbclass: Don't special case virtual/ dependencies as this breaks things l... | Richard Purdie | 2009-01-05 | 1 | -1/+1 |
* | native.bbclass: Handling remapping of PROVIDES similar to sdk.bbclass | Richard Purdie | 2009-01-05 | 1 | -0/+10 |
* | Remove unneeded S variables | Richard Purdie | 2009-01-03 | 1 | -0/+2 |
* | zlib: Clean up recipe and use BBCLASSEXTEND for native and sdk versions | Richard Purdie | 2009-01-03 | 1 | -0/+6 |
* | native/sdk.bbclass: Handle DEPENDS and PROVIDES fields magically, remove a nu... | Richard Purdie | 2009-01-03 | 2 | -0/+49 |
* | base.bbclass: Remove pointless expand call | Richard Purdie | 2009-01-02 | 1 | -2/+2 |
* | base.bbclass: Add metadata revision handling for git (from OE) | Richard Purdie | 2009-01-02 | 1 | -3/+53 |
* | base.bbclass: Add unpack handling for .jar files (from OE) | Richard Purdie | 2009-01-02 | 1 | -2/+2 |
* | bitbake.conf: Create BPN variable containing the pruned version of PN with va... | Richard Purdie | 2009-01-02 | 1 | -1/+9 |
* | classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipe... | Richard Purdie | 2008-12-30 | 1 | -0/+5 |
* | image.bbclass: Fix typo | Richard Purdie | 2008-11-10 | 1 | -1/+1 |
* | image.bbclass: Add function to write out an image manifest | Richard Purdie | 2008-11-10 | 2 | -0/+21 |
* | bootimg: Let mkdosfs choose between fat12 and fat16 | Samuel Ortiz | 2008-11-10 | 1 | -1/+1 |
* | image.bbclass: Add routine for disabling x startup when needed | Samuel Ortiz | 2008-11-10 | 1 | -1/+8 |
* | Add missing ";" to the ROOTFS_POSTPROCESS_COMMAND string | Samuel Ortiz | 2008-11-10 | 1 | -1/+1 |
* | meta/classes/rootfs_*.bbclass: Fix unset variable | Richard Purdie | 2008-11-07 | 2 | -2/+2 |
* | distutils.bbclass: Remove .pyo object files before packaging. | Joshua Lock | 2008-11-07 | 1 | -0/+2 |
* | classes: Add mechanism to install packages into images only if they've been b... | Richard Purdie | 2008-11-06 | 4 | -3/+21 |
* | bootimg: As image size grows, we want to switch to FAT16 | Samuel Ortiz | 2008-11-06 | 1 | -1/+1 |
* | base.bbclass: Improve the git proxy syntax to match the http/ftp syntax too | Richard Purdie | 2008-11-04 | 1 | -5/+2 |
* | packaged-staging.bbclass: Ignore errors resulting from parallel threads clashing | Richard Purdie | 2008-11-04 | 1 | -2/+1 |
* | autotools.bbclass: Handle /lib as well as /usr/lib in autotools_stage_all | Richard Purdie | 2008-11-04 | 1 | -13/+25 |
* | base.bbclass: Set GIT_CONFIG correctly | Richard Purdie | 2008-11-04 | 1 | -5/+3 |
* | base.bbclass: Fix whitepsace damage | Richard Purdie | 2008-11-04 | 1 | -3/+3 |