-
-
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 #527 from YoeDistro/kraj/master
Update layers
- Loading branch information
Showing
16 changed files
with
30 additions
and
17 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
envsetup.sh |
Submodule bitbake
updated
10 files
+1 −0 | .gitignore | |
+28 −0 | doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |
+15 −0 | doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | |
+3 −0 | lib/bb/cache.py | |
+12 −8 | lib/bb/event.py | |
+3 −1 | lib/bb/fetch2/__init__.py | |
+93 −0 | lib/bb/fetch2/az.py | |
+37 −9 | lib/bb/runqueue.py | |
+1 −1 | lib/bb/tests/color.py | |
+1 −1 | lib/bb/tinfoil.py |
Submodule meta-arm
updated
58 files
Submodule meta-clang
updated
9 files
Submodule meta-freescale
updated
5 files
Submodule meta-openembedded
updated
43 files
Submodule meta-qt5
updated
7 files
Submodule meta-riscv
updated
9 files
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Yoe base starter image | ||
# Yoe starter image | ||
|
||
require recipes-core/images/core-image-base.bb | ||
require updater.inc | ||
|
Submodule openembedded-core
updated
145 files