-
-
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-clang sources/meta-freesc…
…ale sources/meta-openembedded sources/meta-rust sources/openembedded-core * sources/bitbake 784a904f...d892287b (10): > prserv: Add connect function > prserv: Drop unused dump_db method > prserv: Drop obsolete python version check > hashserv: Refactor to use asyncrpc > asyncrpc: Common implementation of RPC using json & asyncio > hashserv: Use generic ConnectionError > doc: bitbake-user-manual: fix typo left over from Sphinx migration > doc: bitbake-user-manual: code insertion simplification over two lines > doc: bitbake-user-manual: simplify colon usage > README: update/fix contribution guidelines * sources/meta-clang 2c2724d...402ae7a (1): > clang: Add SDK_VENDOR string to CLANG_EXTRA_OE_VENDORS * sources/meta-freescale df845df2...aee2bfe6 (12): > linux-fslc-imx: update to NXP rel_imx_5.4.70_2.3.2 > weston: Update to 230e9bc > libdrm: Update to 40ea5397 > imx-dpu-g2d: Upgrade to 1.8.14 > imx-gpu-g2d: Upgrade to 6.4.3.p1.4 > kernel-module-imx-gpu-viv: Upgrade to 6.4.3.p1.0 > imx-gpu-viv: Remove libgal-imx runtime dependency on KLM > imx-gpu-viv: Upgrade to 6.4.3.p1.4 > linux-imx-headers: Upgrade to 5.4.70-2.3.2 > linux-imx: Upgrade to 5.4.70-2.3.2 > SCR-5.4.70_2.3.2.txt: Update SCR for latest NXP release > fsl-eula-unpack: Update EULA to v22 for NXP release 5.4.70-2.3.2 * sources/meta-openembedded 7d916d33fc...96e84a0544 (4): > python3-markupsafe: Delete bbappend > python3-pyyaml: Delete > python3-pyyaml: Do not check for meta-python > python3-jinja2_2.%.bbappend: Delete * sources/meta-rust 25ee517...02db606 (1): > Merge pull request #338 from aj-bagwell/armv4-alignement * sources/openembedded-core 13f3314367...56cd96651c (15): > core-image-multilib-example: base on weston, and not sato > oeqa/selftest: transition to weston images > oeqa/core/tests/test_data.py: use weston image instead of sato > core-image-weston: add sdk/ptest images > license_image.bbclass: Fix symlink to generic license files > license_image.bbclass: Detect broken symlinks > oe-time-dd-test.sh: collect cooker log when timeout is exceeded > gnutls: Point to staging area for finding seccomp libs and includes > qemurunner: Add support for qmp commands > qemu-system-native: install qmp python module > gcc-cross-canadian: Install LTO linker plugin to BFD searchable location > gcc-cross: Install linker LTO plugin for binutils tools > bitbake.conf: Use gcc-nm as default NM > gcc-target: Create a LTO plugin symlink in bfd-plugins directory > default-distrovars.inc: Remove seccomp for riscv32 Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule bitbake
updated
16 files
+5 −0 | README | |
+1 −1 | doc/README | |
+14 −14 | doc/bitbake-user-manual/bitbake-user-manual-execution.rst | |
+24 −27 | 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 | |
+3 −3 | lib/bb/siggen.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-freescale
updated
15 files
Submodule meta-openembedded
updated
4 files
Submodule openembedded-core
updated
27 files