[oe-commits] [bitbake] branch master updated (93e94c0 -> 9b4a9e5)

git at git.openembedded.org git at git.openembedded.org
Sat May 4 09:47:15 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository bitbake.

    from 93e94c0  build: Disable warning about dependent tasks for now
     new ff237c3  bitbake: Add initial pass of SPDX license headers to source code
     new 695d843  bitbake: Drop duplicate license boilerplace text
     new 5e43070  bitbake: Strip old editor directives from file headers
     new 9b4a9e5  HEADER: Drop it

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 HEADER                                             | 19 -------
 LICENSE                                            | 12 ++++-
 COPYING => LICENSE.GPL-2.0-only                    | 61 ++--------------------
 doc/COPYING.MIT => LICENSE.MIT                     | 22 +++++---
 MANIFEST.in                                        |  5 +-
 bin/bitbake                                        | 14 +----
 bin/bitbake-diffsigs                               | 12 +----
 bin/bitbake-hashserv                               | 13 +----
 bin/bitbake-layers                                 | 12 +----
 bin/bitbake-prserv                                 |  4 ++
 bin/bitbake-selftest                               | 12 +----
 bin/bitbake-worker                                 |  3 ++
 bin/bitdoc                                         | 14 +----
 bin/git-make-shallow                               |  4 ++
 bin/toaster                                        | 12 +----
 bin/toaster-eventreplay                            | 17 +-----
 contrib/dump_cache.py                              |  2 -
 lib/bb/COW.py                                      | 15 ------
 lib/bb/__init__.py                                 | 14 +----
 lib/bb/build.py                                    | 15 +-----
 lib/bb/cache.py                                    | 14 +----
 lib/bb/cache_extra.py                              | 14 +----
 lib/bb/checksum.py                                 | 12 +----
 lib/bb/codeparser.py                               |  4 ++
 lib/bb/command.py                                  | 12 +----
 lib/bb/compat.py                                   |  4 ++
 lib/bb/cooker.py                                   | 15 +-----
 lib/bb/cookerdata.py                               | 14 +----
 lib/bb/daemonize.py                                |  4 ++
 lib/bb/data.py                                     | 15 +-----
 lib/bb/data_smart.py                               | 14 +----
 lib/bb/event.py                                    | 14 +----
 lib/bb/exceptions.py                               |  3 ++
 lib/bb/fetch2/__init__.py                          | 15 +-----
 lib/bb/fetch2/bzr.py                               | 12 +----
 lib/bb/fetch2/clearcase.py                         | 15 +-----
 lib/bb/fetch2/cvs.py                               | 17 +-----
 lib/bb/fetch2/git.py                               | 16 +-----
 lib/bb/fetch2/gitannex.py                          | 14 +----
 lib/bb/fetch2/gitsm.py                             | 14 +----
 lib/bb/fetch2/hg.py                                | 16 +-----
 lib/bb/fetch2/local.py                             | 16 +-----
 lib/bb/fetch2/npm.py                               |  5 +-
 lib/bb/fetch2/osc.py                               |  5 +-
 lib/bb/fetch2/perforce.py                          | 15 +-----
 lib/bb/fetch2/repo.py                              | 16 +-----
 lib/bb/fetch2/s3.py                                | 15 +-----
 lib/bb/fetch2/sftp.py                              | 15 +-----
 lib/bb/fetch2/ssh.py                               | 14 +----
 lib/bb/fetch2/svn.py                               | 15 +-----
 lib/bb/fetch2/wget.py                              | 15 +-----
 lib/bb/main.py                                     | 14 +----
 lib/bb/methodpool.py                               | 15 +-----
 lib/bb/monitordisk.py                              | 14 +----
 lib/bb/msg.py                                      | 14 +----
 lib/bb/namedtuple_with_abc.py                      |  3 ++
 lib/bb/parse/__init__.py                           | 14 +----
 lib/bb/parse/ast.py                                | 15 +-----
 lib/bb/parse/parse_py/BBHandler.py                 | 15 +-----
 lib/bb/parse/parse_py/ConfHandler.py               | 14 +----
 lib/bb/parse/parse_py/__init__.py                  | 16 +-----
 lib/bb/persist_data.py                             | 12 +----
 lib/bb/process.py                                  |  4 ++
 lib/bb/progress.py                                 | 12 +----
 lib/bb/providers.py                                | 14 +----
 lib/bb/remotedata.py                               | 12 +----
 lib/bb/runqueue.py                                 | 14 +----
 lib/bb/server/__init__.py                          | 14 +----
 lib/bb/server/process.py                           | 12 +----
 lib/bb/server/xmlrpcclient.py                      | 12 +----
 lib/bb/server/xmlrpcserver.py                      | 12 +----
 lib/bb/siggen.py                                   |  4 ++
 lib/bb/taskdata.py                                 | 14 +----
 lib/bb/tests/codeparser.py                         | 15 +-----
 lib/bb/tests/cooker.py                             | 15 +-----
 lib/bb/tests/cow.py                                | 17 +-----
 lib/bb/tests/data.py                               | 15 +-----
 lib/bb/tests/event.py                              | 15 +-----
 lib/bb/tests/fetch.py                              | 15 +-----
 lib/bb/tests/parse.py                              | 15 +-----
 lib/bb/tests/persist_data.py                       | 15 +-----
 lib/bb/tests/utils.py                              | 15 +-----
 lib/bb/tinfoil.py                                  | 12 +----
 lib/bb/ui/__init__.py                              | 12 +----
 lib/bb/ui/buildinfohelper.py                       | 12 +----
 lib/bb/ui/knotty.py                                | 12 +----
 lib/bb/ui/ncurses.py                               | 12 +----
 lib/bb/ui/taskexp.py                               | 12 +----
 lib/bb/ui/toasterui.py                             | 12 +----
 lib/bb/ui/uievent.py                               | 15 +-----
 lib/bb/ui/uihelper.py                              | 14 +----
 lib/bb/utils.py                                    | 14 +----
 lib/bblayers/__init__.py                           |  4 ++
 lib/bblayers/action.py                             |  4 ++
 lib/bblayers/common.py                             |  4 ++
 lib/bblayers/layerindex.py                         |  4 ++
 lib/bblayers/query.py                              |  4 ++
 lib/hashserv/__init__.py                           | 12 +----
 lib/hashserv/tests.py                              | 12 +----
 lib/layerindexlib/__init__.py                      | 12 +----
 lib/layerindexlib/cooker.py                        | 12 +----
 lib/layerindexlib/plugin.py                        | 13 +----
 lib/layerindexlib/restapi.py                       | 12 +----
 lib/layerindexlib/tests/common.py                  | 12 +----
 lib/layerindexlib/tests/cooker.py                  | 12 +----
 lib/layerindexlib/tests/layerindexobj.py           | 12 +----
 lib/layerindexlib/tests/restapi.py                 | 12 +----
 lib/progressbar/__init__.py                        |  2 +
 lib/progressbar/compat.py                          |  2 +
 lib/progressbar/progressbar.py                     |  2 +
 lib/progressbar/widgets.py                         |  2 +
 lib/prserv/__init__.py                             |  4 ++
 lib/prserv/db.py                                   |  4 ++
 lib/prserv/serv.py                                 |  4 ++
 lib/pyinotify.py                                   | 17 +-----
 lib/toaster/bldcollector/admin.py                  |  4 ++
 lib/toaster/bldcollector/urls.py                   | 13 +----
 lib/toaster/bldcollector/views.py                  | 12 +----
 lib/toaster/bldcontrol/admin.py                    |  4 ++
 lib/toaster/bldcontrol/bbcontroller.py             | 16 +-----
 lib/toaster/bldcontrol/localhostbecontroller.py    | 16 +-----
 .../management/commands/checksettings.py           |  4 ++
 .../bldcontrol/management/commands/runbuilds.py    |  4 ++
 lib/toaster/bldcontrol/models.py                   |  4 ++
 lib/toaster/bldcontrol/views.py                    |  4 ++
 lib/toaster/manage.py                              |  4 ++
 lib/toaster/orm/management/commands/lsupdates.py   | 15 +-----
 lib/toaster/orm/models.py                          | 15 +-----
 lib/toaster/tests/browser/selenium_helpers.py      | 15 +-----
 lib/toaster/tests/browser/selenium_helpers_base.py | 15 +-----
 lib/toaster/tests/browser/test_all_builds_page.py  | 14 +----
 .../tests/browser/test_all_projects_page.py        | 14 +----
 .../tests/browser/test_builddashboard_page.py      | 14 +----
 .../browser/test_builddashboard_page_artifacts.py  | 14 +----
 .../browser/test_builddashboard_page_recipes.py    | 14 +----
 .../browser/test_builddashboard_page_tasks.py      | 14 +----
 lib/toaster/tests/browser/test_js_unit_tests.py    | 14 +----
 lib/toaster/tests/browser/test_landing_page.py     | 16 +-----
 .../tests/browser/test_layerdetails_page.py        | 16 +-----
 .../browser/test_most_recent_builds_states.py      | 16 +-----
 .../tests/browser/test_new_custom_image_page.py    | 14 +----
 lib/toaster/tests/browser/test_new_project_page.py | 14 +----
 .../tests/browser/test_project_builds_page.py      | 14 +----
 .../tests/browser/test_project_config_page.py      | 14 +----
 lib/toaster/tests/browser/test_project_page.py     | 14 +----
 lib/toaster/tests/browser/test_sample.py           | 14 +----
 lib/toaster/tests/browser/test_task_page.py        | 14 +----
 lib/toaster/tests/browser/test_toastertable_ui.py  | 14 +----
 lib/toaster/tests/builds/buildtest.py              | 14 +----
 lib/toaster/tests/builds/test_core_image_min.py    | 15 +-----
 lib/toaster/tests/commands/test_loaddata.py        | 14 +----
 lib/toaster/tests/commands/test_lsupdates.py       | 14 +----
 lib/toaster/tests/commands/test_runbuilds.py       | 14 +----
 lib/toaster/tests/db/test_db.py                    |  2 +
 lib/toaster/tests/eventreplay/__init__.py          | 14 +----
 lib/toaster/tests/functional/functional_helpers.py | 14 +----
 .../tests/functional/test_functional_basic.py      | 14 +----
 lib/toaster/tests/views/test_views.py              | 14 +----
 lib/toaster/toastergui/api.py                      | 13 +----
 lib/toaster/toastergui/buildtables.py              | 15 +-----
 lib/toaster/toastergui/tablefilter.py              | 15 +-----
 lib/toaster/toastergui/tables.py                   | 15 +-----
 .../toastergui/templatetags/field_values_filter.py |  4 ++
 .../templatetags/objects_to_dictionaries_filter.py |  4 ++
 .../toastergui/templatetags/project_url_tag.py     |  4 ++
 lib/toaster/toastergui/templatetags/projecttags.py | 15 +-----
 lib/toaster/toastergui/typeaheads.py               | 12 +----
 lib/toaster/toastergui/urls.py                     | 12 +----
 lib/toaster/toastergui/views.py                    | 16 +-----
 lib/toaster/toastergui/widgets.py                  | 15 +-----
 .../toastermain/management/commands/builddelete.py |  4 ++
 .../toastermain/management/commands/buildimport.py | 15 +-----
 .../toastermain/management/commands/buildslist.py  |  4 ++
 .../toastermain/management/commands/checksocket.py | 14 +----
 .../toastermain/management/commands/perf.py        |  4 ++
 lib/toaster/toastermain/settings.py                | 15 +-----
 .../toastermain/settings_production_example.py     | 15 +-----
 lib/toaster/toastermain/settings_test.py           | 15 +-----
 lib/toaster/toastermain/urls.py                    | 15 +-----
 lib/toaster/toastermain/wsgi.py                    |  7 +--
 180 files changed, 322 insertions(+), 1841 deletions(-)
 delete mode 100644 HEADER
 rename COPYING => LICENSE.GPL-2.0-only (84%)
 copy doc/COPYING.MIT => LICENSE.MIT (55%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list