Skip to content

Commit

Permalink
Layer Updates: sources/bitbake sources/meta-browser sources/meta-clan…
Browse files Browse the repository at this point in the history
…g sources/meta-freescale sources/meta-intel sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/openembedded-core

* sources/bitbake f5daef68...feb43e7c (7):
  > persist_data.py: Immediately get exclusive lock in __setitem__
  > fetch2/git: _revision_key: collapse adjacent slashes
  > fetch2: do not suffix srcrev cache key with PN
  > tests/utils: add tests for bb.utils.get_referenced_vars
  > bb.utils: add get_referenced_vars
  > lib: amend code to use proper singleton comparisons where possible
  > lib: remove unused imports

* sources/meta-browser 65f8d37...1697014 (1):
  > chromium: Fix patch fuzz

* sources/meta-clang b4c7c28...6892939 (5):
  > Make llvm CRT components optional
  > clang: package the multilib symlink
  > clang: stay closer to cmake.bbclass
  > clang: use nonarch_libdir/clang for all runtime files
  > clang: Search for dynamic linker.

* sources/meta-freescale 728ce4f1...84757e4a (1):
  > devregs: update to latest version and add imx8mn support

* sources/meta-intel c4a7ab83...f23e067e (1):
  > linux-intel/5.4: update to v5.4.8

* sources/meta-openembedded dcd719b714...d0748372d2 (14):
  > cppzmq: bump to version 4.6.0
  > gitpkgv.bbclass: Add support for extending the supported tag formats
  > fontforge: rework for python3
  > evolution-data-server: remove pythonnative from inherit
  > python-supervisor: upgrade 4.0.2 -> 4.1.0
  > python-tqdm: upgrade 4.38.0 -> 4.41.1
  > python-waitress: upgrade 1.4.1 -> 1.4.2
  > python-wcwidth: upgrade 0.1.7 -> 0.1.8
  > python3-websockets: upgrade 8.0.2 -> 8.1
  > python3-wheel: upgrade 0.32.3 -> 0.33.6
  > python3-yarl: upgrade 1.3.0 -> 1.4.2
  > cups-filters: upgrade 1.26.0 -> 1.26.2
  > cups-filters: use libexecdir and cleanup
  > opensc: Upgrade to 0.20.0

* sources/meta-qt5 254576f...47fb26d (5):
  > recipes: Use python3 during build
  > qt-kiosk-browser: Only support arm/x86
  > qtwebengine: Fix missing headers found in build with clang
  > gstreamer1.0-plugins-good: Adjust bbappend for meson migration in core
  > qttools: remove ptest installation

* sources/meta-raspberrypi e7c856e...05c86e3 (1):
  > README: Add documentation badge

* sources/openembedded-core 9d7a521971...1098fdf360 (37):
  > epiphany: Add missing mime-xgd inherit
  > vim: Add missing mime-xgd inherit
  > rootfs: Make BUILDNAME a weak default in reproducible_build_simple
  > ltp: Fix nm01 faliure
  > newlib: Enable building libstdc++ for newlib based toolchains
  > gcc-configure: Enable the use of different symbol versioning
  > machine_dict: Add i686 to the ELF machine dictionary
  > ghostscript: Add powerpc64 LE specific objarch.h
  > tcf-agent: Add LCL_STOP_SERVICES for powerpc64 LE
  > openssl: Add powerpc64 LE support
  > gcc: Enable 32bit powerpcle at multi-arch for powerpc64le
  > classes, conf, lib: Add support for powerpc64le
  > libfm: Add mime and mime-xdg classes
  > wic: fix images build in parallel
  > pcmanfm: Inherit mime-xdg
  > gcr: add mime-xdg to inherit
  > insane.bbclass: Spawn warning for missing mime-xdg in inherit
  > mime-xdg.bbclass: initial add
  > gcr: add mime to inherit
  > shared-mime-info: add mime to inherit
  > insane.bbclass: introduce a warning for mime missing in inherit
  > mime.bbclass: rework
  > shared-mime-info: upgrade 1.10 -> 1.15
  > itstool: extend to nativesdk
  > itstool: add from meta-oe
  > xf86-video-intel: bump to latest SRCREV
  > newlib: Upgrade newlib and libgloss to the yearly release 3.2.0
  > libubootenv: fix multilib build
  > vim: update from 8.1.1518 to 8.2
  > findutils: Upgrade to 4.7.0
  > sysklogd: fix parallel build problem
  > foomatic-filters: remove recipe
  > python: remove Python 2 and all supporting classes
  > glibc: Upgrade to 2.31
  > prelink: Deal with mips specific gnu-hash impelementation
  > webkitgtk: Disable gold for all mips
  > mips: Enable gnu-hash-style on glibc

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Jan 20, 2020
1 parent 134d694 commit d739375
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sources/bitbake
Submodule bitbake updated 88 files
+0 −1 lib/bb/COW.py
+0 −1 lib/bb/build.py
+0 −1 lib/bb/cache.py
+0 −1 lib/bb/checksum.py
+2 −24 lib/bb/codeparser.py
+1 −1 lib/bb/command.py
+4 −8 lib/bb/cooker.py
+1 −1 lib/bb/data.py
+2 −3 lib/bb/event.py
+3 −4 lib/bb/fetch2/__init__.py
+0 −2 lib/bb/fetch2/bzr.py
+0 −1 lib/bb/fetch2/clearcase.py
+0 −1 lib/bb/fetch2/cvs.py
+4 −2 lib/bb/fetch2/git.py
+0 −2 lib/bb/fetch2/gitannex.py
+0 −1 lib/bb/fetch2/gitsm.py
+0 −2 lib/bb/fetch2/hg.py
+0 −1 lib/bb/fetch2/npm.py
+1 −3 lib/bb/fetch2/osc.py
+1 −2 lib/bb/fetch2/perforce.py
+1 −3 lib/bb/fetch2/ssh.py
+0 −2 lib/bb/fetch2/svn.py
+0 −3 lib/bb/fetch2/wget.py
+1 −1 lib/bb/monitordisk.py
+0 −2 lib/bb/msg.py
+10 −14 lib/bb/parse/ast.py
+0 −2 lib/bb/parse/parse_py/BBHandler.py
+3 −0 lib/bb/persist_data.py
+0 −1 lib/bb/progress.py
+3 −3 lib/bb/providers.py
+1 −3 lib/bb/runqueue.py
+0 −3 lib/bb/server/xmlrpcclient.py
+0 −3 lib/bb/server/xmlrpcserver.py
+1 −1 lib/bb/taskdata.py
+0 −1 lib/bb/tests/cooker.py
+1 −1 lib/bb/tests/cow.py
+0 −1 lib/bb/tests/fetch.py
+0 −1 lib/bb/tests/runqueue.py
+44 −0 lib/bb/tests/utils.py
+2 −2 lib/bb/tinfoil.py
+4 −4 lib/bb/ui/buildinfohelper.py
+1 −2 lib/bb/ui/knotty.py
+2 −3 lib/bb/ui/ncurses.py
+1 −3 lib/bb/ui/taskexp.py
+1 −1 lib/bb/ui/toasterui.py
+1 −1 lib/bb/ui/uievent.py
+37 −1 lib/bb/utils.py
+1 −1 lib/bs4/__init__.py
+1 −2 lib/bs4/builder/_html5lib.py
+0 −8 lib/bs4/dammit.py
+0 −1 lib/bs4/element.py
+0 −1 lib/bs4/testing.py
+0 −4 lib/bs4/tests/test_docs.py
+0 −1 lib/bs4/tests/test_htmlparser.py
+1 −7 lib/bs4/tests/test_lxml.py
+1 −5 lib/bs4/tests/test_soup.py
+2 −9 lib/bs4/tests/test_tree.py
+0 −1 lib/hashserv/client.py
+1 −2 lib/layerindexlib/cooker.py
+0 −3 lib/layerindexlib/plugin.py
+0 −3 lib/layerindexlib/tests/cooker.py
+0 −6 lib/layerindexlib/tests/layerindexobj.py
+0 −3 lib/layerindexlib/tests/restapi.py
+3 −3 lib/ply/yacc.py
+7 −7 lib/prserv/db.py
+2 −2 lib/pyinotify.py
+1 −1 lib/toaster/bldcollector/urls.py
+0 −8 lib/toaster/bldcollector/views.py
+0 −1 lib/toaster/bldcontrol/admin.py
+1 −3 lib/toaster/bldcontrol/bbcontroller.py
+4 −7 lib/toaster/bldcontrol/localhostbecontroller.py
+2 −4 lib/toaster/bldcontrol/management/commands/checksettings.py
+1 −2 lib/toaster/bldcontrol/models.py
+1 −1 lib/toaster/orm/management/commands/lsupdates.py
+1 −1 lib/toaster/orm/migrations/0011_delete_layersource.py
+2 −2 lib/toaster/orm/models.py
+0 −1 lib/toaster/tests/browser/selenium_helpers_base.py
+0 −3 lib/toaster/tests/browser/test_project_config_page.py
+0 −1 lib/toaster/tests/functional/test_functional_basic.py
+0 −3 lib/toaster/toastergui/api.py
+2 −7 lib/toaster/toastergui/tables.py
+0 −1 lib/toaster/toastergui/templatetags/objects_to_dictionaries_filter.py
+3 −3 lib/toaster/toastergui/templatetags/projecttags.py
+2 −3 lib/toaster/toastergui/urls.py
+12 −15 lib/toaster/toastergui/views.py
+1 −3 lib/toaster/toastermain/management/commands/builddelete.py
+3 −5 lib/toaster/toastermain/management/commands/buildimport.py
+1 −2 lib/toaster/toastermain/management/commands/buildslist.py
2 changes: 1 addition & 1 deletion sources/meta-browser
2 changes: 1 addition & 1 deletion sources/meta-intel
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 25 files
+1 −1 meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
+10 −4 meta-oe/classes/gitpkgv.bbclass
+2 −2 meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
+3 −5 meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb
+8 −22 meta-oe/recipes-printing/cups/cups-filters.inc
+0 −4 meta-oe/recipes-printing/cups/cups-filters_1.26.0.bb
+4 −0 meta-oe/recipes-printing/cups/cups-filters_1.26.2.bb
+0 −69 meta-oe/recipes-support/opensc/opensc/0001-Fix-misleading-code-indentation.patch
+0 −34 meta-oe/recipes-support/opensc/opensc/0001-Remove-redundant-logging.patch
+1 −3 meta-oe/recipes-support/opensc/opensc_0.20.0.bb
+2 −2 meta-python/recipes-devtools/python/python-supervisor.inc
+2 −2 meta-python/recipes-devtools/python/python-tqdm.inc
+0 −0 meta-python/recipes-devtools/python/python-tqdm_4.41.1.bb
+2 −2 meta-python/recipes-devtools/python/python-waitress.inc
+0 −0 meta-python/recipes-devtools/python/python-waitress_1.4.2.bb
+2 −2 meta-python/recipes-devtools/python/python-wcwidth.inc
+0 −0 meta-python/recipes-devtools/python/python-wcwidth_0.1.8.bb
+2 −2 meta-python/recipes-devtools/python/python-yarl.inc
+0 −0 meta-python/recipes-devtools/python/python3-supervisor_4.1.0.bb
+0 −0 meta-python/recipes-devtools/python/python3-tqdm_4.41.1.bb
+0 −0 meta-python/recipes-devtools/python/python3-waitress_1.4.2.bb
+0 −0 meta-python/recipes-devtools/python/python3-wcwidth_0.1.8.bb
+2 −2 meta-python/recipes-devtools/python/python3-websockets_8.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb
+0 −0 meta-python/recipes-devtools/python/python3-yarl_1.4.2.bb
2 changes: 1 addition & 1 deletion sources/meta-raspberrypi
Submodule meta-raspberrypi updated 1 files
+1 −0 README.md
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 145 files

0 comments on commit d739375

Please sign in to comment.