public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/3] bitbake upstream update and eliminate no-gpg-check option usage
@ 2018-11-07 16:09 Maxim Yu. Osipov
  2018-11-07 16:09 ` [PATCH 1/3] Update bitbake from the upstream Maxim Yu. Osipov
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Maxim Yu. Osipov @ 2018-11-07 16:09 UTC (permalink / raw)
  To: isar-users

Hi everybody,

See details in corresponding patches.

Kind regards,
Maxim.

Maxim Yu. Osipov (3):
  Update bitbake from the upstream.
  meta: Set LAYERSERIES_* variables
  isar-bootstrap: Eliminate no-gpg-check option usage

 bitbake/bin/bitbake                                |    2 +-
 bitbake/bin/bitbake-selftest                       |    7 +-
 bitbake/bin/toaster                                |   13 +-
 bitbake/contrib/dump_cache.py                      |   85 +-
 .../bitbake-user-manual-execution.xml              |    2 +-
 .../bitbake-user-manual-fetching.xml               |   40 +-
 .../bitbake-user-manual-hello.xml                  |    8 +-
 .../bitbake-user-manual-intro.xml                  |  178 ++-
 .../bitbake-user-manual-metadata.xml               |  142 +-
 .../bitbake-user-manual-ref-variables.xml          |  118 +-
 .../bitbake-user-manual/bitbake-user-manual.xml    |    2 +-
 .../figures/bb_multiconfig_files.png               |    0
 bitbake/lib/bb/COW.py                              |    2 +-
 bitbake/lib/bb/__init__.py                         |   18 +-
 bitbake/lib/bb/build.py                            |    8 +-
 bitbake/lib/bb/cache.py                            |    7 +-
 bitbake/lib/bb/checksum.py                         |    2 +
 bitbake/lib/bb/codeparser.py                       |    4 +-
 bitbake/lib/bb/cooker.py                           |   57 +-
 bitbake/lib/bb/cookerdata.py                       |    5 +-
 bitbake/lib/bb/daemonize.py                        |   25 +-
 bitbake/lib/bb/data.py                             |   61 +-
 bitbake/lib/bb/data_smart.py                       |  108 +-
 bitbake/lib/bb/event.py                            |    5 +-
 bitbake/lib/bb/fetch2/__init__.py                  |   62 +-
 bitbake/lib/bb/fetch2/bzr.py                       |    5 +-
 bitbake/lib/bb/fetch2/clearcase.py                 |    3 +-
 bitbake/lib/bb/fetch2/cvs.py                       |    5 +-
 bitbake/lib/bb/fetch2/git.py                       |   66 +-
 bitbake/lib/bb/fetch2/gitsm.py                     |  264 ++--
 bitbake/lib/bb/fetch2/hg.py                        |    2 +-
 bitbake/lib/bb/fetch2/npm.py                       |    9 +-
 bitbake/lib/bb/fetch2/osc.py                       |    5 +-
 bitbake/lib/bb/fetch2/perforce.py                  |    8 +-
 bitbake/lib/bb/fetch2/repo.py                      |   12 +-
 bitbake/lib/bb/fetch2/svn.py                       |    5 +-
 bitbake/lib/bb/main.py                             |   15 +-
 bitbake/lib/bb/msg.py                              |    3 +
 bitbake/lib/bb/parse/__init__.py                   |    3 +-
 bitbake/lib/bb/parse/ast.py                        |   46 +-
 bitbake/lib/bb/parse/parse_py/BBHandler.py         |    3 -
 bitbake/lib/bb/parse/parse_py/ConfHandler.py       |    3 -
 bitbake/lib/bb/runqueue.py                         |  278 ++--
 bitbake/lib/bb/server/process.py                   |   27 +-
 bitbake/lib/bb/siggen.py                           |   54 +-
 bitbake/lib/bb/taskdata.py                         |   18 +-
 bitbake/lib/bb/tests/cooker.py                     |   83 ++
 bitbake/lib/bb/tests/data.py                       |   77 +-
 bitbake/lib/bb/tests/fetch.py                      |  295 ++++-
 bitbake/lib/bb/tests/parse.py                      |    4 +
 bitbake/lib/bb/ui/buildinfohelper.py               |    9 +-
 bitbake/lib/bb/ui/taskexp.py                       |   10 +-
 bitbake/lib/bb/utils.py                            |   60 +-
 bitbake/lib/bblayers/action.py                     |    2 +-
 bitbake/lib/bblayers/layerindex.py                 |  323 ++---
 bitbake/lib/layerindexlib/README                   |   28 +
 bitbake/lib/layerindexlib/__init__.py              | 1363 ++++++++++++++++++++
 bitbake/lib/layerindexlib/cooker.py                |  344 +++++
 bitbake/lib/layerindexlib/plugin.py                |   60 +
 bitbake/lib/layerindexlib/restapi.py               |  398 ++++++
 bitbake/lib/layerindexlib/tests/__init__.py        |    0
 bitbake/lib/layerindexlib/tests/common.py          |   43 +
 bitbake/lib/layerindexlib/tests/cooker.py          |  123 ++
 bitbake/lib/layerindexlib/tests/layerindexobj.py   |  226 ++++
 bitbake/lib/layerindexlib/tests/restapi.py         |  184 +++
 bitbake/lib/layerindexlib/tests/testdata/README    |   11 +
 .../tests/testdata/build/conf/bblayers.conf        |   15 +
 .../tests/testdata/layer1/conf/layer.conf          |   17 +
 .../tests/testdata/layer2/conf/layer.conf          |   20 +
 .../tests/testdata/layer3/conf/layer.conf          |   19 +
 .../tests/testdata/layer4/conf/layer.conf          |   22 +
 .../toaster/bldcontrol/localhostbecontroller.py    |  212 ++-
 .../management/commands/checksettings.py           |    8 +-
 .../bldcontrol/management/commands/runbuilds.py    |    2 +-
 bitbake/lib/toaster/orm/fixtures/oe-core.xml       |   28 +-
 bitbake/lib/toaster/orm/fixtures/poky.xml          |   76 +-
 .../toaster/orm/management/commands/lsupdates.py   |  228 ++--
 .../orm/migrations/0018_project_specific.py        |   28 +
 bitbake/lib/toaster/orm/models.py                  |   74 +-
 bitbake/lib/toaster/toastergui/api.py              |  176 ++-
 .../lib/toaster/toastergui/static/js/layerBtn.js   |   12 +
 .../toaster/toastergui/static/js/layerdetails.js   |    3 +-
 .../lib/toaster/toastergui/static/js/libtoaster.js |  108 +-
 .../lib/toaster/toastergui/static/js/mrbsection.js |    4 +-
 .../toastergui/static/js/newcustomimage_modal.js   |    7 +
 .../toaster/toastergui/static/js/projecttopbar.js  |   22 +
 bitbake/lib/toaster/toastergui/tables.py           |   12 +-
 .../toastergui/templates/base_specific.html        |  128 ++
 .../templates/baseprojectspecificpage.html         |   48 +
 .../toastergui/templates/customise_btn.html        |    6 +-
 .../templates/generic-toastertable-page.html       |    2 +-
 .../toaster/toastergui/templates/importlayer.html  |    4 +-
 .../toastergui/templates/landing_specific.html     |   50 +
 .../toaster/toastergui/templates/layerdetails.html |    3 +-
 .../toaster/toastergui/templates/mrb_section.html  |    2 +-
 .../toastergui/templates/newcustomimage.html       |    4 +-
 .../toaster/toastergui/templates/newproject.html   |   57 +-
 .../toastergui/templates/newproject_specific.html  |   95 ++
 .../lib/toaster/toastergui/templates/project.html  |    7 +-
 .../toastergui/templates/project_specific.html     |  162 +++
 .../templates/project_specific_topbar.html         |   80 ++
 .../toaster/toastergui/templates/projectconf.html  |    7 +-
 .../lib/toaster/toastergui/templates/recipe.html   |    2 +-
 .../toastergui/templates/recipe_add_btn.html       |   23 +
 bitbake/lib/toaster/toastergui/urls.py             |   13 +
 bitbake/lib/toaster/toastergui/views.py            |  165 ++-
 bitbake/lib/toaster/toastergui/widgets.py          |   23 +-
 .../toastermain/management/commands/builddelete.py |    6 +-
 .../toastermain/management/commands/buildimport.py |  584 +++++++++
 bitbake/toaster-requirements.txt                   |    2 +-
 meta-isar/conf/layer.conf                          |    1 +
 meta/conf/layer.conf                               |    5 +-
 .../recipes-core/isar-bootstrap/isar-bootstrap.inc |    3 -
 113 files changed, 7029 insertions(+), 984 deletions(-)
 create mode 100644 bitbake/doc/bitbake-user-manual/figures/bb_multiconfig_files.png
 create mode 100644 bitbake/lib/bb/tests/cooker.py
 create mode 100644 bitbake/lib/layerindexlib/README
 create mode 100644 bitbake/lib/layerindexlib/__init__.py
 create mode 100644 bitbake/lib/layerindexlib/cooker.py
 create mode 100644 bitbake/lib/layerindexlib/plugin.py
 create mode 100644 bitbake/lib/layerindexlib/restapi.py
 create mode 100644 bitbake/lib/layerindexlib/tests/__init__.py
 create mode 100644 bitbake/lib/layerindexlib/tests/common.py
 create mode 100644 bitbake/lib/layerindexlib/tests/cooker.py
 create mode 100644 bitbake/lib/layerindexlib/tests/layerindexobj.py
 create mode 100644 bitbake/lib/layerindexlib/tests/restapi.py
 create mode 100644 bitbake/lib/layerindexlib/tests/testdata/README
 create mode 100644 bitbake/lib/layerindexlib/tests/testdata/build/conf/bblayers.conf
 create mode 100644 bitbake/lib/layerindexlib/tests/testdata/layer1/conf/layer.conf
 create mode 100644 bitbake/lib/layerindexlib/tests/testdata/layer2/conf/layer.conf
 create mode 100644 bitbake/lib/layerindexlib/tests/testdata/layer3/conf/layer.conf
 create mode 100644 bitbake/lib/layerindexlib/tests/testdata/layer4/conf/layer.conf
 create mode 100644 bitbake/lib/toaster/orm/migrations/0018_project_specific.py
 create mode 100644 bitbake/lib/toaster/toastergui/templates/base_specific.html
 create mode 100644 bitbake/lib/toaster/toastergui/templates/baseprojectspecificpage.html
 create mode 100644 bitbake/lib/toaster/toastergui/templates/landing_specific.html
 create mode 100644 bitbake/lib/toaster/toastergui/templates/newproject_specific.html
 create mode 100644 bitbake/lib/toaster/toastergui/templates/project_specific.html
 create mode 100644 bitbake/lib/toaster/toastergui/templates/project_specific_topbar.html
 create mode 100644 bitbake/lib/toaster/toastergui/templates/recipe_add_btn.html
 mode change 100755 => 100644 bitbake/lib/toaster/toastergui/views.py
 create mode 100644 bitbake/lib/toaster/toastermain/management/commands/buildimport.py

-- 
2.11.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-12-03 12:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 16:09 [PATCH 0/3] bitbake upstream update and eliminate no-gpg-check option usage Maxim Yu. Osipov
2018-11-07 16:09 ` [PATCH 1/3] Update bitbake from the upstream Maxim Yu. Osipov
2018-11-07 17:58   ` Henning Schild
2018-11-08  9:08     ` Maxim Yu. Osipov
2018-11-07 16:09 ` [PATCH 2/3] meta: Set LAYERSERIES_* variables Maxim Yu. Osipov
2018-11-07 16:20   ` Jan Kiszka
2018-11-07 16:39     ` Maxim Yu. Osipov
2018-11-07 16:41       ` Jan Kiszka
2018-11-07 17:24         ` Maxim Yu. Osipov
2018-11-07 17:26           ` Jan Kiszka
2018-11-07 16:09 ` [PATCH 3/3] isar-bootstrap: Eliminate no-gpg-check option usage Maxim Yu. Osipov
2018-11-07 17:38   ` Henning Schild
2018-11-08  7:57     ` Maxim Yu. Osipov
2018-11-12  9:30   ` Maxim Yu. Osipov
2018-11-27  9:43   ` Henning Schild
2018-11-27 10:15     ` Maxim Yu. Osipov
2018-12-03 11:49   ` Maxim Yu. Osipov
2018-12-03 12:52     ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox