summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cache.py: Bump the cache version after the BBVERSIONS updateRichard Purdie2010-03-251-1/+1
* bb.manifest: Drop, its unused and obsolete. No point in having dead code aroundRichard Purdie2010-03-251-144/+0
* BBFILES: use a set to remove duplicates when collecting.Chris Larson2010-03-251-4/+4
* bb/command was importing bb and accessing some of its own classes indirectly ...Chris Larson2010-03-251-3/+5
* Why is bb/__init__.py importing bb?Chris Larson2010-03-251-1/+2
* data_smart: be explicit about what we make available to eval'd python codeChris Larson2010-03-251-2/+7
* Fix 7 references to undefined variables, as spotted by pyflakesChris Larson2010-03-254-8/+7
* bb.utils: remove old portage remnantsChris Larson2010-03-252-588/+1
* bb.utils: utilize string.letters and string.digitsChris Larson2010-03-251-5/+3
* bb.which: fix broken direction/reverse argumentChris Larson2010-03-251-1/+1
* crumbs: fix hassattr typoChris Larson2010-03-251-1/+1
* Implement BBVERSIONSChris Larson2010-03-254-30/+134
* usermanual.xml: Add documentation on bblayers.confRichard Purdie2010-03-251-1/+3
* Expand PREMIRRORSEnrico Scholz2010-03-251-1/+1
* utils: improve wording of error messageBernhard Reutner-Fischer2010-03-251-1/+1
* bootimg.bbclass: Fix dependency nameRichard Purdie2010-03-251-1/+1
* parted: Add BBCLASSEXTEND nativeRichard Purdie2010-03-251-1/+3
* bootimg/boot-directdisk.bbclass: Update afer syslinux changes, fix mbr.bin lo...Richard Purdie2010-03-252-8/+8
* syslinux: Convert to BBCLASSEXTEND, clean up recipe and staging functionRichard Purdie2010-03-252-43/+13
* scm-revisions: Always use ??= operatorRichard Purdie2010-03-253-178/+177
* meta-openmoko: Add layer configurationRichard Purdie2010-03-253-37/+49
* meta-moblin/layer.conf: Fix layer locationRichard Purdie2010-03-251-1/+1
* meta-extras: Add layer configurationRichard Purdie2010-03-254-8/+18
* poky-image-minimal-directdisk: Add directdisk image exampleRichard Purdie2010-03-251-0/+16
* boot-directdisk.bbclass: Add direct disk image creation classRichard Purdie2010-03-251-0/+92
* bootimg.bbclass: Improve documentationRichard Purdie2010-03-251-4/+18
* bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packagesRichard Purdie2010-03-231-0/+2
* packaged-staging.bbclass: Revert accidental damageRichard Purdie2010-03-231-1/+1
* packaged-staging.bbclass: Fix mkdir to actually create the destination directoryRichard Purdie2010-03-231-2/+2
* encdev-native: Convert to BBCLASSEXTENDRichard Purdie2010-03-234-6/+2
* yum: Update yum and createrepo to latest versionJoshua Lock2010-03-235-63/+34
* .gitignore: ignore bblayers.confJoshua Lock2010-03-231-0/+1
* linux-nokia800_2.6.21: Remove legacy staging functionJoshua Lock2010-03-232-6/+7
* u-boot: remove legacy stagingJoshua Lock2010-03-231-3/+3
* fakechroot: Update to 2.9 and add a patch from DebianJoshua Lock2010-03-232-16/+11
* pseudo: Add recipeRichard Purdie2010-03-223-0/+105
* layer.conf: Fix filename conflictRichard Purdie2010-03-224-2/+173
* Move default SCM versions into separate meta directory specific files to impr...Richard Purdie2010-03-226-302/+41
* Switch to bblayers configurationRichard Purdie2010-03-225-11/+32
* bitbake/cooker.py: Add support for a bblayers.conf fileRichard Purdie2010-03-221-8/+25
* utility-tasks.bbclass: Remove unneeded base_ prefix since we don't EXPORT the...Richard Purdie2010-03-221-6/+6
* bitbake/providers: Fix merge errorRichard Purdie2010-03-221-3/+3
* cooker: bail out early if no files to buildBernhard Reutner-Fischer2010-03-221-1/+2
* Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson2010-03-221-14/+16
* Implement ??= operatorChris Larson2010-03-223-2/+19
* Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson2010-03-226-30/+21
* knotty: tweak failure phraseBernhard Reutner-Fischer2010-03-221-1/+1
* Fix ud.basecmd error introduced by the FETCHCMD_git commitChris Larson2010-03-221-1/+2
* Add initial 'repo' fetcherTom Rini2010-03-222-0/+108
* Re-getVar BBCLASSEXTEND after finalise()Chris Larson2010-03-221-3/+2