1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-09 15:50:16 +00:00

Commit Graph

  • e81fc749f3 Revert "svn fetcher: warn people to switch to SRCREV" Chris Larson 2010-11-20 16:35:14 -07:00
  • 66b364cf8e cache: make loadDataFull a classmethod Chris Larson 2010-11-19 11:06:38 -07:00
  • 81a81a163c svn fetcher: warn people to switch to SRCREV Bernhard Reutner-Fischer 2010-11-19 16:38:51 +01:00
  • 4df0d6adca fetch: be more pythonic Bernhard Reutner-Fischer 2010-11-17 15:40:51 +01:00
  • b7d667f252 fetch: use os.path.join Bernhard Reutner-Fischer 2010-11-17 15:04:42 +01:00
  • 87b6f7d27a fetch: add common helper _strip_leading_slashes() Bernhard Reutner-Fischer 2010-11-17 14:44:40 +01:00
  • d0d67a9fe2 fetch: rename suppports_srcrev to supports_srcrev Bernhard Reutner-Fischer 2010-11-17 11:55:21 +01:00
  • 814c80f53c cache: Add debug msg for a nonexistant dep file Chris Larson 2010-11-18 11:14:38 -07:00
  • 84f02831a7 cache: use new style classes Chris Larson 2010-11-18 11:14:27 -07:00
  • c4d939079e cache: pyflakes/pep8/pylint cleanup Chris Larson 2010-11-17 20:27:25 -07:00
  • 77d52cb1b8 cache: use set for clean, checked Chris Larson 2010-11-16 17:43:33 -07:00
  • f207bb7c93 cache: make use of defaultdict Chris Larson 2010-11-16 13:06:10 -07:00
  • 9c7c18d06f Pre-explode rundeps/runrecs in CacheData Chris Larson 2010-11-16 13:01:51 -07:00
  • 3a2176fe73 persist_data: handle locked db for SELECT Chris Larson 2010-11-18 10:54:10 -07:00
  • f565258368 BBHandler: use os.path in inherit() Bernhard Reutner-Fischer 2010-11-15 16:27:27 +01:00
  • b44100eafc BBHandler: simplify supports() Bernhard Reutner-Fischer 2010-11-14 13:08:03 +01:00
  • 1d8a9b8856 bb.cache: only log if the respective action was taken Bernhard Reutner-Fischer 2010-11-14 00:36:37 +01:00
  • 7e1b709231 bb.pysh: add Case support to format_commands Chris Larson 2010-11-11 08:57:15 -07:00
  • 32b4bd9224 bb.pysh: fix writing pyshtables all over the place Chris Larson 2010-11-11 08:57:04 -07:00
  • 4addbd191d Move the pysh package into the bb package Chris Larson 2010-12-31 11:00:27 +00:00
  • 489d17596d Allow mercurial fetcher to follow tip Peter Chubb 2009-09-03 17:31:40 +00:00
  • 17ea152990 Fix GraphViz .dot output for rdepends and rrecs Chris Larson 2010-11-04 08:47:11 -07:00
  • 14889f9cca Make 'cache is clean' message debug Chris Larson 2010-10-27 18:16:47 -07:00
  • 3f7000cd3a bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repository Eric BENARD 2010-09-06 08:51:52 +00:00
  • 493f0cff71 Resurrect display of failed files Chris Larson 2010-10-21 14:14:23 -07:00
  • 283b0a20c2 Access metadata vars as locals in python snippets Chris Larson 2010-10-05 19:35:23 -07:00
  • f3406dd288 Fix __getitem__ for DataSmart Chris Larson 2010-10-05 20:19:31 -07:00
  • 6491ed9e2e fetchers: Use tar --exclude pattern to remove SCM files Khem Raj 2010-09-24 15:46:59 -07:00
  • c81cd1be64 Fix syntax issue and don't include 'd' in ui_queue Chris Larson 2010-09-28 08:52:32 -07:00
  • 26eda93337 Queue up events before the UI is spawned Chris Larson 2010-09-28 08:24:55 -07:00
  • 30cef6bade Fix another little bug with undefined var from cache Chris Larson 2010-09-24 07:50:26 -07:00
  • a964761283 bb.cache: fix bug from last commit with loading from cache Chris Larson 2010-09-24 07:44:23 -07:00
  • 3f40a2efe8 Reduce bb.cache memory usage a bit Chris Larson 2010-09-23 11:21:29 -07:00
  • 666513982f Fix FuncFailed construction Chris Larson 2010-09-12 13:54:13 -07:00
  • 136a631b2e Restore FuncFailed argument compatibility Chris Larson 2010-09-10 14:20:47 -07:00
  • 311c9f5042 Only reference logfiles that exist Chris Larson 2010-09-10 13:02:04 -07:00
  • c90bfa57f5 Fix bitbake -k issue introduced by build exception cleanup Chris Larson 2010-09-10 11:34:39 -07:00
  • bfe4bec8ad Don't show tracebacks for SystemExit or KeyboardInterrupt Chris Larson 2010-09-10 11:33:48 -07:00
  • 7afe34e2c2 Fix exit code display for task failure Chris Larson 2010-09-10 11:14:54 -07:00
  • 7011ae3f78 FIXUP: runqueue bb.debug refs Richard Purdie 2010-12-30 19:34:37 +00:00
  • 9897d56861 Simplify build exception handling Chris Larson 2010-09-09 18:03:40 -07:00
  • 1e7204a7b5 Turn Event into a new style class Chris Larson 2010-09-09 17:57:51 -07:00
  • 39d61dc498 Work around issue with pickling of traceback objects Chris Larson 2010-09-09 17:57:33 -07:00
  • 0533a8465b Don't show uncaught exception message for KeyboardInterrupt Chris Larson 2010-09-09 17:57:09 -07:00
  • a4b195f180 Apply fix for issue where the loggers were constructed with the wrong class Chris Larson 2010-09-08 11:31:36 -07:00
  • 9c2bcae35e Fix providerlog NameError Chris Larson 2010-09-07 15:09:24 -07:00
  • fc27334d1a Drop 'fn' arguments to bb.msg functions Chris Larson 2010-09-03 18:49:02 -07:00
  • 55c0b36e36 Add pending deprecation warnings to the bb.msg functions Chris Larson 2010-08-11 09:47:31 -07:00
  • ecc68fa4fb Switch bitbake internals to use logging directly rather than bb.msg Chris Larson 2010-06-10 10:35:31 -07:00
  • d3a45c7d41 Use logging in the knotty ui, and pass the log record across directly Chris Larson 2010-06-10 08:05:52 -07:00
  • 4855548ffb Use the python logging module under the hood for bb.msg Chris Larson 2010-06-09 16:17:29 -07:00
  • 3e57e63b2d Allow %20 in a file name in the SRC_URI C Michael Sundius 2010-08-02 14:56:11 -07:00
  • 5c50d43cfa Ignore python warnings that come from places we don't care about Chris Larson 2010-06-10 09:29:55 -07:00
  • 2dd8c01513 Make DataSmart inherit the MutableMapping ABC Chris Larson 2010-04-12 18:56:25 -07:00
  • ebe3850bee Split out 'find next buildable task' into a separate generator function Chris Larson 2010-07-23 14:32:14 -07:00
  • 0d1034d2ea Let the RunQueueScheduler control the number of active tasks Chris Larson 2010-07-23 13:42:54 -07:00
  • 384c5cc8ac Add the ability to use runqueue schedulers from the metadata Chris Larson 2010-07-22 11:27:10 -07:00
  • 902b5da3f6 misc: Update the email address to a working one. Holger Hans Peter Freyther 2010-08-07 22:58:47 +08:00
  • 36318110da Fix IndexError encountered when a 'depends' flag references a nonexistant task Chris Larson 2010-08-06 16:19:12 -07:00
  • 151c4a7a33 Drop the 'ui failed to start' message, as the ui_init does more in knotty Chris Larson 2010-08-06 16:08:32 -07:00
  • bac0c60b61 Make realfile optional for better_exec, using the existing fn in the code object Chris Larson 2010-03-31 08:59:00 -07:00
  • 947577a77d linux-yocto/stable: update SRCREVs for 2.6.34.x -stable update Bruce Ashfield 2010-12-31 01:24:03 -05:00
  • abebecacbd dtc: add patch to remove -Os for PPC Saul Wold 2011-01-02 01:22:42 -08:00
  • 33d91c0737 xserver-kdrive: add DEPENDS for libdrm Saul Wold 2011-01-02 01:22:06 -08:00
  • 78cb0e61c3 mutter: Add COMPATIBLE_MACHINE list to prevent PPC build Saul Wold 2011-01-02 01:21:34 -08:00
  • f93fd69a63 lttng-ust: add COMPATIBLE_HOST to prevent ARM/MIPS world build Saul Wold 2011-01-02 01:20:38 -08:00
  • d6c4b83ca7 linux-yocto: update to 2.6.37-rc8 Bruce Ashfield 2010-12-30 01:25:33 -05:00
  • d02e19ac91 lzo: upgrade to version 2.04 Qing He 2010-12-31 11:07:52 +08:00
  • 5a859fcadc ncurses: upgrade to version 5.7 Qing He 2010-12-30 16:54:28 +08:00
  • f13cb20ed1 gcc-4.5.1: make c++ include path relative to "--sysroot" Kevin Tian 2010-12-30 12:36:50 +08:00
  • 2e3cdcb067 qemuimagetest: Add basic function check for connman Jiajun Xu 2010-12-31 16:06:45 +08:00
  • 62caed8237 qemuimagetest: Add basic function check for gcc/g++/make command in target Jiajun Xu 2010-12-31 15:15:31 +08:00
  • bcf8853e45 qemuimagetest: Add basic function check for rpm command Jiajun Xu 2010-12-31 13:35:21 +08:00
  • f6442e68cc qemuimagetest: Add basic function check for zypper command Jiajun Xu 2010-12-29 13:57:04 +08:00
  • 4c6d5a6015 augeas: upgrade to version 0.7.4 Qing He 2010-12-31 09:55:31 +08:00
  • 6db06e1384 gnutls: upgrade to version 2.10.4 Qing He 2010-12-30 14:48:31 +08:00
  • a3a94a90fd libtasn1: upgrade to version 2.9 Qing He 2010-12-30 14:25:43 +08:00
  • 8dcba8014d parted: upgrade to version 2.3 Qing He 2010-12-30 14:07:06 +08:00
  • a2d092159e distro_tracking_fields.inc: add fields for sysprof Tom Zanussi 2010-12-30 14:16:19 -06:00
  • 560591ec10 distro_tracking_fields.inc: add fields for blktrace Tom Zanussi 2010-12-30 13:59:57 -06:00
  • e5e173031b man-pages: fixup LIC_FILES_CHKSUM Saul Wold 2010-12-31 02:17:42 -08:00
  • cb79459c30 base.bbclass: Add error message for base_do_unpack failures Richard Purdie 2010-12-31 11:12:24 +00:00
  • 9e912c7303 unfs-server: Fix PV issues Richard Purdie 2010-12-31 11:11:12 +00:00
  • 96e7518472 When shutting down, send SIGTERM, not SIGINT Chris Larson 2010-08-04 21:58:51 -07:00
  • 58507838bb python-pygobject: Fix DEPENDS and RDEPENDS for native recipe Richard Purdie 2010-12-31 10:07:04 +00:00
  • 8f7fc82fbd gtk+: Fix BASE_RECOMMENDS, it doesn't need a PN suffix Richard Purdie 2010-12-31 09:50:27 +00:00
  • 278aad440e base.bbclass: Correct bb.debug parameters Richard Purdie 2010-12-31 09:24:59 +00:00
  • 33f67ee2fc classes: Drop Handled/NotHandled eventhandler keywords, they don't do anything Richard Purdie 2010-12-30 18:40:32 +00:00
  • b75330e99b bitbake.conf: Set a default hash policy globally, not just in the poky distro config Richard Purdie 2010-12-30 12:24:18 +00:00
  • a270c0e5fa patch.bbclass: Move vardepsexclude flag to be along side the function using the variable Richard Purdie 2010-12-30 12:22:52 +00:00
  • 78584e193b distro_tracking: update pulseaudio, ofono, netbase, etc. Dongxiao Xu 2010-12-30 10:31:16 +08:00
  • 2bf07e7e9d connman-gnome: update service name Dongxiao Xu 2010-12-30 09:52:10 +08:00
  • a6faa8fb19 connman: upgrade to version 0.65 Dongxiao Xu 2010-12-29 20:33:37 +08:00
  • fef3f7dc4c tremor: upgrade to rev 17636 Dongxiao Xu 2010-12-29 19:17:11 +08:00
  • c7b9695555 linux-firmware: upgrade to rev 40c0f950be7040614dc45df54e25e54d00e3b73b Dongxiao Xu 2010-12-29 19:03:34 +08:00
  • e3cdceaae9 libogg: upgrade to version 1.2.2 Dongxiao Xu 2010-12-29 15:25:57 +08:00
  • 5ca40691d0 telepathy-mission-control: upgrade to version 5.7.1 Dongxiao Xu 2010-12-29 15:09:30 +08:00
  • 37b15d184b glib-2.0: upgrade to version 2.27.5 Dongxiao Xu 2010-12-29 14:56:01 +08:00
  • ea9f82f33b dpkg: upgrade to version 1.15.8.7 Dongxiao Xu 2010-12-29 14:09:51 +08:00
  • cd522f9005 telepathy-python: upgrade to version 0.15.19 Dongxiao Xu 2010-12-29 13:29:35 +08:00