Историја ревизија

Аутор SHA1 Порука Датум
  Bernhard Reutner-Fischer 0cc632761e *: Fix typo in documentation пре 14 година
  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 година
  Richard Purdie 45acd91e3f providers.py: Fix + character escaping from PACKAGES_DYNAMIC (thanks Otavio Salvador) пре 15 година
  Richard Purdie 43d486cd8b data.py: Make sure allowed variables inherited from the environment are exported again (from Poky) пре 15 година
  Richard Purdie 51e7a28a09 fetch/__init__.py: Set HOME environmental variable when running fetcher commands (from Poky) пре 15 година
  Richard Purdie fdd4ccc42c fetch/git.py: Add username handling to git fetcher (from Poky) пре 15 година
  Richard Purdie 5e8f28da75 fetch/wget.py: Fix wget fetching of urls with parameters specified (from Poky) пре 15 година
  Richard Purdie 36e892cedf fetch/hg.py: Fix hg checkouts of specific revisions (from Poky) пре 15 година
  Richard Purdie 2ef2baff4e utils.py: Add bb.utils.prune_suffix function пре 15 година
  Richard Purdie a59037d9b5 utils.py: Add empty_environment() function and call this from the cooker instead of hiding in data.py (from Poky) пре 15 година
  Richard Purdie cc170b312a wget.py: Add support for HTTP_PROXY and HTTP_PROXY_IGNORE variables to the wget fetcher пре 15 година
  Richard Purdie 92a1332420 BBHandler: Improve file not fuond error message пре 15 година
  Richard Purdie 2a2513138d utils.py: Improve lock file function error handling (from Poky) пре 15 година
  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 година
  Richard Purdie 0bc7836736 When SRCREV autorevisioning for a recipe is in use, don't cache the recipe (from Poky) пре 15 година
  Richard Purdie 4ceea8cbc0 Add osc fetcher (from Joshua Lock in Poky) пре 15 година
  Holger Hans Peter Freyther 42e57e467b [svn] Add @rev to svn checkout command пре 15 година
  Holger Hans Peter Freyther 24b23417ac [bb.utils] Make prunedir cope with symlinks to directories пре 15 година
  Richard Purdie 7a6dd97181 fetch/perforce.py: Fix to use commandline options instead of being overriden by the environment from Martyn Welch пре 15 година
  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 година
  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 година
  Richard Purdie 10aea1a81a providers.py: Fix PACKAGES_DYNAMIC handling of packages with '++' in the name (from poky) пре 15 година
  Richard Purdie 60794b169f fetch/hg.py: Fix hg fetcher username/password handling and fix crash пре 15 година
  Richard Purdie b3acedac34 fetch/__init__.py: Raise an exception if SRCREV == 'INVALID' (from Poky) пре 15 година
  Richard Purdie af88d22ee6 utils.py: Move prunedir function to utils.py and add explode_dep_versions function пре 15 година
  Holger Hans Peter Freyther 7edb5f6d85 [cvs] Allow to checkout by date and time пре 16 година
  Richard Purdie ac40dabb22 providers.py: When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444) пре 16 година
  Richard Purdie 1501addb04 Revert the '-' character fix in class names since it breaks things пре 16 година
  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 година
  Richard Purdie cde4e4f6a6 BBHandler.py: Correctly handle '-' characters in class names (#2958) пре 16 година