-
-
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.
Layer Updates: sources/bitbake sources/meta-freescale sources/meta-op…
…enembedded sources/openembedded-core * sources/bitbake 52a144a...610dbee (8): > gitsm.py: Refactor the functions and simplify the class > gitsm.py: Rework the shallow fetcher and test case > gitsm.py: revise unpack > gitsm.py: Optimize code and attempt to resolve locking issue > tests/fetch.py: Add alternative gitsm test case > gitsm.py: Add support for alternative URL formats from submodule files > gitsm.py: Fix when a submodule is defined, but not initialized > bitbake: Fix Deprecated warnings from regexs * sources/meta-freescale e7d8aa7...9704df9 (4): > udev: add rule for t1024 > Merge pull request #37 from deinok/master > Merge pull request #30 from thochstein/L4.9.123-2.3.0-181213 > Merge pull request #38 from YoeDistro/yoe/mut * sources/meta-openembedded 612128b...1ed152e (3): > lockdev: Switch to use archive tarballs for SRC_URI > openal-soft: Upgrade to 1.19.1 > haveged: Upgrade 1.9.4 * sources/openembedded-core fa7020c...57a925d (14): > wic: sdimage-bootpart: Use mmcblk0 drive instead of bogus mmcblk > selftest/wic: update test case test_qemu > sstate.bbclass: remove dependencies of SSTATE_EXTRAPATHWILDCARD > classes/compress_doc: add missing import subprocess > parselogs.py: whilelist one more amba error message > systemd: Correct a conditional add to SYSTEMD_PACKAGES > systemd: Correct and clean up user/group definitions > consolekit: enable polkit if polkit distro feature is set > consolekit: rename policykit to polkit > gconf: enable polkit if polkit distro feature is set > gconf: rename policykit to polkit > systemd: only enable polkit if DISTRO_FEATURES asks for polkit > meta: Fix python code quoting issues > meta: Fix Deprecated warnings from regexs Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule bitbake
updated
10 files
+2 −2 | lib/bb/fetch2/git.py | |
+103 −154 | lib/bb/fetch2/gitsm.py | |
+12 −12 | lib/bb/fetch2/wget.py | |
+6 −6 | lib/bb/monitordisk.py | |
+9 −9 | lib/bb/parse/parse_py/BBHandler.py | |
+2 −2 | lib/bb/providers.py | |
+1 −1 | lib/bb/siggen.py | |
+22 −2 | lib/bb/tests/fetch.py | |
+6 −6 | lib/bs4/dammit.py | |
+4 −4 | lib/bs4/element.py |
Submodule meta-freescale
updated
5 files
Submodule meta-openembedded
updated
10 files
Submodule openembedded-core
updated
42 files