1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-07 03:04:04 +00:00

Commit Graph

  • 7e53a3b5cf Move the output of no provider and multiple provider messages into the UI Chris Larson 2010-06-08 13:20:35 -07:00
  • 75d49840cf Reorganize the main exception handling so an attribute exception raised in the ui isn't misinterpreted Chris Larson 2010-06-08 12:28:36 -07:00
  • 1b6af2787e Make knotty ignore the NoProvider event Chris Larson 2010-06-08 11:42:49 -07:00
  • 4fac507dfb Don't tell the user we're sending SIGINT to the remaining 0 tasks Chris Larson 2010-06-08 08:01:16 -07:00
  • 186f857466 cooker: use time.strftime() instead of spawing sh with date Bernhard Reutner-Fischer 2010-06-07 20:50:05 +02:00
  • 0405011734 Adjust the exception handling based on Cliff Brake's patch Chris Larson 2010-06-04 16:44:07 -07:00
  • 6ab1dbbb7c Fix a couple typos in the CVS Fetcher section. Robert P. J. Day 2010-06-03 05:58:09 -04:00
  • 16553b8826 cache: do not chdir unnecessarily Bernhard Reutner-Fischer 2010-06-04 14:04:42 +02:00
  • 726802b980 persist_data: cache connection and use cursor Bernhard Reutner-Fischer 2010-06-04 14:04:41 +02:00
  • 30216c65e5 cache: use a set() for __depends Bernhard Reutner-Fischer 2010-06-04 14:04:40 +02:00
  • cf79cf127b cache: use max() to determine newest_mtime Bernhard Reutner-Fischer 2010-06-04 14:04:39 +02:00
  • 81d13cbebe cache: use os.path ops instead of stat Bernhard Reutner-Fischer 2010-06-04 14:04:38 +02:00
  • 9d32ff0c87 Make the file not found error actually useable. Chris Larson 2010-06-04 13:10:00 -07:00
  • 85ca18f60a fetch: commentary typo fix in fetcher_init() Bernhard Reutner-Fischer 2010-06-04 14:04:37 +02:00
  • 6c37c32773 cache: fix typo in error message of cacheValidUpdate() Bernhard Reutner-Fischer 2010-06-04 14:04:36 +02:00
  • a7ad7cfb2f fetch: documentation typo fix Bernhard Reutner-Fischer 2010-06-04 14:04:35 +02:00
  • f7e6c5ad2b fetch: Check for existence of tar file along with md5 signature Khem Raj 2010-05-04 22:56:49 -07:00
  • 50006b49fc Revert "In expand, drop the unnecessary second regular expression match" Chris Larson 2010-05-22 16:36:08 -07:00
  • d217bedd32 Don't emit vars starting with __, as those are internal Chris Larson 2010-04-20 14:23:18 -07:00
  • d00b54b948 In expand, drop the unnecessary second regular expression match Chris Larson 2010-05-21 13:08:44 -07:00
  • e07a5b1909 Simplify _findVar a bit Chris Larson 2010-04-21 10:57:17 -07:00
  • 66d66cb487 Fix major bug that slipped in when moving update_data Chris Larson 2010-04-21 16:47:10 -07:00
  • 4802a9d07a Move a var definition in cooker.parse_next Chris Larson 2010-04-20 18:47:36 -07:00
  • 8bc7ebb4ae Enhance the expansion exception message Chris Larson 2010-04-20 15:56:20 -07:00
  • 1e7a03cb58 For ${@}, run str() on the result Chris Larson 2010-04-20 15:54:42 -07:00
  • 15248f3e7d Allow emission of non-string objects in emit_var, instead running str() on it first Chris Larson 2010-04-20 13:44:06 -07:00
  • 9d3f301423 emit_env: clean up, iterate once Chris Larson 2010-04-20 13:51:35 -07:00
  • 6f52061844 Fix the debug level check in print_exception Chris Larson 2010-04-20 12:23:41 -07:00
  • c3eae29efa Don't try to expand non-string values Chris Larson 2010-04-20 11:53:31 -07:00
  • 214d1f7433 Move the python version check into the python package Chris Larson 2010-04-15 08:45:15 -07:00
  • 231d3a534c Drop an unnecessary second python version check and use the less ugly sys.version_info Chris Larson 2010-04-15 08:14:53 -07:00
  • bdbeaf4760 Bump version to 1.11.0 Chris Larson 2010-04-15 08:05:10 -07:00
  • 51864054da Move the python version check before the module imports, in case the modules utilize the newer python features Chris Larson 2010-04-15 07:49:54 -07:00
  • c04cee7ce8 Search up the directory tree for bblayers.conf Chris Larson 2010-04-14 14:38:18 -07:00
  • 3238125138 Add a hack to avoid the req that all vars using LAYERDIR be immediately expanded Chris Larson 2010-04-14 14:30:09 -07:00
  • dc39ebe91e Move the unset BBPATH sanity check after the bblayers processing Chris Larson 2010-04-14 14:27:29 -07:00
  • 22a2179905 Kill unnecessary usages of the types module Chris Larson 2010-04-12 08:14:11 -07:00
  • 1180bab54e Apply some 2to3 transforms that don't cause issues in 2.6 Chris Larson 2010-04-11 17:03:55 -07:00
  • 5b216c8000 Add __contains__ to COWDictMeta Chris Larson 2010-04-11 17:21:14 -07:00
  • d5927a70bb Drop unused bb.data.expandData function Chris Larson 2010-04-11 16:39:24 -07:00
  • ba6df176e3 Ignore deprecation warnings for now Chris Larson 2010-04-10 22:07:43 -07:00
  • bcd9c57a96 Switch some references to moved functions Chris Larson 2010-04-10 22:05:02 -07:00
  • c770c62fdc Add a missing import of print_function Chris Larson 2010-04-10 22:04:52 -07:00
  • ad543e2e41 Apply the 2to3 print function transform Chris Larson 2010-04-09 19:46:14 -07:00
  • 978b5c9466 Deprecate the usage of certain objects via certain modules Chris Larson 2010-04-09 16:51:09 -07:00
  • cbc8140c77 Exception handling fixups Chris Larson 2010-04-09 14:01:11 -07:00
  • cf58d41af8 Add some missing docstrings Chris Larson 2010-03-24 17:05:38 -07:00
  • 0b4ad7062b Drop __all__ usage Chris Larson 2010-04-09 11:51:29 -07:00
  • 266f416446 Drop some unused functions Chris Larson 2010-04-08 15:42:53 -07:00
  • bbc565e825 Drop some unused classes Chris Larson 2010-04-08 15:16:17 -07:00
  • 51f5346f29 Drop some unused vars Chris Larson 2010-04-09 11:47:08 -07:00
  • 1c74fd768f Import fixups Chris Larson 2010-04-08 10:22:29 -07:00
  • 7acc132cac Formatting cleanups Chris Larson 2010-03-24 16:56:12 -07:00
  • bbf83fd988 Drop doctest, as we aren't utilizing it Chris Larson 2010-04-09 11:49:36 -07:00
  • 8306ba50db Don't run metadata event handlers for bb.msg events Chris Larson 2010-04-09 15:56:14 -07:00
  • 6623d79ada Stop using functions via 'bb' that were moved from there to other modules Chris Larson 2010-04-09 17:11:03 -07:00
  • 1569c1ac85 Add a function to get the debug level, without poking into debug_levels manually Chris Larson 2010-04-09 19:34:07 -07:00
  • c8498f59ec Fix invalid logging domain warning Chris Larson 2010-04-09 19:33:04 -07:00
  • 316ab4bb2b Bump minimum python version check to 2.6. Chris Larson 2010-04-09 19:29:56 -07:00
  • 350c3126e1 Make the default domain a proper domain, not a string Chris Larson 2010-04-09 19:27:21 -07:00
  • 943ece8610 Implement bb.msg.domain as a named tuple, drop the Enum class Chris Larson 2010-04-09 19:22:52 -07:00
  • 9f2d7d816c Fix an error in the ncurses UI Chris Larson 2010-04-09 17:55:11 -07:00
  • a91d123ef4 Display python warnings via bb.msg Chris Larson 2010-04-09 15:55:55 -07:00
  • 146046bcda Immediately display messages if no UI handlers are installed yet Chris Larson 2010-04-09 15:55:17 -07:00
  • 21a9692c7d Use __import__ for the ui rather than exec Chris Larson 2010-04-09 13:25:58 -07:00
  • 8c5108fa21 Fix the task event handling in the ncurses UI Chris Larson 2010-04-09 13:25:34 -07:00
  • 87f62d7c8d Ensure we always utilize the correct messaging domains Chris Larson 2010-04-09 12:33:29 -07:00
  • ac170b0c34 bb.event: NotHandled and Handled are on the way out Chris Larson 2010-04-08 16:30:52 -07:00
  • 0d25a516b4 Rename the finalise method for consistency Chris Larson 2010-04-08 16:01:14 -07:00
  • c9c230b14a Move update_data into the DataSmart class as a finalize() method Chris Larson 2010-04-08 15:43:47 -07:00
  • 00e3915ca6 Initialize pkgs_to_build in the BBConfiguration constructor Chris Larson 2010-04-08 15:11:28 -07:00
  • a21841fb75 Drop doctest, as we aren't utilizing it Chris Larson 2010-04-09 11:49:36 -07:00
  • ca9a956abc Made '-b' work with BBCLASSEXTEND Enrico Scholz 2010-03-21 23:02:56 +01:00
  • a7f05ea4af Resurrect the old bb.vercmp as bb.utils.vercmp, and its deps Chris Larson 2010-04-06 15:29:19 -07:00
  • 2cd161171a Pass the config metadata into the Cache constructor rather than the cooker Chris Larson 2010-04-06 08:52:54 -07:00
  • c926e87f47 Resurrect merged anonfunc execution Chris Larson 2010-03-31 09:14:18 -07:00
  • 3995546222 Add & utilize a simple_exec utility function Chris Larson 2010-03-31 08:52:41 -07:00
  • 94b60d1247 Consolidate the exec/eval bits, switch anonfunc to better_exec, etc Chris Larson 2010-03-30 20:06:07 -07:00
  • eb16773704 Pass an empty locals dict in expansion, since list comprehensions apparently leak their '_' helper variable Chris Larson 2010-03-30 16:59:46 -07:00
  • d8c8612d92 Two minor changes to the way python snippet expansion happens Chris Larson 2010-03-30 16:21:23 -07:00
  • f8a8ec5ceb linux-libc-headers: upgrade from 2.6.33 to 2.6.34 Nitin A Kamble 2010-06-21 04:56:52 -07:00
  • 4d5ad73238 dbus: fix metadata Kevin Tian 2010-06-30 17:14:42 +08:00
  • 63ca9079c3 libgpg-error: fix metadata Kevin Tian 2010-06-30 16:35:09 +08:00
  • c927c50d9b module-init-tools: fix metadata Kevin Tian 2010-06-30 15:30:11 +08:00
  • 610f5609dc distro_tracking: Adding tracking fields for upgraded packages Dongxiao Xu 2010-07-01 17:12:37 +08:00
  • 2b533d04bd libmusicbrainz: Upgraded to 3.0.2 Dongxiao Xu 2010-07-01 16:53:27 +08:00
  • b82851ad38 neon: Upgraded to 0.29.3 Dongxiao Xu 2010-07-01 16:44:21 +08:00
  • 057d630962 ppp: Upgraded to version 2.4.5 Dongxiao Xu 2010-07-01 14:34:12 +08:00
  • 4cf7528910 distro-tracking: update tracking fields for previous recipes after fixing metadata Zhai Edwin 2010-07-01 22:10:41 +08:00
  • 61326bf8ff matchbox-wm: Fix the meta data Zhai Edwin 2010-07-01 19:12:05 +08:00
  • 680f615991 matchbox-stroke: Fix the metadata Zhai Edwin 2010-07-01 19:07:09 +08:00
  • ea1f53d2f3 matchbox-panel-2: Fix the metadata Zhai Edwin 2010-07-01 19:00:28 +08:00
  • b2a2e197e8 matchbox-keyboard: Fix the metadata Zhai Edwin 2010-07-01 18:54:29 +08:00
  • 0768dffa27 matchbox-config-gtk: Fix the metadata Zhai Edwin 2010-07-01 18:49:27 +08:00
  • ab6fd579c7 libxslt: Fix the metadata Zhai Edwin 2010-07-01 18:43:02 +08:00
  • 437fb07240 libsoup-2.4: Fix the metadata Zhai Edwin 2010-07-01 18:26:53 +08:00
  • c2ba02cff9 libglade: Fix the metadata Zhai Edwin 2010-07-01 18:12:58 +08:00
  • 6db5edd0d0 libfakekey: Fix the metadata Zhai Edwin 2010-07-01 17:58:43 +08:00
  • c9e06594ed jpeg: Fix the metadata Zhai Edwin 2010-07-01 17:50:37 +08:00
  • 00844cd065 hicolor-icon-theme: Fix the metadata Zhai Edwin 2010-07-01 17:38:31 +08:00