| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc-4.3.3: Add patch for issue PR35942 to fix libstdc++ build issues with cer... | Richard Purdie | 2010-03-29 | 2 | -0/+39 |
* | autotools.bbclass: Allow extraction of the configure arguments for use in str... | Richard Purdie | 2010-03-29 | 1 | -17/+19 |
* | relocatable.bbclass: we need to process library files too | Joshua Lock | 2010-03-26 | 1 | -1/+1 |
* | rootfs_rpm: Explicitly add runtime dependencies to depends | Joshua Lock | 2010-03-26 | 1 | -1/+1 |
* | createrepo: Fix dependencies, yum at runtime and libxml2 at build | Joshua Lock | 2010-03-26 | 1 | -2/+3 |
* | .gitignore: Add packaged staging directory to ignore list | Joshua Lock | 2010-03-26 | 1 | -0/+1 |
* | python-urlgrabber: Update to 3.9.1 with extra patches from Fedora | Joshua Lock | 2010-03-26 | 6 | -12/+202 |
* | python-native: Fix DEPENDS by adding sqlite3 | Joshua Lock | 2010-03-26 | 1 | -2/+2 |
* | pyton-pycurl: Add new recipe from OE.dev | Joshua Lock | 2010-03-26 | 2 | -0/+37 |
* | curl: Bump to 7.20 | Joshua Lock | 2010-03-26 | 2 | -10/+10 |
* | yum: Fix installation of python modules | Joshua Lock | 2010-03-26 | 2 | -15/+17 |
* | handbook: Update links to Anjuta plugin | Joshua Lock | 2010-03-26 | 1 | -7/+10 |
* | fakechroot: Fix patch application | Joshua Lock | 2010-03-26 | 1 | -3/+3 |
* | bitbake/event.py: Run class eventhandlers in the task context but ensure UI h... | Richard Purdie | 2010-03-25 | 1 | -8/+17 |
* | bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl... | Richard Purdie | 2010-03-25 | 1 | -2/+2 |
* | cache.py: Bump the cache version after the BBVERSIONS update | Richard Purdie | 2010-03-25 | 1 | -1/+1 |
* | bb.manifest: Drop, its unused and obsolete. No point in having dead code around | Richard Purdie | 2010-03-25 | 1 | -144/+0 |
* | BBFILES: use a set to remove duplicates when collecting. | Chris Larson | 2010-03-25 | 1 | -4/+4 |
* | bb/command was importing bb and accessing some of its own classes indirectly ... | Chris Larson | 2010-03-25 | 1 | -3/+5 |
* | Why is bb/__init__.py importing bb? | Chris Larson | 2010-03-25 | 1 | -1/+2 |
* | data_smart: be explicit about what we make available to eval'd python code | Chris Larson | 2010-03-25 | 1 | -2/+7 |
* | Fix 7 references to undefined variables, as spotted by pyflakes | Chris Larson | 2010-03-25 | 4 | -8/+7 |
* | bb.utils: remove old portage remnants | Chris Larson | 2010-03-25 | 2 | -588/+1 |
* | bb.utils: utilize string.letters and string.digits | Chris Larson | 2010-03-25 | 1 | -5/+3 |
* | bb.which: fix broken direction/reverse argument | Chris Larson | 2010-03-25 | 1 | -1/+1 |
* | crumbs: fix hassattr typo | Chris Larson | 2010-03-25 | 1 | -1/+1 |
* | Implement BBVERSIONS | Chris Larson | 2010-03-25 | 4 | -30/+134 |
* | usermanual.xml: Add documentation on bblayers.conf | Richard Purdie | 2010-03-25 | 1 | -1/+3 |
* | Expand PREMIRRORS | Enrico Scholz | 2010-03-25 | 1 | -1/+1 |
* | utils: improve wording of error message | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -1/+1 |
* | bootimg.bbclass: Fix dependency name | Richard Purdie | 2010-03-25 | 1 | -1/+1 |
* | parted: Add BBCLASSEXTEND native | Richard Purdie | 2010-03-25 | 1 | -1/+3 |
* | bootimg/boot-directdisk.bbclass: Update afer syslinux changes, fix mbr.bin lo... | Richard Purdie | 2010-03-25 | 2 | -8/+8 |
* | syslinux: Convert to BBCLASSEXTEND, clean up recipe and staging function | Richard Purdie | 2010-03-25 | 2 | -43/+13 |
* | scm-revisions: Always use ??= operator | Richard Purdie | 2010-03-25 | 3 | -178/+177 |
* | meta-openmoko: Add layer configuration | Richard Purdie | 2010-03-25 | 3 | -37/+49 |
* | meta-moblin/layer.conf: Fix layer location | Richard Purdie | 2010-03-25 | 1 | -1/+1 |
* | meta-extras: Add layer configuration | Richard Purdie | 2010-03-25 | 4 | -8/+18 |
* | poky-image-minimal-directdisk: Add directdisk image example | Richard Purdie | 2010-03-25 | 1 | -0/+16 |
* | boot-directdisk.bbclass: Add direct disk image creation class | Richard Purdie | 2010-03-25 | 1 | -0/+92 |
* | bootimg.bbclass: Improve documentation | Richard Purdie | 2010-03-25 | 1 | -4/+18 |
* | bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packages | Richard Purdie | 2010-03-23 | 1 | -0/+2 |
* | packaged-staging.bbclass: Revert accidental damage | Richard Purdie | 2010-03-23 | 1 | -1/+1 |
* | packaged-staging.bbclass: Fix mkdir to actually create the destination directory | Richard Purdie | 2010-03-23 | 1 | -2/+2 |
* | encdev-native: Convert to BBCLASSEXTEND | Richard Purdie | 2010-03-23 | 4 | -6/+2 |
* | yum: Update yum and createrepo to latest version | Joshua Lock | 2010-03-23 | 5 | -63/+34 |
* | .gitignore: ignore bblayers.conf | Joshua Lock | 2010-03-23 | 1 | -0/+1 |
* | linux-nokia800_2.6.21: Remove legacy staging function | Joshua Lock | 2010-03-23 | 2 | -6/+7 |
* | u-boot: remove legacy staging | Joshua Lock | 2010-03-23 | 1 | -3/+3 |
* | fakechroot: Update to 2.9 and add a patch from Debian | Joshua Lock | 2010-03-23 | 2 | -16/+11 |