Skip to content

Commit

Permalink
Merge pull request #251 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Layer Updates:  sources/bitbake sources/meta-intel sources/meta-odroi…
  • Loading branch information
cbrake authored Jan 21, 2020
2 parents 9d52164 + d739375 commit af9a3f4
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,7 @@
path = sources/meta-altera
url = https://github.com/YoeDistro/meta-altera
branch = master
[submodule "sources/meta-python2"]
path = sources/meta-python2
url = https://github.com/YoeDistro/meta-python2
branch = master
1 change: 1 addition & 0 deletions conf/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ EXTRALAYERS = "\
${TOPDIR}/sources/meta-qt5 \
${TOPDIR}/sources/meta-rust \
${TOPDIR}/sources/meta-clang \
${TOPDIR}/sources/meta-python2 \
"
BASELAYERS = "\
${TOPDIR}/sources/meta-openembedded/meta-filesystems \
Expand Down
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
+3 −5 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
+11 −9 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-intel
2 changes: 1 addition & 1 deletion sources/meta-odroid
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 147 files
1 change: 1 addition & 0 deletions sources/meta-python2
Submodule meta-python2 added at 456137
2 changes: 1 addition & 1 deletion sources/meta-qt5
Submodule meta-qt5 updated 117 files
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 302 files

0 comments on commit af9a3f4

Please sign in to comment.