-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #539 from YoeDistro/kraj/master
Update layers
- Loading branch information
Showing
14 changed files
with
51 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule bitbake
updated
20 files
+5 −0 | README | |
+1 −3 | bin/bitbake-server | |
+1 −1 | doc/README | |
+14 −14 | doc/bitbake-user-manual/bitbake-user-manual-execution.rst | |
+24 −30 | doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |
+21 −21 | doc/bitbake-user-manual/bitbake-user-manual-hello.rst | |
+19 −19 | doc/bitbake-user-manual/bitbake-user-manual-intro.rst | |
+86 −86 | doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | |
+34 −34 | doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | |
+31 −0 | lib/bb/asyncrpc/__init__.py | |
+145 −0 | lib/bb/asyncrpc/client.py | |
+218 −0 | lib/bb/asyncrpc/serv.py | |
+1 −1 | lib/bb/fetch2/git.py | |
+1 −1 | lib/bb/server/process.py | |
+3 −3 | lib/bb/siggen.py | |
+12 −4 | lib/bblayers/layerindex.py | |
+19 −128 | lib/hashserv/client.py | |
+25 −185 | lib/hashserv/server.py | |
+1 −2 | lib/hashserv/tests.py | |
+3 −28 | lib/prserv/serv.py |
Submodule meta-arm
updated
77 files
Submodule meta-clang
updated
4 files
+1 −4 | classes/clang.bbclass | |
+1 −0 | conf/nonclangable.conf | |
+0 −3 | recipes-connectivity/openssh/openssh_%.bbappend | |
+1 −1 | recipes-devtools/clang/llvm-project-source.inc |
Submodule meta-freescale
updated
52 files
Submodule meta-intel
updated
13 files
Submodule meta-openembedded
updated
83 files
Submodule meta-qt5
updated
9 files
Submodule meta-raspberrypi
updated
2 files
+3 −3 | recipes-bsp/common/raspberrypi-firmware.inc | |
+3 −3 | recipes-kernel/linux/linux-raspberrypi_5.10.bb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule openembedded-core
updated
144 files