[bitbake-devel] [PATCH 0/3] 1.42 next pull reqest

Armin Kuster akuster808 at gmail.com
Tue Jun 18 15:41:13 UTC 2019


Please consider these for 1.42
The following changes since commit 2a823584a5dbc2427060352f3b4798dbb2640cfd:

  gitsm: Fix a bug where the wrong path was used for the submodule init (2019-06-18 11:43:03 +0100)

are available in the git repository at:

  git://git.openembedded.org/bitbake-contrib stable/1.42-next
  http://cgit.openembedded.org/bitbake-contrib/log/?h=stable/1.42-next

Matthias Schiffer (1):
  fetch2: runfetchcmd(): unset _PYTHON_SYSCONFIGDATA_NAME

Richard Purdie (2):
  bitbake: Add initial pass of SPDX license headers to source code
  bitbake: Drop duplicate license boilerplace text

 HEADER                                             | 13 +----
 LICENSE                                            | 12 ++++-
 COPYING => LICENSE.GPL-2.0-only                    | 61 ++--------------------
 LICENSE.MIT                                        | 25 +++++++++
 MANIFEST.in                                        |  4 +-
 bin/bitbake                                        | 12 +----
 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                                         | 12 +----
 bin/git-make-shallow                               |  4 ++
 bin/toaster                                        | 12 +----
 bin/toaster-eventreplay                            | 15 +-----
 lib/bb/COW.py                                      | 13 -----
 lib/bb/__init__.py                                 | 12 +----
 lib/bb/build.py                                    | 13 +----
 lib/bb/cache.py                                    | 12 +----
 lib/bb/cache_extra.py                              | 12 +----
 lib/bb/checksum.py                                 | 12 +----
 lib/bb/codeparser.py                               |  4 ++
 lib/bb/command.py                                  | 12 +----
 lib/bb/compat.py                                   |  4 ++
 lib/bb/cooker.py                                   | 13 +----
 lib/bb/cookerdata.py                               | 12 +----
 lib/bb/daemonize.py                                |  4 ++
 lib/bb/data.py                                     | 13 +----
 lib/bb/data_smart.py                               | 12 +----
 lib/bb/event.py                                    | 12 +----
 lib/bb/exceptions.py                               |  3 ++
 lib/bb/fetch2/__init__.py                          | 18 +++----
 lib/bb/fetch2/bzr.py                               | 12 +----
 lib/bb/fetch2/clearcase.py                         | 13 +----
 lib/bb/fetch2/cvs.py                               | 15 +-----
 lib/bb/fetch2/git.py                               | 14 +----
 lib/bb/fetch2/gitannex.py                          | 12 +----
 lib/bb/fetch2/gitsm.py                             | 12 +----
 lib/bb/fetch2/hg.py                                | 14 +----
 lib/bb/fetch2/local.py                             | 14 +----
 lib/bb/fetch2/npm.py                               |  3 ++
 lib/bb/fetch2/osc.py                               |  3 ++
 lib/bb/fetch2/perforce.py                          | 13 +----
 lib/bb/fetch2/repo.py                              | 14 +----
 lib/bb/fetch2/s3.py                                | 13 +----
 lib/bb/fetch2/sftp.py                              | 13 +----
 lib/bb/fetch2/ssh.py                               | 12 +----
 lib/bb/fetch2/svn.py                               | 13 +----
 lib/bb/fetch2/wget.py                              | 13 +----
 lib/bb/main.py                                     | 12 +----
 lib/bb/methodpool.py                               | 12 +----
 lib/bb/monitordisk.py                              | 12 +----
 lib/bb/msg.py                                      | 12 +----
 lib/bb/namedtuple_with_abc.py                      |  3 ++
 lib/bb/parse/__init__.py                           | 14 +----
 lib/bb/parse/ast.py                                | 13 +----
 lib/bb/parse/parse_py/BBHandler.py                 | 13 +----
 lib/bb/parse/parse_py/ConfHandler.py               | 12 +----
 lib/bb/parse/parse_py/__init__.py                  | 14 +----
 lib/bb/persist_data.py                             | 12 +----
 lib/bb/process.py                                  |  4 ++
 lib/bb/progress.py                                 | 12 +----
 lib/bb/providers.py                                | 12 +----
 lib/bb/remotedata.py                               | 12 +----
 lib/bb/runqueue.py                                 | 12 +----
 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                                 | 12 +----
 lib/bb/tests/codeparser.py                         | 13 +----
 lib/bb/tests/cooker.py                             | 13 +----
 lib/bb/tests/cow.py                                | 15 +-----
 lib/bb/tests/data.py                               | 13 +----
 lib/bb/tests/event.py                              | 13 +----
 lib/bb/tests/fetch.py                              | 13 +----
 lib/bb/tests/parse.py                              | 13 +----
 lib/bb/tests/persist_data.py                       | 13 +----
 lib/bb/tests/utils.py                              | 13 +----
 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                               | 13 +----
 lib/bb/ui/uihelper.py                              | 12 +----
 lib/bb/utils.py                                    | 12 +----
 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             | 13 +----
 lib/toaster/bldcontrol/localhostbecontroller.py    | 13 +----
 .../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   | 12 +----
 lib/toaster/orm/models.py                          | 12 +----
 lib/toaster/tests/browser/selenium_helpers.py      | 13 +----
 lib/toaster/tests/browser/selenium_helpers_base.py | 13 +----
 lib/toaster/tests/browser/test_all_builds_page.py  | 12 +----
 .../tests/browser/test_all_projects_page.py        | 12 +----
 .../tests/browser/test_builddashboard_page.py      | 12 +----
 .../browser/test_builddashboard_page_artifacts.py  | 12 +----
 .../browser/test_builddashboard_page_recipes.py    | 12 +----
 .../browser/test_builddashboard_page_tasks.py      | 12 +----
 lib/toaster/tests/browser/test_js_unit_tests.py    | 12 +----
 lib/toaster/tests/browser/test_landing_page.py     | 14 +----
 .../tests/browser/test_layerdetails_page.py        | 14 +----
 .../browser/test_most_recent_builds_states.py      | 14 +----
 .../tests/browser/test_new_custom_image_page.py    | 12 +----
 lib/toaster/tests/browser/test_new_project_page.py | 12 +----
 .../tests/browser/test_project_builds_page.py      | 12 +----
 .../tests/browser/test_project_config_page.py      | 12 +----
 lib/toaster/tests/browser/test_project_page.py     | 12 +----
 lib/toaster/tests/browser/test_sample.py           | 12 +----
 lib/toaster/tests/browser/test_task_page.py        | 12 +----
 lib/toaster/tests/browser/test_toastertable_ui.py  | 12 +----
 lib/toaster/tests/builds/buildtest.py              | 12 +----
 lib/toaster/tests/builds/test_core_image_min.py    | 13 +----
 lib/toaster/tests/commands/test_loaddata.py        | 12 +----
 lib/toaster/tests/commands/test_lsupdates.py       | 12 +----
 lib/toaster/tests/commands/test_runbuilds.py       | 12 +----
 lib/toaster/tests/db/test_db.py                    |  2 +
 lib/toaster/tests/eventreplay/__init__.py          | 12 +----
 lib/toaster/tests/functional/functional_helpers.py | 12 +----
 .../tests/functional/test_functional_basic.py      | 12 +----
 lib/toaster/tests/views/test_views.py              | 12 +----
 lib/toaster/toastergui/api.py                      | 13 +----
 lib/toaster/toastergui/buildtables.py              | 12 +----
 lib/toaster/toastergui/tablefilter.py              | 12 +----
 lib/toaster/toastergui/tables.py                   | 12 +----
 .../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 | 12 +----
 lib/toaster/toastergui/typeaheads.py               | 12 +----
 lib/toaster/toastergui/urls.py                     | 12 +----
 lib/toaster/toastergui/views.py                    | 13 +----
 lib/toaster/toastergui/widgets.py                  | 12 +----
 .../toastermain/management/commands/builddelete.py |  4 ++
 .../toastermain/management/commands/buildimport.py | 12 +----
 .../toastermain/management/commands/buildslist.py  |  4 ++
 .../toastermain/management/commands/checksocket.py | 12 +----
 .../toastermain/management/commands/perf.py        |  4 ++
 lib/toaster/toastermain/settings.py                | 12 +----
 .../toastermain/settings_production_example.py     | 12 +----
 lib/toaster/toastermain/settings_test.py           | 12 +----
 lib/toaster/toastermain/urls.py                    | 12 +----
 lib/toaster/toastermain/wsgi.py                    |  4 ++
 179 files changed, 338 insertions(+), 1609 deletions(-)
 rename COPYING => LICENSE.GPL-2.0-only (84%)
 create mode 100644 LICENSE.MIT

-- 
2.7.4



More information about the bitbake-devel mailing list