Commit History

Author SHA1 Message Date
  Bernhard Reutner-Fischer 0cc632761e *: Fix typo in documentation 13 years ago
  Richard Purdie c3d58e6125 Merge the BBCLASSEXTEND code from Poky. This allows once recipe to provide mutliple targets (e.g. -native and -sdk) and has been discussed on the OE mailing list 15 years ago
  Richard Purdie 45acd91e3f providers.py: Fix + character escaping from PACKAGES_DYNAMIC (thanks Otavio Salvador) 15 years ago
  Richard Purdie 43d486cd8b data.py: Make sure allowed variables inherited from the environment are exported again (from Poky) 15 years ago
  Richard Purdie 51e7a28a09 fetch/__init__.py: Set HOME environmental variable when running fetcher commands (from Poky) 15 years ago
  Richard Purdie fdd4ccc42c fetch/git.py: Add username handling to git fetcher (from Poky) 15 years ago
  Richard Purdie 5e8f28da75 fetch/wget.py: Fix wget fetching of urls with parameters specified (from Poky) 15 years ago
  Richard Purdie 36e892cedf fetch/hg.py: Fix hg checkouts of specific revisions (from Poky) 15 years ago
  Richard Purdie 2ef2baff4e utils.py: Add bb.utils.prune_suffix function 15 years ago
  Richard Purdie a59037d9b5 utils.py: Add empty_environment() function and call this from the cooker instead of hiding in data.py (from Poky) 15 years ago
  Richard Purdie cc170b312a wget.py: Add support for HTTP_PROXY and HTTP_PROXY_IGNORE variables to the wget fetcher 15 years ago
  Richard Purdie 92a1332420 BBHandler: Improve file not fuond error message 15 years ago
  Richard Purdie 2a2513138d utils.py: Improve lock file function error handling (from Poky) 15 years ago
  Richard Purdie 8c112e0aa9 Add tryaltconfigs option to control whether bitbake trys using alternative providers to fulfil failed dependencies. It defaults to off, changing the default since this behaviour confuses many users and isn't often useful (from Poky). 15 years ago
  Richard Purdie 0bc7836736 When SRCREV autorevisioning for a recipe is in use, don't cache the recipe (from Poky) 15 years ago
  Richard Purdie 4ceea8cbc0 Add osc fetcher (from Joshua Lock in Poky) 15 years ago
  Holger Hans Peter Freyther 42e57e467b [svn] Add @rev to svn checkout command 15 years ago
  Holger Hans Peter Freyther 24b23417ac [bb.utils] Make prunedir cope with symlinks to directories 15 years ago
  Richard Purdie 7a6dd97181 fetch/perforce.py: Fix to use commandline options instead of being overriden by the environment from Martyn Welch 15 years ago
  Richard Purdie e1737a7506 bin/bitbake: Add better environmental variable handling. By default it will now only pass certain whitelisted variables into the data store. If BB_PRESERVE_ENV is set bitbake will use all variable from the environment. If BB_ENV_WHITELIST is set, that whitelist will be used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used to extend the internal whitelist. 15 years ago
  Richard Purdie c6741cbaa6 cooker.py: Rename __depends to __base_depends after configuration parsing so we don't recheck the validity of the config files time after time. Also bump the cache revision to match the format change (from poky) 15 years ago
  Richard Purdie 10aea1a81a providers.py: Fix PACKAGES_DYNAMIC handling of packages with '++' in the name (from poky) 15 years ago
  Richard Purdie 60794b169f fetch/hg.py: Fix hg fetcher username/password handling and fix crash 15 years ago
  Richard Purdie b3acedac34 fetch/__init__.py: Raise an exception if SRCREV == 'INVALID' (from Poky) 15 years ago
  Richard Purdie af88d22ee6 utils.py: Move prunedir function to utils.py and add explode_dep_versions function 15 years ago
  Holger Hans Peter Freyther 7edb5f6d85 [cvs] Allow to checkout by date and time 16 years ago
  Richard Purdie ac40dabb22 providers.py: When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444) 16 years ago
  Richard Purdie 1501addb04 Revert the '-' character fix in class names since it breaks things 16 years ago
  Richard Purdie 9577a9d25f build.py: Make sure expandKeys has been called on the data dictonary before running tasks fixing various strange issues (from poky). Correctly add a task override in the form task-TASKNAME which whilst a change in behaviour shouldn't matter since the original approach didn't work at all 16 years ago
  Richard Purdie cde4e4f6a6 BBHandler.py: Correctly handle '-' characters in class names (#2958) 16 years ago