public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: isar-users@googlegroups.com
Subject: Re: [PATCH v2 0/2] Update to the latest bitbake release
Date: Mon, 12 Nov 2018 12:28:07 +0300	[thread overview]
Message-ID: <cf041f94-eccc-dfba-6c1f-6bcdb28f77ff@ilbers.de> (raw)
In-Reply-To: <20181109085903.8299-1-mosipov@ilbers.de>

On 11/9/18 11:59 AM, Maxim Yu. Osipov wrote:
> Hi everybody,
> 
> This is the second series after review.
> 
> Changes vs v1:
> - bitbake was updated to the release version
> - Set LAYERSERIES_CORENAMES to version string

Applied to the 'next',

Maxim.

> Kind regards,
> Maxim.
> 
> Maxim Yu. Osipov (2):
>    bitbake: Update to the release 1.40.0
>    meta: Set LAYERSERIES_* variables
> 
>   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                  |  165 ++-
>   .../bitbake-user-manual-metadata.xml               |  115 +-
>   .../bitbake-user-manual-ref-variables.xml          |   59 +-
>   .../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                               |    3 +
>   112 files changed, 6939 insertions(+), 970 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
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

      parent reply	other threads:[~2018-11-12  9:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-09  8:59 Maxim Yu. Osipov
2018-11-09  8:59 ` [PATCH v2 1/2] bitbake: Update to the release 1.40.0 Maxim Yu. Osipov
2018-11-19  7:46   ` Jan Kiszka
2018-11-21  8:30     ` Jan Kiszka
2018-11-09  8:59 ` [PATCH v2 2/2] meta: Set LAYERSERIES_* variables Maxim Yu. Osipov
2018-11-12  9:20   ` Henning Schild
2018-11-14  7:20   ` Henning Schild
2018-11-14 10:15     ` Jan Kiszka
2018-11-14 10:39       ` Maxim Yu. Osipov
2018-11-12  9:28 ` Maxim Yu. Osipov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cf041f94-eccc-dfba-6c1f-6bcdb28f77ff@ilbers.de \
    --to=mosipov@ilbers.de \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox