poky/bitbake/lib/bb
Paul Eggleton d4c3ace097 bitbake: bitbake-diffsigs: fix regression after recent server changes
We were bridging the gap between the server and UI here by calling a
bb.siggen.find_siginfo, a function defined and set on that module from
the metadata. This worked from the UI side before but since the recent
server changes is no longer accessible. Create a new command so this can
execute on the server side and return the result by way of a new event.

(We're still running compare_sigfiles() on the signature generator but
that isn't quite the same thing and does still work.)

Fixes [YOCTO #11844].

(Bitbake rev: fdcea991baa4f83d9c98d468d7b49c8c388a4a15)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-07-27 15:14:20 +01:00
..
fetch2 bitbake: lib/fetch2/__init__.py: Fix unpack comment 2017-07-27 15:14:20 +01:00
parse bitbake: BBHandler: Remove old style bb.data.setVar() syntax usage 2017-07-08 13:29:54 +01:00
pysh bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
server bitbake: process: Change timeout warning to a note 2017-07-24 16:57:14 +01:00
tests bitbake: tests: create unit tests for event module 2017-06-23 14:14:17 +01:00
ui bitbake: knotty: make it possible to use termfilter without either console 2017-07-21 08:41:12 +01:00
__init__.py bitbake: Update to version 1.35.0 (development version with server rework changes) 2017-07-21 08:44:25 +01:00
build.py bitbake: lib/bb/build: add tasksbetween() function 2017-02-07 14:36:01 +00:00
cache_extra.py bitbake: bitbake: cooker: get extra information from recipe cache 2013-09-22 12:19:44 +01:00
cache.py bitbake: cache.py: fix whitespace 2017-07-18 22:39:33 +01:00
checksum.py bitbake: lib/bb/checksum: avoid exception on broken symlinks 2016-07-29 09:53:32 +01:00
codeparser.py bitbake: codeparser: add some comments 2017-04-05 23:19:17 +01:00
command.py bitbake: bitbake-diffsigs: fix regression after recent server changes 2017-07-27 15:14:20 +01:00
compat.py bitbake: compat/server/utils: Jettison pre python 2.7.3 workarounds 2013-06-14 17:26:30 +01:00
cooker.py bitbake: cooker/process: Drop server_main function 2017-07-24 16:57:14 +01:00
cookerdata.py bitbake: cookerdata/cooker: Restore original datastore upon client disconnect 2017-07-21 08:41:11 +01:00
COW.py bitbake: lib/bb/COW.py: fix typo in Tim Ansell's name 2017-05-15 16:21:20 +01:00
daemonize.py bitbake: daemonize: Various fixes 2017-07-21 08:41:11 +01:00
data_smart.py bitbake: data_smart: Don't cache/process capitalised overrides 2017-05-18 13:19:55 +01:00
data.py bitbake: data: Micro performance optimisation tweak 2017-07-08 13:29:54 +01:00
event.py bitbake: bitbake-diffsigs: fix regression after recent server changes 2017-07-27 15:14:20 +01:00
exceptions.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
main.py bitbake: bb/main.py: fix logic for --observe-only 2017-07-21 08:41:11 +01:00
methodpool.py bitbake: event/utils/methodpool: Add a cache of compiled code objects 2015-12-22 00:02:05 +00:00
monitordisk.py bitbake: monitordisk: add event 2016-12-07 10:42:22 +00:00
msg.py bitbake: knotty: prevent extra logger from being enabled for tinfoil 2017-06-12 15:07:39 +01:00
namedtuple_with_abc.py bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. 2014-08-25 08:57:45 +01:00
persist_data.py bitbake: prserv/persist_data/utils: Drop obsolete python2 imports 2017-01-09 13:39:13 +00:00
process.py bitbake: bitbake:process: flush stderr/stdout to log 2017-06-14 14:54:24 +01:00
progress.py bitbake: lib/bb/progress: avoid possibility of start event being reported twice 2016-07-26 08:10:35 +01:00
providers.py bitbake: lib: Drop now unneeded update_data calls 2017-02-15 20:08:15 -08:00
remotedata.py bitbake: remotedata: enable transporting datastore from the client to the server 2016-12-14 12:25:07 +00:00
runqueue.py bitbake: lib/bb/event: refactor printing events 2017-07-21 08:41:12 +01:00
shell.py
siggen.py bitbake: siggen: Make calc_taskhash match get_taskhash for file checksums 2017-06-05 09:19:51 +01:00
taskdata.py bitbake: taskdata.py: include more information in error message about broken task depends 2017-03-22 11:35:22 +00:00
tinfoil.py bitbake: tinfoil: add more doc comments 2017-07-21 08:41:12 +01:00
utils.py bitbake: lib/bb/utils.py: Add missing debug level 2017-07-27 15:14:20 +01:00