[bitbake-devel] [PATCH 0/2] bitbake: python2 -> python3

Robert Yang liezhi.yang at windriver.com
Thu Jun 27 06:59:46 UTC 2019


Hi RP,

- For bitbake/lib/bb's changes, I removed the line '#! /usr/bin/env python',
  and I've run bitbake-selftest, everything is fine except one test case which
  says can't clone git://git.infradead.org/mtd-utils.git, I can't clone it
  mannually, either.

- For toaster/tests, I read it's README, it needs a web browser to run the test
  cases, but I don't have it on my server, so I didn't run the test cases. I just
  changed python2 -> python3, but kept the line there, I used 2to3 to check these
  files, they are python3 indeed.

// Robert
  

The following changes since commit 67266331b0f557c01cde1cc1b1a1de7197443a6c:

  local.conf.sample.extended: remove redundant RUNTIMETARGET assignment (2019-06-24 17:34:25 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/py3
  http://git.pokylinux.org/cgit.cgi//log/?h=rbt/py3

Robert Yang (2):
  bitbake: lib: Cleanup /usr/bin/env python
  bitbake: toaster:tests: python -> python3

 bitbake/lib/bb/cooker.py                                               | 1 -
 bitbake/lib/bb/cookerdata.py                                           | 1 -
 bitbake/lib/bb/main.py                                                 | 1 -
 bitbake/lib/bb/monitordisk.py                                          | 1 -
 bitbake/lib/bb/namedtuple_with_abc.py                                  | 1 -
 bitbake/lib/bb/parse/parse_py/BBHandler.py                             | 1 -
 bitbake/lib/bb/parse/parse_py/ConfHandler.py                           | 1 -
 bitbake/lib/bb/parse/parse_py/__init__.py                              | 1 -
 bitbake/lib/bb/runqueue.py                                             | 1 -
 bitbake/lib/bb/taskdata.py                                             | 1 -
 bitbake/lib/pyinotify.py                                               | 3 +--
 bitbake/lib/toaster/tests/browser/selenium_helpers.py                  | 2 +-
 bitbake/lib/toaster/tests/browser/selenium_helpers_base.py             | 2 +-
 bitbake/lib/toaster/tests/browser/test_all_builds_page.py              | 2 +-
 bitbake/lib/toaster/tests/browser/test_all_projects_page.py            | 2 +-
 bitbake/lib/toaster/tests/browser/test_builddashboard_page.py          | 2 +-
 .../lib/toaster/tests/browser/test_builddashboard_page_artifacts.py    | 2 +-
 bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py  | 2 +-
 bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py    | 2 +-
 bitbake/lib/toaster/tests/browser/test_js_unit_tests.py                | 2 +-
 bitbake/lib/toaster/tests/browser/test_landing_page.py                 | 2 +-
 bitbake/lib/toaster/tests/browser/test_layerdetails_page.py            | 2 +-
 bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py    | 2 +-
 bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py        | 2 +-
 bitbake/lib/toaster/tests/browser/test_new_project_page.py             | 2 +-
 bitbake/lib/toaster/tests/browser/test_project_builds_page.py          | 2 +-
 bitbake/lib/toaster/tests/browser/test_project_config_page.py          | 2 +-
 bitbake/lib/toaster/tests/browser/test_project_page.py                 | 2 +-
 bitbake/lib/toaster/tests/browser/test_sample.py                       | 2 +-
 bitbake/lib/toaster/tests/browser/test_task_page.py                    | 2 +-
 bitbake/lib/toaster/tests/browser/test_toastertable_ui.py              | 2 +-
 bitbake/lib/toaster/tests/builds/buildtest.py                          | 2 +-
 bitbake/lib/toaster/tests/builds/test_core_image_min.py                | 2 +-
 bitbake/lib/toaster/tests/commands/test_loaddata.py                    | 2 +-
 bitbake/lib/toaster/tests/commands/test_lsupdates.py                   | 2 +-
 bitbake/lib/toaster/tests/commands/test_runbuilds.py                   | 2 +-
 bitbake/lib/toaster/tests/eventreplay/__init__.py                      | 2 +-
 bitbake/lib/toaster/tests/functional/functional_helpers.py             | 2 +-
 bitbake/lib/toaster/tests/functional/test_functional_basic.py          | 2 +-
 bitbake/lib/toaster/tests/views/test_views.py                          | 2 +-
 bitbake/lib/toaster/toastermain/management/commands/checksocket.py     | 2 +-
 41 files changed, 31 insertions(+), 42 deletions(-)

-- 
2.7.4



More information about the bitbake-devel mailing list