Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webOS OSE kernel doesn't work with ftrace feature #13

Open
honggyukim opened this issue Feb 24, 2019 · 1 comment
Open

webOS OSE kernel doesn't work with ftrace feature #13

honggyukim opened this issue Feb 24, 2019 · 1 comment

Comments

@honggyukim
Copy link

The Linux kernel inside webOS OSE doesn't work with ftrace feature as follows:

root@raspberrypi3:/sys/kernel/debug/tracing# cat tracing_on
1

root@raspberrypi3:/sys/kernel/debug/tracing# cat trace
# tracer: nop
#
# entries-in-buffer/entries-written: 0/0   #P:4
#
#                              _-----=> irqs-off
#                             / _----=> need-resched
#                            | / _---=> hardirq/softirq
#                            || / _--=> preempt-depth
#                            ||| /     delay
#           TASK-PID   CPU#  ||||    TIMESTAMP  FUNCTION
#              | |       |   ||||       |         |

root@raspberrypi3:/sys/kernel/debug/tracing# cat current_tracer
nop

root@raspberrypi3:/sys/kernel/debug/tracing# cat available_tracers
blk function_graph wakeup_dl wakeup_rt wakeup irqsoff function nop

root@raspberrypi3:/sys/kernel/debug/tracing# echo "function_graph" > current_tracer

Right after writing "function_graph" to "current_tracer", the system freezes and cannot do anything.
The same problem happens when I tested to enable "function" tracer as follows:

root@raspberrypi3:/sys/kernel/debug/tracing# echo function > current_tracer

Except for those, it seems that other tracers work fine.

It may not be an important issue for webOS OSE, but I'm just leaving a note for later reference.

@honggyukim
Copy link
Author

Here is the kernel and system info.

root@raspberrypi3:/sys/kernel/debug/tracing# uname -a
Linux raspberrypi3 4.4.50 #1 SMP Wed Jan 9 12:17:48 UTC 2019 armv7l GNU/Linux

flowergom pushed a commit that referenced this issue Oct 21, 2019
meta-webosose as of 2019-09-04 14:02:56 +0900

cb9054e0b0 webos-sota.inc: enable FOTA by using ostree
32f5851561 webos: com.webos.app.enactbrowser=r6
b9a6021b31 webos-connman-adapter=3

Add meta-updater as of 2019-09-04 14:02:56 +0900

1c049cb Merge pull request #526 from advancedtelematic/refactor/thud/renaming-secondaries-etc
249254d sota.bbclass: Translate old prov recipe names into the new versions.
ecfd173 Remove executable access control bits from aktualizr recipe.
0b9caa6 Rename provisioning methods.
0754230 aktualizr: bump garage sign to version 0.7.0-3-gf5ba640.
b0ddbf7 OTA-2541: Switch to Aktualizr's version that supports IP Secondaries preconfig and its tests
dfcb966 OTA-2541: IP Secondary tests (oe-selftest)
6f222fe OTA-2541: Use local.conf's variables to configure Primary with Secondary(ies) and vice versa
70a6a5d OTA-2541: Use MPL-2.0 license for recipes-test's recipes
5bec7a0 OTA-2541: Add suffix '-sndry' to a default HW_ID for Secondary. Ability to define IP and Port in local.conf
6db7a38 OTA-2541: Remove Secondary's socket service. Use a regular systemd service to start Seconadry daemon
9fd66c9 OTA-2541: Static IP address on Primary's and Secondary's internal NIC
41159c3 OTA-2541: Network configuration on IP/Posix Secondary
0b8f4c6 aktualizr-polling-interval: new config fragment.
c097f87 sota.bbclass: move sota to DISTROOVERRIDES
e41ef37 OTA-2606: Renaming provisioning methods
6ab132e OTA-2606: Renaming provisioning methods
9725c55 Merge pull request #517 from advancedtelematic/test/thud/ptest-printing
fbc6d2b Fix bad ptest printing of failures
d864dcd Make aktualizr-ptest depend on python3-misc
eb92114 README: Add updater_qemux86_64_ptest to list of test targets.
4477352 More robust aktualizr-ptest printing of errors
438814d Merge pull request #513 from advancedtelematic/fix/thud/backport
180f7c7 selftest: retry aktualizr failure check due to resource constraints.
7d53657 aktualizr: Remove aktualizr-check-discovery dependency.
b12baa4 aktualizr: Bump to latest for recovery fixes.
0da18a2 selftest: Remove test_secondary_listening.
552c296 Bump aktualizr and garage tools
d26bd8f Use PARALLEL_MAKE when building aktualizr-ptest
5ade70b Parametrizable AKTUALIZR_PTEST_PARALLEL_LEVEL
3e6f5b5 Add openssl-bin as a aktualizr-ptest requirement
fca63ba Fix problem with lshw for aktualizr ptest
79383e9 Add oe-selftest for aktualizr ptest run on qemu
054e56f OTA-2418: Remove example.com URL from automated garage-sign usage
bd5de22 Cleanup (not) provisioned checks in oe-selftest
68e1808 Solve qemu long rng initialization problem
d039401 Add resource control test
a3a642e Fix in oe-selftests/qemu_launch
be0725e Split oe-selftests by target machines
ef25c1a Document aktualizr-resource-control
9c2ee95 Add aktualizr-resource-control
830cb1e Set 'allarch' to aktualizr config recipes
5a6eb66 Save space in deployed aktualizr ptest
d3108d1 Document ptest for aktualizr
fdc57eb oe-selftest: look for expected error in stderr.
1e31e93 Patch valgrind for rpi runs
ea4976a Depend on python3-modules and curl for aktualizr-ptest
2e6f9fd Disable ptest for aktualizr by default
6182f34 Add working ptest suite for aktualizr
9855121 aktualizr: draft of enabling ptest
64c9325 Use 'printf' instead of 'echo -e'
d243aa8 wic:plugins:otaimage.py: fix a potential issue
c371002 aktualizr: use echo -e when using escape sequences
f9d58e7 Document GARAGE_SIGN_AUTOVERSION
ef981e0 Document necessary integration of network connectivity
9e6a9a7 Replace connman with systemd-networkd on raspberrypi
da055c4 Define virtual/network-configuration
6e9c599 Replace connman with systemd-networkd on qemux86-64
6d3d6b5 Remove connman* from base IMAGE_INSTALL_append
b56a039 fit-conf: se PACKAGE_ARCH to ${MACHINE_ARCH}
ad2c593 Simplify garage-sign fetching for aktualizr
c091b50 Move warning about insecure practise to the correct recipe
2d2e468 Merge pull request #497 from advancedtelematic/backport/thud/auto-reboot-etc
d1e4c55 README: document auto-reboot config feature.
bcb6c5b updater.py: remove test_add_package.
be0e6d2 Reformat default bblayers.
e8d2abe Switch to the aktualizr's master head
6843631 aktualizr-auto-prov-creds: remove API Gateway URL if it exists.
fbabfa9 image_types_ostree: Add a unique ref to fix simultaneous bitbaking.
ea02b35 OTA-2135: Aktualizr's config and recipe to auto reboot just after update
e9c373d Merge pull request #488 from advancedtelematic/bugfix/OTA-1436/thud-secondary-results
06b8dcf Bump aktualizr
ddb2dfa Merge pull request #479 from advancedtelematic/backport/thud/garage-sign-lock-etc
20095e8 Merge branch 'master' of https://github.com/advancedtelematic/meta-updater into backport/thud/garage-sign-lock-etc
62e26ec Merge pull request #473 from liuming50/thud-aktualizr-pkgconfig
29c3476 Merge pull request #469 from liuming50/fix-wrong-operator
8c10b57 Merge pull request #470 from liuming50/aktualizr-pkgconfig
be03a70 aktualizr: split binaries to their own packages
508c311 aktualizr: introduce PACKAGECONFIG
1bc572c aktualizr: drop duplicated file from FILES_${PN}
7ec1ffc aktualizr: split binaries to their own packages
3217e92 aktualizr: introduce PACKAGECONFIG
6f086f7 aktualizr: drop duplicated file from FILES_${PN}
3cb25f3 Merge pull request #474 from advancedtelematic/feat/fit-dtbo
bf827e6 Merge pull request #467 from agners/use-reproducible-builds
495f5db Add support for device tree overlays in FIT images
395080b Merge pull request #465 from advancedtelematic/feat/thud-latest-aktualizr
168efb3 sota.bbclass: fix a variable assignment regression
3d3a0bf sota.conf: use reproducible builds by default
6073016 Fix oe-selftest for `aktualizr once`
386db56 aktualizr: bump to latest 1cad6d10286ade64b24021ca0e23de0d3b64f520
b1db05a Merge pull request #462 from advancedtelematic/feat/latest-aktualizr
5289336 Fix oe-selftest for `aktualizr once`
73e50d7 aktualizr: bump to latest 1cad6d10286ade64b24021ca0e23de0d3b64f520
826b15d Merge pull request #459 from ricardosalveti/hsm
5ac4622 libp11: bump to git 57ca68f for EC signing support
90402a6 softhsm: bump to 2.5.0
f4e46ff Merge pull request #456 from liuming50/master
d49ae82 meta: drop True option to getVar calls
2782c5c image_types_ota.bbclass: fix a typo
c6cbeda Merge pull request #454 from LukaPivk/fix-checksum
6cc3ab1 classes/image_types_ostree.bbclass: fix checksum calculation
ab0ddf0 Merge pull request #453 from advancedtelematic/fix/rm-sc-hsm-embedded
94d0516 sc-hsm-embedded: removed as it was never actually used.
967ac2b Merge pull request #447 from advancedtelematic/ci/ota-1810
9a5cdcb Merge pull request #451 from advancedtelematic/fix/OTA-1866/simultaneous-garage-sign
8fc8152 Merge pull request #448 from ricardosalveti/master
03ed45d image_garagesign: Use a lock to fix concurrency problems.
1552d64 ostree: upgrade to v2018.9
6cfb8d4 Configure oe-selftests to run on specific node label
cb8aec9 Merge pull request #437 from LukaPivk/master
4f267b8 classes/image_types_ostree.bbclass: add device tree to boot/devicetree-*
a55aa6f Merge pull request #425 from advancedtelematic/feat/dco
b33fc52 Add the requirement to sign a DCO
04892ec Merge pull request #443 from advancedtelematic/feat/thud/hardware-id-etc
124643b Merge pull request #442 from advancedtelematic/feat/latest-aktualizr
160109e aktualizr: Bump to latest (d00d1a04cc2366d1a5f143b84b9f507f8bd32c44).
665e486 Merge branch 'master' into feat/thud/hardware-id-etc
0b2db43 Merge pull request #440 from agners/mandate-usr-move
bf5b952 aktualizr: Bump to latest (d00d1a04cc2366d1a5f143b84b9f507f8bd32c44).
0dd9c75 Merge pull request #441 from advancedtelematic/fix/more-curly-braces
d55d2df aktualizr and image_types_ota: more curly braces.
2b5d611 image_types_ostree: drop manual usrmove implementation
9d6cf73 image_types_ostree: make usrmerge mandatory
8f08a3b sota.conf: use usrmerge
2e1eb5b Merge pull request #439 from agners/fix-ostree-lockfiles
d13ec58 image_types_ostree: use OSTree repo location for lockfiles
73e1540 Merge pull request #438 from advancedtelematic/fixgb
a5cf267 Fix bloated OTA image
893dac8 Merge pull request #436 from advancedtelematic/fix/rpi-image-type
13d9d0a Merge pull request #430 from liuming50/master
de6008d oe-selftest: rpi-basic-image is deprecated. Use core-image-minimal.
53bcdb2 image_types_ota.bbclass: move a dependency in
e97975d image_types_ostree/ota.bbclass: refactor ostree task
f4cf069 meta: drop redundant export syntax
4eaec14 image_types_ostree.bbclass: fix some dependencies issues
c72d828 meta: replace bberror with bbfatal
bc678ac Merge pull request #435 from advancedtelematic/feat/hardware_id
4669df7 aktualizr: fix hardware ID config section.
2cd3c64 README: slightly more descriptive explanation of SOTA_HARDWARE_ID.
01700ac Allow setup custom hardware_id
9b2d4eb Merge pull request #434 from agners/fedora-oe-selftest-fixes
3fe92dd selftest: introduce QEMU_USE_KVM
616cbf7 Merge pull request #433 from advancedtelematic/doc/oe-selftest-and-rm-example
433b40e docs: better explanation of oe-selftest requirements.
f799da5 Merge pull request #432 from advancedtelematic/fix/typography
e0f2275 aktualizr: Bump to latest and fix names.
e5b7123 Merge pull request #427 from advancedtelematic/fix/thud/newline-etc
8c72fd4 Merge pull request #431 from albard00/master
820e5bc aktualizr: use config instead of environment variables.
ac1392b aktualizr: improve secondary config directory logic.
feb3f35 aktualizr: Fix virtual secondary support.
1ea2849 Merge pull request #426 from advancedtelematic/fix/master/newline-etc
1063b5a aktualizr: use config instead of environment variables.
2a54471 aktualizr: improve secondary config directory logic.
e156344 Fix function name conflict
f05f7e5 aktualizr: Fix virtual secondary support.
ecefbd8 aktualizr: bump to latest for server URL newline fix.
8ddedf6 Replace more references to ATS Garage with HERE OTA Connect.
dbbebf1 Update README.adoc
94b473a aktualizr: bump to latest for server URL newline fix.
24c144d Merge pull request #423 from advancedtelematic/RemoveATSgarage
b391dfa Replace more references to ATS Garage with HERE OTA Connect.
86b1091 Update README.adoc
cb0fcbf Merge pull request #424 from advancedtelematic/feat/add-thud-to-readme
567cb7e Added 'thud' to list of supported releases
c684c34 Merge pull request #421 from agners/master-toradex
7dfa63e classes: image_types_ostree: use locking during OSTree repo update
f2cf964 classes: image_types_ostree: check OSTree repo existence using ostree
b7cb6f3 Merge pull request #418 from advancedtelematic/fix/master/secondary-image-cred-packages
a5bc44f secondary_image: also remove aktualizr-uboot-env-rollback.
99cbb53 Update packages removed for secondary-image.
59cebd8 Merge pull request #417 from advancedtelematic/feat/OTA-627/master/targetversion-forwardport
e9c39a0 Fix typos.
c188240 Fix typos/language
6c3f756 Document version overriding and add warnings
824e5a7 Provide example for setting UPTANE target version automatically
0efe382 Merge pull request #413 from advancedtelematic/refactor/master/rm-implicit-writer
bfb6fa0 aktualizr: Remove implicit_writer. It is now unused.
b4754d3 Merge pull request #411 from advancedtelematic/fix/secondaries-path
fd344a4 Remove aktualizr hacks related to ubuntu support
58dcb08 Update aktualizr example secondary config path
d2ca4d8 Merge pull request #410 from agners/use-imgdeploydir
ce96109 Merge pull request #407 from LukaPivk/master
2af450b Added support to automatically update ostree summary
441c652 Added support to set custom commit subject and body
f07be18 image_types_ota: use IMGDEPLOYDIR for ota-ext4 images
c858bd0 image_types_ota: use IMGDEPLOYDIR for ota-tar images
fcaebee Merge pull request #408 from agners/simplify-ota-class
412cfd9 image_types_ota: simplify image creation
227bd6d image_types_ota: remove explicit IMAGE_FSTYPES check
7e43d48 Merge pull request #399 from advancedtelematic/refactor/remove-legacy-secondaries
a880e39 Merge pull request #404 from advancedtelematic/doc/add-rebase-requirement
1d6a4a0 Merge pull request #405 from advancedtelematic/doc/readme-format
bcae38e Fix README formatting.
f855696 Merge pull request #403 from agners/drop-libgsystem
771bb67 CONTRIBUTING.adoc: Add rebasing requirement.
ba1181e libgsystem: drop recipe
835b1ba ostree: drop libgsystem dependency
6f04776 aktualizr: remove BUILD_ISTOP flag.
2f2add8 aktualizr: remove example-interface.
751e8b6 Merge pull request #401 from advancedtelematic/checklist
4c28144 Add contributor/reviewer checklist
a72ee00 Merge pull request #400 from advancedtelematic/fix/rm-bbappend-upstreamed
f753819 openct: remove unnecessary bbappend.
542e681 Merge pull request #398 from advancedtelematic/feat/thud-compatibility
350599a Update layer compatibility to thud.
8a44c8a aktualizr: bump to latest.
a9d43a8 Merge pull request #383 from advancedtelematic/feat/OTA-719/nodeploy
e689954 Fixes for oe-selftest
80d2589 Document delayed provisioning
9b8a6dd Fix creating SoftHSM token
673a4b9 Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image should be provisioned
9476fa5 Merge pull request #392 from advancedtelematic/feature/rollback-forwardport
5129c97 Fix LICENSE check for aktualizr-uboot-env-rollback
8a7caf3 Remove aktualizr dep on u-boot-fw-utils in general
c035200 Add support for rollback on Raspberry Pi
ae02ae9 Merge pull request #390 from advancedtelematic/fix/new-installed-versions-import
b62aa4c Do not run aktualizr-info --allow-migrate in tests
d0024de Update `installed_versions` passing to new location
d19a743 Merge pull request #391 from advancedtelematic/fix/testtoken-openssl-bin
bfb8c8f aktualizr: Latest version with fixed libp11 paths.
aa12418 openct: Remove broken and apparently unnecessary pkg_postinst.
0117533 softhsm-testtoken: add openssl-bin dependency.
6257c2a Merge pull request #387 from advancedtelematic/refactor/OTA-900/hsm-prov-path-master
376c960 Merge pull request #385 from advancedtelematic/bugfix/OTA-852/pushcredentials
d85e759 Merge pull request #386 from advancedtelematic/fix/libp11-openssl1.1
50ea192 libp11: Bump to release 0.4.9.
3ca533c softhsm-testtoken: Update paths for token import.
3e86310 libp11: Fix paths after switch to openssl 1.1.
e038765 Don't commit credentials to OSTree repository
b252a30 Merge pull request #384 from advancedtelematic/ci/oe-selftest
12ee01d Split yocto builds from yocto selftests
1b3616e Create a user with correct uid inside CI's Dockerfile
7023fdd Setup garage credentials for oe-selftest CI
0d3b28d Install ovmf in ci Dockerfile
fa63469 Run oe-selftest on Jenkins CI
d3e2c58 Merge pull request #381 from advancedtelematic/fix/OTA-638/rpi-master
236b8ff Update fitimage initramfs image name
77cf9a3 Merge pull request #379 from advancedtelematic/bugfix/aktualizr-etc-master
754903a aktualizr: bump to latest (062ab7756c375ee2c913d3197cafe4ee2f97ef2a).
34716bc aktualizr: bump to latest version (fad299b846b9c1b58a9c1f715f4c26c69610d02c).
f9e1567 libp11: Bump the version number for the openssl compatibility again.
f12efe1 Merge pull request #376 from strataggem/master
b165bc5 Fix version number in ldflags.patch
679a335 Update lshw to 02.17
ae82692 Merge pull request #373 from advancedtelematic/bugfix/bison-dep-v2
552f189 ostree: Correction: it depends on bison-native for configuration.
a5044c4 Merge pull request #372 from advancedtelematic/fix/cpu-type
cab4b16 Merge pull request #371 from advancedtelematic/bugfix/bison-dep
bde6017 Specify cpu type -host- for KVM mode
f793b77 ostree: add missing bison dependency.
897be2e Merge pull request #368 from advancedtelematic/fit-initramfs-support
7d657d0 Add back dependency on INITRAMFS_IMAGE:do_image_complete
9927446 classes: image_types_ostree: Fix copying standalone initramfs
212d71d ostree-initrd: Make it an initramfs, not initrd
625c3a3 classes: image_types_ostree: A hack to allow initramfs in FIT
9dcfcdb classes, images: Use standard variables for initramfs
c490239 Merge pull request #367 from advancedtelematic/bugfix/unknown-signatures-master
801d46d Merge pull request #370 from rsalveti/ostree-update
7552803 ostree: upgrade to v2018.7+
fd2c209 aktualizr: bump to latest for key rotation and storage updates.
661f27f Merge pull request #352 from bclouser/master
85c02be Merge pull request #365 from advancedtelematic/fix/hsm-prov-on-master
ad4bc33 Bump Aktualizr revision to fix HSM bug
7de1a0b Merge pull request #362 from advancedtelematic/feat/PRO-Tech-#1-master
62eb95a aktualizr: bump to latest and accommodate hmi_stub.
fac4aec Merge pull request #361 from advancedtelematic/doc/secondary-network-master
8983cd2 Document SOTA_CLIENT_FEATURES = "secondary-network".
b9f5eed Merge pull request #351 from advancedtelematic/feat/better-dependencies
90d7ec2 Merge pull request #358 from advancedtelematic/feat/bump-aktualizr-pro-h#3-master
e1956a2 aktualizr: retry garage-sign version check and handle errors better.
118effc aktualizr: bump to latest for PRO-H#3 sprint.
fef9822 Add support for building ota-tar.xz, and fixes from review comments
0ca9757 Merge pull request #355 from advancedtelematic/feat/bump-aktualizr-master
3d6bed7 aktualizr: bump to latest (72abac76184c84b9a5beb0dfbb103a13b9bfb2ae).
8283b7a aktualizr tools: use generic MPL license instead of our own copy.
a076867 softhsm-testtoken: fix complaint about generic license location.
d26097a createtoken.sh: remove redundant file check.
e83cbe7 CONTRIBUTING.adoc: Move pyro to the backburner.
e0c11a5 aktualizr: Get latest for PRO-H#2 sprint.
850801c Adding support for creating an otaimg.tar file in addition to the ext4 image
a9e7ea3 find_dependencies.py: Fix cases with no meaningful dependencies.
820466c find_aktualizr_dependencies.sh: Run once per recipe.
8109f0a find_dependencies.py: rename from find_packages.py.
4302f52 find_packages.py: Hide some i586-specific virtual packages.
d7c9805 find_packages.py: Do not write anything if recipe is not found.
ce151d0 find_packages.py: Substantial rewrite based on OSS team feedback.
cd97b4c Merge pull request #338 from rsalveti/ostree-image
b08439c Merge pull request #348 from advancedtelematic/ci/dockerize
ea7cf6a Remove python3-requests from Dockerfile.bitbake
9107684 find_packages.py: input package names to search.
e27183c Rename Jenkinsfile to Jenkinsfile.bleeding
9278ad8 Small doc about setting up Jenkins for meta-updater
a3c960d Add caching to CI bitbaking
d25358c Use plain bash instead of hacky sed for CI config files
991c275 Try to bitbake on CI inside docker
7dc8262 Refactor some of the Jenkins pipeline stuff
81bdec7 Merge pull request #346 from advancedtelematic/test/running-mode
4f2bb16 Bump Aktualizr version
730f2b0 Test --running-mode=once
56c58c6 Merge pull request #339 from advancedtelematic/bugfix/staging_dir_host_master
cf23391 updater.py: Add hack to clean recipes before building.
343b228 updater.py: Fix longstanding typo.
6292100 CONTRIBUTING.adoc: clarify which branches have what status.
9579f0c aktualizr-*-prov: read config files from STAGING_DIR_HOST.
f88aa91 sota.bbclass: remove obsolete/incorrect comment.
52d7719 aktualizr-auto-prov: Remove redundant '.toml'.
2ca1b16 Merge pull request #344 from advancedtelematic/test/ci-jenkins
8d021e1 Try to checkout aktualizr from pipeline
855b031 Bitbake build from Jenkins
55e49cd Checkout of repo from Jenkins
46a3601 Merge pull request #341 from advancedtelematic/fix/tests
78422f6 Compatibility with latest aktualizr
7cc01d7 Merge pull request #337 from rsalveti/garage
be03a38 Merge pull request #336 from rsalveti/ostree
54f9b8e image_types_ostree: no need to create boot/loader folders when creating ostree repo
9e73dbe garage-push: enable verbose logging by default
b7da9e5 ostree: improve package split logic and define extra packages
ca9c09e ostree: improve systemd dependency checks
7764530 ostree: cleanup depends and rdepends
9f30ec0 ostree: no need to disable systemd when building native
9b709a0 ostree: cleanup configure and build flags
7201fc5 ostree: use do_configure_prepend and avoid customizing do_compile
58953e7 ostree: fix license and add homepage description
e7f7a1d ostree: cosmetics: fix indentation
642559c Bugfix: strip whitespace and newlines from tuf URL in credentials.zip
1a196b3 Merge pull request #329 from advancedtelematic/bugfix/implicit-and-certs-master
34f641c Merge remote-tracking branch 'github/rocko' into bugfix/implicit-and-certs-master
f00803e aktualizr: Upgrade to use simplified implicit_writer config.
deb1b7c aktualizr_*.bb: Minor formatting and fixes.
4c4f51f Merge pull request #324 from advancedtelematic/feat/aktualizr-repo
cc091e9 Bump PR to flush old sstate caches that were built in-tree
4b97ad0 Get ready for aktualizr-repo tool
be14d46 ca-certificates: Remove upstreamed patch.
30bd9a9 Merge pull request #326 from advancedtelematic/bugfix/oe-selftest-master
e4949bb updater.py: Fix test broken by man/man-db upgrade.
ce1614d Merge pull request #325 from advancedtelematic/bugfix/check-assume-provided
46505e1 find_packages.py: Ignore packages in ASSUME_PROVIDED.
6b63dd4 Merge pull request #321 from advancedtelematic/feat/find_packages
c3c4896 find_packages.py: Fix python style issues.
87d769f find_packages.py: Add explanatory comment about list appending.
6fef541 find_packages.py: Fix repo name parsing logic.
39665ee find_packages.py: Get full path for patches and other local files.
79f5e6a find_packages.py: Check for a few unlisted aktualizr dependencies.
eae0566 find_packages.py: Catch empty info and return early.
c3d3a0d find_packages.py: Initial version.
b799d9c Merge pull request #322 from advancedtelematic/rocko-to-master-2018-05-28
4bcd050 Merge pull request #319 from advancedtelematic/bugfix/ostree-autotools-brokensep
260abbc Merge pull request #317 from advancedtelematic/fix/u-boot-multilib-issue
a1fbc69 ostree: Don't use autotools-brokensep.
cf36fad Include fix for qemu in sota_qemux86-64.bbclass
52e20c8 Merge pull request #315 from advancedtelematic/sumo-candidate
05b971d Merge remote-tracking branch 'ats/rocko' into sumo-candidate
164e73c Merge pull request #316 from advancedtelematic/fix/rm-minnowboard-uboot
10f1c77 Remove support for u-boot on minnowboard
5f803eb Merge pull request #313 from advancedtelematic/fix/qa-shipped-files
94ac0d0 Merge pull request #314 from advancedtelematic/feat/bump-embed-sql
d073dd4 Remove aktualizr-common because schemas are embedded
e827d33 Review shipped directories in aktualizr recipes
b736d4a Merge pull request #312 from advancedtelematic/bugfix/log-debug-first
d67f28b Move log-debug from 90 to 05.
a694dc7 Merge pull request #311 from advancedtelematic/fix/PRO-5376/backport-master-fixes
7e6ffbc Fix boot on qemux86-64
6cc9281 aktualizr_git: remove duplicate installs
bbbf1fa Check for custom target version for installed_versions
2d17b56 ostree: remove python from rdepends
324fa1a sdimage-sota.wks: remove label as it gets set by image_types_ota
c7076bf image_types_ota: make default grub.cfg a link to loader/grub.cfg
340c0b0 Replace INITRAMFS_FSTYPES with OSTREE_INITRAMFS_FSTYPES
6ce668b ostree: fix systemd service files permission
3af1b32 sota: introduce INITRAMFS_FSTYPES
b11ddfb image_types_ostree.bbclass: change the systemd detecting logic
41c2df7 Merge pull request #296 from advancedtelematic/feat/backport-from-master
a2cdaee image_types_ostree.bbclass: clean up GARAGE_SIGN_REPO after push
9ef1f5b Add support for custom garage target version and url
28f18be aktualizr: include default configs as part of host-tools
2bb7731 sota.bbclass: use common rpi override for raspberrypi
5d478c9 image_types_ostree.bbclass: do not inherit image
1198bf3 image_types_ota.bbclass: do not inherit image
1a78a5e Merge pull request #310 from advancedtelematic/feat/aktualizr-bump
6ca6d8e Bump Aktualizr version to get P11 fixes
44e851b Merge pull request #309 from advancedtelematic/bugfix/install-file-dont-echo
9c61043 Put extra configs in their own files.
396f12c Merge pull request #308 from advancedtelematic/bugfix/PRO-5380/libp11-openssl-again
fe16efa Update patch to fix openssl-1.0.o.
1097975 Merge pull request #307 from advancedtelematic/bugfix/bump-aktualizr
a8c4f54 Bump aktualizr. Don't build load tests.
98b1cb7 Give some more time for checking for successful provisioning.
8c71253 Merge pull request #304 from advancedtelematic/feat/PRO-5331/remove-sota-env
f4e5322 Test aktualizr-example-interface package (PRO-5336).
f01b2b0 Update aktualizr config to use default locations.
0c40c88 Update README with aktualizr config management (PRO-5329).
af5e0c4 Create aktualizr-log-debug recipe as an example (and debugging aid).
3f4856c Provide recipe to disable sending ip (PRO-5297).
1f3231c Move example-interface from sota.env to its own recipe.
c04e7bd Add sqlite3 to aktualizr dependencies.
e246bdc Merge pull request #305 from advancedtelematic/fix/var-sota-perms
8e77dc5 Add missing delay in loop.
3a012ec Fix permissions of /var/sota in image_types_ota
0d154d7 Merge pull request #302 from advancedtelematic/feat/pro-5211-rocko
b7cc58b Merge pull request #300 from rsalveti/installed_versions
95253b7 Bump Aktualizr to get PRO-5211 Report network info
a8449cd Check for custom target version for installed_versions
4e9ca8c Merge pull request #298 from rsalveti/sumo
fcc2903 Merge pull request #299 from rsalveti/python
569e04e ostree: remove python from rdepends
24cdee9 layer.conf: add LAYERSERIES_COMPAT markup
a931fb6 Merge pull request #297 from advancedtelematic/bugfix/decode
6728593 Decode bytes.
8182acc Merge pull request #291 from advancedtelematic/feat/garage-sign-auto-version
609337b Merge pull request #289 from advancedtelematic/docs/reorg-and-toc
e109b8c If GARAGE_SIGN_VERSION is not provided, ask the server for a version.
dc80960 Pass requested garage-sign version to aktualizr.
8ba7dae Merge pull request #287 from rsalveti/extras
4317f6f Merge pull request #292 from rsalveti/garage-tag
1c48a48 Add support for custom garage target version and url
192aa31 Merge pull request #290 from advancedtelematic/fix/linux-new-kernel
ca55e52 Stop forcing Linux 4.4 on qemux86-64
c2d1d2a Merge pull request #286 from rsalveti/repo_rm
62199c7 Merge pull request #285 from rsalveti/sota_rpi
be74b1e Move dev settings to main README. Add table of contents.
cb88be0 aktualizr: include default configs as part of host-tools
bf37d29 Merge pull request #284 from rsalveti/rocko-merge
1fe83c8 image_types_ostree.bbclass: clean up GARAGE_SIGN_REPO after push
015e226 sota.bbclass: use common rpi override for raspberrypi
82a9c20 Merge remote-tracking branch 'origin/rocko' into rocko-merge
b1a114d Merge pull request #283 from advancedtelematic/refactor/cleanup
71c528a Assorted minor cleanup and formatting.
bca6c0b Merge pull request #281 from advancedtelematic/fix/bump-aktualizr
9746f46 Bump aktualizr
b33939b Merge pull request #280 from advancedtelematic/bugfix/aktualizr-check-discovery
fb74d00 Add aktualizr-check-discovery to shipped files
9860cfc Merge pull request #279 from advancedtelematic/feat/secondary
edae332 Restrict secondary network to localhost
de2b0f0 Add SOTA client feature to enable secondary network
7ce6503 Merge pull request #278 from advancedtelematic/feat/udp-socket-activation
313278d Bump aktualizr version to get socket activation fixes
5c3f802 Change port number to match default used elsewhere
1804d9f UDP Socket activation for discovery service
156074d Merge pull request #277 from advancedtelematic/feat/pro-5060-run-qemu-ota
046ac43 Fix up tests
fc8f9b4 Add a --secondary-network option to run-qemu-ota
c3c8d56 Merge pull request #276 from advancedtelematic/feat/pro-5060/meta-updater
66a4721 Add systemd socket activation for secondary
bbce180 Add secondary-image to meta-updater
2619e3f Merge pull request #274 from rsalveti/wks
86636ec Merge pull request #272 from rsalveti/grub
ae156b8 sdimage-sota.wks: remove label as it gets set by image_types_ota
f1fd04a Merge pull request #268 from advancedtelematic/test/better-oe-selftest
11d0cd2 Merge pull request #262 from advancedtelematic/feat/fitimage-rpi
5ce293d image_types_ota: make default grub.cfg a link to loader/grub.cfg
621287e Merge pull request #271 from advancedtelematic/bugfix/fix-image-size-rocko
3d77f5a Fix calculate_size in case $SIZE < $MIN
81b2fa6 Add a basic raspberry pi test.
97ea268 Mention SOTA_PACKED_CREDENTIALS in oe-selftest section of docs.
0fb122d Add qemu layer for qemu tests if not present.
c0d6f4c oe-selftest improvements.
91ad494 Merge pull request #267 from advancedtelematic/test/PRO-4481/hsm-rocko
7af1246 Merge remote-tracking branch 'ats/pyro' into test/PRO-4481/hsm-rocko
4b4fb87 Merge pull request #261 from advancedtelematic/test/PRO-4853/impl-prov-selftest
5b298ba Merge pull request #266 from advancedtelematic/fix/rm-jansson-dep
c9c5418 Remove aktualizr's jansson dependencies
0f55df2 Fix typo in oe-selftest
372b3f7 Less redundant bitbaking in oe-selftest
5c70505 Factorize aktualizr native helper in oe-selftest
235826d Test implicit provisioning with oe-selftest
f23a9c1 Merge pull request #259 from advancedtelematic/feat/PRO-4854/ca
793f7c8 Add provisioning with CA
4edf70f Merge pull request #265 from advancedtelematic/bugfix/PRO-4936/repoclose-rocko
c917421 Merge pull request #264 from advancedtelematic/bugfix/PRO-4936/repoclose
ec13b95 Pull new aktualizr with fixed fd leak
1341019 Pull new aktualizr with fixed fd leak
578981f Merge pull request #263 from advancedtelematic/bugfix/fix-libp11-openssl-again
48d6d6f Update documentation and fix broken link.
321509a Update patch to work with OPENSSL_VERSION_NUMBER 0x100020ef.
6d2e9d3 Merge pull request #260 from advancedtelematic/test/PRO-4481/hsm
38de2f4 Use FIT image on RPi
2023bfb Fix minor logging issue.
fc84de7 Refactor oe selftests
b9922d6 Bump aktualizr to fix a CMAKE_BUILD_TYPE bug.
e77c7c7 Replace write_config with append_config.
5c14164 oe-selftest standardization and general improvement.
eb173b6 Better oe-selftest documentation.
c6690b9 Rename run_command to qemu_command.
1f5d449 Use some regex to get a little fancier.
586394d Test provisioning with HSM.
9e4918c Add test_cert_provider_local_output.
7bcbb80 Test that implicit_writer and cert_provider work.
9a404b4 Only expect credentials in the image if using autoprov.
1f6b311 Merge pull request #258 from advancedtelematic/bugfix/p11-fixes
89fc3e0 Merge pull request #257 from advancedtelematic/test/oe-selftest-backport
59b9fa9 Merge pull request #254 from rsalveti/initramfs
a9d8688 No longer require engine-pkcs11.
2dbeaf3 Fix minor ovmf compilation bug only present in pyro.
3a4bdbc Add tests for aktualizr-info.
c2e9fcc Add a helpful hint for the oe-selftest grub problem.
9f2bbe9 Fix flag deprecation warning.
87d1414 Bump aktualizr and fix some installation complaints.
71863b9 Merge pull request #256 from advancedtelematic/bugfix/fix-installation
e31637b Bump aktualizr and fix some installation complaints.
b6bec0a Merge pull request #255 from rsalveti/systemd
b15a303 ostree: fix systemd service files permission
84913d1 Replace INITRAMFS_FSTYPES with OSTREE_INITRAMFS_FSTYPES
ef9513d Merge pull request #253 from rsalveti/grub
b9ee096 Merge pull request #252 from rsalveti/master
a4e76ce grub-efi: remove bbappend as change is now provided by oe-core
aa57530 Merge branch 'rocko'
8bbf6da Remove manual installation of /usr/lib/sota/schemas
e9886a3 Merge pull request #251 from advancedtelematic/feat/copy-schemas-in-cmake
380fcb1 Remove manual installation of /usr/lib/sota/schemas
5117311 Merge pull request #248 from advancedtelematic/feat/mergerocko
b4ce615 Merge pull request #250 from advancedtelematic/bugfix/rocko-update-ostree
2d3e453 Add SRCREV_pn-aktualizr to documentation.
47875d9 Merge remote-tracking branch 'ats/pyro' into bugfix/rocko-update-ostree
366af5d Merge pull request #249 from advancedtelematic/bugfix/PRO-4797/ostree-ca-cert
90863a0 Latest aktualizr with ostree ca cert fix.
d8b8d2e Merge pull request #247 from advancedtelematic/bugfix/garage-sign-106
2964973 Merge branch 'rocko'
1fd8b18 Latest aktualizr/garage-sign.
e408922 Merge pull request #244 from advancedtelematic/feat/pyromerge
5e6b1e8 Merge pull request #245 from advancedtelematic/bugfix/rm-sota-toml
5f033dd Minor changes to keep hsm and implicit recipes consistent.
4d1b5ee Delete redundant sota.toml in aktualizr recipe.
eb790f9 Merge branch 'pyro' into rocko
b68b4ff Merge pull request #237 from advancedtelematic/feat/PRJ-330/hsm-not-test
f903f75 Merge pull request #241 from advancedtelematic/aktualizr-asn1c
777fade Merge pull request #243 from advancedtelematic/test/aktualizr-info
bb25b45 Rename all instances of hsm-test and use latest aktualizr.
c64b399 Add tests for aktualizr-info
0146684 Merge pull request #236 from advancedtelematic/bugfix/PRO-4730/firstversion
74283ba Merge pull request #242 from advancedtelematic/feat/merge-sqlite
942abd2 Merge pull request #228 from advancedtelematic/feat/PRO-4630/sqlite
e6927ff Merge remote-tracking branch 'ats/feat/PRO-4630/sqlite' into rocko
79497c9 Patch asn1c skeletons file discovery
45bd8d6 Add asn1c dependency for aktualizr
9d3acee Merge pull request #240 from leon-anavi/PRO-4727
d57d34b Merge pull request #238 from advancedtelematic/feat/PRJ-330/hsm-not-test-rocko
400f69f Merge pull request #239 from advancedtelematic/bugfix/ostree-bump
62b32e9 Drop rvi-sota-client and remove meta-rust dependency
fbfdf91 Add PR = "1" to ostree to fix annoying caching problem.
310957f Merge pull request #229 from advancedtelematic/bugfix/PRO-4677/startupsh
4b73645 Merge remote-tracking branch 'github/feat/PRJ-330/hsm-not-test' into feat/PRJ-330/hsm-not-test-rocko
19883e9 Rename all instances of hsm-test and use latest aktualizr.
9e6d437 Deploy initial primary version information
99e49cc Merge pull request #235 from advancedtelematic/bugfix/rockop11
fe51930 Add EVP_PKEY_meth_get* replacement functions to use with OpenSSL 1.0.2m as well
31d6502 Merge pull request #234 from advancedtelematic/doc/PRO-4337/build-problems
b605cf2 Add a brief doc section for common build problems.
2575b7e Merge pull request #232 from advancedtelematic/bugfix/PRO-4685/ubootversion
fd82d80 Merge pull request #233 from advancedtelematic/bugfix/PRO-4252/rocko-selftest-fixes
5997170 Merge pull request #226 from leon-anavi/PRJ-317
44a4dd8 More general exception handler for `kvm-ok`
84baa1c Fix some basic oe-selftest errors.
de0d91f Merge pull request #231 from advancedtelematic/bugfix/PRO-4645-update-ostree-httpd-info
1f78561 Bump aktualizr version to get misconfigured ecu fix.
0f064ae Merge pull request #230 from advancedtelematic/bugfix/update-rocko
b5b2458 Add PR = "1" to ostree to fix annoying caching problem.
20b8d55 oe-selftest fixes for rocko.
10ae409 PRO-4645 Update OSTree httpd instructions
3975d40 Use u-boot version with patches for newer QEMU
e5228ae Merge branch 'pyro' into bugfix/update-rocko
0ccd10c Deploy startup.nsh before composing flashable image
28d1c1c Get the newest aktualizr using sqlstorage
0afff0c Merge pull request #227 from advancedtelematic/bugfix/PRO-4670/bumpostree
13a294b Bump OSTree version
1be5145 sota_raspberrypi.bbclass: Enable U-Boot for Raspberry Pi
b0ee1c3 Merge pull request #225 from advancedtelematic/bugfix/garagesign84
ca45d17 Merge pull request #224 from advancedtelematic/bugfix/tufreponame
07a7774 Bump aktualizr version to get fixed garage-sign
623c51d Merge pull request #221 from leon-anavi/PRJ-315
c1872be Fix --repo parameter for garage-sign
5adf140 Merge pull request #217 from advancedtelematic/feat/isotpsec
4b13457 sota_raspberrypi.bbclass: Remove sdimg-rpi
5667880 Support for BUILD_ISOTP cmake variable
537de14 Add support of ISO/TP legacy secondaries and serial CAN
2f5b892 Merge pull request #222 from advancedtelematic/feat/nolibsoup
eed239d Delete dependency on libsoup
5764d3f sota_raspberrypi*.inc: Included meta-python
d912df6 Merge pull request #219 from advancedtelematic/feat/PRO-4630/implicit-writer-server-pem
1682037 Bump aktualizr to get open source server CA fix.
e2e19e2 Merge pull request #218 from advancedtelematic/doc/dont-mess-ostree-branchname
aca234a Remove OSTREE_BRANCHNAME mention in README
9143580 Merge pull request #213 from advancedtelematic/doc/PRO-4532/secondaries-etc
4251cdf Merge pull request #214 from advancedtelematic/feat/PRO-4491/explicit-license
1619049 Merge pull request #216 from leon-anavi/rocko
af9c732 sota_qemux86-64.bbclass: Use u-boot-ota
4483e6b Merge pull request #212 from advancedtelematic/bugfix/PRJ-286/spekulatius
6630a83 Fixes for Spekulatius
1e3db15 Add MIT license to recipe metadata
037d091 Update documentation, specifically about variables to support secondaries.
ff2e2c1 Port fix for non-repo use-case from pyro
057fe7e Merge pull request #209 from advancedtelematic/bugfix/garage-sign-0.2.0-57
327acad Merge pull request #204 from advancedtelematic/bugfix/example-interface
bf35f62 Merge pull request #211 from advancedtelematic/bugfix/implicit-without-creds
a2662b5 Don't run implicit_writer if SOTA_PACKED_CREDENTIALS is not set.
3401d34 Merge pull request #210 from advancedtelematic/bugfix/no-creds-expansion
1838969 Fix variable expansion problem when SOTA_PACKED_CREDENTIALS is not set.
cbad4a9 Bump to latest garage-sign.
36c032b Only install example-interface if explicitly asked for.
599c048 Properly install example-interface on target and remove it on host.
904bc29 Merge pull request #208 from advancedtelematic/bugfix/PRO-4524/credentials
d64e6f3 Rerun provisioning recipes when credentials have changed
dbeb10e Merge pull request #205 from advancedtelematic/bugfix/indent
76c065b Consistent indents.
410bff5 Merge pull request #200 from advancedtelematic/bugfix/cleanup
3219d1a Merge pull request #203 from advancedtelematic/bugfix/PRO-4439/ostreebranchname
c99f5e7 Minor fixes and cleanup.
9ba47ed Deploy OSTree image without a branch name
9dcadfe Merge pull request #202 from advancedtelematic/bugfix/install-var-sota
061ac69 Install /var/sota.
f0c5af0 Merge pull request #201 from advancedtelematic/bugfix/garagesign-0.2.0-48
e8fac2d Bump garage-sign
3b1d177 Merge pull request #199 from advancedtelematic/bugfix/usrlibsota
9948edf Always create /usr/lib/sota in autoprov recipe
b238c27 Merge pull request #196 from advancedtelematic/feat/PRO-3751/legacyinterface
9247169 Merge pull request #198 from advancedtelematic/bugfix/garage-version
c7cc719 Fix garage-sign targets add.
2475cbb Fix erroneous do_install_append that should just be do_install.
1ea77e2 Merge pull request #197 from benkard/patch-1
79dd675 Fix calculate_size in case $SIZE < $MIN
0668812 Merge pull request #192 from advancedtelematic/refactor/sotatoml
85095e8 Use *.toml files provided in aktualizr github repo
3e2f51e Add support for virtual secondaries
0643f72 Provide user interface to add legacy secondary bridge
b07e63b Merge pull request #185 from liuming50/master
3289bdd Merge pull request #195 from advancedtelematic/bugfix/aktualizeoecmake
4a88896 Add spaces before "_append" clauses
c8fa5c2 Merge pull request #194 from advancedtelematic/feat/tidy
fba014f Add a hint when machine autodetection fails
99b470e Merge pull request #193 from advancedtelematic/bugfix/service
7a973cb Remove aktualizr-manual-provision.service
196add8 Merge pull request #190 from advancedtelematic/fix/repo-manifest
27e0edb Merge pull request #191 from advancedtelematic/bugfix/rpi-sdimg
a212eae Remove sdimg-rpi from IMAGE_FSTYPES
6f13bd2 Fix builds outside the .repo directory
378d5ab Merge pull request #183 from advancedtelematic/test/oe-selftest-grub
c1267b6 Merge pull request #189 from advancedtelematic/bugfix/teamcity-build
f110c62 Bump aktualizr version for C++98 standard fix.
261f3f8 Actually do something with aktualizr-info.
8dc13db Merge pull request #188 from advancedtelematic/bugfix/PRO-4260/backwards
d3d3460 Bump aktualizr version for good
7f7861a Merge pull request #187 from advancedtelematic/bugfix/tufrepo
253ba5f Rename repo.url -> tufrepo.url
678c0a5 Merge pull request #186 from advancedtelematic/feat/PRO-4290/garagecheck
2ca5e74 Check if the package and UPTANE target got to the backend
3163e1d sota: introduce INITRAMFS_FSTYPES
66c0d3a image_types_ostree.bbclass: change the systemd detecting logic
397fb34 Merge pull request #184 from advancedtelematic/feat/PRO-4252/rocko
eab4561 Add fixes for compatibility with Rocko
495a4a4 Test booting with grub.
3d5e35d Merge pull request #181 from advancedtelematic/bugfix/PRO-4319/duplicate-bblayers-snippets
8da7de1 Refactor Qemu interaction into seperate functions.
e31b542 Ignore configuration templates to avoid duplicate inclusion of stuff
daa6f72 Merge pull request #182 from liuming50/master
d81696e Merge pull request #180 from advancedtelematic/feat/PRO-4199/oe-selftest-qemu
a5ba791 image_types_ostree.bbclass: do not inherit image
1091fb1 image_types_ota.bbclass: do not inherit image
d8ba563 image_types_ota.bbclass: drop deprecated IMAGE_DEPENDS
55e61fd Merge pull request #179 from advancedtelematic/bugfix/PRO-4260/createtoken
b1aa5d1 Delete hsm-test SOTA_CLIENT_FEATURE as redundant and provoking mistakes
c687237 Make launching qemu part of setUpClass.
7a32589 Move oe-selftest qemu logic to its own function.
e47cd91 Merge pull request #178 from advancedtelematic/feat/autodetect-kvm
af1cc1e Merge pull request #176 from advancedtelematic/test/PRO-4229/oe-selftest-hsm
24e5a6d Autodetect KVM
0b1fd4b Remove unused import, break long lines
50d8ea5 garage_push.py: Test SOTA_PACKED_CREDENTIALS
de48c40 garage_push.py: Check distro features
f64cbdb Merge pull request #174 from advancedtelematic/feat/PRO-4199/oe-selftest-sota-tools
9411b60 Fix some paths based on Leon's techniques.
714f33c Basic garage-deploy test.
9178f71 Make double-bitbake test actually useful.
7e1b403 Split tests into independent classes.
d05ef21 Fix paths to be more reliable.
9d5ad23 Rough draft of a run-qemu-ota test.
95e2f81 Rename for accuracy.
06711c8 Refactor QemuCommand class into its own file/module.
71410bd Merge pull request #173 from advancedtelematic/feat/PRO-4189/garage-sign
e7d4fbf Add managing targets.json by garage-sign
e622a08 Merge pull request #172 from advancedtelematic/bugfix/use-libdir
e183e20 Merge pull request #170 from leon-anavi/pyro
48ac1dd Use ${libdir} instead of /usr/lib.
090141e Merge pull request #171 from advancedtelematic/feat/pkcs11uptane
9e0bd0d Add the newest version of libp11
efb1433 Add UPTANE key generation capability
83de2da README.adoc: Add QA section
3b536a8 garage_push.py: Add test for hsm and hsm-test
371d304 Merge pull request #169 from advancedtelematic/bugfix/PRO-4259/latest-garage-sign
459d961 Latest garage-sign with many bug fixes.
41254c4 Merge pull request #164 from advancedtelematic/fix/pro-4254-cacert-path
cbb8f8f Merge pull request #166 from advancedtelematic/bugfix/pyrobuild
6329b9c Merge pull request #167 from advancedtelematic/bugfix/qemuoverlay
f1689ba Fix ca-certificates-native dependency.
443e92c Fix race condition in run-qemu-ota
9edb72f Fix incompatibilities with latest pyro, use wic on RPi
5812f49 Explicitly include ca-certificates as a dependency for garage-push
514fbb9 Merge pull request #162 from advancedtelematic/feat/PRO-4256/copy-manifest
468b053 Copy repo manifest to the device.
09fbb91 Merge pull request #161 from leon-anavi/pyro
c8b535d Merge pull request #160 from advancedtelematic/bugfix/PRO-4140/silence-ostree-errors
2e73a3d garage-sign: Update checksums
1becb26 Bump ostree version to get Shaun's fix.
be78e0b Merge pull request #159 from advancedtelematic/bugfix/PRO-4249/varmount
afd18c7 Share /run directory between initramfs and system image to communicate ostree-booted file
c72d37a Merge pull request #158 from leon-anavi/feat/PRO-4199/oe-selftest
3814eb4 garage-sign: ship files
a1fc5ef garage-sign: Update checksums
c24a4eb Merge branch 'pyro' of https://github.com/advancedtelematic/meta-updater into feat/PRO-4199/oe-selftest
cdeaf69 Merge pull request #157 from advancedtelematic/docs/contributing
43b0d7f Add CONTRIBUTING information
26d7ed9 Merge pull request #156 from advancedtelematic/bugfix/update-garage-sign
456e3e7 Merge pull request #150 from advancedtelematic/feat/remerge-recipes
45c9cef Update to latest version.
d3d3247 Merge pull request #151 from advancedtelematic/bugfix/PRO-4012/basehash
4ec946c Merge pull request #154 from advancedtelematic/refactor/PRO-4179/rust-1.20
32eb7ff Merge pull request #155 from advancedtelematic/feat/PRO-4219/garage-sign-recipe
9f838e7 New garage-sign recipe.
b50f8c8 Upgrade Rust to 1.20 on Pyro
45668eb Remove IMAGEDATESTAMP to make sstate input deterministic
6e12274 Remerge aktualizr recipes.
63be71d Basic tests. Not complete.
86032c4 Clean up recipes according to Yocto recommendations.
eceaca2 Merge pull request #148 from advancedtelematic/bugfix/PRO-4216/new-garage-push
5d654c0 README updates.
3725420 Use garage-push from aktualizr repo.
6b83fd2 Merge pull request #147 from advancedtelematic/bugfix/rm-garage-deploy
af48969 Fix harmless error from not installing garage_deploy.
85960c2 Merge pull request #146 from advancedtelematic/feat/PRO-3805/pkcs11
9d9b6a8 Support pkcs#11 in aktualizr and add softhsm token for testing
df3b263 Merge pull request #145 from advancedtelematic/bugfix/big-update-numfmt
96a8690 fix missing `numfmt`
36f1d86 Merge pull request #143 from advancedtelematic/feat/PRO-3799/implicit-writer
2bce870 Bump aktualizr version for implict_writer support.
098f69a Move provisioning out of ostree bbclass into autoprov recipe.
6727062 Move implicit root CA to /usr/lib/sota.
0ab7fe3 Create recipe for implicit provisioning file shuffling.
e8916f0 Formatting.
e789ff5 Merge pull request #142 from advancedtelematic/feat/development-tools-pyro
9f5623f Make it easier to build from branches and run a specific image
1f7c727 Merge pull request #140 from advancedtelematic/feat/PRO-3805/cert_install
c320103 Merge pull request #136 from advancedtelematic/feat/PRO-3805/p11test
364f235 Merge pull request #134 from advancedtelematic/refactor/remove_keyid
4a7366c Add recipes to test pkcs11 functionality in Aktualizr
2712c05 Hacky ability to provide client credentials and install them on the device.
6db91a2 Merge pull request #138 from dl9pf/patch-13
2287e74 Merge pull request #139 from leon-anavi/pyro
d472c32 sota.bbclass: Add aktualizr-auto-prov
975c98c aktualizr-auto-prov.bb: Aktualizr configuraitons
5b31bcd Merge pull request #137 from advancedtelematic/feat/switchtopyro
a9a01b8 aktualizr_git.bb: remove systemd service and configurations
9fb73b0 Pyro needs coreutils-native (we call sync) b/c rss
c82338b Merge branch 'morty' into pyro
025bed3 Merge pull request #135 from advancedtelematic/feat/PRO-3923-add-persistence-option-qemu-script
c37424f PRO-3923 Add persistence option to run-qemu script
c630035 Remove useless/obsolete --disable-keyid-validation option.
80b420a Merge pull request #129 from advancedtelematic/bugfix/cruft
9953c9c Merge pull request #130 from leon-anavi/morty
6ed33bd Merge pull request #133 from advancedtelematic/merge-morty-changes-forward
cc8585e Add missing libarchive dependency
a130c02 Merge remote-tracking branch 'github/morty' into HEAD
f943268 Merge pull request #131 from leon-anavi/pyro
8ae459c ostree_git.bb: Depends on xz for liblzma
fefc668 ostree_git.bb: Depends on xz for liblzma
4e5064a Merge pull request #126 from leon-anavi/morty
deac6ea Merge pull request #123 from dl9pf/patch-11
bf3abfd Merge pull request #121 from advancedtelematic/feat/bump-sota
7cfed25 Merge pull request #127 from leon-anavi/PRO-3776
c5ed6a9 Remove BUILD_TESTS=OFF because it does nothing.
b48fe3e scripts/envsetup.sh: Use machine specific local.conf
dee9bf7 Show warnings if credentials are not provided
e4d1236 Merge pull request #124 from dl9pf/patch-12
906a94f Set IMAGE_OVERHEAD_FACTOR for fixed initrd size
3ca24fc Set IMAGE_OVERHEAD_FACTOR for fixed initrd size
88c35d3 update sota-client to d41540a5
97ae557 Merge pull request #120 from leon-anavi/pyro
8a0ef9f Merge pull request #119 from advancedtelematic/bugfix/treehub.json
624e5e7 glib-networking_%.bbappend: Add again hackery
91c7c98 Delete treehub.json from the credentials package on the device
cae622f Merge pull request #110 from advancedtelematic/bugfix/PRO-3484/avoid-build-unzip
e59b7e9 Remove device section as it is no longer used.
b20eb4a Prepare credentials correctly for rvi-sota-client.
b376ae9 Minor documentation typo/grammar fix.
5330702 Call garage-push directly with zip file instead of sending unzipped contents.
67601af Merge pull request #117 from chbae/pyro
93e5ebe Add LICENSE and SRC_URI variable in recipe
34d5f75 Merge pull request #115 from advancedtelematic/bugfix/sota-launcher-depends
0f3f8b4 fix dependency of sota-launcher to correct rvi-sota-client
245bdcd update sota-client to b9170df
03b1971 Merge pull request #114 from advancedtelematic/bugfix/PRO-3681-reenable-petname-rvi-sota-server
a50d20b PRO-3681 Add python-petname back in rvi-sota-server RDEPENDS
999e261 Merge pull request #107 from advancedtelematic/refactor/PRO-3377/secondary-ecus
16eb34d Merge pull request #111 from advancedtelematic/bugfix/pro-3663/sota-tools
25fa85e rename back sota-client to rvi-sota-client
61a7adc Bump version of sota-tools
ff5efc4 Split rvi-sota-client into multiple binaries
ea1c3a4 Merge pull request #108 from leon-anavi/pyro
2c43ed0 glib-networking_%.bbappend: Remove hackery
ad5245e u-boot_2016.11: Copy U-Boot recipe from morty
53526d7 Merge branch 'morty' of https://github.com/advancedtelematic/meta-updater into pyro
e5a12d4 Merge pull request #104 from advancedtelematic/feat/new-run-qemu
c6488a1 Merge pull request #106 from advancedtelematic/bugfix/PRO-3157-restore-petnames
3000fc4 Merge pull request #103 from leon-anavi/morty
a4bab29 PRO-3157 Restore petname usage in rvi-sota-client provision script
28e841a aktualizr: Update to c24f1fc
5ec153a Copy run-qemu script over from meta-updater-qemux86-64
c88d6c6 aktualizr: Update to 207898e
6f7f86b Merge pull request #97 from advancedtelematic/refactor/PRO-3413/update-client
3c0ab61 Merge pull request #102 from leon-anavi/pyro
a89a2a7 Remove canonical_json.py from rvi_sota_client recipe
92204be image_types_ostree.bbclass: Fix path to unzip
a6dbdad Update rvi_sota_client to latest commit
00dc1fe Merge pull request #101 from advancedtelematic/feat/mergemorty
b56329a Merge pull request #99 from advancedtelematic/bugfix/rpixz
69a0db9 Merge branch 'morty' into pyro
b0d9d70 Merge pull request #92 from dl9pf/patch-2
4b32751 Merge pull request #91 from dl9pf/patch-1
0c35f17 Fix output directory in sdcard_image-rpi-ota
02c4dbb Merge pull request #98 from advancedtelematic/bugfix/pokybuild
e39692a Fix build issues with yocto pyro
3cffb22 Merge pull request #93 from dl9pf/patch-3
00cf945 Merge pull request #94 from dl9pf/patch-4
109b534 Use compression on output file to save space
51e4c72 Disable noisy warnings ... should only print once.
43163f4 Disable noisy warnings ... should only print once.
510483e Also remove compressed rpi-sdimg.xz
56aab3b Remove also compressed rpi-sdimg.xz
e565878 Merge pull request #88 from advancedtelematic/feat/PRO-3341/PRO-3342/report-device-info
f4d02e3 PRO-3341 PRO-3342 Bump aktualizr version to add sw/hw reporting
964c035 Merge pull request #86 from advancedtelematic/feat/pro-3320
83af625 Merge pull request #87 from advancedtelematic/bugfix/agl-doesnt-boot
5d38a4f Merge pull request #83 from advancedtelematic/bugfix/PRO-3330/build-script
0f40a9d Fix new/existing build directory logic
a33124a Quote all bash variables
30109fe Fix script directory in zsh
fa0129a Override IMAGE_ROOTFS_EXTRA_SPACE
dc23453 Aktualizr updates, including sync()
45c155a Merge pull request #85 from advancedtelematic/feat/DEM-158/R-Car-M3
3eda07d Retry mounting sysroot
64e2fb4 Fix warnings from shellcheck shell linter
ae8a5db sota: Support m3ulcb
40922f1 Merge pull request #84 from advancedtelematic/fix/SPEC-761
1c5b56d Preserve /var/local
15ae682 Update docs links
e09a0ea Merge pull request #82 from advancedtelematic/feat/big-update
ce35a47 Merge pull request #77 from advancedtelematic/feat/aktualizruptane
cdd7e90 Add uptane-capable aktualizr
266f988 adds two versions of a random, seeded big file
2d49a25 Merge pull request #81 from chbae/pyro
5b7cf9b Merge pull request #79 from advancedtelematic/bugfix/sotaclient
1e068cd u-boot: Remove bb file
55cf85a otaimage.py: Arrage script for pyro
10fce02 Fix a typo (missing double quotes)
08e225b Set default SOTA_CLIENT directly in sota.bbclass
c1d3335 Merge pull request #78 from advancedtelematic/feat/PRO-3260/generate-ecu-serial
88a4a81 PRO-3260 Bump rust client version for ecu serial gen
9656477 Merge pull request #74 from advancedtelematic/feat/ostreecurl
70b4635 Merge pull request #75 from advancedtelematic/bugfix/PRO-3196/PRO-3208-rust-client-fixes
8c8bf3e Bump client version to fix PRO-3208 + PRO-3196
f804d83 Merge pull request #73 from advancedtelematic/bugfix/PRO-3195/sotaclient
b31ea51 Build OSTree with curl support
20aae31 Add option to choose which sota client to use (if any)
3dbb25b Merge pull request #71 from advancedtelematic/feat/PRO-3157-use-random-friendly-names
acb37d5 Bump rvi_sota_client version
4629b90 PRO-3157 Add recipe for friendly name generator
8379268 Merge pull request #70 from advancedtelematic/bugfix/PRO-3152/nativeappend
0b12ce6 Merge pull request #64 from advancedtelematic/feat/PRO-2945/zipcreds
08b5230 Fix broken English
2308658 Fix a typo
134cacc Merge pull request #72 from advancedtelematic/bugfix/PRO-3141/rpi-sdimg
38c42da Remove unneeded image types
b542d59 Fix variable extension error
6eef580 Merge pull request #68 from advancedtelematic/feat/manual-prov-aktualizr
1c53ba3 Support Aktualizr in manual-provisioning mode
5c36fff Add support for zipped credentials
0bba622 Merge pull request #67 from advancedtelematic/fix/machine-prefix
f2ee287 Merge pull request #65 from advancedtelematic/feat/split-out-distro-inc
02e3898 Merge pull request #66 from advancedtelematic/fix/typo-rpi
d84246d Prefix OSTREE_BRANCHNAME with ${MACHINE}-
5911762 Fix typo in machine name for R-Pi3
a446bf1 Extract common distro configuration into sota.conf.inc
35483ee Merge pull request #62 from advancedtelematic/feat/aktualizrostree
7f79a6c Merge pull request #61 from advancedtelematic/feat/noop
108c545 Merge pull request #63 from advancedtelematic/bugfix/rpikernel7
b0b0403 Get u-boot installed on Raspberry Pi 3
75bdf06 Build aktualizr with OSTree support enabled
c82a50c Don't build wic on qemu and rpi
db156eb Merge remote-tracking branch 'origin/morty' into feat/noop
83e8345 Make layer inclusion a neutral operation
221a375 Merge pull request #60 from advancedtelematic/bugfix/noconnman
eeb82cd Disable connman, systemd-networkd is used instead
9c2eec7 Merge pull request #59 from advancedtelematic/feat/am335x-evm-wifi
f3b1df6 Add support for am335x-evm based board with WiFi
9e9caee Merge pull request #58 from ronan22/morty
e3a2fa7 add .gitignore file
bae5201 Merge pull request #57 from advancedtelematic/bugfix/machinc
4d610e9 Replace includes with bblcasses
4ebfc44 Merge pull request #56 from advancedtelematic/bugfix/rvi
f76663b Move rvi-sota-client to poky-sota-systemd.conf
4f1a20b Merge pull request #55 from advancedtelematic/switchupdater
fe58cc2 Don't build wic unless IMAGE_BOOT_FILES is set
39049ac Merge pull request #54 from advancedtelematic/feat/mount-by-label
47921fe Mount the root filesystem by label rather than path
c5ca4c8 Merge pull request #53 from advancedtelematic/fix/disable-prelink
e6ecb4a Set u-boot as default bootloader
70bad60 Set default DISTRO, disable prelink
41d94be Merge pull request #52 from advancedtelematic/feat/qa-tool
81edfc9 Script to build over multiple directories
eae33b9 Merge branch 'morty' into switchupdater
71d0af7 Merge pull request #50 from advancedtelematic/bugfix/autotypo
4a406d4 Fix a typo that prevents autoprovision credentials from being delpoyed
6ed78c6 Merge pull request #49 from advancedtelematic/fix/pro-2908-wrapper
8d6b288 Create a wrapper so OSTree can find ostree-grub-generator
f8a90e4 Inherit u-boot when u-boot images are required
b4373b6 Merge pull request #48 from advancedtelematic/bugfix/porteruboot
8a5f5aa Fix non-existing UBOOT_MACHINE
e7bd268 Merge pull request #47 from advancedtelematic/feat/grubefi
58e7b90 Add configuration for grub-efi on Minnowboard
77e701b Merge pull request #46 from advancedtelematic/fix/qemu-kernel-version
b302a85 Add _sota suffix
a42822f Force version of Kernel to 4.4 to fix qemu crash
21927f5 Merge pull request #45 from advancedtelematic/bugfix/aglcompat
e36a782 Add tweaks for compatibility with AGL
25199f1 Merge pull request #44 from advancedtelematic/feat/bleeding-edge
8f80eb2 Create sota_bleeding.inc config file to build against master
7309d7b Merge pull request #41 from advancedtelematic/bugfix/minnowwic
64ceafc Fix small bugs, fix WIC for minnowboard
6104695 Merge pull request #40 from advancedtelematic/feat/syncagl
82a3c13 Replace TEMPLATECONF with agl-like config snippets
b49c263 Replace sdcard_image* classes with wic
501e07a Merge from meta-agl-extra
feb5a6a Merge pull request #39 from advancedtelematic/bugfix/PRO-2748-fix-sdimg-symlink
95b5db5 PRO-2748 Fix sdcard image symlink
11d902f Merge pull request #37 from advancedtelematic/bugfix/morty
e92b269 Fix several critical bugs in morty
9d4ca6a Merge pull request #36 from advancedtelematic/feat/morty
f38fc41 Changes for morty branch (sync with AGL's meta-sota)
7643e4d Merge pull request #35 from advancedtelematic/bugfix/gnuhash
d47d19a Fix a bug with missing GNU_HASH in lshw under Yocto
7113b6b Merge pull request #34 from advancedtelematic/feat/aktualizr
5dc260e Change name of cpp client to 'aktualizr'
fbd4aac Merge pull request #33 from advancedtelematic/bugfix/curlsota
0dab1e2 Merge pull request #31 from advancedtelematic/bugfix/lazycell
22e2931 Add dependency in CURL to sota-tools recipe
d1fa1c5 Add lazycell create (required by mio)
834e59f Merge pull request #29 from leon-anavi/krogoth
0b0319d sota-client-cpp: Update version
dd5686a sota-client-cpp: Build in release mode
1fa2f8e sota-client-cpp: GENIVI SOTA project in C++
98c09de Merge pull request #28 from advancedtelematic/fix/bump-garage-push-for-slash
72be93d Dump version of sota-tools to be smart about trailing /
604abde Merge pull request #26 from advancedtelematic/bump-sota-client-version
680315c update sota client version for new systemd.service
435dc43 Merge pull request #25 from advancedtelematic/bugfix/polish-readme
e3ed4fd Merge pull request #24 from advancedtelematic/feat/bumpsotatools
81cc8a3 general polishing and clarification of text
3e8bf40 Update sota-tools
7d99ac2 switch to asciidoc in readme
201e9f3 Merge pull request #23 from advancedtelematic/bugfix/taskhash
5316597 Remove useless image-version-info to get rid of "taskhash mismatch" error
a4adc31 Merge pull request #21 from advancedtelematic/feat/PRO-2263/newclient
3dad6d8 Merge pull request #22 from advancedtelematic/bugfix/rpiuboot
b318b82 Update sota-client to actually use deployed package list
83ad1a2 Move RPi-specific u-boot script to meta-updater-raspberrypi
6e60a85 Merge pull request #20 from advancedtelematic/feat/PRO-2260/bsp
2030bf1 Documented board integration
bccf378 Merge pull request #18 from advancedtelematic/feat/update-crates
03a8e39 Merge pull request #19 from advancedtelematic/feat/PRO-2262/packlist
1187aae Make system_info.sh a symlink to sota_sysinfo.sh
81f500e Copy image manifest to /usr
65e1ef3 Update crates to match Cargo.lock
31d297a Merge pull request #17 from advancedtelematic/bugfix/ostreescript
3ce652b Bring sota_ostree.sh back
c4f5a90 Merge pull request #16 from advancedtelematic/feat/systemddistro
45e20bf Add systemd-enabled distro
692fc93 Merge pull request #15 from advancedtelematic/feat/minnowsd
72ddd7a Add OTA SD image for Minnowboard
a7ba4cb Update sota-client
4a264b5 Add u-boot configs for intel machines
db58e57 Deploy credentials to physical sysroot's /boot
96ed051 Merge pull request #14 from advancedtelematic/feat/PRO-1974/uboot-bsp
84fece9 Move u-boot to BSP layers
1e225f3 Merge pull request #13 from advancedtelematic/bugfix/pro-2211/add_certificates
42c8eb6 OSTree requires SSL certificates to pull by https, add them
17e728e Merge pull request #12 from advancedtelematic/feat/nosystemd
65535be Update sota-client version to match that of meta-oim
eff667c Make systemd optional
7ad5573 Merge pull request #11 from advancedtelematic/bugfix/bumppush
d09f8e1 Bump sota-tools version to support new credentials format
e562aef Merge pull request #10 from advancedtelematic/bugfix/rviclient
1a53e92 Bump rvi-sota-client version (syncronize with meta-sota)
99b9b2c Merge pull request #9 from advancedtelematic/feat/credentials
00ec1ca Add a recipe deploying credentials on the device
cc92873 Merge pull request #8 from advancedtelematic/feat/connman
83ac7e8 Add connman as the default network manager
8450a21 Merge pull request #7 from advancedtelematic/bugfix/systemdinit
4e19ba0 Merge pull request #6 from advancedtelematic/fix/whitespace
14731e6 Set systemd as the chosen init manager
615a86b Fix whitespace
d8099ab Merge pull request #5 from advancedtelematic/bugfix/depends
f82055f Add missing dependencies
8acf859 Merge pull request #4 from advancedtelematic/bugfix/systemd
0fb8821 Add systemd DISTRO_FEATURE for OSTree
a6d54e4 Merge pull request #3 from advancedtelematic/feat/sotadistro
ef25902 Merge pull request #2 from advancedtelematic/bugfix/metaoe
0b4a11f Minimal OTA-enabled distro
96b68dc Add dependency to meta-openembedded/meta-filesystems required by OSTree
f47d6d7 Merge pull request #1 from advancedtelematic/feat/rpi
f690729 Rasperrypi-specific configuration
a3d3733 Add distro configuration and AGL templates
5c2171a Bump versions of meta-sota utilities
5d25642 Add ota draft for ota image
72df997 Merge "A tool for uploading OSTree objects to a server together with integration code"
937f386 A tool for uploading OSTree objects to a server together with integration code
ac0c787 Added SOTA_VERSION that is displayed when user runs 'sota-client -v' on the target machine
34dc600 Merge "Upgrade to the latest rvi_sota_client"
2642ce5 Upgrade to the latest rvi_sota_client
6ff77bb Merge "OTA-enabled live image for Porter board"
f2c7bb6 Merge "Update rvi-sota-client"
14ccbd8 OTA-enabled live image for Porter board
e42ce3e Update rvi-sota-client
a212922 Move RPi specific bbappends to meta-agl-bsp
0939263 Move machine-dependent sota configuration to machine templates
caa1a11 Double size of OTA ramdisk to 16M
611974f Merge "OSTree-enabled image for raspberry Pi"
d6573cf OSTree-enabled image for raspberry Pi
3946274 Fix build of ostree on host system
20f3a4c ostree_git.bb: Upgrade to v2016.12
3dfa44a Merge "Fix build of libgsystem in sota feature"
4447a0c Only build u-boot in otaimg for qemux86, otherwise it should be managed by live image recipe
acc7205 Fix build of libgsystem in sota feature
751edc8 Merge "Bump OSTree version to v2016.11"
ed143db Bump OSTree version to v2016.11
61477cc Fix initramfs build for sota
7bd3693 Tuned initrd image and pseudo environment to fix bugs with extended security attributes.
844ddcf Added initramfs image and fixed several error to make AGL rootfs bootable as an OSTree deployment
0983092 ostree_git.bb: Upgrade to v2016.10
e35210f ostree_git.bb: Deploy installed files in /usr/lib
211b12c Merge "Build OSTree natively, and its dependencies as well"
6cc7aad Merge "ostree_git.bb: Upgrade OSTree to v2016.9"
bb8287c Merge "ostree_git.bb: Bug fixes"
e573281 Merge "libgsystem_git.bb: Bug fixes"
8a570c7 Change do_rootfs to do_image_* after respective change in poky.
05c9013 Merge "Adds image type for OSTree deployment sysroot"
d0d74fb Build OSTree natively, and its dependencies as well
9f816bd ostree_git.bb: Upgrade OSTree to v2016.9
ca40ecf ostree_git.bb: Bug fixes
25dedda libgsystem_git.bb: Bug fixes
19b2c68 Merge "Force u-boot (or another virtual/bootloader if overriden by user) to build with otaimg"
38b09fb Adds image type for OSTree deployment sysroot
d57cf01 Force u-boot (or another virtual/bootloader if overriden by user) to build with otaimg
ec0d7ed Replaced links to libgcc functions for 64-bit integer divisions with ipxe implementation to get rid of multilib
081b8be Merge "Replaced functionality in qemux86-ota machine with algsetup.sh feature. otaimg is now a live image."
2174e75 Replaced functionality in qemux86-ota machine with algsetup.sh feature. otaimg is now a live image.
77e5f29 ostree: upgrade to v2016.8
4b9938d Add support for emulating OSTree updates in qemux86: new live image, u-boot that can be used as BIOS, machine that uses both and fork of poky runqemu supporting the new live image.
291d597 libgsystem: Change source repository and version
ece75b5 ostree: systemd is required as a dependency
62cf405 ostree: systemd services
459f24c ostree: use stable release v2016.7
b913056 ostree: Update source URL
b221d79 added meta-sota, enabled by feature 'agl-sota'

Change-Id: Ib3f1d543a254951d16843d2c6f8e1f5d7d310030
shr-project added a commit to shr-project/build-webos that referenced this issue Oct 20, 2021
meta-updater as of 2021-10-19 08:13:46 +0200

25642b4 Merge pull request webosose#13 from uptane/fix/ats-825/kirkstone
ff20197 sota.conf.inc: Cleanup for kirkstone.
1093211 layer.conf: Drop older branches.
shr-project added a commit to shr-project/build-webos that referenced this issue Oct 21, 2021
meta-updater as of 2021-10-19 08:13:46 +0200

25642b4 Merge pull request webosose#13 from uptane/fix/ats-825/kirkstone
ff20197 sota.conf.inc: Cleanup for kirkstone.
1093211 layer.conf: Drop older branches.
shr-project added a commit to shr-project/build-webos that referenced this issue Oct 21, 2021
meta-updater as of 2021-10-19 08:13:46 +0200

25642b4 Merge pull request webosose#13 from uptane/fix/ats-825/kirkstone
ff20197 sota.conf.inc: Cleanup for kirkstone.
1093211 layer.conf: Drop older branches.
shr-project added a commit to shr-project/build-webos that referenced this issue Oct 25, 2021
meta-webosose as of 2021-10-19 03:48:13 -0700

56f8b0cf {kirkstone-stop} webos: layer.conf: Update to kirkstone release name series
257e7d8e webos.inc: don't inherit reproducible_build_simple
801f7035 findutils=webos1 driverctl=webos1 (fix file-rdeps QA issue fix about /bin/bash)
b161eeb7 remove webos_deploy

oe-core as of 2021-10-18 13:48:12 +0100

63a235d86e python3-smmap: update to 5.0.0
4ee26ef672 glibc: Extract common code to build tests to glibc-tests.inc
db2f3df621 python3-setuptools-scm: upgrade 6.0.1 -> 6.3.2
86430833b4 python3-tomli: add recipe for 1.2.1
c984ef67f8 python3-packaging: BBCLASSEXTEND nativesdk
58e1f76a37 python3-packaging: DEPENDS on python3-setuptools-native
27fbbeaf97 kernel-fitimage: use correct kernel image
f44bb45888 featimage: refactor style
3a6bcd97f5 opensbi-payloads: Add dependency on kernel if fdt is set
50d99faf88 sstate: don't silently handle all exceptions in
        sstate_checkhashes
2f1ea25c22 oe/utils: log exceptions in ThreadedWorker functions
9a9cd95fcc man-pages: update to 5.13
bb164adca9 insane,license,license_image: Allow treating license
        problems as errors
f0ad152ef4 lib/oe/qa,insane: Move extra error handling functions
        to library
05c0e34122 at-spi2-core: upgrade 2.40.3 -> 2.42.0
0c192a97e3 testimage: fix unclosed testdata file
740a52dd10 qemu: Add knob for enabling PMDK pmem support
d7d380a45a mesa: Enable svga for x86 only
b5c93cb9a6 opensbi-payloads.inc: Use strings for fallback
9ba6df1b2c piglit: upgrade to latest revision
0140df8724 mirrors.bbclass: remove dead infozip mirrors
0b07d9add6 oeqa: Update cleanup code to wait for hashserv exit
f238d6e766 libxkbcommon: update to 1.3.1
79fa8c02d5 xkeyboard-config: update to 2.34
151d054c58 xorgproto: update to 2021.5
e8099731d4 libxi: update to 1.8
5dd1c7eb07 python3-pycryptodome: upgrade 3.10.1 -> 3.11.0
77650314fe libsolv: upgrade 0.7.19 -> 0.7.20
99c62d5d13 libcap: fix nativesdk-libcap relocate failure
0ea02ca5c1 u-boot: Convert ${UBOOT_ENV}.cmd into ${UBOOT_ENV}.scr
a148c21a03 libical: upgrade 3.0.10 -> 3.0.11
7fd06a57a1 kernel: Rework kernel make flag to variable mappings
d15fb02c7e reproducible: Drop BUILD_REPRODUCIBLE_BINARIES variable
0725ca18af kernel: Add KERNEL_DEBUG_TIMESTAMPS variable
abb0671d2c reproducible: Merge code into base.bbclass
f38a8de195 reproducible: Move variable definitions to bitbake.conf
f2fd1c9d75 reproducible: Move class function code into library
80afddd3ae reproducible_build: Drop now unneeded compiler warning
5b285796b6 patch: Use repr() with exceptions instead of str()
063d085534 openssl: Drop riscv32 upstreamed patches
f5a90df086 sstate: Fixes for eSDK generation after zstd switch
52ba0c5e6e sstate: Allow validation of sstate singatures against list
        of keys
c46a6ec91b scripts/autobuilder-worker-prereq-tests: jinja2 check
0710e98f40 sstate: Switch to ZStandard compressor support
6c195acb40 python: Update now reproducibile builds are the default
7a497d8f30 reproducible_build: Drop obsolete sstate workaround
875a944392 license.bbclass: implement ast.NodeVisitor.visit_Constant
abc93390a3 oe/license: implement ast.NodeVisitor.visit_Constant
1f0bec0421 runqemu: add DEPLOY_DIR_IMAGE replacement in QB_OPT_APPEND
2b59fb9d52 bitbake.conf: Add gpg-agent as a host tool
4f80931136 bison: prevent checking for textstyle.
cff6888f3b curl: fix CVE-2021-22945 through -22947
04a4ed1c50 bitbake.conf: Add BB_CURRENTTASK to BB_HASHEXCLUDE
c94816259c base: Use repr() for printing exceptions
69376ac1a6 base: Clean up unneeded len() calls
3b4ce5f69c base/insane: Import oe.qa by default
72a75043a9 python3: update 3.9.7 -> 3.10.0
7261a4b4d5 Fix rust-native build issue when debug is enabled
c44bc7c0fb patch.bbclass: when the patch fails show more info on the
        fatal error
71780bb9ac libpam: Fix build with DISTRO_FEATURES usrmerge
cd83fa054d python3-pytest: upgrade 6.2.4 -> 6.2.5
c43a57540e libconvert-asn1-perl: upgrade 0.31 -> 0.33
682db79054 python3-zipp: upgrade 3.5.0 -> 3.6.0
981014d712 python3-more-itertools: upgrade 8.9.0 -> 8.10.0
21d72ace8f python3-importlib-metadata: upgrade 4.6.4 -> 4.8.1
b01db599d7 python3-hypothesis: upgrade 6.15.0 -> 6.23.2
c86732e1ad epiphany: update 40.3 -> 41.0
69208e6e55 webkitgtk: update 2.32.3 -> 2.34.0
5a7300300e epiphany: trim down DEPENDS
a5b6f978ef webkitgtk: trim down DEPENDS
0038a5b314 libsoup: add a 3.x recipe
1ea50f0e11 nghttp2: add recipe from meta-oe
19743c855b itstool: update 2.0.6 -> 2.0.7
07c303cd90 coreutils: update 8.32 -> 9.0
3c57a4b0d3 wget: update 1.21.1 -> 1.21.2
c5226a62fe sudo: update 1.9.7p2 -> 1.9.8p1
65a54f72e1 libexif: update 0.6.22 -> 0.6.23
ea85624594 libdnf: update 0.63.1 -> 0.64.0
0f07360ebc bison: update 3.7.6 -> 3.8.1
adcbaadd91 glib-networking: update 2.68.2 -> 2.70.0
e359ee75e6 glib-2.0: update 2.68.4 -> 2.70.0
7a477de350 ruby: disable openssl extension
02a66905fa serf: add a openssl 3 compatibility fix
8ffab3cc43 cryptodev-tests: do not use -Werror with openssl 3
f028a55383 openssl: update 1.1.1l -> 3.0.0
79bd638958 rust: generate target definitions from (arch, abi), not
        just arch
320f2c5aa5 rust: do not write ar into target json definitions
997d54363a rust-common.bbclass: rewrite toolchain wrappers in
        (native) python
8915dfa203 rust/cargo: exclude UNINATIVE_LOADER from task signature
3ebf15d74c gstreamer1.0-plugins-bad: disable rsvg on x32
354207b58e adwaita-icon-theme: update 3.34/38 -> 41.0
c6fbac3b1d librsvg: restore reproducibility
d59f69b136 librsvg: use only the target architecture to determine
        availability of atomic primitives
2fd0ad104b librsvg: add backports to fix big endian targets (e.g. mips)
67dd505c42 librsvg: do not enable nativesdk
e060ee5ea9 librsvg: update 2.40.21 -> 2.52.0 (transition to rust!)
a21705c33a rust: update 1.54.0 -> 1.55.0
f7a6b23d99 rust: drop PV from include file names
6c70f5bd2a recipetool: Rework crunch_license to recognize more variants
6490de38ba npm: Use configs for npm environment and args for npm
        run command
f0a47afb43 npm: Add variable NPM_NODEDIR with default value
eff85c86f3 recipetool: npm: Use README as license fallback
194df9c240 recipetool: npm: Do not add package.json files to
        LIC_FILES_CHKSUM
d5c4979669 recipetool: Add support for linenumbers to licenses.csv
0548a5d8ee recipetool: Add logger info for missing license entries
a00720344d recipetool: ignore empty license files
ab06305bf9 recipetool: Change default paramter fallback_licenses of
        function split_pkg_licenses from None to []
a930d39787 recipetool: Skip common source files in guess_license
631f6b7d18 recipetool: Move license md5sums into CSV files
9b22b50b77 npm: Add support for EXTRA_OENPM arguments
c227daf3c4 ltp: Update to 20210927
899fd41723 linux-yocto-dev: Ensure DEPENDS matches recent 5.14
        kernel changes
f242a6db07 linux-yocto: add libmpc-native to DEPENDS
82e6172c1d buildhistory: Fix package output files for SDKs
b5b70cba70 packagedata.py: silence a DeprecationWarning
87fd3080c8 lttng-tools: replace ad hoc ptest fixup with upstream fixes
6d3f55ea8f qemu: install qmp module without hardcoding the python
        version in oeqa scripts
1189f95e05 bootchart2: Don't compile python modules
3fe5101b33 libnewt: Use python3targetconfig to fix reproducibility
        issue
1bc5378db7 libxml2: Use python3targetconfig to fix reproducibility
        issue
958133f4e9 devpyshell: rename to pydevshell
84c9bb0796 busybox: 1.34.0 -> 1.34.1
b1bddc80dc gst-examples: 1.18.4 -> 1.18.5
fe1345f72e gst-devtools: 1.18.4 -> 1.18.5
3c68529eb9 gstreamer1.0-python: 1.18.4 -> 1.18.5
65ed3c4e6c gstreamer1.0-omx: 1.18.4 -> 1.18.5
a46b9209b5 gstreamer1.0-vaapi: 1.18.4 -> 1.18.5
6a52088c19 gstreamer1.0-libav: 1.18.4 -> 1.18.5
809db37381 gstreamer1.0-rtsp-server: 1.18.4 -> 1.18.5
09373e8c33 gstreamer1.0-plugins-ugly: 1.18.4 -> 1.18.5
4e7789ecfd gstreamer1.0-plugins-bad: 1.18.4 -> 1.18.5
b51d46790e gstreamer1.0-plugins-good: 1.18.4 -> 1.18.5
de0ee4323a gstreamer1.0-plugins-base: 1.18.4 -> 1.18.5
d325f0d31b gstreamer1.0: 1.18.4 -> 1.18.5
c94a9ece22 oeqa/selftest/sstatetests: fix typo ware -> were
269133fed2 libseccomp: Upgrade to 2.5.2 and beyond
97a2f40663 go: upgrade 1.16.7 -> 1.16.8
1190b241d7 ell: upgrade 0.43 -> 0.44
0bea76e841 dnf: upgrade 4.8.0 -> 4.9.0
9f10592a01 createrepo-c: upgrade 0.17.4 -> 0.17.5
10b4ba8f7e bind: upgrade 9.16.20 -> 9.16.21
5289c6ab33 acpid: upgrade 2.0.32 -> 2.0.33
2e2d5fe388 libinput: update to 1.19.0
d9f9016b56 xf86-input-libinput: update to 1.2.0
f169ffde59 ethtool: update to 5.14
7c1525bfd7 python3-setuptools: minor cleanup
0dbf98b2a2 python3-setuptools: update to 58.0.4
e1222dab5f python3-dbusmock: update to 0.24.0
cf38a27efe python3-git: update to 3.1.24
9612bb0639 python3: update to 3.9.7
fd621eefee pkgconfig: Update to latest
e63debe732 wayland-protocols: upgrade 1.22 -> 1.23
c8aa0222ce weston: wrapper for weston modules argument
665c8ee52a python3-more-itertools: upgrade 8.8.0 -> 8.9.0
acfb0bd59d help2man: upgrade 1.48.4 -> 1.48.5
f8edaf76ad vulkan-tools: upgrade 1.2.182 -> 1.2.191
db1c5c530f vulkan-loader: upgrade 1.2.182 -> 1.2.191
e79a68d26f vulkan-headers: upgrade 1.2.182 -> 1.2.191
45d1a0bea0 tar: filter CVEs using vendor name
57f51e8c73 mount-copybind: add rootcontext mountoption for overlayfs
6f3e231dc9 mount-copybind: add SELinux support
da489ef6e3 findutils: add ptest
0a9d19f575 harfbuzz: upgrade 2.9.0 -> 2.9.1
67ee7aeaaf gzip: upgrade 1.10 -> 1.11
6c5d37fd42 iproute2: update to 5.14.0
1254ba1206 libhandy: update 1.2.3 -> 1.4.0
6547e565cc libssh2: update 1.9.0 -> 1.10.0
81a101332e libgit2: update 1.1.1 -> 1.2.0
dddc71a206 rt-tests: update 2.1 -> 2.2
b2aeaab36d libpam: update 1.5.1 -> 1.5.2
13965426b7 lsof: update 4.91 -> 4.94.0
14c6e5a4b7 systemd: update 249.3 -> 249.4
d0c64bd9ae inetutils: drop CVE-2021-40491 patch
c509539690 inetutils: update 2.1 -> 2.2
82d3acd5bd shaderc: update 2021.1 -> 2021.2
15eeaa54c2 glslang: update 11.5.0 -> 11.6.0
b1a6ac721f spirv-tools: update 2021.2 -> 2021.3
dbb0e50375 pinentry: update 1.1.1 -> 1.2.0
8f268f981d gnupg: update 2.3.1 -> 2.3.2
2c6c7f0ff2 runqemu: correct vga-virtio option to keep virgl enabled
b2710d25e3 qemu: update 6.0.0 -> 6.1.0
e72c0b9455 package_rpm: use zstd instead of xz
0d9ca78951 perl: do not build berkeley db module by default
190d994438 libsolv: disable rpm bdb format support
8bbbcf9f8d libdnf: fix the rpm sqlite-only target setup
6080fcf7e4 rpm: update 4.16.1.3 -> 4.17.0
c2cad5ecfb lua: update 5.3.6 -> 5.4.3
b06a2ffb5d lua: add a recipe from meta-oe
ecadaa0895 libcap: update 2.51 -> 2.54
191d6d1f61 meson: update 0.58.1 -> 0.59.1
6f39d59368 cmake: upgrade 3.21.1 -> 3.21.2
17c59e4251 wayland-protocols: upgrade 1.21 -> 1.22
0410d639bb diffoscope: upgrade 181 -> 182
8e26252b45 layer.conf: Extend recipes not to install without explict
        dependencies

bitbake as of 2021-10-17 22:51:45 +0100

473e2a54 test/fetch: Update urls to match upstream branch name changes
2d704842 siggen: Fix type conversion issues
fe8105cc bitbake-worker: Add debug when unpickle fails
b9e4fb84 tests/runqueue: Ensure hashserv exits before deleting files
45ea7a93 bitbake-user-manual: update sources mirror URL
4edd5767 codegen: implement ast.NodeVisitor.visit_Constant
4fa25714 fetch2: Do not attempt to verify donestamp if download is
        not complete
fa39e668 npmsw: Avoid race condition with multiple npm fetchers
22c18494 siggen: Change file format of siginfo files to use zstd
        compressed json
fc8d74b7 compress: Allow to operate on file descriptor
7daaaaa2 bitbake-worker: Set BB_CURRENTTASK earlier
efb94902 fetch2: document checkstatus API

meta-oe as of 2021-10-19 09:23:08 -0700

3d7ccbbc03 grpc: revert GRPCPP_ABSEIL_SYNC change from 1.40.0 to fix
        undefined references to absl::lts_20210324::Mutex::~Mutex()
f3f98c28b5 protobuf: import a patch from meta-webosose to fix building
        protobuf-c with gold linker
2f43f39a2b bluepy_git.bb: Added recipe for BluePy Python interface
        to Bluetooth LE on Linux (v2)
2bc6bc81bf libencode-perl: upgrade 3.12 -> 3.16
afe89c5521 nlohmann-json: upgrade 3.10.2 -> 3.10.4
5c16a10fd7 gensio: upgrade 2.2.9 -> 2.3.1
cb08584d8c strongswan: upgrade 5.9.3 -> 5.9.4
7297734204 gyp: fix for compatibility with Python 3.10
7892e882a2 mozjs: move large static library into staticdev package
5a281d72d2 mutter: Move gsettings to a separate package
646d2df673 libxmlb: upgrade 0.3.2 -> 0.3.3
2c287fe0a1 libgusb: upgrade 0.3.7 -> 0.3.8
230b165758 asio: upgrade 1.18.1.bb -> 1.20.0
2b4efc765d ifenslave: upgrade 2.12 -> 2.13
6791dc5364 ntfs-3g-ntfsprogs: upgrade to 2021.8.22
c60b17bf08 gnome-calendar: upgrade 3.38.1 -> 41.0
1f5d21858e gfbgraph: patch to build with latest rest
8de56ffd07 colord: inherit pkgconfig
0a68c4ad97 libgweather: upgrade 3.36.2 -> 40.0
4e0f4f4a84 gnome-screenshot: add recipe for 40.0
138aaae151 xorgxrdp: Add to exclusion list for now
d79ca2ebc4 byacc: switch to official HTTPS mirror
f49108971e audit: upgrade 3.0.5 -> 3.0.6
9b8b072cb0 xrdp: Exclude from builds
18986aadb5 iwd: Fix  build with musl
2ed3c4fd44 gnome-online-accounts: Upgrade to 3.43.1
1ea6bbd96c librest: Use master with libsoup3 support
dc4ecd9346 lvgl: Add lv_lib_png to packagegroup
74d38f9a31 lv-lib-png: Add recipe for LVGL for handling PNG format
b890de3ed1 colord-native: Inherit pkgconfig
f39a168e38 python3-pyinotify: Add fcntl, logging to RDEPENDS
77718718cf python3-pyatspi: update to 2.38.1
0c7e44f146 python3-typeguard: update to 2.13.0
22486627a4 python3-yarl: update to 1.7.0
f5335a4527 python3-xmlschema: update to 1.8.0
29324886d7 python3-xlsxwriter: update to 3.0.1
35048bec2f python3-wrapt: update to 1.13.2
e1ac6b83ff python3-websockets: update to 10.0
34ae53c604 python3-uritemplate: update to 4.1.1
b8161baf97 python3-twitter: update to 4.1.0
bc84614e1c python3-sympy: udpate to 1.9
8acd5a741b python3-sentry-sdk: update to 1.4.3
187b164331 python3-regex: update to 2021.10.8
381ead81f9 python3-pytz: update to 2021.3
8954708be6 python3-pytest-timeout: update 2.0.1
a1ae067e38 python3-pyperf: update to 2.3.0
69c519f2fa python3-pyopenssl: update to 21.0.0
8b2562785f python3-pykickstart: update to 3.34
19ad4d1c11 python3-pyjwt: update to 2.2.0
b52c0c49f2 python3-pyflakes: update to 2.4.0
eea7faeea8 python3-pyephem: update to 4.1
e73c559260 python3-pycodestyle: update to 2.8.0
bd29d6a926 python3-pulsectl: update to 21.10.4
c9ee109461 python3-protobuf: update to 3.18.1
2bd97b5d3c python3-portion: update to 2.2.0
a8f3b64efb python3-paramiko: update to 2.8.0
532f4f8dca python3-jsonrpcserver: update to 5.0.3
b3b66d48d6 python3-joblib: update to 1.1.0
8db9231877 python3-iso3166: update to 2.0.2
b1f27e4dd5 python3-idna: update to 3.3
c2e12e004b python3-httplib2: update to 0.20.1
4e2e978188 python3-haversine: update to 2.5.1
eee2c96f73 python3-h2: update to 4.1.0
117d638226 python3-grpcio: update to 1.41.0
f9b0f77f8c python3-grpcio-tools: update to 1.41.0
a95a12931e python3-google-auth: update to 2.3.0
23196b56a8 python3-google-api-python-client: update to 2.26.1
b60a41a7ce python3-google-api-core: update to 2.1.1
db6bddc87d python3-eventlet: update to 0.32.0
4e107ae6ca python3-elementpath: update to 2.3.2
c65fd7996b python3-dateparser: update to 1.1.0
9d54555b25 python3-cryptography-vectors: update to 35.0.0
ac7d9bfb0c python3-coverage: update to 6.0.2
c980ec1a86 python3-colorlog: update to 6.5.0
077dc04df1 python3-cffi: update to 1.15.0
3afc5b172a python3-certifi: update to 2021.10.8
4aa84881de python3-cantools: update to 36.4.0
89abdc8868 python3-astroid: update to 2.8.2
85538d450c python3-alembic: update to 1.7.4
4b009cf990 python3-absl: update 0.14.1
7cbb5cfa24 python3-nmap: upgrade 1.5.0 -> 1.5.1
7daad3b3e7 python3-humanize: upgrade 3.11.0 -> 3.12.0
bfff76c328 python3-watchdog: upgrade 2.1.5 -> 2.1.6
e8d2ba4bdb python3-urllib3: upgrade 1.26.6 -> 1.26.7
78137f9936 python3-ujson: upgrade 4.1.0 -> 4.2.0
246b20b92c nodejs: Upgrade to 14.18.1
948ee7c2e9 libcrypt-openssl-rsa-perl: Fix build with openssl3+
be77bddae1 mozjs: Disable JIT on mips
66a0f5b8eb mozjs: update 60.9.0 -> 91.1.0
cbd09fd140 opensaf: update to 5.21.09
78a7b95b71 nng: update to 1.4.0
af3b0cdacf networkmanager: update to 1.32.12
ed65a36a4c yelp,yelp-xsl,yelp-tools: Upgrade to 41 release
a93f9de2e7 surf: add a webkit 2.34 compatibility patch
66986b2468 ttf-vlgothic: update to 20200720
e33099e6f6 ttf-dejavu: add UPSTREAM_CHECK_URI
a6887f230c ttf-abyssinica: update to 2.100
f3b2c00e3b libcdio-paranoia: update to 10.2+2.0.1
ec41b54b29 libbpf: fix PV
f942409334 xrdp: Upgrade to 0.9.17
27a6b1172d libcrypt-openssl-rsa-perl: Upgrade to 0.32
d80652bd72 yavta: Upgrade to latest version and drop downstream patch
75495398c8 thingsboard-gateway: update to 2.8
12b27e5129 protobuf-c: update to 1.4.0
6bbc8b2d3a pmdk: update to 1.11.1
9efdbda8d0 pegtl: update to 3.2.1
7166ec4f76 ostree: update to 2021.5
c7d3daba60 apitrace: Conditionally enable X11 support
d44f564610 apitrace: Upgrade to latest version
60d4e95b4b luaposix: Depend on libxcrypt-native
47307dfda1 pcimem: Add riscv64 into COMPATIBLE_HOST
ed3392fdb2 nodejs: add -fpermissive BUILD_CXXFLAGS
0300f77934 xfce.bbclass: Mark string as raw in a regexp
0e60f404c4 nano: update to 5.9
082e1599e5 ser2net: upgrade 4.3.3 -> 4.3.4
362068e681 poppler: upgrade 21.09.0 -> 21.10.0
20a982c9da iwd: update to 1.18
fd0cd13f42 networkmanager-openvpn: upgrade 1.8.14 -> 1.8.16
df196ab5a7 luaposix: Upgrade to 35.1
034a25f085 kronosnet: Correct path to poll.h
736d635047 icewm: upgrade 2.7.0 -> 2.8.0
e8dab9d92c bdwgc: upgrade 8.0.6 -> 8.2.0
d46c811305 span-lite: upgrade 0.10.1 -> 0.10.3
c48feb5f18 redis: upgrade 6.2.5 -> 6.2.6
1bcc09e8ff openvpn: upgrade 2.5.3 -> 2.5.4
6407f5ff40 devilspie2: Add missing dependency on libxinerama
ae6fb2696a devilspie2: Switch to using github repo
cfb07e4e24 luaposix: Use lua 5.4
e6392aed4c gjs: Inherit pkgconfig
c5e89108ee grpc: upgrade 1.38.1 -> 1.41.0
24514e48b2 ldns: blacklist due to openssl 3.x incompatibility
8b81568595 boinc-client: blacklist due to openssl 3.x incompatibility
0d27e1955f netplan: do not use -Werror
9117ecbe1e cfengine: blacklist due to openssl 3.x incompatibility
70b9bfec8e packagegroup-meta-oe: Remove lua
fbd428b0ee packagegroup-meta-networking: Remove nghttp2
c61044d58e opensc: do not use -Werror
17ad891757 freerdp: backport openssl 3.x patches
819fe345b9 libsigrokdecode: add a python 3.10 compatibility patch
13f97f126d php: disable openssl PACKAGECONFIG
e8214b76e4 nodejs: add a python 3.10 compatibility patch
01d24acb40 nodejs: use -fpermissive
e8f84f7803 pkcs11-helper: backport a openssl 3.x patch
38303c7063 strongswan: disable openssl PACKAGECONFIG
c3248fa4d2 openipmi: add a python 3.10 compatibility patch
8994c5d2cb openflow: disable openssl PACKAGECONFIG
677ff7c9c6 polkit: update 0.116 -> 0.119
52e2778966 kronosnet: update 1.20 -> 1.22
d22ae13cc1 nghttp2: remove recipe as it is now in oe-core
939322d952 lua: remove recipe as it is now in oe-core
1e12d64f70 Add recipe for driverctl
953f6a2274 keyutils: fix install path
845b15cdff unicode-ucd: upgrade 12.1.0 -> 14.0.0
8a17e222ed python3-pybluez: Do not set 2to3
6cf292602b python3-anyjson: Do not enable 2to3
c0113a4afa python3-parse-type: Do not ask for 2to3
bf9c1d7b2e python3-simpleeval: Remove use_2to3
55534f9d10 python3-behave: Switch to using github src_uri
20405cd4d3 python3-pystache: Remove need for python2x
4613292202 python3-transitions: upgrade 0.8.9 -> 0.8.10
bd6be69246 python3-pyscaffold: upgrade 4.0.2 -> 4.1
18f4c0b5e8 python3-openpyxl: upgrade 3.0.8 -> 3.0.9
a7c5d61508 python3-multidict: upgrade 5.1.0 -> 5.2.0
e6bf249d30 python3-jsmin: Upgrade to version 3.0.0
a4724fc450 python3-jdatetime: upgrade 3.6.2 -> 3.6.4
b067418e86 python3-ipython: upgrade 7.27.0 -> 7.28.0
d5b6841bf8 python3-m2crypto: address build failure with openssl 3.x
539a6d36f1 python3-gmpy2: update 2.0.8 -> 2.1.0rc1
b0e66ebc2a python3-yappi: add python 3.10 fix
f2152d7904 python3-posix-ipc: Add recipe for version 1.0.5
8c7eb54dde Revert "chipsec: platform security assessment framework"
fd3aca5ccf samba: upgrade 4.14.7 -> 4.14.8
3b04587151 pipewire: rework PACKAGECONFIG for systemd service files
c87e19f871 pipewire: also handle pipewire-media-session in systemd
        class
2069a96531 pipewire: remove manpages class
6e5cbf8711 bdwgc: upgrade 8.0.4 -> 8.0.6
0924d41ac4 packagegroup-meta-oe: Add lv-drivers and lvgl
5f69cfea69 lv-drivers: Add recipe for lvgl lib
21580d65af lvgl: Add recipe for Lightweight Graphics Library
8e6e4e594d rapidjson: override hard-coded lib install dir
6696d7ef59 grpc: fix cross-compilation of grpc applications
17af9e0501 grpc: fix cross-compilation of grpc applications
23dc4f060f gattlib: Upgrade to latest
e9b3476ad9 gattlib: Place pkgconfig file in correct package
e078ffd4ce libiio: depend on avahi only when network backed is used
3630c30185 pahole: use MACHINE_ARCH

meta-virtualization as of 2021-10-19 23:21:42 -0400

36cdef7 cni: add SRCREV_FORMAT
89b1a89 yq: add SRCREV_FORMAT
9e5daf4 kubernetes: add SRCREV_FORMAT
cbecee2 docker-moby: add SRCREV_FORMAT
da57fa2 docker-ce: add SRCREV_FORMAT
03cd8aa ceph: inherit pkgconfig.bbclass
cf55d44 oci-image-spec: update to 1.0.1-latest
cf81b3d oci-runtime-spec: update to 1.0.2
0b5fba4 criu: update to 3.16.1
77111bf crun: bump to version 1.2
21fc48f crun: fix offline builds
b2299d3 podman: check for ipv6 in DISTRO_FEATURES
5c21291 virtualization/config: allow conditional use of
        yocto-cfg-fragments
fcf53f6 yocto-cfg-fragments: introduce native provider of configuration
        fragments
83cf286 k3s: update to v1.22.x
4ab1f05 k3s: update to v1.21.5
aaeb4f4 xen: add missing pkgconfig inherit
45e5f2e kubernetes: introduce devupstream variant
8e8b2ca k8s: set to 1.22.3 release
8a1b32e busybox-initrd: update version to match oe-core

meta-python2 as of 2021-10-17 23:21:37 +0200

4ab3b5a python-cryptography: fix build with openssl-3

meta-updater as of 2021-10-19 08:13:46 +0200

25642b4 Merge pull request webosose#13 from uptane/fix/ats-825/kirkstone
ff20197 sota.conf.inc: Cleanup for kirkstone.
1093211 layer.conf: Drop older branches.
shr-project added a commit to shr-project/build-webos that referenced this issue Oct 25, 2021
meta-webosose as of 2021-10-19 03:48:13 -0700

56f8b0cf {kirkstone-stop} webos: layer.conf: Update to kirkstone release name series
257e7d8e webos.inc: don't inherit reproducible_build_simple
801f7035 findutils=webos1 driverctl=webos1 (fix file-rdeps QA issue fix about /bin/bash)
b161eeb7 remove webos_deploy

oe-core as of 2021-10-18 13:48:12 +0100

63a235d86e python3-smmap: update to 5.0.0
4ee26ef672 glibc: Extract common code to build tests to glibc-tests.inc
db2f3df621 python3-setuptools-scm: upgrade 6.0.1 -> 6.3.2
86430833b4 python3-tomli: add recipe for 1.2.1
c984ef67f8 python3-packaging: BBCLASSEXTEND nativesdk
58e1f76a37 python3-packaging: DEPENDS on python3-setuptools-native
27fbbeaf97 kernel-fitimage: use correct kernel image
f44bb45888 featimage: refactor style
3a6bcd97f5 opensbi-payloads: Add dependency on kernel if fdt is set
50d99faf88 sstate: don't silently handle all exceptions in
        sstate_checkhashes
2f1ea25c22 oe/utils: log exceptions in ThreadedWorker functions
9a9cd95fcc man-pages: update to 5.13
bb164adca9 insane,license,license_image: Allow treating license
        problems as errors
f0ad152ef4 lib/oe/qa,insane: Move extra error handling functions
        to library
05c0e34122 at-spi2-core: upgrade 2.40.3 -> 2.42.0
0c192a97e3 testimage: fix unclosed testdata file
740a52dd10 qemu: Add knob for enabling PMDK pmem support
d7d380a45a mesa: Enable svga for x86 only
b5c93cb9a6 opensbi-payloads.inc: Use strings for fallback
9ba6df1b2c piglit: upgrade to latest revision
0140df8724 mirrors.bbclass: remove dead infozip mirrors
0b07d9add6 oeqa: Update cleanup code to wait for hashserv exit
f238d6e766 libxkbcommon: update to 1.3.1
79fa8c02d5 xkeyboard-config: update to 2.34
151d054c58 xorgproto: update to 2021.5
e8099731d4 libxi: update to 1.8
5dd1c7eb07 python3-pycryptodome: upgrade 3.10.1 -> 3.11.0
77650314fe libsolv: upgrade 0.7.19 -> 0.7.20
99c62d5d13 libcap: fix nativesdk-libcap relocate failure
0ea02ca5c1 u-boot: Convert ${UBOOT_ENV}.cmd into ${UBOOT_ENV}.scr
a148c21a03 libical: upgrade 3.0.10 -> 3.0.11
7fd06a57a1 kernel: Rework kernel make flag to variable mappings
d15fb02c7e reproducible: Drop BUILD_REPRODUCIBLE_BINARIES variable
0725ca18af kernel: Add KERNEL_DEBUG_TIMESTAMPS variable
abb0671d2c reproducible: Merge code into base.bbclass
f38a8de195 reproducible: Move variable definitions to bitbake.conf
f2fd1c9d75 reproducible: Move class function code into library
80afddd3ae reproducible_build: Drop now unneeded compiler warning
5b285796b6 patch: Use repr() with exceptions instead of str()
063d085534 openssl: Drop riscv32 upstreamed patches
f5a90df086 sstate: Fixes for eSDK generation after zstd switch
52ba0c5e6e sstate: Allow validation of sstate singatures against list
        of keys
c46a6ec91b scripts/autobuilder-worker-prereq-tests: jinja2 check
0710e98f40 sstate: Switch to ZStandard compressor support
6c195acb40 python: Update now reproducibile builds are the default
7a497d8f30 reproducible_build: Drop obsolete sstate workaround
875a944392 license.bbclass: implement ast.NodeVisitor.visit_Constant
abc93390a3 oe/license: implement ast.NodeVisitor.visit_Constant
1f0bec0421 runqemu: add DEPLOY_DIR_IMAGE replacement in QB_OPT_APPEND
2b59fb9d52 bitbake.conf: Add gpg-agent as a host tool
4f80931136 bison: prevent checking for textstyle.
cff6888f3b curl: fix CVE-2021-22945 through -22947
04a4ed1c50 bitbake.conf: Add BB_CURRENTTASK to BB_HASHEXCLUDE
c94816259c base: Use repr() for printing exceptions
69376ac1a6 base: Clean up unneeded len() calls
3b4ce5f69c base/insane: Import oe.qa by default
72a75043a9 python3: update 3.9.7 -> 3.10.0
7261a4b4d5 Fix rust-native build issue when debug is enabled
c44bc7c0fb patch.bbclass: when the patch fails show more info on the
        fatal error
71780bb9ac libpam: Fix build with DISTRO_FEATURES usrmerge
cd83fa054d python3-pytest: upgrade 6.2.4 -> 6.2.5
c43a57540e libconvert-asn1-perl: upgrade 0.31 -> 0.33
682db79054 python3-zipp: upgrade 3.5.0 -> 3.6.0
981014d712 python3-more-itertools: upgrade 8.9.0 -> 8.10.0
21d72ace8f python3-importlib-metadata: upgrade 4.6.4 -> 4.8.1
b01db599d7 python3-hypothesis: upgrade 6.15.0 -> 6.23.2
c86732e1ad epiphany: update 40.3 -> 41.0
69208e6e55 webkitgtk: update 2.32.3 -> 2.34.0
5a7300300e epiphany: trim down DEPENDS
a5b6f978ef webkitgtk: trim down DEPENDS
0038a5b314 libsoup: add a 3.x recipe
1ea50f0e11 nghttp2: add recipe from meta-oe
19743c855b itstool: update 2.0.6 -> 2.0.7
07c303cd90 coreutils: update 8.32 -> 9.0
3c57a4b0d3 wget: update 1.21.1 -> 1.21.2
c5226a62fe sudo: update 1.9.7p2 -> 1.9.8p1
65a54f72e1 libexif: update 0.6.22 -> 0.6.23
ea85624594 libdnf: update 0.63.1 -> 0.64.0
0f07360ebc bison: update 3.7.6 -> 3.8.1
adcbaadd91 glib-networking: update 2.68.2 -> 2.70.0
e359ee75e6 glib-2.0: update 2.68.4 -> 2.70.0
7a477de350 ruby: disable openssl extension
02a66905fa serf: add a openssl 3 compatibility fix
8ffab3cc43 cryptodev-tests: do not use -Werror with openssl 3
f028a55383 openssl: update 1.1.1l -> 3.0.0
79bd638958 rust: generate target definitions from (arch, abi), not
        just arch
320f2c5aa5 rust: do not write ar into target json definitions
997d54363a rust-common.bbclass: rewrite toolchain wrappers in
        (native) python
8915dfa203 rust/cargo: exclude UNINATIVE_LOADER from task signature
3ebf15d74c gstreamer1.0-plugins-bad: disable rsvg on x32
354207b58e adwaita-icon-theme: update 3.34/38 -> 41.0
c6fbac3b1d librsvg: restore reproducibility
d59f69b136 librsvg: use only the target architecture to determine
        availability of atomic primitives
2fd0ad104b librsvg: add backports to fix big endian targets (e.g. mips)
67dd505c42 librsvg: do not enable nativesdk
e060ee5ea9 librsvg: update 2.40.21 -> 2.52.0 (transition to rust!)
a21705c33a rust: update 1.54.0 -> 1.55.0
f7a6b23d99 rust: drop PV from include file names
6c70f5bd2a recipetool: Rework crunch_license to recognize more variants
6490de38ba npm: Use configs for npm environment and args for npm
        run command
f0a47afb43 npm: Add variable NPM_NODEDIR with default value
eff85c86f3 recipetool: npm: Use README as license fallback
194df9c240 recipetool: npm: Do not add package.json files to
        LIC_FILES_CHKSUM
d5c4979669 recipetool: Add support for linenumbers to licenses.csv
0548a5d8ee recipetool: Add logger info for missing license entries
a00720344d recipetool: ignore empty license files
ab06305bf9 recipetool: Change default paramter fallback_licenses of
        function split_pkg_licenses from None to []
a930d39787 recipetool: Skip common source files in guess_license
631f6b7d18 recipetool: Move license md5sums into CSV files
9b22b50b77 npm: Add support for EXTRA_OENPM arguments
c227daf3c4 ltp: Update to 20210927
899fd41723 linux-yocto-dev: Ensure DEPENDS matches recent 5.14
        kernel changes
f242a6db07 linux-yocto: add libmpc-native to DEPENDS
82e6172c1d buildhistory: Fix package output files for SDKs
b5b70cba70 packagedata.py: silence a DeprecationWarning
87fd3080c8 lttng-tools: replace ad hoc ptest fixup with upstream fixes
6d3f55ea8f qemu: install qmp module without hardcoding the python
        version in oeqa scripts
1189f95e05 bootchart2: Don't compile python modules
3fe5101b33 libnewt: Use python3targetconfig to fix reproducibility
        issue
1bc5378db7 libxml2: Use python3targetconfig to fix reproducibility
        issue
958133f4e9 devpyshell: rename to pydevshell
84c9bb0796 busybox: 1.34.0 -> 1.34.1
b1bddc80dc gst-examples: 1.18.4 -> 1.18.5
fe1345f72e gst-devtools: 1.18.4 -> 1.18.5
3c68529eb9 gstreamer1.0-python: 1.18.4 -> 1.18.5
65ed3c4e6c gstreamer1.0-omx: 1.18.4 -> 1.18.5
a46b9209b5 gstreamer1.0-vaapi: 1.18.4 -> 1.18.5
6a52088c19 gstreamer1.0-libav: 1.18.4 -> 1.18.5
809db37381 gstreamer1.0-rtsp-server: 1.18.4 -> 1.18.5
09373e8c33 gstreamer1.0-plugins-ugly: 1.18.4 -> 1.18.5
4e7789ecfd gstreamer1.0-plugins-bad: 1.18.4 -> 1.18.5
b51d46790e gstreamer1.0-plugins-good: 1.18.4 -> 1.18.5
de0ee4323a gstreamer1.0-plugins-base: 1.18.4 -> 1.18.5
d325f0d31b gstreamer1.0: 1.18.4 -> 1.18.5
c94a9ece22 oeqa/selftest/sstatetests: fix typo ware -> were
269133fed2 libseccomp: Upgrade to 2.5.2 and beyond
97a2f40663 go: upgrade 1.16.7 -> 1.16.8
1190b241d7 ell: upgrade 0.43 -> 0.44
0bea76e841 dnf: upgrade 4.8.0 -> 4.9.0
9f10592a01 createrepo-c: upgrade 0.17.4 -> 0.17.5
10b4ba8f7e bind: upgrade 9.16.20 -> 9.16.21
5289c6ab33 acpid: upgrade 2.0.32 -> 2.0.33
2e2d5fe388 libinput: update to 1.19.0
d9f9016b56 xf86-input-libinput: update to 1.2.0
f169ffde59 ethtool: update to 5.14
7c1525bfd7 python3-setuptools: minor cleanup
0dbf98b2a2 python3-setuptools: update to 58.0.4
e1222dab5f python3-dbusmock: update to 0.24.0
cf38a27efe python3-git: update to 3.1.24
9612bb0639 python3: update to 3.9.7
fd621eefee pkgconfig: Update to latest
e63debe732 wayland-protocols: upgrade 1.22 -> 1.23
c8aa0222ce weston: wrapper for weston modules argument
665c8ee52a python3-more-itertools: upgrade 8.8.0 -> 8.9.0
acfb0bd59d help2man: upgrade 1.48.4 -> 1.48.5
f8edaf76ad vulkan-tools: upgrade 1.2.182 -> 1.2.191
db1c5c530f vulkan-loader: upgrade 1.2.182 -> 1.2.191
e79a68d26f vulkan-headers: upgrade 1.2.182 -> 1.2.191
45d1a0bea0 tar: filter CVEs using vendor name
57f51e8c73 mount-copybind: add rootcontext mountoption for overlayfs
6f3e231dc9 mount-copybind: add SELinux support
da489ef6e3 findutils: add ptest
0a9d19f575 harfbuzz: upgrade 2.9.0 -> 2.9.1
67ee7aeaaf gzip: upgrade 1.10 -> 1.11
6c5d37fd42 iproute2: update to 5.14.0
1254ba1206 libhandy: update 1.2.3 -> 1.4.0
6547e565cc libssh2: update 1.9.0 -> 1.10.0
81a101332e libgit2: update 1.1.1 -> 1.2.0
dddc71a206 rt-tests: update 2.1 -> 2.2
b2aeaab36d libpam: update 1.5.1 -> 1.5.2
13965426b7 lsof: update 4.91 -> 4.94.0
14c6e5a4b7 systemd: update 249.3 -> 249.4
d0c64bd9ae inetutils: drop CVE-2021-40491 patch
c509539690 inetutils: update 2.1 -> 2.2
82d3acd5bd shaderc: update 2021.1 -> 2021.2
15eeaa54c2 glslang: update 11.5.0 -> 11.6.0
b1a6ac721f spirv-tools: update 2021.2 -> 2021.3
dbb0e50375 pinentry: update 1.1.1 -> 1.2.0
8f268f981d gnupg: update 2.3.1 -> 2.3.2
2c6c7f0ff2 runqemu: correct vga-virtio option to keep virgl enabled
b2710d25e3 qemu: update 6.0.0 -> 6.1.0
e72c0b9455 package_rpm: use zstd instead of xz
0d9ca78951 perl: do not build berkeley db module by default
190d994438 libsolv: disable rpm bdb format support
8bbbcf9f8d libdnf: fix the rpm sqlite-only target setup
6080fcf7e4 rpm: update 4.16.1.3 -> 4.17.0
c2cad5ecfb lua: update 5.3.6 -> 5.4.3
b06a2ffb5d lua: add a recipe from meta-oe
ecadaa0895 libcap: update 2.51 -> 2.54
191d6d1f61 meson: update 0.58.1 -> 0.59.1
6f39d59368 cmake: upgrade 3.21.1 -> 3.21.2
17c59e4251 wayland-protocols: upgrade 1.21 -> 1.22
0410d639bb diffoscope: upgrade 181 -> 182
8e26252b45 layer.conf: Extend recipes not to install without explict
        dependencies

bitbake as of 2021-10-17 22:51:45 +0100

473e2a54 test/fetch: Update urls to match upstream branch name changes
2d704842 siggen: Fix type conversion issues
fe8105cc bitbake-worker: Add debug when unpickle fails
b9e4fb84 tests/runqueue: Ensure hashserv exits before deleting files
45ea7a93 bitbake-user-manual: update sources mirror URL
4edd5767 codegen: implement ast.NodeVisitor.visit_Constant
4fa25714 fetch2: Do not attempt to verify donestamp if download is
        not complete
fa39e668 npmsw: Avoid race condition with multiple npm fetchers
22c18494 siggen: Change file format of siginfo files to use zstd
        compressed json
fc8d74b7 compress: Allow to operate on file descriptor
7daaaaa2 bitbake-worker: Set BB_CURRENTTASK earlier
efb94902 fetch2: document checkstatus API

meta-oe as of 2021-10-19 09:23:08 -0700

3d7ccbbc03 grpc: revert GRPCPP_ABSEIL_SYNC change from 1.40.0 to fix
        undefined references to absl::lts_20210324::Mutex::~Mutex()
f3f98c28b5 protobuf: import a patch from meta-webosose to fix building
        protobuf-c with gold linker
2f43f39a2b bluepy_git.bb: Added recipe for BluePy Python interface
        to Bluetooth LE on Linux (v2)
2bc6bc81bf libencode-perl: upgrade 3.12 -> 3.16
afe89c5521 nlohmann-json: upgrade 3.10.2 -> 3.10.4
5c16a10fd7 gensio: upgrade 2.2.9 -> 2.3.1
cb08584d8c strongswan: upgrade 5.9.3 -> 5.9.4
7297734204 gyp: fix for compatibility with Python 3.10
7892e882a2 mozjs: move large static library into staticdev package
5a281d72d2 mutter: Move gsettings to a separate package
646d2df673 libxmlb: upgrade 0.3.2 -> 0.3.3
2c287fe0a1 libgusb: upgrade 0.3.7 -> 0.3.8
230b165758 asio: upgrade 1.18.1.bb -> 1.20.0
2b4efc765d ifenslave: upgrade 2.12 -> 2.13
6791dc5364 ntfs-3g-ntfsprogs: upgrade to 2021.8.22
c60b17bf08 gnome-calendar: upgrade 3.38.1 -> 41.0
1f5d21858e gfbgraph: patch to build with latest rest
8de56ffd07 colord: inherit pkgconfig
0a68c4ad97 libgweather: upgrade 3.36.2 -> 40.0
4e0f4f4a84 gnome-screenshot: add recipe for 40.0
138aaae151 xorgxrdp: Add to exclusion list for now
d79ca2ebc4 byacc: switch to official HTTPS mirror
f49108971e audit: upgrade 3.0.5 -> 3.0.6
9b8b072cb0 xrdp: Exclude from builds
18986aadb5 iwd: Fix  build with musl
2ed3c4fd44 gnome-online-accounts: Upgrade to 3.43.1
1ea6bbd96c librest: Use master with libsoup3 support
dc4ecd9346 lvgl: Add lv_lib_png to packagegroup
74d38f9a31 lv-lib-png: Add recipe for LVGL for handling PNG format
b890de3ed1 colord-native: Inherit pkgconfig
f39a168e38 python3-pyinotify: Add fcntl, logging to RDEPENDS
77718718cf python3-pyatspi: update to 2.38.1
0c7e44f146 python3-typeguard: update to 2.13.0
22486627a4 python3-yarl: update to 1.7.0
f5335a4527 python3-xmlschema: update to 1.8.0
29324886d7 python3-xlsxwriter: update to 3.0.1
35048bec2f python3-wrapt: update to 1.13.2
e1ac6b83ff python3-websockets: update to 10.0
34ae53c604 python3-uritemplate: update to 4.1.1
b8161baf97 python3-twitter: update to 4.1.0
bc84614e1c python3-sympy: udpate to 1.9
8acd5a741b python3-sentry-sdk: update to 1.4.3
187b164331 python3-regex: update to 2021.10.8
381ead81f9 python3-pytz: update to 2021.3
8954708be6 python3-pytest-timeout: update 2.0.1
a1ae067e38 python3-pyperf: update to 2.3.0
69c519f2fa python3-pyopenssl: update to 21.0.0
8b2562785f python3-pykickstart: update to 3.34
19ad4d1c11 python3-pyjwt: update to 2.2.0
b52c0c49f2 python3-pyflakes: update to 2.4.0
eea7faeea8 python3-pyephem: update to 4.1
e73c559260 python3-pycodestyle: update to 2.8.0
bd29d6a926 python3-pulsectl: update to 21.10.4
c9ee109461 python3-protobuf: update to 3.18.1
2bd97b5d3c python3-portion: update to 2.2.0
a8f3b64efb python3-paramiko: update to 2.8.0
532f4f8dca python3-jsonrpcserver: update to 5.0.3
b3b66d48d6 python3-joblib: update to 1.1.0
8db9231877 python3-iso3166: update to 2.0.2
b1f27e4dd5 python3-idna: update to 3.3
c2e12e004b python3-httplib2: update to 0.20.1
4e2e978188 python3-haversine: update to 2.5.1
eee2c96f73 python3-h2: update to 4.1.0
117d638226 python3-grpcio: update to 1.41.0
f9b0f77f8c python3-grpcio-tools: update to 1.41.0
a95a12931e python3-google-auth: update to 2.3.0
23196b56a8 python3-google-api-python-client: update to 2.26.1
b60a41a7ce python3-google-api-core: update to 2.1.1
db6bddc87d python3-eventlet: update to 0.32.0
4e107ae6ca python3-elementpath: update to 2.3.2
c65fd7996b python3-dateparser: update to 1.1.0
9d54555b25 python3-cryptography-vectors: update to 35.0.0
ac7d9bfb0c python3-coverage: update to 6.0.2
c980ec1a86 python3-colorlog: update to 6.5.0
077dc04df1 python3-cffi: update to 1.15.0
3afc5b172a python3-certifi: update to 2021.10.8
4aa84881de python3-cantools: update to 36.4.0
89abdc8868 python3-astroid: update to 2.8.2
85538d450c python3-alembic: update to 1.7.4
4b009cf990 python3-absl: update 0.14.1
7cbb5cfa24 python3-nmap: upgrade 1.5.0 -> 1.5.1
7daad3b3e7 python3-humanize: upgrade 3.11.0 -> 3.12.0
bfff76c328 python3-watchdog: upgrade 2.1.5 -> 2.1.6
e8d2ba4bdb python3-urllib3: upgrade 1.26.6 -> 1.26.7
78137f9936 python3-ujson: upgrade 4.1.0 -> 4.2.0
246b20b92c nodejs: Upgrade to 14.18.1
948ee7c2e9 libcrypt-openssl-rsa-perl: Fix build with openssl3+
be77bddae1 mozjs: Disable JIT on mips
66a0f5b8eb mozjs: update 60.9.0 -> 91.1.0
cbd09fd140 opensaf: update to 5.21.09
78a7b95b71 nng: update to 1.4.0
af3b0cdacf networkmanager: update to 1.32.12
ed65a36a4c yelp,yelp-xsl,yelp-tools: Upgrade to 41 release
a93f9de2e7 surf: add a webkit 2.34 compatibility patch
66986b2468 ttf-vlgothic: update to 20200720
e33099e6f6 ttf-dejavu: add UPSTREAM_CHECK_URI
a6887f230c ttf-abyssinica: update to 2.100
f3b2c00e3b libcdio-paranoia: update to 10.2+2.0.1
ec41b54b29 libbpf: fix PV
f942409334 xrdp: Upgrade to 0.9.17
27a6b1172d libcrypt-openssl-rsa-perl: Upgrade to 0.32
d80652bd72 yavta: Upgrade to latest version and drop downstream patch
75495398c8 thingsboard-gateway: update to 2.8
12b27e5129 protobuf-c: update to 1.4.0
6bbc8b2d3a pmdk: update to 1.11.1
9efdbda8d0 pegtl: update to 3.2.1
7166ec4f76 ostree: update to 2021.5
c7d3daba60 apitrace: Conditionally enable X11 support
d44f564610 apitrace: Upgrade to latest version
60d4e95b4b luaposix: Depend on libxcrypt-native
47307dfda1 pcimem: Add riscv64 into COMPATIBLE_HOST
ed3392fdb2 nodejs: add -fpermissive BUILD_CXXFLAGS
0300f77934 xfce.bbclass: Mark string as raw in a regexp
0e60f404c4 nano: update to 5.9
082e1599e5 ser2net: upgrade 4.3.3 -> 4.3.4
362068e681 poppler: upgrade 21.09.0 -> 21.10.0
20a982c9da iwd: update to 1.18
fd0cd13f42 networkmanager-openvpn: upgrade 1.8.14 -> 1.8.16
df196ab5a7 luaposix: Upgrade to 35.1
034a25f085 kronosnet: Correct path to poll.h
736d635047 icewm: upgrade 2.7.0 -> 2.8.0
e8dab9d92c bdwgc: upgrade 8.0.6 -> 8.2.0
d46c811305 span-lite: upgrade 0.10.1 -> 0.10.3
c48feb5f18 redis: upgrade 6.2.5 -> 6.2.6
1bcc09e8ff openvpn: upgrade 2.5.3 -> 2.5.4
6407f5ff40 devilspie2: Add missing dependency on libxinerama
ae6fb2696a devilspie2: Switch to using github repo
cfb07e4e24 luaposix: Use lua 5.4
e6392aed4c gjs: Inherit pkgconfig
c5e89108ee grpc: upgrade 1.38.1 -> 1.41.0
24514e48b2 ldns: blacklist due to openssl 3.x incompatibility
8b81568595 boinc-client: blacklist due to openssl 3.x incompatibility
0d27e1955f netplan: do not use -Werror
9117ecbe1e cfengine: blacklist due to openssl 3.x incompatibility
70b9bfec8e packagegroup-meta-oe: Remove lua
fbd428b0ee packagegroup-meta-networking: Remove nghttp2
c61044d58e opensc: do not use -Werror
17ad891757 freerdp: backport openssl 3.x patches
819fe345b9 libsigrokdecode: add a python 3.10 compatibility patch
13f97f126d php: disable openssl PACKAGECONFIG
e8214b76e4 nodejs: add a python 3.10 compatibility patch
01d24acb40 nodejs: use -fpermissive
e8f84f7803 pkcs11-helper: backport a openssl 3.x patch
38303c7063 strongswan: disable openssl PACKAGECONFIG
c3248fa4d2 openipmi: add a python 3.10 compatibility patch
8994c5d2cb openflow: disable openssl PACKAGECONFIG
677ff7c9c6 polkit: update 0.116 -> 0.119
52e2778966 kronosnet: update 1.20 -> 1.22
d22ae13cc1 nghttp2: remove recipe as it is now in oe-core
939322d952 lua: remove recipe as it is now in oe-core
1e12d64f70 Add recipe for driverctl
953f6a2274 keyutils: fix install path
845b15cdff unicode-ucd: upgrade 12.1.0 -> 14.0.0
8a17e222ed python3-pybluez: Do not set 2to3
6cf292602b python3-anyjson: Do not enable 2to3
c0113a4afa python3-parse-type: Do not ask for 2to3
bf9c1d7b2e python3-simpleeval: Remove use_2to3
55534f9d10 python3-behave: Switch to using github src_uri
20405cd4d3 python3-pystache: Remove need for python2x
4613292202 python3-transitions: upgrade 0.8.9 -> 0.8.10
bd6be69246 python3-pyscaffold: upgrade 4.0.2 -> 4.1
18f4c0b5e8 python3-openpyxl: upgrade 3.0.8 -> 3.0.9
a7c5d61508 python3-multidict: upgrade 5.1.0 -> 5.2.0
e6bf249d30 python3-jsmin: Upgrade to version 3.0.0
a4724fc450 python3-jdatetime: upgrade 3.6.2 -> 3.6.4
b067418e86 python3-ipython: upgrade 7.27.0 -> 7.28.0
d5b6841bf8 python3-m2crypto: address build failure with openssl 3.x
539a6d36f1 python3-gmpy2: update 2.0.8 -> 2.1.0rc1
b0e66ebc2a python3-yappi: add python 3.10 fix
f2152d7904 python3-posix-ipc: Add recipe for version 1.0.5
8c7eb54dde Revert "chipsec: platform security assessment framework"
fd3aca5ccf samba: upgrade 4.14.7 -> 4.14.8
3b04587151 pipewire: rework PACKAGECONFIG for systemd service files
c87e19f871 pipewire: also handle pipewire-media-session in systemd
        class
2069a96531 pipewire: remove manpages class
6e5cbf8711 bdwgc: upgrade 8.0.4 -> 8.0.6
0924d41ac4 packagegroup-meta-oe: Add lv-drivers and lvgl
5f69cfea69 lv-drivers: Add recipe for lvgl lib
21580d65af lvgl: Add recipe for Lightweight Graphics Library
8e6e4e594d rapidjson: override hard-coded lib install dir
6696d7ef59 grpc: fix cross-compilation of grpc applications
17af9e0501 grpc: fix cross-compilation of grpc applications
23dc4f060f gattlib: Upgrade to latest
e9b3476ad9 gattlib: Place pkgconfig file in correct package
e078ffd4ce libiio: depend on avahi only when network backed is used
3630c30185 pahole: use MACHINE_ARCH

meta-virtualization as of 2021-10-19 23:21:42 -0400

36cdef7 cni: add SRCREV_FORMAT
89b1a89 yq: add SRCREV_FORMAT
9e5daf4 kubernetes: add SRCREV_FORMAT
cbecee2 docker-moby: add SRCREV_FORMAT
da57fa2 docker-ce: add SRCREV_FORMAT
03cd8aa ceph: inherit pkgconfig.bbclass
cf55d44 oci-image-spec: update to 1.0.1-latest
cf81b3d oci-runtime-spec: update to 1.0.2
0b5fba4 criu: update to 3.16.1
77111bf crun: bump to version 1.2
21fc48f crun: fix offline builds
b2299d3 podman: check for ipv6 in DISTRO_FEATURES
5c21291 virtualization/config: allow conditional use of
        yocto-cfg-fragments
fcf53f6 yocto-cfg-fragments: introduce native provider of configuration
        fragments
83cf286 k3s: update to v1.22.x
4ab1f05 k3s: update to v1.21.5
aaeb4f4 xen: add missing pkgconfig inherit
45e5f2e kubernetes: introduce devupstream variant
8e8b2ca k8s: set to 1.22.3 release
8a1b32e busybox-initrd: update version to match oe-core

meta-python2 as of 2021-10-17 23:21:37 +0200

4ab3b5a python-cryptography: fix build with openssl-3

meta-updater as of 2021-10-19 08:13:46 +0200

25642b4 Merge pull request webosose#13 from uptane/fix/ats-825/kirkstone
ff20197 sota.conf.inc: Cleanup for kirkstone.
1093211 layer.conf: Drop older branches.
shr-project added a commit to shr-project/build-webos that referenced this issue Oct 25, 2021
meta-webosose as of 2021-10-19 03:48:13 -0700

56f8b0cf {kirkstone-stop} webos: layer.conf: Update to kirkstone release name series
257e7d8e webos.inc: don't inherit reproducible_build_simple
801f7035 findutils=webos1 driverctl=webos1 (fix file-rdeps QA issue fix about /bin/bash)
b161eeb7 remove webos_deploy

oe-core as of 2021-10-18 13:48:12 +0100

63a235d86e python3-smmap: update to 5.0.0
4ee26ef672 glibc: Extract common code to build tests to glibc-tests.inc
db2f3df621 python3-setuptools-scm: upgrade 6.0.1 -> 6.3.2
86430833b4 python3-tomli: add recipe for 1.2.1
c984ef67f8 python3-packaging: BBCLASSEXTEND nativesdk
58e1f76a37 python3-packaging: DEPENDS on python3-setuptools-native
27fbbeaf97 kernel-fitimage: use correct kernel image
f44bb45888 featimage: refactor style
3a6bcd97f5 opensbi-payloads: Add dependency on kernel if fdt is set
50d99faf88 sstate: don't silently handle all exceptions in
        sstate_checkhashes
2f1ea25c22 oe/utils: log exceptions in ThreadedWorker functions
9a9cd95fcc man-pages: update to 5.13
bb164adca9 insane,license,license_image: Allow treating license
        problems as errors
f0ad152ef4 lib/oe/qa,insane: Move extra error handling functions
        to library
05c0e34122 at-spi2-core: upgrade 2.40.3 -> 2.42.0
0c192a97e3 testimage: fix unclosed testdata file
740a52dd10 qemu: Add knob for enabling PMDK pmem support
d7d380a45a mesa: Enable svga for x86 only
b5c93cb9a6 opensbi-payloads.inc: Use strings for fallback
9ba6df1b2c piglit: upgrade to latest revision
0140df8724 mirrors.bbclass: remove dead infozip mirrors
0b07d9add6 oeqa: Update cleanup code to wait for hashserv exit
f238d6e766 libxkbcommon: update to 1.3.1
79fa8c02d5 xkeyboard-config: update to 2.34
151d054c58 xorgproto: update to 2021.5
e8099731d4 libxi: update to 1.8
5dd1c7eb07 python3-pycryptodome: upgrade 3.10.1 -> 3.11.0
77650314fe libsolv: upgrade 0.7.19 -> 0.7.20
99c62d5d13 libcap: fix nativesdk-libcap relocate failure
0ea02ca5c1 u-boot: Convert ${UBOOT_ENV}.cmd into ${UBOOT_ENV}.scr
a148c21a03 libical: upgrade 3.0.10 -> 3.0.11
7fd06a57a1 kernel: Rework kernel make flag to variable mappings
d15fb02c7e reproducible: Drop BUILD_REPRODUCIBLE_BINARIES variable
0725ca18af kernel: Add KERNEL_DEBUG_TIMESTAMPS variable
abb0671d2c reproducible: Merge code into base.bbclass
f38a8de195 reproducible: Move variable definitions to bitbake.conf
f2fd1c9d75 reproducible: Move class function code into library
80afddd3ae reproducible_build: Drop now unneeded compiler warning
5b285796b6 patch: Use repr() with exceptions instead of str()
063d085534 openssl: Drop riscv32 upstreamed patches
f5a90df086 sstate: Fixes for eSDK generation after zstd switch
52ba0c5e6e sstate: Allow validation of sstate singatures against list
        of keys
c46a6ec91b scripts/autobuilder-worker-prereq-tests: jinja2 check
0710e98f40 sstate: Switch to ZStandard compressor support
6c195acb40 python: Update now reproducibile builds are the default
7a497d8f30 reproducible_build: Drop obsolete sstate workaround
875a944392 license.bbclass: implement ast.NodeVisitor.visit_Constant
abc93390a3 oe/license: implement ast.NodeVisitor.visit_Constant
1f0bec0421 runqemu: add DEPLOY_DIR_IMAGE replacement in QB_OPT_APPEND
2b59fb9d52 bitbake.conf: Add gpg-agent as a host tool
4f80931136 bison: prevent checking for textstyle.
cff6888f3b curl: fix CVE-2021-22945 through -22947
04a4ed1c50 bitbake.conf: Add BB_CURRENTTASK to BB_HASHEXCLUDE
c94816259c base: Use repr() for printing exceptions
69376ac1a6 base: Clean up unneeded len() calls
3b4ce5f69c base/insane: Import oe.qa by default
72a75043a9 python3: update 3.9.7 -> 3.10.0
7261a4b4d5 Fix rust-native build issue when debug is enabled
c44bc7c0fb patch.bbclass: when the patch fails show more info on the
        fatal error
71780bb9ac libpam: Fix build with DISTRO_FEATURES usrmerge
cd83fa054d python3-pytest: upgrade 6.2.4 -> 6.2.5
c43a57540e libconvert-asn1-perl: upgrade 0.31 -> 0.33
682db79054 python3-zipp: upgrade 3.5.0 -> 3.6.0
981014d712 python3-more-itertools: upgrade 8.9.0 -> 8.10.0
21d72ace8f python3-importlib-metadata: upgrade 4.6.4 -> 4.8.1
b01db599d7 python3-hypothesis: upgrade 6.15.0 -> 6.23.2
c86732e1ad epiphany: update 40.3 -> 41.0
69208e6e55 webkitgtk: update 2.32.3 -> 2.34.0
5a7300300e epiphany: trim down DEPENDS
a5b6f978ef webkitgtk: trim down DEPENDS
0038a5b314 libsoup: add a 3.x recipe
1ea50f0e11 nghttp2: add recipe from meta-oe
19743c855b itstool: update 2.0.6 -> 2.0.7
07c303cd90 coreutils: update 8.32 -> 9.0
3c57a4b0d3 wget: update 1.21.1 -> 1.21.2
c5226a62fe sudo: update 1.9.7p2 -> 1.9.8p1
65a54f72e1 libexif: update 0.6.22 -> 0.6.23
ea85624594 libdnf: update 0.63.1 -> 0.64.0
0f07360ebc bison: update 3.7.6 -> 3.8.1
adcbaadd91 glib-networking: update 2.68.2 -> 2.70.0
e359ee75e6 glib-2.0: update 2.68.4 -> 2.70.0
7a477de350 ruby: disable openssl extension
02a66905fa serf: add a openssl 3 compatibility fix
8ffab3cc43 cryptodev-tests: do not use -Werror with openssl 3
f028a55383 openssl: update 1.1.1l -> 3.0.0
79bd638958 rust: generate target definitions from (arch, abi), not
        just arch
320f2c5aa5 rust: do not write ar into target json definitions
997d54363a rust-common.bbclass: rewrite toolchain wrappers in
        (native) python
8915dfa203 rust/cargo: exclude UNINATIVE_LOADER from task signature
3ebf15d74c gstreamer1.0-plugins-bad: disable rsvg on x32
354207b58e adwaita-icon-theme: update 3.34/38 -> 41.0
c6fbac3b1d librsvg: restore reproducibility
d59f69b136 librsvg: use only the target architecture to determine
        availability of atomic primitives
2fd0ad104b librsvg: add backports to fix big endian targets (e.g. mips)
67dd505c42 librsvg: do not enable nativesdk
e060ee5ea9 librsvg: update 2.40.21 -> 2.52.0 (transition to rust!)
a21705c33a rust: update 1.54.0 -> 1.55.0
f7a6b23d99 rust: drop PV from include file names
6c70f5bd2a recipetool: Rework crunch_license to recognize more variants
6490de38ba npm: Use configs for npm environment and args for npm
        run command
f0a47afb43 npm: Add variable NPM_NODEDIR with default value
eff85c86f3 recipetool: npm: Use README as license fallback
194df9c240 recipetool: npm: Do not add package.json files to
        LIC_FILES_CHKSUM
d5c4979669 recipetool: Add support for linenumbers to licenses.csv
0548a5d8ee recipetool: Add logger info for missing license entries
a00720344d recipetool: ignore empty license files
ab06305bf9 recipetool: Change default paramter fallback_licenses of
        function split_pkg_licenses from None to []
a930d39787 recipetool: Skip common source files in guess_license
631f6b7d18 recipetool: Move license md5sums into CSV files
9b22b50b77 npm: Add support for EXTRA_OENPM arguments
c227daf3c4 ltp: Update to 20210927
899fd41723 linux-yocto-dev: Ensure DEPENDS matches recent 5.14
        kernel changes
f242a6db07 linux-yocto: add libmpc-native to DEPENDS
82e6172c1d buildhistory: Fix package output files for SDKs
b5b70cba70 packagedata.py: silence a DeprecationWarning
87fd3080c8 lttng-tools: replace ad hoc ptest fixup with upstream fixes
6d3f55ea8f qemu: install qmp module without hardcoding the python
        version in oeqa scripts
1189f95e05 bootchart2: Don't compile python modules
3fe5101b33 libnewt: Use python3targetconfig to fix reproducibility
        issue
1bc5378db7 libxml2: Use python3targetconfig to fix reproducibility
        issue
958133f4e9 devpyshell: rename to pydevshell
84c9bb0796 busybox: 1.34.0 -> 1.34.1
b1bddc80dc gst-examples: 1.18.4 -> 1.18.5
fe1345f72e gst-devtools: 1.18.4 -> 1.18.5
3c68529eb9 gstreamer1.0-python: 1.18.4 -> 1.18.5
65ed3c4e6c gstreamer1.0-omx: 1.18.4 -> 1.18.5
a46b9209b5 gstreamer1.0-vaapi: 1.18.4 -> 1.18.5
6a52088c19 gstreamer1.0-libav: 1.18.4 -> 1.18.5
809db37381 gstreamer1.0-rtsp-server: 1.18.4 -> 1.18.5
09373e8c33 gstreamer1.0-plugins-ugly: 1.18.4 -> 1.18.5
4e7789ecfd gstreamer1.0-plugins-bad: 1.18.4 -> 1.18.5
b51d46790e gstreamer1.0-plugins-good: 1.18.4 -> 1.18.5
de0ee4323a gstreamer1.0-plugins-base: 1.18.4 -> 1.18.5
d325f0d31b gstreamer1.0: 1.18.4 -> 1.18.5
c94a9ece22 oeqa/selftest/sstatetests: fix typo ware -> were
269133fed2 libseccomp: Upgrade to 2.5.2 and beyond
97a2f40663 go: upgrade 1.16.7 -> 1.16.8
1190b241d7 ell: upgrade 0.43 -> 0.44
0bea76e841 dnf: upgrade 4.8.0 -> 4.9.0
9f10592a01 createrepo-c: upgrade 0.17.4 -> 0.17.5
10b4ba8f7e bind: upgrade 9.16.20 -> 9.16.21
5289c6ab33 acpid: upgrade 2.0.32 -> 2.0.33
2e2d5fe388 libinput: update to 1.19.0
d9f9016b56 xf86-input-libinput: update to 1.2.0
f169ffde59 ethtool: update to 5.14
7c1525bfd7 python3-setuptools: minor cleanup
0dbf98b2a2 python3-setuptools: update to 58.0.4
e1222dab5f python3-dbusmock: update to 0.24.0
cf38a27efe python3-git: update to 3.1.24
9612bb0639 python3: update to 3.9.7
fd621eefee pkgconfig: Update to latest
e63debe732 wayland-protocols: upgrade 1.22 -> 1.23
c8aa0222ce weston: wrapper for weston modules argument
665c8ee52a python3-more-itertools: upgrade 8.8.0 -> 8.9.0
acfb0bd59d help2man: upgrade 1.48.4 -> 1.48.5
f8edaf76ad vulkan-tools: upgrade 1.2.182 -> 1.2.191
db1c5c530f vulkan-loader: upgrade 1.2.182 -> 1.2.191
e79a68d26f vulkan-headers: upgrade 1.2.182 -> 1.2.191
45d1a0bea0 tar: filter CVEs using vendor name
57f51e8c73 mount-copybind: add rootcontext mountoption for overlayfs
6f3e231dc9 mount-copybind: add SELinux support
da489ef6e3 findutils: add ptest
0a9d19f575 harfbuzz: upgrade 2.9.0 -> 2.9.1
67ee7aeaaf gzip: upgrade 1.10 -> 1.11
6c5d37fd42 iproute2: update to 5.14.0
1254ba1206 libhandy: update 1.2.3 -> 1.4.0
6547e565cc libssh2: update 1.9.0 -> 1.10.0
81a101332e libgit2: update 1.1.1 -> 1.2.0
dddc71a206 rt-tests: update 2.1 -> 2.2
b2aeaab36d libpam: update 1.5.1 -> 1.5.2
13965426b7 lsof: update 4.91 -> 4.94.0
14c6e5a4b7 systemd: update 249.3 -> 249.4
d0c64bd9ae inetutils: drop CVE-2021-40491 patch
c509539690 inetutils: update 2.1 -> 2.2
82d3acd5bd shaderc: update 2021.1 -> 2021.2
15eeaa54c2 glslang: update 11.5.0 -> 11.6.0
b1a6ac721f spirv-tools: update 2021.2 -> 2021.3
dbb0e50375 pinentry: update 1.1.1 -> 1.2.0
8f268f981d gnupg: update 2.3.1 -> 2.3.2
2c6c7f0ff2 runqemu: correct vga-virtio option to keep virgl enabled
b2710d25e3 qemu: update 6.0.0 -> 6.1.0
e72c0b9455 package_rpm: use zstd instead of xz
0d9ca78951 perl: do not build berkeley db module by default
190d994438 libsolv: disable rpm bdb format support
8bbbcf9f8d libdnf: fix the rpm sqlite-only target setup
6080fcf7e4 rpm: update 4.16.1.3 -> 4.17.0
c2cad5ecfb lua: update 5.3.6 -> 5.4.3
b06a2ffb5d lua: add a recipe from meta-oe
ecadaa0895 libcap: update 2.51 -> 2.54
191d6d1f61 meson: update 0.58.1 -> 0.59.1
6f39d59368 cmake: upgrade 3.21.1 -> 3.21.2
17c59e4251 wayland-protocols: upgrade 1.21 -> 1.22
0410d639bb diffoscope: upgrade 181 -> 182
8e26252b45 layer.conf: Extend recipes not to install without explict
        dependencies

bitbake as of 2021-10-17 22:51:45 +0100

473e2a54 test/fetch: Update urls to match upstream branch name changes
2d704842 siggen: Fix type conversion issues
fe8105cc bitbake-worker: Add debug when unpickle fails
b9e4fb84 tests/runqueue: Ensure hashserv exits before deleting files
45ea7a93 bitbake-user-manual: update sources mirror URL
4edd5767 codegen: implement ast.NodeVisitor.visit_Constant
4fa25714 fetch2: Do not attempt to verify donestamp if download is
        not complete
fa39e668 npmsw: Avoid race condition with multiple npm fetchers
22c18494 siggen: Change file format of siginfo files to use zstd
        compressed json
fc8d74b7 compress: Allow to operate on file descriptor
7daaaaa2 bitbake-worker: Set BB_CURRENTTASK earlier
efb94902 fetch2: document checkstatus API

meta-oe as of 2021-10-19 09:23:08 -0700

3d7ccbbc03 grpc: revert GRPCPP_ABSEIL_SYNC change from 1.40.0 to fix
        undefined references to absl::lts_20210324::Mutex::~Mutex()
f3f98c28b5 protobuf: import a patch from meta-webosose to fix building
        protobuf-c with gold linker
2f43f39a2b bluepy_git.bb: Added recipe for BluePy Python interface
        to Bluetooth LE on Linux (v2)
2bc6bc81bf libencode-perl: upgrade 3.12 -> 3.16
afe89c5521 nlohmann-json: upgrade 3.10.2 -> 3.10.4
5c16a10fd7 gensio: upgrade 2.2.9 -> 2.3.1
cb08584d8c strongswan: upgrade 5.9.3 -> 5.9.4
7297734204 gyp: fix for compatibility with Python 3.10
7892e882a2 mozjs: move large static library into staticdev package
5a281d72d2 mutter: Move gsettings to a separate package
646d2df673 libxmlb: upgrade 0.3.2 -> 0.3.3
2c287fe0a1 libgusb: upgrade 0.3.7 -> 0.3.8
230b165758 asio: upgrade 1.18.1.bb -> 1.20.0
2b4efc765d ifenslave: upgrade 2.12 -> 2.13
6791dc5364 ntfs-3g-ntfsprogs: upgrade to 2021.8.22
c60b17bf08 gnome-calendar: upgrade 3.38.1 -> 41.0
1f5d21858e gfbgraph: patch to build with latest rest
8de56ffd07 colord: inherit pkgconfig
0a68c4ad97 libgweather: upgrade 3.36.2 -> 40.0
4e0f4f4a84 gnome-screenshot: add recipe for 40.0
138aaae151 xorgxrdp: Add to exclusion list for now
d79ca2ebc4 byacc: switch to official HTTPS mirror
f49108971e audit: upgrade 3.0.5 -> 3.0.6
9b8b072cb0 xrdp: Exclude from builds
18986aadb5 iwd: Fix  build with musl
2ed3c4fd44 gnome-online-accounts: Upgrade to 3.43.1
1ea6bbd96c librest: Use master with libsoup3 support
dc4ecd9346 lvgl: Add lv_lib_png to packagegroup
74d38f9a31 lv-lib-png: Add recipe for LVGL for handling PNG format
b890de3ed1 colord-native: Inherit pkgconfig
f39a168e38 python3-pyinotify: Add fcntl, logging to RDEPENDS
77718718cf python3-pyatspi: update to 2.38.1
0c7e44f146 python3-typeguard: update to 2.13.0
22486627a4 python3-yarl: update to 1.7.0
f5335a4527 python3-xmlschema: update to 1.8.0
29324886d7 python3-xlsxwriter: update to 3.0.1
35048bec2f python3-wrapt: update to 1.13.2
e1ac6b83ff python3-websockets: update to 10.0
34ae53c604 python3-uritemplate: update to 4.1.1
b8161baf97 python3-twitter: update to 4.1.0
bc84614e1c python3-sympy: udpate to 1.9
8acd5a741b python3-sentry-sdk: update to 1.4.3
187b164331 python3-regex: update to 2021.10.8
381ead81f9 python3-pytz: update to 2021.3
8954708be6 python3-pytest-timeout: update 2.0.1
a1ae067e38 python3-pyperf: update to 2.3.0
69c519f2fa python3-pyopenssl: update to 21.0.0
8b2562785f python3-pykickstart: update to 3.34
19ad4d1c11 python3-pyjwt: update to 2.2.0
b52c0c49f2 python3-pyflakes: update to 2.4.0
eea7faeea8 python3-pyephem: update to 4.1
e73c559260 python3-pycodestyle: update to 2.8.0
bd29d6a926 python3-pulsectl: update to 21.10.4
c9ee109461 python3-protobuf: update to 3.18.1
2bd97b5d3c python3-portion: update to 2.2.0
a8f3b64efb python3-paramiko: update to 2.8.0
532f4f8dca python3-jsonrpcserver: update to 5.0.3
b3b66d48d6 python3-joblib: update to 1.1.0
8db9231877 python3-iso3166: update to 2.0.2
b1f27e4dd5 python3-idna: update to 3.3
c2e12e004b python3-httplib2: update to 0.20.1
4e2e978188 python3-haversine: update to 2.5.1
eee2c96f73 python3-h2: update to 4.1.0
117d638226 python3-grpcio: update to 1.41.0
f9b0f77f8c python3-grpcio-tools: update to 1.41.0
a95a12931e python3-google-auth: update to 2.3.0
23196b56a8 python3-google-api-python-client: update to 2.26.1
b60a41a7ce python3-google-api-core: update to 2.1.1
db6bddc87d python3-eventlet: update to 0.32.0
4e107ae6ca python3-elementpath: update to 2.3.2
c65fd7996b python3-dateparser: update to 1.1.0
9d54555b25 python3-cryptography-vectors: update to 35.0.0
ac7d9bfb0c python3-coverage: update to 6.0.2
c980ec1a86 python3-colorlog: update to 6.5.0
077dc04df1 python3-cffi: update to 1.15.0
3afc5b172a python3-certifi: update to 2021.10.8
4aa84881de python3-cantools: update to 36.4.0
89abdc8868 python3-astroid: update to 2.8.2
85538d450c python3-alembic: update to 1.7.4
4b009cf990 python3-absl: update 0.14.1
7cbb5cfa24 python3-nmap: upgrade 1.5.0 -> 1.5.1
7daad3b3e7 python3-humanize: upgrade 3.11.0 -> 3.12.0
bfff76c328 python3-watchdog: upgrade 2.1.5 -> 2.1.6
e8d2ba4bdb python3-urllib3: upgrade 1.26.6 -> 1.26.7
78137f9936 python3-ujson: upgrade 4.1.0 -> 4.2.0
246b20b92c nodejs: Upgrade to 14.18.1
948ee7c2e9 libcrypt-openssl-rsa-perl: Fix build with openssl3+
be77bddae1 mozjs: Disable JIT on mips
66a0f5b8eb mozjs: update 60.9.0 -> 91.1.0
cbd09fd140 opensaf: update to 5.21.09
78a7b95b71 nng: update to 1.4.0
af3b0cdacf networkmanager: update to 1.32.12
ed65a36a4c yelp,yelp-xsl,yelp-tools: Upgrade to 41 release
a93f9de2e7 surf: add a webkit 2.34 compatibility patch
66986b2468 ttf-vlgothic: update to 20200720
e33099e6f6 ttf-dejavu: add UPSTREAM_CHECK_URI
a6887f230c ttf-abyssinica: update to 2.100
f3b2c00e3b libcdio-paranoia: update to 10.2+2.0.1
ec41b54b29 libbpf: fix PV
f942409334 xrdp: Upgrade to 0.9.17
27a6b1172d libcrypt-openssl-rsa-perl: Upgrade to 0.32
d80652bd72 yavta: Upgrade to latest version and drop downstream patch
75495398c8 thingsboard-gateway: update to 2.8
12b27e5129 protobuf-c: update to 1.4.0
6bbc8b2d3a pmdk: update to 1.11.1
9efdbda8d0 pegtl: update to 3.2.1
7166ec4f76 ostree: update to 2021.5
c7d3daba60 apitrace: Conditionally enable X11 support
d44f564610 apitrace: Upgrade to latest version
60d4e95b4b luaposix: Depend on libxcrypt-native
47307dfda1 pcimem: Add riscv64 into COMPATIBLE_HOST
ed3392fdb2 nodejs: add -fpermissive BUILD_CXXFLAGS
0300f77934 xfce.bbclass: Mark string as raw in a regexp
0e60f404c4 nano: update to 5.9
082e1599e5 ser2net: upgrade 4.3.3 -> 4.3.4
362068e681 poppler: upgrade 21.09.0 -> 21.10.0
20a982c9da iwd: update to 1.18
fd0cd13f42 networkmanager-openvpn: upgrade 1.8.14 -> 1.8.16
df196ab5a7 luaposix: Upgrade to 35.1
034a25f085 kronosnet: Correct path to poll.h
736d635047 icewm: upgrade 2.7.0 -> 2.8.0
e8dab9d92c bdwgc: upgrade 8.0.6 -> 8.2.0
d46c811305 span-lite: upgrade 0.10.1 -> 0.10.3
c48feb5f18 redis: upgrade 6.2.5 -> 6.2.6
1bcc09e8ff openvpn: upgrade 2.5.3 -> 2.5.4
6407f5ff40 devilspie2: Add missing dependency on libxinerama
ae6fb2696a devilspie2: Switch to using github repo
cfb07e4e24 luaposix: Use lua 5.4
e6392aed4c gjs: Inherit pkgconfig
c5e89108ee grpc: upgrade 1.38.1 -> 1.41.0
24514e48b2 ldns: blacklist due to openssl 3.x incompatibility
8b81568595 boinc-client: blacklist due to openssl 3.x incompatibility
0d27e1955f netplan: do not use -Werror
9117ecbe1e cfengine: blacklist due to openssl 3.x incompatibility
70b9bfec8e packagegroup-meta-oe: Remove lua
fbd428b0ee packagegroup-meta-networking: Remove nghttp2
c61044d58e opensc: do not use -Werror
17ad891757 freerdp: backport openssl 3.x patches
819fe345b9 libsigrokdecode: add a python 3.10 compatibility patch
13f97f126d php: disable openssl PACKAGECONFIG
e8214b76e4 nodejs: add a python 3.10 compatibility patch
01d24acb40 nodejs: use -fpermissive
e8f84f7803 pkcs11-helper: backport a openssl 3.x patch
38303c7063 strongswan: disable openssl PACKAGECONFIG
c3248fa4d2 openipmi: add a python 3.10 compatibility patch
8994c5d2cb openflow: disable openssl PACKAGECONFIG
677ff7c9c6 polkit: update 0.116 -> 0.119
52e2778966 kronosnet: update 1.20 -> 1.22
d22ae13cc1 nghttp2: remove recipe as it is now in oe-core
939322d952 lua: remove recipe as it is now in oe-core
1e12d64f70 Add recipe for driverctl
953f6a2274 keyutils: fix install path
845b15cdff unicode-ucd: upgrade 12.1.0 -> 14.0.0
8a17e222ed python3-pybluez: Do not set 2to3
6cf292602b python3-anyjson: Do not enable 2to3
c0113a4afa python3-parse-type: Do not ask for 2to3
bf9c1d7b2e python3-simpleeval: Remove use_2to3
55534f9d10 python3-behave: Switch to using github src_uri
20405cd4d3 python3-pystache: Remove need for python2x
4613292202 python3-transitions: upgrade 0.8.9 -> 0.8.10
bd6be69246 python3-pyscaffold: upgrade 4.0.2 -> 4.1
18f4c0b5e8 python3-openpyxl: upgrade 3.0.8 -> 3.0.9
a7c5d61508 python3-multidict: upgrade 5.1.0 -> 5.2.0
e6bf249d30 python3-jsmin: Upgrade to version 3.0.0
a4724fc450 python3-jdatetime: upgrade 3.6.2 -> 3.6.4
b067418e86 python3-ipython: upgrade 7.27.0 -> 7.28.0
d5b6841bf8 python3-m2crypto: address build failure with openssl 3.x
539a6d36f1 python3-gmpy2: update 2.0.8 -> 2.1.0rc1
b0e66ebc2a python3-yappi: add python 3.10 fix
f2152d7904 python3-posix-ipc: Add recipe for version 1.0.5
8c7eb54dde Revert "chipsec: platform security assessment framework"
fd3aca5ccf samba: upgrade 4.14.7 -> 4.14.8
3b04587151 pipewire: rework PACKAGECONFIG for systemd service files
c87e19f871 pipewire: also handle pipewire-media-session in systemd
        class
2069a96531 pipewire: remove manpages class
6e5cbf8711 bdwgc: upgrade 8.0.4 -> 8.0.6
0924d41ac4 packagegroup-meta-oe: Add lv-drivers and lvgl
5f69cfea69 lv-drivers: Add recipe for lvgl lib
21580d65af lvgl: Add recipe for Lightweight Graphics Library
8e6e4e594d rapidjson: override hard-coded lib install dir
6696d7ef59 grpc: fix cross-compilation of grpc applications
17af9e0501 grpc: fix cross-compilation of grpc applications
23dc4f060f gattlib: Upgrade to latest
e9b3476ad9 gattlib: Place pkgconfig file in correct package
e078ffd4ce libiio: depend on avahi only when network backed is used
3630c30185 pahole: use MACHINE_ARCH

meta-virtualization as of 2021-10-19 23:21:42 -0400

36cdef7 cni: add SRCREV_FORMAT
89b1a89 yq: add SRCREV_FORMAT
9e5daf4 kubernetes: add SRCREV_FORMAT
cbecee2 docker-moby: add SRCREV_FORMAT
da57fa2 docker-ce: add SRCREV_FORMAT
03cd8aa ceph: inherit pkgconfig.bbclass
cf55d44 oci-image-spec: update to 1.0.1-latest
cf81b3d oci-runtime-spec: update to 1.0.2
0b5fba4 criu: update to 3.16.1
77111bf crun: bump to version 1.2
21fc48f crun: fix offline builds
b2299d3 podman: check for ipv6 in DISTRO_FEATURES
5c21291 virtualization/config: allow conditional use of
        yocto-cfg-fragments
fcf53f6 yocto-cfg-fragments: introduce native provider of configuration
        fragments
83cf286 k3s: update to v1.22.x
4ab1f05 k3s: update to v1.21.5
aaeb4f4 xen: add missing pkgconfig inherit
45e5f2e kubernetes: introduce devupstream variant
8e8b2ca k8s: set to 1.22.3 release
8a1b32e busybox-initrd: update version to match oe-core

meta-python2 as of 2021-10-17 23:21:37 +0200

4ab3b5a python-cryptography: fix build with openssl-3

meta-updater as of 2021-10-19 08:13:46 +0200

25642b4 Merge pull request webosose#13 from uptane/fix/ats-825/kirkstone
ff20197 sota.conf.inc: Cleanup for kirkstone.
1093211 layer.conf: Drop older branches.
shr-project added a commit to shr-project/build-webos that referenced this issue Oct 27, 2021
meta-webosose as of 2021-10-19 03:48:13 -0700

56f8b0cf {kirkstone-stop} webos: layer.conf: Update to kirkstone release name series
257e7d8e webos.inc: don't inherit reproducible_build_simple
801f7035 findutils=webos1 driverctl=webos1 (fix file-rdeps QA issue fix about /bin/bash)
b161eeb7 remove webos_deploy

oe-core as of 2021-10-18 13:48:12 +0100

63a235d86e python3-smmap: update to 5.0.0
4ee26ef672 glibc: Extract common code to build tests to glibc-tests.inc
db2f3df621 python3-setuptools-scm: upgrade 6.0.1 -> 6.3.2
86430833b4 python3-tomli: add recipe for 1.2.1
c984ef67f8 python3-packaging: BBCLASSEXTEND nativesdk
58e1f76a37 python3-packaging: DEPENDS on python3-setuptools-native
27fbbeaf97 kernel-fitimage: use correct kernel image
f44bb45888 featimage: refactor style
3a6bcd97f5 opensbi-payloads: Add dependency on kernel if fdt is set
50d99faf88 sstate: don't silently handle all exceptions in
        sstate_checkhashes
2f1ea25c22 oe/utils: log exceptions in ThreadedWorker functions
9a9cd95fcc man-pages: update to 5.13
bb164adca9 insane,license,license_image: Allow treating license
        problems as errors
f0ad152ef4 lib/oe/qa,insane: Move extra error handling functions
        to library
05c0e34122 at-spi2-core: upgrade 2.40.3 -> 2.42.0
0c192a97e3 testimage: fix unclosed testdata file
740a52dd10 qemu: Add knob for enabling PMDK pmem support
d7d380a45a mesa: Enable svga for x86 only
b5c93cb9a6 opensbi-payloads.inc: Use strings for fallback
9ba6df1b2c piglit: upgrade to latest revision
0140df8724 mirrors.bbclass: remove dead infozip mirrors
0b07d9add6 oeqa: Update cleanup code to wait for hashserv exit
f238d6e766 libxkbcommon: update to 1.3.1
79fa8c02d5 xkeyboard-config: update to 2.34
151d054c58 xorgproto: update to 2021.5
e8099731d4 libxi: update to 1.8
5dd1c7eb07 python3-pycryptodome: upgrade 3.10.1 -> 3.11.0
77650314fe libsolv: upgrade 0.7.19 -> 0.7.20
99c62d5d13 libcap: fix nativesdk-libcap relocate failure
0ea02ca5c1 u-boot: Convert ${UBOOT_ENV}.cmd into ${UBOOT_ENV}.scr
a148c21a03 libical: upgrade 3.0.10 -> 3.0.11
7fd06a57a1 kernel: Rework kernel make flag to variable mappings
d15fb02c7e reproducible: Drop BUILD_REPRODUCIBLE_BINARIES variable
0725ca18af kernel: Add KERNEL_DEBUG_TIMESTAMPS variable
abb0671d2c reproducible: Merge code into base.bbclass
f38a8de195 reproducible: Move variable definitions to bitbake.conf
f2fd1c9d75 reproducible: Move class function code into library
80afddd3ae reproducible_build: Drop now unneeded compiler warning
5b285796b6 patch: Use repr() with exceptions instead of str()
063d085534 openssl: Drop riscv32 upstreamed patches
f5a90df086 sstate: Fixes for eSDK generation after zstd switch
52ba0c5e6e sstate: Allow validation of sstate singatures against list
        of keys
c46a6ec91b scripts/autobuilder-worker-prereq-tests: jinja2 check
0710e98f40 sstate: Switch to ZStandard compressor support
6c195acb40 python: Update now reproducibile builds are the default
7a497d8f30 reproducible_build: Drop obsolete sstate workaround
875a944392 license.bbclass: implement ast.NodeVisitor.visit_Constant
abc93390a3 oe/license: implement ast.NodeVisitor.visit_Constant
1f0bec0421 runqemu: add DEPLOY_DIR_IMAGE replacement in QB_OPT_APPEND
2b59fb9d52 bitbake.conf: Add gpg-agent as a host tool
4f80931136 bison: prevent checking for textstyle.
cff6888f3b curl: fix CVE-2021-22945 through -22947
04a4ed1c50 bitbake.conf: Add BB_CURRENTTASK to BB_HASHEXCLUDE
c94816259c base: Use repr() for printing exceptions
69376ac1a6 base: Clean up unneeded len() calls
3b4ce5f69c base/insane: Import oe.qa by default
72a75043a9 python3: update 3.9.7 -> 3.10.0
7261a4b4d5 Fix rust-native build issue when debug is enabled
c44bc7c0fb patch.bbclass: when the patch fails show more info on the
        fatal error
71780bb9ac libpam: Fix build with DISTRO_FEATURES usrmerge
cd83fa054d python3-pytest: upgrade 6.2.4 -> 6.2.5
c43a57540e libconvert-asn1-perl: upgrade 0.31 -> 0.33
682db79054 python3-zipp: upgrade 3.5.0 -> 3.6.0
981014d712 python3-more-itertools: upgrade 8.9.0 -> 8.10.0
21d72ace8f python3-importlib-metadata: upgrade 4.6.4 -> 4.8.1
b01db599d7 python3-hypothesis: upgrade 6.15.0 -> 6.23.2
c86732e1ad epiphany: update 40.3 -> 41.0
69208e6e55 webkitgtk: update 2.32.3 -> 2.34.0
5a7300300e epiphany: trim down DEPENDS
a5b6f978ef webkitgtk: trim down DEPENDS
0038a5b314 libsoup: add a 3.x recipe
1ea50f0e11 nghttp2: add recipe from meta-oe
19743c855b itstool: update 2.0.6 -> 2.0.7
07c303cd90 coreutils: update 8.32 -> 9.0
3c57a4b0d3 wget: update 1.21.1 -> 1.21.2
c5226a62fe sudo: update 1.9.7p2 -> 1.9.8p1
65a54f72e1 libexif: update 0.6.22 -> 0.6.23
ea85624594 libdnf: update 0.63.1 -> 0.64.0
0f07360ebc bison: update 3.7.6 -> 3.8.1
adcbaadd91 glib-networking: update 2.68.2 -> 2.70.0
e359ee75e6 glib-2.0: update 2.68.4 -> 2.70.0
7a477de350 ruby: disable openssl extension
02a66905fa serf: add a openssl 3 compatibility fix
8ffab3cc43 cryptodev-tests: do not use -Werror with openssl 3
f028a55383 openssl: update 1.1.1l -> 3.0.0
79bd638958 rust: generate target definitions from (arch, abi), not
        just arch
320f2c5aa5 rust: do not write ar into target json definitions
997d54363a rust-common.bbclass: rewrite toolchain wrappers in
        (native) python
8915dfa203 rust/cargo: exclude UNINATIVE_LOADER from task signature
3ebf15d74c gstreamer1.0-plugins-bad: disable rsvg on x32
354207b58e adwaita-icon-theme: update 3.34/38 -> 41.0
c6fbac3b1d librsvg: restore reproducibility
d59f69b136 librsvg: use only the target architecture to determine
        availability of atomic primitives
2fd0ad104b librsvg: add backports to fix big endian targets (e.g. mips)
67dd505c42 librsvg: do not enable nativesdk
e060ee5ea9 librsvg: update 2.40.21 -> 2.52.0 (transition to rust!)
a21705c33a rust: update 1.54.0 -> 1.55.0
f7a6b23d99 rust: drop PV from include file names
6c70f5bd2a recipetool: Rework crunch_license to recognize more variants
6490de38ba npm: Use configs for npm environment and args for npm
        run command
f0a47afb43 npm: Add variable NPM_NODEDIR with default value
eff85c86f3 recipetool: npm: Use README as license fallback
194df9c240 recipetool: npm: Do not add package.json files to
        LIC_FILES_CHKSUM
d5c4979669 recipetool: Add support for linenumbers to licenses.csv
0548a5d8ee recipetool: Add logger info for missing license entries
a00720344d recipetool: ignore empty license files
ab06305bf9 recipetool: Change default paramter fallback_licenses of
        function split_pkg_licenses from None to []
a930d39787 recipetool: Skip common source files in guess_license
631f6b7d18 recipetool: Move license md5sums into CSV files
9b22b50b77 npm: Add support for EXTRA_OENPM arguments
c227daf3c4 ltp: Update to 20210927
899fd41723 linux-yocto-dev: Ensure DEPENDS matches recent 5.14
        kernel changes
f242a6db07 linux-yocto: add libmpc-native to DEPENDS
82e6172c1d buildhistory: Fix package output files for SDKs
b5b70cba70 packagedata.py: silence a DeprecationWarning
87fd3080c8 lttng-tools: replace ad hoc ptest fixup with upstream fixes
6d3f55ea8f qemu: install qmp module without hardcoding the python
        version in oeqa scripts
1189f95e05 bootchart2: Don't compile python modules
3fe5101b33 libnewt: Use python3targetconfig to fix reproducibility
        issue
1bc5378db7 libxml2: Use python3targetconfig to fix reproducibility
        issue
958133f4e9 devpyshell: rename to pydevshell
84c9bb0796 busybox: 1.34.0 -> 1.34.1
b1bddc80dc gst-examples: 1.18.4 -> 1.18.5
fe1345f72e gst-devtools: 1.18.4 -> 1.18.5
3c68529eb9 gstreamer1.0-python: 1.18.4 -> 1.18.5
65ed3c4e6c gstreamer1.0-omx: 1.18.4 -> 1.18.5
a46b9209b5 gstreamer1.0-vaapi: 1.18.4 -> 1.18.5
6a52088c19 gstreamer1.0-libav: 1.18.4 -> 1.18.5
809db37381 gstreamer1.0-rtsp-server: 1.18.4 -> 1.18.5
09373e8c33 gstreamer1.0-plugins-ugly: 1.18.4 -> 1.18.5
4e7789ecfd gstreamer1.0-plugins-bad: 1.18.4 -> 1.18.5
b51d46790e gstreamer1.0-plugins-good: 1.18.4 -> 1.18.5
de0ee4323a gstreamer1.0-plugins-base: 1.18.4 -> 1.18.5
d325f0d31b gstreamer1.0: 1.18.4 -> 1.18.5
c94a9ece22 oeqa/selftest/sstatetests: fix typo ware -> were
269133fed2 libseccomp: Upgrade to 2.5.2 and beyond
97a2f40663 go: upgrade 1.16.7 -> 1.16.8
1190b241d7 ell: upgrade 0.43 -> 0.44
0bea76e841 dnf: upgrade 4.8.0 -> 4.9.0
9f10592a01 createrepo-c: upgrade 0.17.4 -> 0.17.5
10b4ba8f7e bind: upgrade 9.16.20 -> 9.16.21
5289c6ab33 acpid: upgrade 2.0.32 -> 2.0.33
2e2d5fe388 libinput: update to 1.19.0
d9f9016b56 xf86-input-libinput: update to 1.2.0
f169ffde59 ethtool: update to 5.14
7c1525bfd7 python3-setuptools: minor cleanup
0dbf98b2a2 python3-setuptools: update to 58.0.4
e1222dab5f python3-dbusmock: update to 0.24.0
cf38a27efe python3-git: update to 3.1.24
9612bb0639 python3: update to 3.9.7
fd621eefee pkgconfig: Update to latest
e63debe732 wayland-protocols: upgrade 1.22 -> 1.23
c8aa0222ce weston: wrapper for weston modules argument
665c8ee52a python3-more-itertools: upgrade 8.8.0 -> 8.9.0
acfb0bd59d help2man: upgrade 1.48.4 -> 1.48.5
f8edaf76ad vulkan-tools: upgrade 1.2.182 -> 1.2.191
db1c5c530f vulkan-loader: upgrade 1.2.182 -> 1.2.191
e79a68d26f vulkan-headers: upgrade 1.2.182 -> 1.2.191
45d1a0bea0 tar: filter CVEs using vendor name
57f51e8c73 mount-copybind: add rootcontext mountoption for overlayfs
6f3e231dc9 mount-copybind: add SELinux support
da489ef6e3 findutils: add ptest
0a9d19f575 harfbuzz: upgrade 2.9.0 -> 2.9.1
67ee7aeaaf gzip: upgrade 1.10 -> 1.11
6c5d37fd42 iproute2: update to 5.14.0
1254ba1206 libhandy: update 1.2.3 -> 1.4.0
6547e565cc libssh2: update 1.9.0 -> 1.10.0
81a101332e libgit2: update 1.1.1 -> 1.2.0
dddc71a206 rt-tests: update 2.1 -> 2.2
b2aeaab36d libpam: update 1.5.1 -> 1.5.2
13965426b7 lsof: update 4.91 -> 4.94.0
14c6e5a4b7 systemd: update 249.3 -> 249.4
d0c64bd9ae inetutils: drop CVE-2021-40491 patch
c509539690 inetutils: update 2.1 -> 2.2
82d3acd5bd shaderc: update 2021.1 -> 2021.2
15eeaa54c2 glslang: update 11.5.0 -> 11.6.0
b1a6ac721f spirv-tools: update 2021.2 -> 2021.3
dbb0e50375 pinentry: update 1.1.1 -> 1.2.0
8f268f981d gnupg: update 2.3.1 -> 2.3.2
2c6c7f0ff2 runqemu: correct vga-virtio option to keep virgl enabled
b2710d25e3 qemu: update 6.0.0 -> 6.1.0
e72c0b9455 package_rpm: use zstd instead of xz
0d9ca78951 perl: do not build berkeley db module by default
190d994438 libsolv: disable rpm bdb format support
8bbbcf9f8d libdnf: fix the rpm sqlite-only target setup
6080fcf7e4 rpm: update 4.16.1.3 -> 4.17.0
c2cad5ecfb lua: update 5.3.6 -> 5.4.3
b06a2ffb5d lua: add a recipe from meta-oe
ecadaa0895 libcap: update 2.51 -> 2.54
191d6d1f61 meson: update 0.58.1 -> 0.59.1
6f39d59368 cmake: upgrade 3.21.1 -> 3.21.2
17c59e4251 wayland-protocols: upgrade 1.21 -> 1.22
0410d639bb diffoscope: upgrade 181 -> 182
8e26252b45 layer.conf: Extend recipes not to install without explict
        dependencies

bitbake as of 2021-10-17 22:51:45 +0100

473e2a54 test/fetch: Update urls to match upstream branch name changes
2d704842 siggen: Fix type conversion issues
fe8105cc bitbake-worker: Add debug when unpickle fails
b9e4fb84 tests/runqueue: Ensure hashserv exits before deleting files
45ea7a93 bitbake-user-manual: update sources mirror URL
4edd5767 codegen: implement ast.NodeVisitor.visit_Constant
4fa25714 fetch2: Do not attempt to verify donestamp if download is
        not complete
fa39e668 npmsw: Avoid race condition with multiple npm fetchers
22c18494 siggen: Change file format of siginfo files to use zstd
        compressed json
fc8d74b7 compress: Allow to operate on file descriptor
7daaaaa2 bitbake-worker: Set BB_CURRENTTASK earlier
efb94902 fetch2: document checkstatus API

meta-oe as of 2021-10-19 09:23:08 -0700

3d7ccbbc03 grpc: revert GRPCPP_ABSEIL_SYNC change from 1.40.0 to fix
        undefined references to absl::lts_20210324::Mutex::~Mutex()
f3f98c28b5 protobuf: import a patch from meta-webosose to fix building
        protobuf-c with gold linker
2f43f39a2b bluepy_git.bb: Added recipe for BluePy Python interface
        to Bluetooth LE on Linux (v2)
2bc6bc81bf libencode-perl: upgrade 3.12 -> 3.16
afe89c5521 nlohmann-json: upgrade 3.10.2 -> 3.10.4
5c16a10fd7 gensio: upgrade 2.2.9 -> 2.3.1
cb08584d8c strongswan: upgrade 5.9.3 -> 5.9.4
7297734204 gyp: fix for compatibility with Python 3.10
7892e882a2 mozjs: move large static library into staticdev package
5a281d72d2 mutter: Move gsettings to a separate package
646d2df673 libxmlb: upgrade 0.3.2 -> 0.3.3
2c287fe0a1 libgusb: upgrade 0.3.7 -> 0.3.8
230b165758 asio: upgrade 1.18.1.bb -> 1.20.0
2b4efc765d ifenslave: upgrade 2.12 -> 2.13
6791dc5364 ntfs-3g-ntfsprogs: upgrade to 2021.8.22
c60b17bf08 gnome-calendar: upgrade 3.38.1 -> 41.0
1f5d21858e gfbgraph: patch to build with latest rest
8de56ffd07 colord: inherit pkgconfig
0a68c4ad97 libgweather: upgrade 3.36.2 -> 40.0
4e0f4f4a84 gnome-screenshot: add recipe for 40.0
138aaae151 xorgxrdp: Add to exclusion list for now
d79ca2ebc4 byacc: switch to official HTTPS mirror
f49108971e audit: upgrade 3.0.5 -> 3.0.6
9b8b072cb0 xrdp: Exclude from builds
18986aadb5 iwd: Fix  build with musl
2ed3c4fd44 gnome-online-accounts: Upgrade to 3.43.1
1ea6bbd96c librest: Use master with libsoup3 support
dc4ecd9346 lvgl: Add lv_lib_png to packagegroup
74d38f9a31 lv-lib-png: Add recipe for LVGL for handling PNG format
b890de3ed1 colord-native: Inherit pkgconfig
f39a168e38 python3-pyinotify: Add fcntl, logging to RDEPENDS
77718718cf python3-pyatspi: update to 2.38.1
0c7e44f146 python3-typeguard: update to 2.13.0
22486627a4 python3-yarl: update to 1.7.0
f5335a4527 python3-xmlschema: update to 1.8.0
29324886d7 python3-xlsxwriter: update to 3.0.1
35048bec2f python3-wrapt: update to 1.13.2
e1ac6b83ff python3-websockets: update to 10.0
34ae53c604 python3-uritemplate: update to 4.1.1
b8161baf97 python3-twitter: update to 4.1.0
bc84614e1c python3-sympy: udpate to 1.9
8acd5a741b python3-sentry-sdk: update to 1.4.3
187b164331 python3-regex: update to 2021.10.8
381ead81f9 python3-pytz: update to 2021.3
8954708be6 python3-pytest-timeout: update 2.0.1
a1ae067e38 python3-pyperf: update to 2.3.0
69c519f2fa python3-pyopenssl: update to 21.0.0
8b2562785f python3-pykickstart: update to 3.34
19ad4d1c11 python3-pyjwt: update to 2.2.0
b52c0c49f2 python3-pyflakes: update to 2.4.0
eea7faeea8 python3-pyephem: update to 4.1
e73c559260 python3-pycodestyle: update to 2.8.0
bd29d6a926 python3-pulsectl: update to 21.10.4
c9ee109461 python3-protobuf: update to 3.18.1
2bd97b5d3c python3-portion: update to 2.2.0
a8f3b64efb python3-paramiko: update to 2.8.0
532f4f8dca python3-jsonrpcserver: update to 5.0.3
b3b66d48d6 python3-joblib: update to 1.1.0
8db9231877 python3-iso3166: update to 2.0.2
b1f27e4dd5 python3-idna: update to 3.3
c2e12e004b python3-httplib2: update to 0.20.1
4e2e978188 python3-haversine: update to 2.5.1
eee2c96f73 python3-h2: update to 4.1.0
117d638226 python3-grpcio: update to 1.41.0
f9b0f77f8c python3-grpcio-tools: update to 1.41.0
a95a12931e python3-google-auth: update to 2.3.0
23196b56a8 python3-google-api-python-client: update to 2.26.1
b60a41a7ce python3-google-api-core: update to 2.1.1
db6bddc87d python3-eventlet: update to 0.32.0
4e107ae6ca python3-elementpath: update to 2.3.2
c65fd7996b python3-dateparser: update to 1.1.0
9d54555b25 python3-cryptography-vectors: update to 35.0.0
ac7d9bfb0c python3-coverage: update to 6.0.2
c980ec1a86 python3-colorlog: update to 6.5.0
077dc04df1 python3-cffi: update to 1.15.0
3afc5b172a python3-certifi: update to 2021.10.8
4aa84881de python3-cantools: update to 36.4.0
89abdc8868 python3-astroid: update to 2.8.2
85538d450c python3-alembic: update to 1.7.4
4b009cf990 python3-absl: update 0.14.1
7cbb5cfa24 python3-nmap: upgrade 1.5.0 -> 1.5.1
7daad3b3e7 python3-humanize: upgrade 3.11.0 -> 3.12.0
bfff76c328 python3-watchdog: upgrade 2.1.5 -> 2.1.6
e8d2ba4bdb python3-urllib3: upgrade 1.26.6 -> 1.26.7
78137f9936 python3-ujson: upgrade 4.1.0 -> 4.2.0
246b20b92c nodejs: Upgrade to 14.18.1
948ee7c2e9 libcrypt-openssl-rsa-perl: Fix build with openssl3+
be77bddae1 mozjs: Disable JIT on mips
66a0f5b8eb mozjs: update 60.9.0 -> 91.1.0
cbd09fd140 opensaf: update to 5.21.09
78a7b95b71 nng: update to 1.4.0
af3b0cdacf networkmanager: update to 1.32.12
ed65a36a4c yelp,yelp-xsl,yelp-tools: Upgrade to 41 release
a93f9de2e7 surf: add a webkit 2.34 compatibility patch
66986b2468 ttf-vlgothic: update to 20200720
e33099e6f6 ttf-dejavu: add UPSTREAM_CHECK_URI
a6887f230c ttf-abyssinica: update to 2.100
f3b2c00e3b libcdio-paranoia: update to 10.2+2.0.1
ec41b54b29 libbpf: fix PV
f942409334 xrdp: Upgrade to 0.9.17
27a6b1172d libcrypt-openssl-rsa-perl: Upgrade to 0.32
d80652bd72 yavta: Upgrade to latest version and drop downstream patch
75495398c8 thingsboard-gateway: update to 2.8
12b27e5129 protobuf-c: update to 1.4.0
6bbc8b2d3a pmdk: update to 1.11.1
9efdbda8d0 pegtl: update to 3.2.1
7166ec4f76 ostree: update to 2021.5
c7d3daba60 apitrace: Conditionally enable X11 support
d44f564610 apitrace: Upgrade to latest version
60d4e95b4b luaposix: Depend on libxcrypt-native
47307dfda1 pcimem: Add riscv64 into COMPATIBLE_HOST
ed3392fdb2 nodejs: add -fpermissive BUILD_CXXFLAGS
0300f77934 xfce.bbclass: Mark string as raw in a regexp
0e60f404c4 nano: update to 5.9
082e1599e5 ser2net: upgrade 4.3.3 -> 4.3.4
362068e681 poppler: upgrade 21.09.0 -> 21.10.0
20a982c9da iwd: update to 1.18
fd0cd13f42 networkmanager-openvpn: upgrade 1.8.14 -> 1.8.16
df196ab5a7 luaposix: Upgrade to 35.1
034a25f085 kronosnet: Correct path to poll.h
736d635047 icewm: upgrade 2.7.0 -> 2.8.0
e8dab9d92c bdwgc: upgrade 8.0.6 -> 8.2.0
d46c811305 span-lite: upgrade 0.10.1 -> 0.10.3
c48feb5f18 redis: upgrade 6.2.5 -> 6.2.6
1bcc09e8ff openvpn: upgrade 2.5.3 -> 2.5.4
6407f5ff40 devilspie2: Add missing dependency on libxinerama
ae6fb2696a devilspie2: Switch to using github repo
cfb07e4e24 luaposix: Use lua 5.4
e6392aed4c gjs: Inherit pkgconfig
c5e89108ee grpc: upgrade 1.38.1 -> 1.41.0
24514e48b2 ldns: blacklist due to openssl 3.x incompatibility
8b81568595 boinc-client: blacklist due to openssl 3.x incompatibility
0d27e1955f netplan: do not use -Werror
9117ecbe1e cfengine: blacklist due to openssl 3.x incompatibility
70b9bfec8e packagegroup-meta-oe: Remove lua
fbd428b0ee packagegroup-meta-networking: Remove nghttp2
c61044d58e opensc: do not use -Werror
17ad891757 freerdp: backport openssl 3.x patches
819fe345b9 libsigrokdecode: add a python 3.10 compatibility patch
13f97f126d php: disable openssl PACKAGECONFIG
e8214b76e4 nodejs: add a python 3.10 compatibility patch
01d24acb40 nodejs: use -fpermissive
e8f84f7803 pkcs11-helper: backport a openssl 3.x patch
38303c7063 strongswan: disable openssl PACKAGECONFIG
c3248fa4d2 openipmi: add a python 3.10 compatibility patch
8994c5d2cb openflow: disable openssl PACKAGECONFIG
677ff7c9c6 polkit: update 0.116 -> 0.119
52e2778966 kronosnet: update 1.20 -> 1.22
d22ae13cc1 nghttp2: remove recipe as it is now in oe-core
939322d952 lua: remove recipe as it is now in oe-core
1e12d64f70 Add recipe for driverctl
953f6a2274 keyutils: fix install path
845b15cdff unicode-ucd: upgrade 12.1.0 -> 14.0.0
8a17e222ed python3-pybluez: Do not set 2to3
6cf292602b python3-anyjson: Do not enable 2to3
c0113a4afa python3-parse-type: Do not ask for 2to3
bf9c1d7b2e python3-simpleeval: Remove use_2to3
55534f9d10 python3-behave: Switch to using github src_uri
20405cd4d3 python3-pystache: Remove need for python2x
4613292202 python3-transitions: upgrade 0.8.9 -> 0.8.10
bd6be69246 python3-pyscaffold: upgrade 4.0.2 -> 4.1
18f4c0b5e8 python3-openpyxl: upgrade 3.0.8 -> 3.0.9
a7c5d61508 python3-multidict: upgrade 5.1.0 -> 5.2.0
e6bf249d30 python3-jsmin: Upgrade to version 3.0.0
a4724fc450 python3-jdatetime: upgrade 3.6.2 -> 3.6.4
b067418e86 python3-ipython: upgrade 7.27.0 -> 7.28.0
d5b6841bf8 python3-m2crypto: address build failure with openssl 3.x
539a6d36f1 python3-gmpy2: update 2.0.8 -> 2.1.0rc1
b0e66ebc2a python3-yappi: add python 3.10 fix
f2152d7904 python3-posix-ipc: Add recipe for version 1.0.5
8c7eb54dde Revert "chipsec: platform security assessment framework"
fd3aca5ccf samba: upgrade 4.14.7 -> 4.14.8
3b04587151 pipewire: rework PACKAGECONFIG for systemd service files
c87e19f871 pipewire: also handle pipewire-media-session in systemd
        class
2069a96531 pipewire: remove manpages class
6e5cbf8711 bdwgc: upgrade 8.0.4 -> 8.0.6
0924d41ac4 packagegroup-meta-oe: Add lv-drivers and lvgl
5f69cfea69 lv-drivers: Add recipe for lvgl lib
21580d65af lvgl: Add recipe for Lightweight Graphics Library
8e6e4e594d rapidjson: override hard-coded lib install dir
6696d7ef59 grpc: fix cross-compilation of grpc applications
17af9e0501 grpc: fix cross-compilation of grpc applications
23dc4f060f gattlib: Upgrade to latest
e9b3476ad9 gattlib: Place pkgconfig file in correct package
e078ffd4ce libiio: depend on avahi only when network backed is used
3630c30185 pahole: use MACHINE_ARCH

meta-virtualization as of 2021-10-19 23:21:42 -0400

36cdef7 cni: add SRCREV_FORMAT
89b1a89 yq: add SRCREV_FORMAT
9e5daf4 kubernetes: add SRCREV_FORMAT
cbecee2 docker-moby: add SRCREV_FORMAT
da57fa2 docker-ce: add SRCREV_FORMAT
03cd8aa ceph: inherit pkgconfig.bbclass
cf55d44 oci-image-spec: update to 1.0.1-latest
cf81b3d oci-runtime-spec: update to 1.0.2
0b5fba4 criu: update to 3.16.1
77111bf crun: bump to version 1.2
21fc48f crun: fix offline builds
b2299d3 podman: check for ipv6 in DISTRO_FEATURES
5c21291 virtualization/config: allow conditional use of
        yocto-cfg-fragments
fcf53f6 yocto-cfg-fragments: introduce native provider of configuration
        fragments
83cf286 k3s: update to v1.22.x
4ab1f05 k3s: update to v1.21.5
aaeb4f4 xen: add missing pkgconfig inherit
45e5f2e kubernetes: introduce devupstream variant
8e8b2ca k8s: set to 1.22.3 release
8a1b32e busybox-initrd: update version to match oe-core

meta-python2 as of 2021-10-17 23:21:37 +0200

4ab3b5a python-cryptography: fix build with openssl-3

meta-updater as of 2021-10-19 08:13:46 +0200

25642b4 Merge pull request webosose#13 from uptane/fix/ats-825/kirkstone
ff20197 sota.conf.inc: Cleanup for kirkstone.
1093211 layer.conf: Drop older branches.
shr-project added a commit to shr-project/build-webos that referenced this issue Nov 7, 2021
meta-webosose as of 2021-10-19 03:48:13 -0700

56f8b0cf {kirkstone-stop} webos: layer.conf: Update to kirkstone release name series
257e7d8e webos.inc: don't inherit reproducible_build_simple
801f7035 findutils=webos1 driverctl=webos1 (fix file-rdeps QA issue fix about /bin/bash)
b161eeb7 remove webos_deploy

oe-core as of 2021-11-05 11:40:56 +0000

446972600e kernel-devsrc: Add vdso.lds and other build files for
        riscv64 as well
0a589998e7 meson: set objcopy in the cross and native toolchain files
29fc85997a sstate: another fix for touching files inside pseudo
f239814f3f create-spdx: Set the Organization field via a variable
a8c4ba7272 strace: fix build against 5.15 kernel/kernel-headers
7c7dc8f38c linux-yocto-rt/5.10: update to -rt54
61f8f7d184 linux-yocto/5.10: update to v5.10.76
5c2c7e54bf linux-yocto/5.14: update to v5.14.15
768766dc00 opkg: Fix poor operator combination choice
2ac647ca63 perl: backport gdbm 1.2x compatibility fixes
f379e20f8e gdbm: upgrade 1.19 -> 1.22
a454fda9c3 insane.bbclass: Add a check for directories that are
        expected to be empty
4ca6eb8d4f python3-docutils: upgrade 0.17.1 -> 0.18
f290414f20 python3-dbusmock: upgrade 0.24.0 -> 0.24.1
0924cdc5b2 glib-2.0: upgrade 2.70.0 -> 2.70.1
96ac0ef579 bind: upgrade 9.16.21 -> 9.16.22
5a6ef2c040 squashfs-tools: fix CVE-2021-41072
9fe674c9d7 libjitterentropy: upgrade 3.3.0 -> 3.3.1
fed850280c lrzsz: patch is not upstreamable
9ca29d4775 docbook-xml: patch is not upstreamable
3d2e935494 cracklib: patches submitted upstream
d5486e497d cracklib: update 2.9.5 -> 2.9.7
22bb5991e6 xf86-video-intel: update to latest commit
72a378cf09 librsvg: update 2.52.2 -> 2.52.3
dc4b988fa3 icu: update 69.1 -> 70.1
f3afff9545 ffmpeg: update 4.4 -> 4.4.1
d3bc081c2c cmake: update 3.21.3 -> 3.21.4
ff2a4b3c2f gawk: update 5.1.0 -> 5.1.1
a77af2b54f diffoscope: upgrade 188 -> 189
3d7ad21e7a nghttp2: upgrade 1.45.1 -> 1.46.0
e344f359b1 libsoup-2.4: upgrade 2.74.0 -> 2.74.1
c9e367cbdd libsoup: upgrade 3.0.1 -> 3.0.2
a7914d117f puzzles: upgrade to latest revision
1ca3fb1c7f linux-firmware: upgrade 20210919 -> 20211027
24e8b9af51 mesa: upgrade 21.2.4 -> 21.2.5
6e87b43f1f stress-ng: upgrade 0.13.00 -> 0.13.06
1377aeba6b lighttpd: upgrade 1.4.60 -> 1.4.61
80f1045d7e asciidoc: upgrade 10.0.0 -> 10.0.1
64424bd2de vala: upgrade 0.54.2 -> 0.54.3
6909ecaef5 python3-pyparsing: upgrade 3.0.0 -> 3.0.4
b0de9c477d python3-gitdb: upgrade 4.0.7 -> 4.0.9
2275251cdc psplash: upgrade to latest revision
bdd4757ae0 dpkg: Install dkpg-perl scripts to versioned perl directory
c2e0e43b71 sstate: Account for reserved characters when shortening
        sstate filenames
e25b8f5af7 python3: silence DeprecationWarnings in python3-config
e8359000e7 runqemu: work without SERIAL_CONSOLES being defined
876d09bd42 apt: Do not install /var/log/apt for target
78ae8b02bf openssl: fix builds on ARMv8 targets without Aarch64
0137c3da41 sanity.bbclass: Update required gcc version to v7.5
62d0992ae8 libxml2: submit patch upstream
9b1dba1a8e curl: submit patch upstream
d181f8c379 opkg: use oe.qa.add_message istead of package_qa_add_message
3bb1cb476d go-helloworld/glide: Fix urls
b37b61e9a1 recipes: Update github.com urls to use https
e59fe8279b scripts/convert-srcuri: Update SRC_URI conversion script
        to handle github url changes
a16dd60fb0 bitbake.conf: Fix corruption of GNOME mirror url
f33f3f1d38 base-files: Ignore the empty-dirs QA error due to files
        in /var/volatile
73356f6d9d systemd: Do not install anything in /var/volatile
caf0457ef1 libsolv: Enable correct qsort_r on musl
35065c75bd site/common-musl: Enable qsort_r in glib
81e754f358 musl: Update to tip of trunk
0be006cc5f wpebackend-fdo: Add -Wno-c++11-narrowing
a5c5977bef bind: remove -r option from rndc-confgen in initscript
4ec096a9ce libgfortran: Set GFORTRAN
f26867fe4d pseudo: Add fcntl64 wrapper
ce55a411d7 overlayfs: add debug information
b0e335268d oeqa/selftest: extend overlayfs test
2006e157d7 overlayfs: meta-selftest recipe fix
66de5de793 oeqa/selftest: refactor common functions
b38e194db0 overlayfs: all overlays unit
bc5209aa5f gcc: Drop libgfortran patch
658f274c16 archiver: Default to xz compresison instead of gz
73d3efbaeb linunistring: Add missing gperf-native dependency
5340c0d688 meta/scripts: Manual git url branch additions
b51c405faf meta: Add explict branch to git SRC_URIs
b52bfac18a libxcvt: add recipe
d6d5fe4451 runqemu: unbreak non-gl displays
c884878f6c gcc: Add missing patch Upstream-Status
d83e12da74 gcc: Drop testsuite failure fix patch
df9b8ec56f gcc: Update patches submitted/merged upstream
0569fa7354 oeqa/runtime/parselogs: modified drm error in common
        errors list
ee113e3894 create-spdx: cross recipes are native also
1f8fdb7dc9 create-spdx: add create_annotation function
d98585aa89 spdx.py: Add annotation to relationship
d651eea3dc cups: exclude beta/rc versions from version check
8254678089 webkitgtk: drop unnecessary SSE disabling patch
f4bbbf2cd3 gstreamer1.0-python: do not supply unknown g-i options
9c0cc06a3d python3-pygobject: do not supply unknown g-i options
33cd0f7e23 igt-gpu-tools: address meson 0.60 compatibility
807f9bc8e3 systemtap: address ncurses 6.3 compatibility
0b6e9db98b powertop: address ncurses 6.3 compatibility
1a5254939a gptfdisk: address ncurses 6.3 compatibility
c93f95f2e4 virgl: skip headless test on specific older distros and
        fail otherwise
95acd86a4a waffle: update 1.6.1 -> 1.7.0
94e656959a asciidoc: update 9.1.1 -> 10.0.0
660f932c21 tzdata: update 2021d -> 2021e
db7666551e ncurses: update 6.2 -> 6.3
35fa233f29 vte: upgrade 0.64.2 -> 0.66.0
3b8d3da7cf libcap: upgrade 2.59 -> 2.60
3d505d3eed diffoscope: upgrade 187 -> 188
85266e431b wpebackend-fdo: upgrade 1.10.0 -> 1.12.0
2a9ae637d9 webkitgtk: upgrade 2.34.0 -> 2.34.1
142016c9c6 puzzles: upgrade to latest revision
d426cc82f1 mpg123: upgrade 1.29.0 -> 1.29.2
39a19417d2 libinput: upgrade 1.19.1 -> 1.19.2
1ccd71eb3e piglit: upgrade to latest revision
ea394748a7 gi-docgen: upgrade 2021.7 -> 2021.8
3e95794412 msmtp: upgrade 1.8.17 -> 1.8.18
609afb2b40 python3-setuptools: upgrade 58.2.0 -> 58.3.0
f953811085 python3-pip: upgrade 21.3 -> 21.3.1
a17e00567f python3-numpy: upgrade 1.21.2 -> 1.21.3
71690d1387 createrepo-c: upgrade 0.17.6 -> 0.17.7
bbfa8046fc json-c: correct upstream version check
0bc0086899 stress-ng: convert to git, website is down
735579852f psplash: upgrade to latest revision
eaa7a61dab go.bbclass: Allow adding parameters to go ldflags
877b27b0cb archiver: Configurable tarball compression
24a4b34e25 u-boot: upgrade 2021.07 -> 2021.10
ab8f974232 python3-pyparsing: update to 3.0.0
9541cac079 lttng-tools: upgrade 2.13.0 -> 2.13.1
46338fce31 libdnf: upgrade 0.64.0 -> 0.65.0
cf501dd94e file: upgrade 5.40 -> 5.41
7584e8268a dnf: upgrade 4.9.0 -> 4.10.0
85bf75384a dhcpcd: upgrade 9.4.0 -> 9.4.1
9d05227e91 qemu.inc: Remove empty egg-info directories before
        running meson
47d9d90b4e meson.bblcass: Remove empty egg-info directories before
        running meson
91cc84afbf rust: add support for big endian 64-bit PowerPC
c6aed10840 meson: install native file in sdk
50c8f654e9 meson: move lang args to the right section
3e289efb28 librsvg: Disable 64bit atomics in crossbeam for rv32
ab86f496fd python3-tomli: upgrade 1.2.1 -> 1.2.2
b7d90cf4fe python3-hypothesis: upgrade 6.23.2 -> 6.24.0
900d7c3a8f python3-manifest: -pprint RDEPENDS on -profile
08857198b4 linux-yocto/5.10: update to v5.10.75
3471c208fe linux-yocto/5.14: update to v5.14.14
341707513a linux-yocto/5.14: common-pc: enable CONFIG_ATA_PIIX
        as built-in
8e863e9c57 linux-yocto/5.10: update to v5.10.74
a102845343 linux-yocto/5.14: update to v5.14.13
ddf50256fa linux-yocto/5.14: update to v5.14.12
c9697cc081 linux-yocto/5.10: update to v5.10.73
7bc50b6de2 gcc: Drop broken/unneeded patch
9aa8ff2dbb gcc: Drop sdt (dtrace) header patch
dd1fef1b52 gcc: Merge three related patches together
26a7012e6e patch: Fix exception reporting with repr()
b9535f5133 staging: Fix autoconf-native rebuild failure
9bb9a4e8bd libtool: Update patchset to match those submitted upstream
c71bb9247e ruby: fix Upstream-Status
fe3b2d0cb2 libevent,btrfs-tools: fix Upstream-Status tag
183204cbc7 rust: Upgrade to 1.56.0
1f20459290 classes/populate_sdk_base: Add setscene tasks
cff39e2028 librsvg: Bump to 2.52.0 -> 2.52.2
e1afed1569 sudo: update multilib patch for sudo.conf
7ff7e97a73 librsvg: Fix vendored libc to work on riscv and musl
3154a65039 strace: show test suite log on failure
28391c2004 waffle: convert to git, website is down
2abc7a612a python3-pyyaml: upgrade 5.4.1 -> 6.0
f6fb99c53f python3-setuptools: _distutils/sysconfig fix
3d579fb7e4 testimage: remove target_modules_path
570a19581f oeqa/runtime: search sys.path explicitly for modules
9f501d22ea oeqa/runtime: load modules using importlib
f6e7445c94 sstate: fix touching files inside pseudo
e5031366ff npm: Remove unnecessary configs argument from npm run
        command
189c029763 recipetool: Simplify common source files skip in
        guess_license
e33994157a u-boot: Fix syntax error in ${UBOOT_ENV}.scr compilation
a8add0bdec boost: allow searching for python310
6f0c6a0cc9 image_types: allow the creation of block devices on top
        of UBI volumes
840c5b442d webkitgtk: add gperf-native to DEPENDS to fix build
0fe71f3159 sstate.bbclass: count the files on mirrors using the pre
        local files
abf13cf886 systemd: disable seccomp on mips32
6ff24e6a81 strace: remove TOOLCHAIN assignment
3bd3e73026 strace: remove obsolete patch
92920dd698 gawk: reduce strictness of the time test
18da900ec1 gawk: replace AR patch with upstreamed patch
5fedca5c3b maintainers.inc: fix up rust-cross entry
33be44a02b rust-cross: Fix directory not deleted for race glibc
        vs. musl
51fccaa16a mesa: upgrade 21.2.1 -> 21.2.4
fe9cdf74f7 ffmpeg: fix CVE-2021-38114
7214f09c77 webkitgtk: add PACKAGECONFIG for opengl-or-es
7707d08bb1 systemd: add missing include for musl
0a4275e61e libssh2: skip one of the ptests until openssh 8.8
        compatibility is fixed
dabf520ef0 gnupg: update 2.3.2 -> 2.3.3
56cae0c26f libsoup-2.4: upgrade 2.72.0 -> 2.74.0
f8db9cb455 libmd: upgrade 1.0.3 -> 1.0.4
da4b08a955 libcap: upgrade 2.54 -> 2.59
ee3672b87f libatomic-ops: upgrade 7.6.10 -> 7.6.12
0e35b943d7 iso-codes: upgrade 4.6.0 -> 4.7.0
a0e4bcd7c1 fribidi: upgrade 1.0.10 -> 1.0.11
abaa36442f diffoscope: upgrade 182 -> 187
41619fa9e5 libwpe: upgrade 1.10.1 -> 1.12.0
f543568534 puzzles: upgrade to latest revision
fbb90b1e5c mpg123: upgrade 1.28.2 -> 1.29.0
00c590f50d wireless-regdb: upgrade 2021.07.14 -> 2021.08.28
8dac57dfed linux-firmware: upgrade 20210818 -> 20210919
31c5fc6877 libinput: upgrade 1.19.0 -> 1.19.1
e722519f38 pango: upgrade 1.48.9 -> 1.48.10
978c85d09a harfbuzz: upgrade 2.9.1 -> 3.0.0
e839aa6f55 libdazzle: upgrade 3.40.0 -> 3.42.0
e56081b228 json-glib: upgrade 1.6.4 -> 1.6.6
56503d928e gsettings-desktop-schemas: upgrade 40.0 -> 41.0
dd256fc5ef gobject-introspection: upgrade 1.68.0 -> 1.70.0
f34e012612 sudo: upgrade 1.9.8p1 -> 1.9.8p2
0a5854ed80 msmtp: upgrade 1.8.15 -> 1.8.17
f8f39cd575 libarchive: upgrade 3.5.1 -> 3.5.2
cc5f720f6e asciidoc: upgrade 9.1.0 -> 9.1.1
b11b0e99e3 acpica: upgrade 20210730 -> 20210930
4b0ba21b41 vala: upgrade 0.52.5 -> 0.54.2
0235e0bea0 python3-setuptools: upgrade 58.0.4 -> 58.2.0
b657253758 python3-pygobject: upgrade 3.40.1 -> 3.42.0
6814a2286e python3-jinja2: upgrade 3.0.1 -> 3.0.2
65f1e07af3 librepo: upgrade 1.14.1 -> 1.14.2
e18c5d2260 libedit: upgrade 20210714-3.1 -> 20210910-3.1
058d9ae4f9 libcomps: upgrade 0.1.17 -> 0.1.18
1b6253bcc2 createrepo-c: upgrade 0.17.5 -> 0.17.6
efe7f1063f ccache: upgrade 4.4 -> 4.4.2
72d5401a00 btrfs-tools: upgrade 5.13.1 -> 5.14.2
f80ba18ffb sysvinit: upgrade 2.99 -> 3.00
15ae6c75ed openssh: upgrade 8.7p1 -> 8.8p1
adf01e8fba ofono: upgrade 1.32 -> 1.33
f171f4f528 tzdata: upgrade 2021a -> 2021d
c2ccedd1ec git: upgrade 2.33.0 -> 2.33.1
1ed10b337e cmake: update 3.21.2 -> 3.21.3
0bae444c93 bison: upgrade 3.8.1 -> 3.8.2
a124dc4878 libxcrypt: upgrade 4.4.25 -> 4.4.26
d8735cacb0 libgit2: update 1.2.0 -> 1.3.0
b4f08791b7 curl: update 7.78.0 -> 7.79.1
c479b8a810 ca-certificates: update 20210119 -> 20211016
606796bb70 liberation-fonts: update 2.1.4 -> 2.1.5
565d3f463e libva: update 2.12.0 -> 2.13.0
4a5cb680d6 librsvg: update 2.52.0 -> 2.52.2
da8f9c5e1e valgrind: update 3.17.0 -> 3.18.1
e6fc7d2825 python3-pip: update 21.2.4 -> 21.3
6f9ce677f5 meson: update 0.59.1 -> 0.59.2
d5d3704acf systemd: update 249.4 -> 249.5
9e5d15aba7 ovmf: update 202105 -> 202108
e3cb95cd18 bluez5: update 5.61 -> 5.62
f7753438aa lighttpd: update 1.4.59 -> 1.4.60
44a3bea7e8 ghostscript: update 9.54.0 -> 9.55.0
3af27805d8 kea: update 1.8.2 -> 2.0.0
3d27221475 libjitterentropy: update 3.1.0 -> 3.3.0
63a235d86e python3-smmap: update to 5.0.0
4ee26ef672 glibc: Extract common code to build tests to glibc-tests.inc
db2f3df621 python3-setuptools-scm: upgrade 6.0.1 -> 6.3.2
86430833b4 python3-tomli: add recipe for 1.2.1
c984ef67f8 python3-packaging: BBCLASSEXTEND nativesdk
58e1f76a37 python3-packaging: DEPENDS on python3-setuptools-native
27fbbeaf97 kernel-fitimage: use correct kernel image
f44bb45888 featimage: refactor style
3a6bcd97f5 opensbi-payloads: Add dependency on kernel if fdt is set
50d99faf88 sstate: don't silently handle all exceptions in
        sstate_checkhashes
2f1ea25c22 oe/utils: log exceptions in ThreadedWorker functions
9a9cd95fcc man-pages: update to 5.13
bb164adca9 insane,license,license_image: Allow treating license
        problems as errors
f0ad152ef4 lib/oe/qa,insane: Move extra error handling functions
        to library
05c0e34122 at-spi2-core: upgrade 2.40.3 -> 2.42.0
0c192a97e3 testimage: fix unclosed testdata file
740a52dd10 qemu: Add knob for enabling PMDK pmem support
d7d380a45a mesa: Enable svga for x86 only
b5c93cb9a6 opensbi-payloads.inc: Use strings for fallback
9ba6df1b2c piglit: upgrade to latest revision
0140df8724 mirrors.bbclass: remove dead infozip mirrors
0b07d9add6 oeqa: Update cleanup code to wait for hashserv exit
f238d6e766 libxkbcommon: update to 1.3.1
79fa8c02d5 xkeyboard-config: update to 2.34
151d054c58 xorgproto: update to 2021.5
e8099731d4 libxi: update to 1.8
5dd1c7eb07 python3-pycryptodome: upgrade 3.10.1 -> 3.11.0
77650314fe libsolv: upgrade 0.7.19 -> 0.7.20
99c62d5d13 libcap: fix nativesdk-libcap relocate failure
0ea02ca5c1 u-boot: Convert ${UBOOT_ENV}.cmd into ${UBOOT_ENV}.scr
a148c21a03 libical: upgrade 3.0.10 -> 3.0.11
7fd06a57a1 kernel: Rework kernel make flag to variable mappings
d15fb02c7e reproducible: Drop BUILD_REPRODUCIBLE_BINARIES variable
0725ca18af kernel: Add KERNEL_DEBUG_TIMESTAMPS variable
abb0671d2c reproducible: Merge code into base.bbclass
f38a8de195 reproducible: Move variable definitions to bitbake.conf
f2fd1c9d75 reproducible: Move class function code into library
80afddd3ae reproducible_build: Drop now unneeded compiler warning
5b285796b6 patch: Use repr() with exceptions instead of str()
063d085534 openssl: Drop riscv32 upstreamed patches
f5a90df086 sstate: Fixes for eSDK generation after zstd switch
52ba0c5e6e sstate: Allow validation of sstate singatures against list
        of keys
c46a6ec91b scripts/autobuilder-worker-prereq-tests: jinja2 check
0710e98f40 sstate: Switch to ZStandard compressor support
6c195acb40 python: Update now reproducibile builds are the default
7a497d8f30 reproducible_build: Drop obsolete sstate workaround
875a944392 license.bbclass: implement ast.NodeVisitor.visit_Constant
abc93390a3 oe/license: implement ast.NodeVisitor.visit_Constant
1f0bec0421 runqemu: add DEPLOY_DIR_IMAGE replacement in QB_OPT_APPEND
2b59fb9d52 bitbake.conf: Add gpg-agent as a host tool
4f80931136 bison: prevent checking for textstyle.
cff6888f3b curl: fix CVE-2021-22945 through -22947
04a4ed1c50 bitbake.conf: Add BB_CURRENTTASK to BB_HASHEXCLUDE
c94816259c base: Use repr() for printing exceptions
69376ac1a6 base: Clean up unneeded len() calls
3b4ce5f69c base/insane: Import oe.qa by default
72a75043a9 python3: update 3.9.7 -> 3.10.0
7261a4b4d5 Fix rust-native build issue when debug is enabled
c44bc7c0fb patch.bbclass: when the patch fails show more info on the
        fatal error
71780bb9ac libpam: Fix build with DISTRO_FEATURES usrmerge
cd83fa054d python3-pytest: upgrade 6.2.4 -> 6.2.5
c43a57540e libconvert-asn1-perl: upgrade 0.31 -> 0.33
682db79054 python3-zipp: upgrade 3.5.0 -> 3.6.0
981014d712 python3-more-itertools: upgrade 8.9.0 -> 8.10.0
21d72ace8f python3-importlib-metadata: upgrade 4.6.4 -> 4.8.1
b01db599d7 python3-hypothesis: upgrade 6.15.0 -> 6.23.2
c86732e1ad epiphany: update 40.3 -> 41.0
69208e6e55 webkitgtk: update 2.32.3 -> 2.34.0
5a7300300e epiphany: trim down DEPENDS
a5b6f978ef webkitgtk: trim down DEPENDS
0038a5b314 libsoup: add a 3.x recipe
1ea50f0e11 nghttp2: add recipe from meta-oe
19743c855b itstool: update 2.0.6 -> 2.0.7
07c303cd90 coreutils: update 8.32 -> 9.0
3c57a4b0d3 wget: update 1.21.1 -> 1.21.2
c5226a62fe sudo: update 1.9.7p2 -> 1.9.8p1
65a54f72e1 libexif: update 0.6.22 -> 0.6.23
ea85624594 libdnf: update 0.63.1 -> 0.64.0
0f07360ebc bison: update 3.7.6 -> 3.8.1
adcbaadd91 glib-networking: update 2.68.2 -> 2.70.0
e359ee75e6 glib-2.0: update 2.68.4 -> 2.70.0
7a477de350 ruby: disable openssl extension
02a66905fa serf: add a openssl 3 compatibility fix
8ffab3cc43 cryptodev-tests: do not use -Werror with openssl 3
f028a55383 openssl: update 1.1.1l -> 3.0.0
79bd638958 rust: generate target definitions from (arch, abi), not
        just arch
320f2c5aa5 rust: do not write ar into target json definitions
997d54363a rust-common.bbclass: rewrite toolchain wrappers in
        (native) python
8915dfa203 rust/cargo: exclude UNINATIVE_LOADER from task signature
3ebf15d74c gstreamer1.0-plugins-bad: disable rsvg on x32
354207b58e adwaita-icon-theme: update 3.34/38 -> 41.0
c6fbac3b1d librsvg: restore reproducibility
d59f69b136 librsvg: use only the target architecture to determine
        availability of atomic primitives
2fd0ad104b librsvg: add backports to fix big endian targets (e.g. mips)
67dd505c42 librsvg: do not enable nativesdk
e060ee5ea9 librsvg: update 2.40.21 -> 2.52.0 (transition to rust!)
a21705c33a rust: update 1.54.0 -> 1.55.0
f7a6b23d99 rust: drop PV from include file names
6c70f5bd2a recipetool: Rework crunch_license to recognize more variants
6490de38ba npm: Use configs for npm environment and args for npm
        run command
f0a47afb43 npm: Add variable NPM_NODEDIR with default value
eff85c86f3 recipetool: npm: Use README as license fallback
194df9c240 recipetool: npm: Do not add package.json files to
        LIC_FILES_CHKSUM
d5c4979669 recipetool: Add support for linenumbers to licenses.csv
0548a5d8ee recipetool: Add logger info for missing license entries
a00720344d recipetool: ignore empty license files
ab06305bf9 recipetool: Change default paramter fallback_licenses of
        function split_pkg_licenses from None to []
a930d39787 recipetool: Skip common source files in guess_license
631f6b7d18 recipetool: Move license md5sums into CSV files
9b22b50b77 npm: Add support for EXTRA_OENPM arguments
c227daf3c4 ltp: Update to 20210927
899fd41723 linux-yocto-dev: Ensure DEPENDS matches recent 5.14
        kernel changes
f242a6db07 linux-yocto: add libmpc-native to DEPENDS
82e6172c1d buildhistory: Fix package output files for SDKs
b5b70cba70 packagedata.py: silence a DeprecationWarning
87fd3080c8 lttng-tools: replace ad hoc ptest fixup with upstream fixes
6d3f55ea8f qemu: install qmp module without hardcoding the python
        version in oeqa scripts
1189f95e05 bootchart2: Don't compile python modules
3fe5101b33 libnewt: Use python3targetconfig to fix reproducibility
        issue
1bc5378db7 libxml2: Use python3targetconfig to fix reproducibility
        issue
958133f4e9 devpyshell: rename to pydevshell
84c9bb0796 busybox: 1.34.0 -> 1.34.1
b1bddc80dc gst-examples: 1.18.4 -> 1.18.5
fe1345f72e gst-devtools: 1.18.4 -> 1.18.5
3c68529eb9 gstreamer1.0-python: 1.18.4 -> 1.18.5
65ed3c4e6c gstreamer1.0-omx: 1.18.4 -> 1.18.5
a46b9209b5 gstreamer1.0-vaapi: 1.18.4 -> 1.18.5
6a52088c19 gstreamer1.0-libav: 1.18.4 -> 1.18.5
809db37381 gstreamer1.0-rtsp-server: 1.18.4 -> 1.18.5
09373e8c33 gstreamer1.0-plugins-ugly: 1.18.4 -> 1.18.5
4e7789ecfd gstreamer1.0-plugins-bad: 1.18.4 -> 1.18.5
b51d46790e gstreamer1.0-plugins-good: 1.18.4 -> 1.18.5
de0ee4323a gstreamer1.0-plugins-base: 1.18.4 -> 1.18.5
d325f0d31b gstreamer1.0: 1.18.4 -> 1.18.5
c94a9ece22 oeqa/selftest/sstatetests: fix typo ware -> were
269133fed2 libseccomp: Upgrade to 2.5.2 and beyond
97a2f40663 go: upgrade 1.16.7 -> 1.16.8
1190b241d7 ell: upgrade 0.43 -> 0.44
0bea76e841 dnf: upgrade 4.8.0 -> 4.9.0
9f10592a01 createrepo-c: upgrade 0.17.4 -> 0.17.5
10b4ba8f7e bind: upgrade 9.16.20 -> 9.16.21
5289c6ab33 acpid: upgrade 2.0.32 -> 2.0.33
2e2d5fe388 libinput: update to 1.19.0
d9f9016b56 xf86-input-libinput: update to 1.2.0
f169ffde59 ethtool: update to 5.14
7c1525bfd7 python3-setuptools: minor cleanup
0dbf98b2a2 python3-setuptools: update to 58.0.4
e1222dab5f python3-dbusmock: update to 0.24.0
cf38a27efe python3-git: update to 3.1.24
9612bb0639 python3: update to 3.9.7
fd621eefee pkgconfig: Update to latest
e63debe732 wayland-protocols: upgrade 1.22 -> 1.23
c8aa0222ce weston: wrapper for weston modules argument
665c8ee52a python3-more-itertools: upgrade 8.8.0 -> 8.9.0
acfb0bd59d help2man: upgrade 1.48.4 -> 1.48.5
f8edaf76ad vulkan-tools: upgrade 1.2.182 -> 1.2.191
db1c5c530f vulkan-loader: upgrade 1.2.182 -> 1.2.191
e79a68d26f vulkan-headers: upgrade 1.2.182 -> 1.2.191
45d1a0bea0 tar: filter CVEs using vendor name
57f51e8c73 mount-copybind: add rootcontext mountoption for overlayfs
6f3e231dc9 mount-copybind: add SELinux support
da489ef6e3 findutils: add ptest
0a9d19f575 harfbuzz: upgrade 2.9.0 -> 2.9.1
67ee7aeaaf gzip: upgrade 1.10 -> 1.11
6c5d37fd42 iproute2: update to 5.14.0
1254ba1206 libhandy: update 1.2.3 -> 1.4.0
6547e565cc libssh2: update 1.9.0 -> 1.10.0
81a101332e libgit2: update 1.1.1 -> 1.2.0
dddc71a206 rt-tests: update 2.1 -> 2.2
b2aeaab36d libpam: update 1.5.1 -> 1.5.2
13965426b7 lsof: update 4.91 -> 4.94.0
14c6e5a4b7 systemd: update 249.3 -> 249.4
d0c64bd9ae inetutils: drop CVE-2021-40491 patch
c509539690 inetutils: update 2.1 -> 2.2
82d3acd5bd shaderc: update 2021.1 -> 2021.2
15eeaa54c2 glslang: update 11.5.0 -> 11.6.0
b1a6ac721f spirv-tools: update 2021.2 -> 2021.3
dbb0e50375 pinentry: update 1.1.1 -> 1.2.0
8f268f981d gnupg: update 2.3.1 -> 2.3.2
2c6c7f0ff2 runqemu: correct vga-virtio option to keep virgl enabled
b2710d25e3 qemu: update 6.0.0 -> 6.1.0
e72c0b9455 package_rpm: use zstd instead of xz
0d9ca78951 perl: do not build berkeley db module by default
190d994438 libsolv: disable rpm bdb format support
8bbbcf9f8d libdnf: fix the rpm sqlite-only target setup
6080fcf7e4 rpm: update 4.16.1.3 -> 4.17.0
c2cad5ecfb lua: update 5.3.6 -> 5.4.3
b06a2ffb5d lua: add a recipe from meta-oe
ecadaa0895 libcap: update 2.51 -> 2.54
191d6d1f61 meson: update 0.58.1 -> 0.59.1
6f39d59368 cmake: upgrade 3.21.1 -> 3.21.2
17c59e4251 wayland-protocols: upgrade 1.21 -> 1.22
0410d639bb diffoscope: upgrade 181 -> 182
8e26252b45 layer.conf: Extend recipes not to install without explict
        dependencies

bitbake as of 2021-11-05 11:41:42 +0000

be45aeb9 cooker: check if upstream hash equivalence server is available
3428e3c5 runqueue: Fix runall option task deletion ordering issue
69b4f9a0 tests/fetch: Add test for url parameter rewriting
66ad58bb fetch: Handle mirror user/password replacements correctly
d654139a lib/bb: Fix string concatination potential performance issues
dfad69d4 daemonize: Avoid unclosed file warning
bbbc843e lib/bb: Clean up use of len()
42526a40 fetch/git: Show warning for invalid github urls
f05e1913 fetch/git: Handle github dropping git:// support
07fca7e3 tests/fetch: Update github urls
86a9c268 fetch2/git: Add a warning asking users to set a branch in
        git urls
66953f06 fetch2/git: Allow git fetcher to support subdir param
1d8af6ae fetch2: npmsw: Add support for github prefix in npm shrinkwrap
        version
9dcd9a3c fetch2: npmsw: Add support for duplicate dependencies
        without url
96c30007 fetch2: fix downloadfilename issue with premirror
20aabc3d tests/fetch.py: add test case to ensure downloadfilename is
        used for premirror
3b4d2e3b tests/fetch.py: fix premirror test cases
a183322e doc: bitbake-user-manual: Document BB_GIT_SHALLOW and friends
15f16bf9 tests/runqueue: Drop python version test decorators
17d74fc6 bitbake: Bump to post release verion 1.53.0
cf421235 fetch2/perforce: Fix typo
473e2a54 test/fetch: Update urls to match upstream branch name changes
2d704842 siggen: Fix type conversion issues
fe8105cc bitbake-worker: Add debug when unpickle fails
b9e4fb84 tests/runqueue: Ensure hashserv exits before deleting files
45ea7a93 bitbake-user-manual: update sources mirror URL
4edd5767 codegen: implement ast.NodeVisitor.visit_Constant
4fa25714 fetch2: Do not attempt to verify donestamp if download is
        not complete
fa39e668 npmsw: Avoid race condition with multiple npm fetchers
22c18494 siggen: Change file format of siginfo files to use zstd
        compressed json
fc8d74b7 compress: Allow to operate on file descriptor
7daaaaa2 bitbake-worker: Set BB_CURRENTTASK earlier
efb94902 fetch2: document checkstatus API

meta-oe as of 2021-11-04 10:07:21 -0700

026721d834 packagegroup-meta-networking: Add ntpsec
1e89f5edc3 ntpsec: Disable documentation
00dba6bf6b ntpsec: Disable seccomp on musl/rv32
57776d013a ntpsec: Add recipe
611700b6a0 packagegroup-meta-networking: Enable mdns on musl systems
d04f3c9bfe mdns: Upgrade to 1310.140.1
118bfa6493 python3-aenum: Upgrade 3.1.0 -> 3.1.2
c674fd8644 python3-isort: Upgrade 5.9.3 -> 5.10.0
6fc41aa22c python3-astroid: Upgrade 2.8.2 -> 2.8.4
3e9570d31b python3-prettytable: Upgrade 2.2.1 -> 2.3.0
234c6ec0a4 python3-pint: Upgrade 0.17 -> 0.18
671f9d7b2d python3-kivy: Use branch parameter in SRC_URI
9e3a740c56 hiawatha: Create /var/log /var/run at runtime
6e8b34a46a monkey: Keep /var/volatile empty
3473d94274 gstd: Remove empty /var/volatile/log
62386145de iptraf-ng: Create /var/log and /var/lib subdirs at runtime
700a2783b4 gnome-backgrounds: Fix licenses
ec77ca2881 gnome-control-center: Add libhandy to DEPENDS
fce137d50b opensaf: Make sure a file needed by opensafd.service is
        not removed
b402a3076f recipes: Update SRC_URI branch and protocols
175765fdf3 opensaf: Create /var/log/opensaf/saflog in runtime
89391ee45e mongodb: Create /var/log/mongodb in runtime
563577f488 mongodb: A little clean up
c386e5ab79 openflow: Create /var/log/openflow in runtime
5c1cea8f8e atop: Do not install the /var/log/atop directory
5330b95a64 collectd: Do not install /var/log
a61358b511 corosync: Do not install the /var/log/cluster directory
b1ce7f5036 corosync: Clean up leftover support for qdevice and qnetd
b26b66e5da Bump sdbus-c++ to version v1.0.0
b44f288522 lv-lib-png: Lint recipe
62f63e40f8 libjs-jquery-globalize: Use a proper SHA in SRCREV instead
        of tag
b38bc1ca2a gdm: Fix REQUIRED_DISTRO_FEATURES broken by adding
        introspection
96d44fdc32 jasper: upgrade 2.0.26 -> 2.0.33
5f5a793494 libcrypt-openssl-guess-perl: upgrade 0.13 -> 0.14
2f9851fffb libssh: use https instead of git in SRC_URI
189ffc2d17 grpc: upgrade 1.41.0 -> 1.41.1
e251d7b827 c-ares: upgrade 1.17.2 -> 1.18.1
b8a5f0740b botan: upgrade 2.18.1 -> 2.18.2
942fb06bc2 avro-c: upgrade 1.10.2 -> 1.11.0
642965b331 mozjs-91: Fix build on powerpc
f36cdc915c grilo-plugins: upgrade 0.3.13 -> 0.3.14
112c24dace grilo: upgrade 0.3.13 -> 0.3.14
595653e451 gnome-panel: upgrade 3.36.1 -> 3.38.0
9b6078c928 gnome-terminal: upgrade 3.40.2 -> 3.42.0 / meson build
d732137b86 gnome-tweaks: upgrade 3.34.0 -> 40.0
295c70ec2f gnome-backgrounds: upgrade 3.38.0 -> 41.0
16ddb247e4 gparted: upgrade 1.3.0 -> 1.3.1
fdc9419a8d gexiv2: upgrade 0.12.2 -> 0.14.0
caa81e3a34 gnome-control-center: upgrade 3.36.4 -> 41.1
20f4623cc9 gnome-session: upgrade 3.36.0 -> 40.1.1
62eb07bcdc gnome-desktop: upgrade 3.38.8 -> 41.0 and give up '3'
        receipe name suffix
1742edd2ff gnome-shell-extensions: upgrade 3.34.2 -> 40.1
44acebcec7 gnome-shell: upgrade 3.34.5 -> 41.0
85e3c1cdf0 gnome-settings-daemon: upgrade 3.36.1 -> 41.0
2b2666b7fa udisks2: upgrade 2.9.3 -> 2.9.4
fc186a9001 upower: upgrade 0.99.11 -> 0.99.13
668b47079f gdm: upgrade 3.36.3 -> 41.0
7cd570b486 mutter: upgrade 3.34.6 -> 41.0
94f5b82c42 gjs: upgrade 1.58.8 -> 1.70.0
2a254bc827 gtk4: initial add 4.4.0
3f6dc737ed graphene: Tidy up recipe a bit
f3fe8dc93b graphene: extend to native and nativesdk
af2de3033d graphene: enable introspection by default - gtk4 & mutter
        41 require it
d10abc71d6 mozjs-78: Pass C/C++ flags to js configure
a59370541d mozjs-78: Set X lib/include paths
e3ef25a2f5 mozjs-78: Check for big-endian icu data file existence
        before creating it
f878dc7278 mozjs-78: Initial add
e69e7088d7 mozjs-91: remove static library
c410d459db polkit: Adjust to mozjs-91 in DEPENDS
022253283d Rename mozjs -> mozjs-91 to allow multiple versions of mozjs
e764ca5214 mozjs: Move back to recipes-extended - no meta-python
        specifics required
fb8242f59a fftw: remove unused patch
bc14892e61 xfce4-sensors-plugin: upgrade 1.3.95 -> 1.4.1
46c8e29135 python3-prctl: Use https protocol for git fetcher
6e40d52f9a packagegroup-meta-python: Add python3-imgtool
7d3ae47a13 python3-bidict: Upgrade 0.21.2 -> 0.21.4
7a462c421d python3-grpcio: upgrade 1.41.0 -> 1.41.1
9093a68080 python3-grpcio-tools: upgrade 1.41.0 -> 1.41.1
5aef3227a2 python3-engineio: upgrade 4.2.1 -> 4.3.0
e3ea110d09 python3-cycler: upgrade 0.10.0 -> 0.11.0
3c32edbe82 python3-coverage: upgrade 6.0.2 -> 6.1.1
300c9c9227 python3-cantools: upgrade 36.4.0 -> 36.5.0
94fc0589b5 python3-imgtool: add recipe
32d397a06d protobuf: Disable tailcall on mips/clang
fd7297b442 protobuf: Upgrade to 3.19.1
2a1cb560ae protobuf: update to 3.19.0
f1d2fbaf4f libssh: Support building for native and nativesdk
2cf01edb69 netdata: Using the github.com release + upstream_check.
d27bf0b122 liburing: Use libc mmap() wrapper instead of calling
        __NR_mmap syscall directly
2dd1a2f2a9 liburing: update to 2.1
b66ad22324 mtr: Explicitly use branch= in SRC_URI
a61be25234 mtr: Fix build with ncurses 6.3+
e53d796e1f tiptop: Fix build with ncurses 6.3+
dfe7eef9ca iptraf-ng: Upgrade to 1.2.1
ce3c3f2099 sysdig: Fix build with ncurses 6.3+
9c9c02d434 nmon: Upgrade to 16m
a1ac306208 libcdio: Fix build with ncurses 6.3+
1f6ef41c06 bitwise: Fix build with latest ncurses 6.3+
e86355f2a2 lv-drivers: Lint recipe
070b92a3f6 unicode-ucd: set downloadfilename to include PV
dc01472dd9 nodejs: fix build without scrypt
8aac37b502 netplan: fix hardcoded path for /lib/netplan
7d7ae015fe python3-qrcode: Upgrade 7.3 -> 7.3.1
bc8f0c2456 python3-smpplib: upgrade 2.1.0 -> 2.2.0
b1ccba5624 python3-pybind11: update to 2.8.1
c0edf7a485 python3-imageio: update to 2.10.1
03dbd41d9a python3-google-api-python-client: update to 2.28.0
27ccd59dc1 python3-google-api-core: update to 2.2.0
5994d4f070 python3-protobuf: update to 3.19.0
89a6033ebb python3-pycparser: RSUGGESTS cpp and cpp-symlinks
242896c4fb python3-marshmallow: add recipe at version 3.14.0
2f6797d8d6 python3-prettytable: Upgrade 2.1.0 -> 2.2.1
c35bc05077 python3-traitlets: Upgrade 5.1.0 -> 5.1.1
f13bd50ee7 python3-prompt-toolkit: Upgrade 3.0.19 -> 3.0.21
40b3fc56d3 python3-thrift: Upgrade 0.13.0 -> 0.15.0
369db87ee0 python3-robotframework: upgrade 4.1.1 -> 4.1.2
89002cf520 python3-pytest-asyncio: upgrade 0.15.1 -> 0.16.0
a9503b6e75 python3-pyjwt: upgrade 2.2.0 -> 2.3.0
79bbf75540 python3-pulsectl: upgrade 21.10.4 -> 21.10.5
dc187af259 python3-pandas: upgrade 1.3.3 -> 1.3.4
35b64a4614 python3-greenlet: upgrade 1.1.1 -> 1.1.2
5a4a345ebd python3-google-api-python-client: upgrade 2.26.1 -> 2.27.0
4bfb5c3cb1 python3-gmqtt: upgrade 0.6.10 -> 0.6.11
e174e3bf71 python3-absl: upgrade 0.14.1 -> 0.15.0
3f335c1059 python3-cvxopt: upgrade 1.2.6 -> 1.2.7
295e6dd96c python3-paho-mqtt: Upgrade 1.5.1 -> 1.6.1
a57273d1fa python3-aiohue: Upgrade 2.6.1 -> 2.6.3
166529e051 python3-pyflakes: fix LICENSE, HOMEPAGE and RDEPENDS
fa6b9db670 python3-mccabe: fix LICENSE and RDEPENDS
aa40b5c785 gpsd: Install also the generated parts of the Python library
6440f73b12 hiredis: update to 1.0.2
4f92686fdb redis-plus-plus: update to 1.3.2
b968ec867b atftp: upgrade 0.7.4 -> 0.7.5
5844c6e28d links: upgrade 2.22 -> 2.25
d26b5db5c8 mctp: Add MCTP control utilities
ef9915ca4e autofs: upgrade 5.1.7 -> 5.1.8
7c20920cb6 mozjs: Fix build for 32bit systems disabling JIT
f917e5fe40 mozjs: Update to 91.2.0
19465da276 gimp: Disable vector icons on mips/rv32 using clang
c2aafe4737 tbb: Link with libatomic when using clang compiler on rv32
2178fd7386 opencv: remove setup_vars_opencv4.sh
6e9d281889 cryptsetup: upgrade 2.3.6 -> 2.4.1
69fe208d2e lvgl: Lint recipe
13a33fda76 driverctl: Rename to have PV in recipe name
7937fa5a8a mozjs: Add riscv32 support
4e1eb06fb1 leptonica: update to 1.82.0
9e86097b75 python3-zeroconf: update to 0.36.9
99738e119f python3-tzlocal: update to 4.0.1
f304123110 python3-pychromecast: update to 9.3.1
cc81283a77 python3-pybind11-json: update to 0.2.11
fedf607b0b python3-h5py: update to 3.5.0
ba69248dd4 python3-werkzeug: upgrade 2.0.1 -> 2.0.2
5f24f662c3 python3-stevedore: upgrade 3.4.0 -> 3.5.0
d62b5c446b python3-sqlalchemy: upgrade 1.4.23 -> 1.4.26
47a4a64e34 python3-socketio: upgrade 5.4.0 -> 5.4.1
569b068a5b python3-pyscaffold: upgrade 4.1 -> 4.1.1
f7047afdb0 python3-flask: upgrade 2.0.1 -> 2.0.2
0e41e90e87 python3-configargparse : upgrade 1.5.2 -> 1.5.3
3aa549fa3c python3-click: upgrade 8.0.1 -> 8.0.3
dbb4e34b57 python3-cbor2: upgrade 5.4.1 -> 5.4.2
0c9b50a16d python3-cachetools: upgrade 4.2.2 -> 4.2.4
763769eb44 vboxguestdrivers: Fix build failure due to the last update.
b23fb0d2c3 vboxguestdrivers: upgrade 6.1.26 -> 6.1.28
c59ce3299e Apache: Several CVE fixes
eb981b8ef5 packagegroup-meta-oe: Add libjs-jquery-globalize and
        libjs-jquery-cookie
c079140d43 libjs-jquery-globalize: Add recipe
b29112a146 libjs-jquery-cookie: Add recipe
e089f3b9c1 luaposix: Use virtual/crypt instread of hardcoding libxcrypt
bd276908c7 mozjs: Fix musl miscompiles with HAVE_THREAD_TLS_KEYWORD
145a127636 mozjs: Fix build on mips/musl
354eca1043 nodejs: Upgrade to 16.11.1
5fd3937da1 bluepy: Fix permissions on tarball
fc282987d2 lv-lib-png: add wayland to REQUIRED_DISTRO_FEATURES
2f9e843ef4 luaposix: depend on target libxcrypt instead of native
86d1dacfa3 python3-kivy: Use new override syntax in RDEPENDS
7d911e6d6b bluepy: Set PV and correct syntax for RDEPENDS
833e059855 xdebug: upgrade 2.9.5 -> 3.1.1
3d7ccbbc03 grpc: revert GRPCPP_ABSEIL_SYNC change from 1.40.0 to fix
        undefined references to absl::lts_20210324::Mutex::~Mutex()
f3f98c28b5 protobuf: import a patch from meta-webosose to fix building
        protobuf-c with gold linker
2f43f39a2b bluepy_git.bb: Added recipe for BluePy Python interface
        to Bluetooth LE on Linux (v2)
2bc6bc81bf libencode-perl: upgrade 3.12 -> 3.16
afe89c5521 nlohmann-json: upgrade 3.10.2 -> 3.10.4
5c16a10fd7 gensio: upgrade 2.2.9 -> 2.3.1
cb08584d8c strongswan: upgrade 5.9.3 -> 5.9.4
7297734204 gyp: fix for compatibility with Python 3.10
7892e882a2 mozjs: move large static library into staticdev package
5a281d72d2 mutter: Move gsettings to a separate package
646d2df673 libxmlb: upgrade 0.3.2 -> 0.3.3
2c287fe0a1 libgusb: upgrade 0.3.7 -> 0.3.8
230b165758 asio: upgrade 1.18.1.bb -> 1.20.0
2b4efc765d ifenslave: upgrade 2.12 -> 2.13
6791dc5364 ntfs-3g-ntfsprogs: upgrade to 2021.8.22
c60b17bf08 gnome-calendar: upgrade 3.38.1 -> 41.0
1f5d21858e gfbgraph: patch to build with latest rest
8de56ffd07 colord: inherit pkgconfig
0a68c4ad97 libgweather: upgrade 3.36.2 -> 40.0
4e0f4f4a84 gnome-screenshot: add recipe for 40.0
138aaae151 xorgxrdp: Add to exclusion list for now
d79ca2ebc4 byacc: switch to official HTTPS mirror
f49108971e audit: upgrade 3.0.5 -> 3.0.6
9b8b072cb0 xrdp: Exclude from builds
18986aadb5 iwd: Fix  build with musl
2ed3c4fd44 gnome-online-accounts: Upgrade to 3.43.1
1ea6bbd96c librest: Use master with libsoup3 support
dc4ecd9346 lvgl: Add lv_lib_png to packagegroup
74d38f9a31 lv-lib-png: Add recipe for LVGL for handling PNG format
b890de3ed1 colord-native: Inherit pkgconfig
f39a168e38 python3-pyinotify: Add fcntl, logging to RDEPENDS
77718718cf python3-pyatspi: update to 2.38.1
0c7e44f146 python3-typeguard: update to 2.13.0
22486627a4 python3-yarl: update to 1.7.0
f5335a4527 python3-xmlschema: update to 1.8.0
29324886d7 python3-xlsxwriter: update to 3.0.1
35048bec2f python3-wrapt: update to 1.13.2
e1ac6b83ff python3-websockets: update to 10.0
34ae53c604 python3-uritemplate: update to 4.1.1
b8161baf97 python3-twitter: update to 4.1.0
bc84614e1c python3-sympy: udpate to 1.9
8acd5a741b python3-sentry-sdk: update to 1.4.3
187b164331 python3-regex: update to 2021.10.8
381ead81f9 python3-pytz: update to 2021.3
8954708be6 python3-pytest-timeout: update 2.0.1
a1ae067e38 python3-pyperf: update to 2.3.0
69c519f2fa python3-pyopenssl: update to 21.0.0
8b2562785f python3-pykickstart: update to 3.34
19ad4d1c11 python3-pyjwt: update to 2.2.0
b52c0c49f2 python3-pyflakes: update to 2.4.0
eea7faeea8 python3-pyephem: update to 4.1
e73c559260 python3-pycodestyle: update to 2.8.0
bd29d6a926 python3-pulsectl: update to 21.10.4
c9ee109461 python3-protobuf: update to 3.18.1
2bd97b5d3c python3-portion: update to 2.2.0
a8f3b64efb python3-paramiko: update to 2.8.0
532f4f8dca python3-jsonrpcserver: update to 5.0.3
b3b66d48d6 python3-joblib: update to 1.1.0
8db9231877 python3-iso3166: update to 2.0.2
b1f27e4dd5 python3-idna: update to 3.3
c2e12e004b python3-httplib2: update to 0.20.1
4e2e978188 python3-haversine: update to 2.5.1
eee2c96f73 python3-h2: update to 4.1.0
117d638226 python3-grpcio: update to 1.41.0
f9b0f77f8c python3-grpcio-tools: update to 1.41.0
a95a12931e python3-google-auth: update to 2.3.0
23196b56a8 python3-google-api-python-client: update to 2.26.1
b60a41a7ce python3-google-api-core: update to 2.1.1
db6bddc87d python3-eventlet: update to 0.32.0
4e107ae6ca python3-elementpath: update to 2.3.2
c65fd7996b python3-dateparser: update to 1.1.0
9d54555b25 python3-cryptography-vectors: update to 35.0.0
ac7d9bfb0c python3-coverage: update to 6.0.2
c980ec1a86 python3-colorlog: update to 6.5.0
077dc04df1 python3-cffi: update to 1.15.0
3afc5b172a python3-certifi: update to 2021.10.8
4aa84881de python3-cantools: update to 36.4.0
89abdc8868 python3-astroid: update to 2.8.2
85538d450c python3-alembic: update to 1.7.4
4b009cf990 python3-absl: update 0.14.1
7cbb5cfa24 python3-nmap: upgrade 1.5.0 -> 1.5.1
7daad3b3e7 python3-humanize: upgrade 3.11.0 -> 3.12.0
bfff76c328 python3-watchdog: upgrade 2.1.5 -> 2.1.6
e8d2ba4bdb python3-urllib3: upgrade 1.26.6 -> 1.26.7
78137f9936 python3-ujson: upgrade 4.1.0 -> 4.2.0
246b20b92c nodejs: Upgrade to 14.18.1
948ee7c2e9 libcrypt-openssl-rsa-perl: Fix build with openssl3+
be77bddae1 mozjs: Disable JIT on mips
66a0f5b8eb mozjs: update 60.9.0 -> 91.1.0
cbd09fd140 opensaf: update to 5.21.09
78a7b95b71 nng: update to 1.4.0
af3b0cdacf networkmanager: update to 1.32.12
ed65a36a4c yelp,yelp-xsl,yelp-tools: Upgrade to 41 release
a93f9de2e7 surf: add a webkit 2.34 compatibility patch
66986b2468 ttf-vlgothic: update to 20200720
e33099e6f6 ttf-dejavu: add UPSTREAM_CHECK_URI
a6887f230c ttf-abyssinica: update to 2.100
f3b2c00e3b libcdio-paranoia: update to 10.2+2.0.1
ec41b54b29 libbpf: fix PV
f942409334 xrdp: Upgrade to 0.9.17
27a6b1172d libcrypt-openssl-rsa-perl: Upgrade to 0.32
d80652bd72 yavta: Upgrade to latest version and drop downstream patch
75495398c8 thingsboard-gateway: update to 2.8
12b27e5129 protobuf-c: update to 1.4.0
6bbc8b2d3a pmdk: update to 1.11.1
9efdbda8d0 pegtl: update to 3.2.1
7166ec4f76 ostree: update to 2021.5
c7d3daba60 apitrace: Conditionally enable X11 support
d44f564610 apitrace: Upgrade to latest version
60d4e95b4b luaposix: Depend on libxcrypt-native
47307dfda1 pcimem: Add riscv64 into COMPATIBLE_HOST
ed3392fdb2 nodejs: add -fpermissive BUILD_CXXFLAGS
0300f77934 xfce.bbclass: Mark string as raw in a regexp
0e60f404c4 nano: update to 5.9
082e1599e5 ser2net: upgrade 4.3.3 -> 4.3.4
362068e681 poppler: upgrade 21.09.0 -> 21.10.0
20a982c9da iwd: update to 1.18
fd0cd13f42 networkmanager-openvpn: upgrade 1.8.14 -> 1.8.16
df196ab5a7 luaposix: Upgrade to 35.1
034a25f085 kronosnet: Correct path to poll.h
736d635047 icewm: upgrade 2.7.0 -> 2.8.0
e8dab9d92c bdwgc: upgrade 8.0.6 -> 8.2.0
d46c811305 span-lite: upgrade 0.10.1 -> 0.10.3
c48feb5f18 redis: upgrade 6.2.5 -> 6.2.6
1bcc09e8ff openvpn: upgrade 2.5.3 -> 2.5.4
6407f5ff40 devilspie2: Add missing dependency on libxinerama
ae6fb2696a devilspie2: Switch to using github repo
cfb07e4e24 luaposix: Use lua 5.4
e6392aed4c gjs: Inherit pkgconfig
c5e89108ee grpc: upgrade 1.38.1 -> 1.41.0
24514e48b2 ldns: blacklist due to openssl 3.x incompatibility
8b81568595 boinc-client: blacklist due to openssl 3.x incompatibility
0d27e1955f netplan: do not use -Werror
9117ecbe1e cfengine: blacklist due to openssl 3.x incompatibility
70b9bfec8e packagegroup-meta-oe: Remove lua
fbd428b0ee packagegroup-meta-networking: Remove nghttp2
c61044d58e opensc: do not use -Werror
17ad891757 freerdp: backport openssl 3.x patches
819fe345b9 libsigrokdecode: add a python 3.10 compatibility patch
13f97f126d php: disable openssl PACKAGECONFIG
e8214b76e4 nodejs: add a python 3.10 compatibility patch
01d24acb40 nodejs: use -fpermissive
e8f84f7803 pkcs11-helper: backport a openssl 3.x patch
38303c7063 strongswan: disable openssl PACKAGECONFIG
c3248fa4d2 openipmi: add a python 3.10 compatibility patch
8994c5d2cb openflow: disable openssl PACKAGECONFIG
677ff7c9c6 polkit: update 0.116 -> 0.119
52e2778966 kronosnet: update 1.20 -> 1.22
d22ae13cc1 nghttp2: remove recipe as it is now in oe-core
939322d952 lua: remove recipe as it is now in oe-core
1e12d64f70 Add recipe for driverctl
953f6a2274 keyutils: fix install path
845b15cdff unicode-ucd: upgrade 12.1.0 -> 14.0.0
8a17e222ed python3-pybluez: Do not set 2to3
6cf292602b python3-anyjson: Do not enable 2to3
c0113a4afa python3-parse-type: Do not ask for 2to3
bf9c1d7b2e python3-simpleeval: Remove use_2to3
55534f9d10 python3-behave: Switch to using github src_uri
20405cd4d3 python3-pystache: Remove need for python2x
4613292202 python3-transitions: upgrade 0.8.9 -> 0.8.10
bd6be69246 python3-pyscaffold: upgrade 4.0.2 -> 4.1
18f4c0b5e8 python3-openpyxl: upgrade 3.0.8 -> 3.0.9
a7c5d61508 python3-multidict: upgrade 5.1.0 -> 5.2.0
e6bf249d30 python3-jsmin: Upgrade to version 3.0.0
a4724fc450 python3-jdatetime: upgrade 3.6.2 -> 3.6.4
b067418e86 python3-ipython: upgrade 7.27.0 -> 7.28.0
d5b6841bf8 python3-m2crypto: address build failure with openssl 3.x
539a6d36f1 python3-gmpy2: update 2.0.8 -> 2.1.0rc1
b0e66ebc2a python3-yappi: add python 3.10 fix
f2152d7904 python3-posix-ipc: Add recipe for version 1.0.5
8c7eb54dde Revert "chipsec: platform security assessment framework"
fd3aca5ccf samba: upgrade 4.14.7 -> 4.14.8
3b04587151 pipewire: rework PACKAGECONFIG for systemd service files
c87e19f871 pipewire: also handle pipewire-media-session in systemd
        class
2069a96531 pipewire: remove manpages class
6e5cbf8711 bdwgc: upgrade 8.0.4 -> 8.0.6
0924d41ac4 packagegroup-meta-oe: Add lv-drivers and lvgl
5f69cfea69 lv-drivers: Add recipe for lvgl lib
21580d65af lvgl: Add recipe for Lightweight Graphics Library
8e6e4e594d rapidjson: override hard-coded lib install dir
6696d7ef59 grpc: fix cross-compilation of grpc applications
17af9e0501 grpc: fix cross-compilation of grpc applications
23dc4f060f gattlib: Upgrade to latest
e9b3476ad9 gattlib: Place pkgconfig file in correct package
e078ffd4ce libiio: depend on avahi only when network backed is used
3630c30185 pahole: use MACHINE_ARCH

meta-virtualization as of 2021-11-05 08:57:46 -0400

3fea81e crun/oci-image-spec: specify https in github src_uri
7fec18f criu: remove :append and += combination
ffe9c1c xen: update to setuptools based lopper
369367c lopper: update to master-next
baf9e1a global: convert github SRC_URIs to use https protocol
e13ea7d oci-runtime-spec: update branch specification to main
a9b1fb1 crun: update runtime-spec branch to main
0a7ae8b global: convert github SRC_URIs to use https protocol
ac399ad global: add explicit branch to all SRC_URIs
03689b8 xen,xen-tools: update xen to new releases
3bff112 lxc: update to 4.0.11
f71bedc ceph: 15.2.12 -> 15.2.15
e94f6cb k3s: Add xt-statistic kernel module to rrecommends
7304d7e k3s: Update k3s service configuration
0429ecb podman: add rdepend on nsenter
abf248b umoci: switch branch to main
80065eb skopeo: refresh storage.conf
36cdef7 cni: add SRCREV_FORMAT
89b1a89 yq: add SRCREV_FORMAT
9e5daf4 kubernetes: add SRCREV_FORMAT
cbecee2 docker-moby: add SRCREV_FORMAT
da57fa2 docker-ce: add SRCREV_FORMAT
03cd8aa ceph: inherit pkgconfig.bbclass
cf55d44 oci-image-spec: update to 1.0.1-latest
cf81b3d oci-runtime-spec: update to 1.0.2
0b5fba4 criu: update to 3.16.1
77111bf crun: bump to version 1.2
21fc48f crun: fix offline builds
b2299d3 podman: check for ipv6 in DISTRO_FEATURES
5c21291 virtualization/config: allow conditional use of
        yocto-cfg-fragments
fcf53f6 yocto-cfg-fragments: introduce native provider of configuration
        fragments
83cf286 k3s: update to v1.22.x
4ab1f05 k3s: update to v1.21.5
aaeb4f4 xen: add missing pkgconfig inherit
45e5f2e kubernetes: introduce devupstream variant
8e8b2ca k8s: set to 1.22.3 release
8a1b32e busybox-initrd: update version to match oe-core

meta-python2 as of 2021-10-27 11:29:33 +0200

7535086 python-pywbem-native: openlmi-tools: blacklist due to openssl-3
5578a7c python-m2crypto, python-pywbem, openlmi-tools: blacklist due
        to openssl-3
c1f638a python-systemd: inherit pkgconfig
a8c3172 python-pyparted: inherit pkgconfig
4ab3b5a python-cryptography: fix build with openssl-3

meta-updater as of 2021-11-05 13:07:03 +0100

851c5b7 Merge pull request webosose#19 from shr-project/jansa/https
4db1422 aktualizr: use https protocol to fetch it
7a36ee1 Merge pull request webosose#18 from uptane/aktualizr-secondary-etc
ff1e835 aktualizr: Bump to latest for Secondary putRoot implementation.
885da7d Merge pull request webosose#16 from uptane/latest-aktualizr
94e6422 aktualir: Bump to latest with TUF verification support.
eab04a9 aktualizr: Delete unused ca.cnf file.
4473a81 Update to latest Aktualizr
25642b4 Merge pull request webosose#13 from uptane/fix/ats-825/kirkstone
ff20197 sota.conf.inc: Cleanup for kirkstone.
1093211 layer.conf: Drop older branches.

meta-security as of 2021-11-04 08:18:00 -0700

7e27eb5 recipes: Update SRC_URI branch and protocols
8215ed2 tpm2-pkcs11: update to 1.7.0
d77b776 tpm2-openssl: add new pkg
b5e2770 openssl-tpm-engine: fix build issue with openssl 3
5d2afb3 tpm2-tools: update to 5.2
8f04587 apparmor: Add a python 3.10 compatability patch
e5e5413 opendnssec: blacklist do to ldns being blacklisted
14e1db4 Parsec service. Update PACKAGECONFIG definitions and README.md
2bc849a meta-parsec/README: remove rust layer req.
shr-project added a commit to shr-project/build-webos that referenced this issue Nov 26, 2021
meta-webosose as of 2021-10-19 03:48:13 -0700

56f8b0cf {kirkstone-stop} webos: layer.conf: Update to kirkstone release name series
257e7d8e webos.inc: don't inherit reproducible_build_simple
801f7035 findutils=webos1 driverctl=webos1 (fix file-rdeps QA issue fix about /bin/bash)
b161eeb7 remove webos_deploy

oe-core as of 2021-11-10 19:26:15 +0000

365dc1471a kernel: provide virtual/kernel for all kernels
7a7d1eed8e linux-yocto/5.10: update to v5.10.78
6a5ab16bbb linux-yocto/5.15: update to v5.15.1
a9ac5a388d linux-yocto/5.14: update to v5.14.17
d57bc72810 linux-yocto/5.10: update to v5.10.77
ae32a59571 linux-yocto/5.14: update to v5.14.16
a784cd98bb linux-yocto-rt/5.15: update to -rt17
1ca455a98d meta: use ln -rs instead of lnr
222be29051 vim: add patch number to CVE-2021-3778 patch
df9dca9fe4 wic: Use os.rename instead of bb.utils.rename
b493eb4f9a vim: fix CVE-2021-3796, CVE-2021-3872, and CVE-2021-3875
52b44cb877 msmtp: upgrade 1.8.18 -> 1.8.19
928afb0d6f libpcre2: upgrade 10.37 -> 10.39
bdc61a7c56 iw: upgrade 5.9 -> 5.16
bc2b7decc9 iso-codes: upgrade 4.7.0 -> 4.8.0
609fd71c5d iproute2: upgrade 5.14.0 -> 5.15.0
e1bcaabdf7 harfbuzz: upgrade 3.0.0 -> 3.1.1
70709ff074 squashfs-tools: follow-up fix for CVE-2021-41072
2968b9f18e ell: upgrade 0.44 -> 0.45
b9c59b5d2a diffoscope: upgrade 189 -> 190
77d08d327b btrfs-tools: upgrade 5.14.2 -> 5.15
09a7d9d8d8 gdb-cross: add dependency on gmp-native
1833cb0c58 mirrors: Add uninative mirror on kernel.org
35040bba25 qemu: Fix build on aarch64/musl
afad2f09eb meson: improve SDK's wrapper to make Wraps work
4d75d6c39f avahi: update CVE id fixed by local-ping.patch
c8902102a9 qemu: Build on musl targets
858cc6f257 bitbake.conf: Use wayland distro feature for native builds
31ed91bdbb nativesdk-packagegroup-sdk-host.bb: Update host tools
        for wayland
a31fbec45d wayland: Fix wayland-tools packaging
b0f30792fd libx11-compose-data: Update LICENSE to better reflect
        reality
5cd90092e2 libx11: Update LICENSE to better reflect reality
88d77d82ee scons: support out-of-tree builds
8cc28b231b mesa: Add PACKAGECONFIG option for broadcom v3d Vulkan
        driver
9241266d18 linux-yocto/5.15: introduce recipes
9cebccedb1 linux-libc-headers: update to v5.15
2d61b061f5 ppp: fix build against 5.15 headers
d1635d80c2 librsvg: Disable 64bit atomics on riscv32/mipsel in
        crossbeam
4643d1eb22 gdb: Add dependency on libgmp
e1c421c045 gdb: Upgrade to 11.1
81ba0ba3e8 libpcre/libpcre2: correct SRC_URI
be5be9e36d libxml2: mark patch as non-upstreamable
97562668e1 librsvg: set the needed atomic configuration flags directly
        per-target
abb4f439cd systemd-bootchart: submit musl patches upstream
22b0bd6cfd valgrind: mark ptest-specific patch as inappropriate
446972600e kernel-devsrc: Add vdso.lds and other build files for
        riscv64 as well
0a589998e7 meson: set objcopy in the cross and native toolchain files
29fc85997a sstate: another fix for touching files inside pseudo
f239814f3f create-spdx: Set the Organization field via a variable
a8c4ba7272 strace: fix build against 5.15 kernel/kernel-headers
7c7dc8f38c linux-yocto-rt/5.10: update to -rt54
61f8f7d184 linux-yocto/5.10: update to v5.10.76
5c2c7e54bf linux-yocto/5.14: update to v5.14.15
768766dc00 opkg: Fix poor operator combination choice
2ac647ca63 perl: backport gdbm 1.2x compatibility fixes
f379e20f8e gdbm: upgrade 1.19 -> 1.22
a454fda9c3 insane.bbclass: Add a check for directories that are
        expected to be empty
4ca6eb8d4f python3-docutils: upgrade 0.17.1 -> 0.18
f290414f20 python3-dbusmock: upgrade 0.24.0 -> 0.24.1
0924cdc5b2 glib-2.0: upgrade 2.70.0 -> 2.70.1
96ac0ef579 bind: upgrade 9.16.21 -> 9.16.22
5a6ef2c040 squashfs-tools: fix CVE-2021-41072
9fe674c9d7 libjitterentropy: upgrade 3.3.0 -> 3.3.1
fed850280c lrzsz: patch is not upstreamable
9ca29d4775 docbook-xml: patch is not upstreamable
3d2e935494 cracklib: patches submitted upstream
d5486e497d cracklib: update 2.9.5 -> 2.9.7
22bb5991e6 xf86-video-intel: update to latest commit
72a378cf09 librsvg: update 2.52.2 -> 2.52.3
dc4b988fa3 icu: update 69.1 -> 70.1
f3afff9545 ffmpeg: update 4.4 -> 4.4.1
d3bc081c2c cmake: update 3.21.3 -> 3.21.4
ff2a4b3c2f gawk: update 5.1.0 -> 5.1.1
a77af2b54f diffoscope: upgrade 188 -> 189
3d7ad21e7a nghttp2: upgrade 1.45.1 -> 1.46.0
e344f359b1 libsoup-2.4: upgrade 2.74.0 -> 2.74.1
c9e367cbdd libsoup: upgrade 3.0.1 -> 3.0.2
a7914d117f puzzles: upgrade to latest revision
1ca3fb1c7f linux-firmware: upgrade 20210919 -> 20211027
24e8b9af51 mesa: upgrade 21.2.4 -> 21.2.5
6e87b43f1f stress-ng: upgrade 0.13.00 -> 0.13.06
1377aeba6b lighttpd: upgrade 1.4.60 -> 1.4.61
80f1045d7e asciidoc: upgrade 10.0.0 -> 10.0.1
64424bd2de vala: upgrade 0.54.2 -> 0.54.3
6909ecaef5 python3-pyparsing: upgrade 3.0.0 -> 3.0.4
b0de9c477d python3-gitdb: upgrade 4.0.7 -> 4.0.9
2275251cdc psplash: upgrade to latest revision
bdd4757ae0 dpkg: Install dkpg-perl scripts to versioned perl directory
c2e0e43b71 sstate: Account for reserved characters when shortening
        sstate filenames
e25b8f5af7 python3: silence DeprecationWarnings in python3-config
e8359000e7 runqemu: work without SERIAL_CONSOLES being defined
876d09bd42 apt: Do not install /var/log/apt for target
78ae8b02bf openssl: fix builds on ARMv8 targets without Aarch64
0137c3da41 sanity.bbclass: Update required gcc version to v7.5
62d0992ae8 libxml2: submit patch upstream
9b1dba1a8e curl: submit patch upstream
d181f8c379 opkg: use oe.qa.add_message istead of package_qa_add_message
3bb1cb476d go-helloworld/glide: Fix urls
b37b61e9a1 recipes: Update github.com urls to use https
e59fe8279b scripts/convert-srcuri: Update SRC_URI conversion script
        to handle github url changes
a16dd60fb0 bitbake.conf: Fix corruption of GNOME mirror url
f33f3f1d38 base-files: Ignore the empty-dirs QA error due to files
        in /var/volatile
73356f6d9d systemd: Do not install anything in /var/volatile
caf0457ef1 libsolv: Enable correct qsort_r on musl
35065c75bd site/common-musl: Enable qsort_r in glib
81e754f358 musl: Update to tip of trunk
0be006cc5f wpebackend-fdo: Add -Wno-c++11-narrowing
a5c5977bef bind: remove -r option from rndc-confgen in initscript
4ec096a9ce libgfortran: Set GFORTRAN
f26867fe4d pseudo: Add fcntl64 wrapper
ce55a411d7 overlayfs: add debug information
b0e335268d oeqa/selftest: extend overlayfs test
2006e157d7 overlayfs: meta-selftest recipe fix
66de5de793 oeqa/selftest: refactor common functions
b38e194db0 overlayfs: all overlays unit
bc5209aa5f gcc: Drop libgfortran patch
658f274c16 archiver: Default to xz compresison instead of gz
73d3efbaeb linunistring: Add missing gperf-native dependency
5340c0d688 meta/scripts: Manual git url branch additions
b51c405faf meta: Add explict branch to git SRC_URIs
b52bfac18a libxcvt: add recipe
d6d5fe4451 runqemu: unbreak non-gl displays
c884878f6c gcc: Add missing patch Upstream-Status
d83e12da74 gcc: Drop testsuite failure fix patch
df9b8ec56f gcc: Update patches submitted/merged upstream
0569fa7354 oeqa/runtime/parselogs: modified drm error in common
        errors list
ee113e3894 create-spdx: cross recipes are native also
1f8fdb7dc9 create-spdx: add create_annotation function
d98585aa89 spdx.py: Add annotation to relationship
d651eea3dc cups: exclude beta/rc versions from version check
8254678089 webkitgtk: drop unnecessary SSE disabling patch
f4bbbf2cd3 gstreamer1.0-python: do not supply unknown g-i options
9c0cc06a3d python3-pygobject: do not supply unknown g-i options
33cd0f7e23 igt-gpu-tools: address meson 0.60 compatibility
807f9bc8e3 systemtap: address ncurses 6.3 compatibility
0b6e9db98b powertop: address ncurses 6.3 compatibility
1a5254939a gptfdisk: address ncurses 6.3 compatibility
c93f95f2e4 virgl: skip headless test on specific older distros and
        fail otherwise
95acd86a4a waffle: update 1.6.1 -> 1.7.0
94e656959a asciidoc: update 9.1.1 -> 10.0.0
660f932c21 tzdata: update 2021d -> 2021e
db7666551e ncurses: update 6.2 -> 6.3
35fa233f29 vte: upgrade 0.64.2 -> 0.66.0
3b8d3da7cf libcap: upgrade 2.59 -> 2.60
3d505d3eed diffoscope: upgrade 187 -> 188
85266e431b wpebackend-fdo: upgrade 1.10.0 -> 1.12.0
2a9ae637d9 webkitgtk: upgrade 2.34.0 -> 2.34.1
142016c9c6 puzzles: upgrade to latest revision
d426cc82f1 mpg123: upgrade 1.29.0 -> 1.29.2
39a19417d2 libinput: upgrade 1.19.1 -> 1.19.2
1ccd71eb3e piglit: upgrade to latest revision
ea394748a7 gi-docgen: upgrade 2021.7 -> 2021.8
3e95794412 msmtp: upgrade 1.8.17 -> 1.8.18
609afb2b40 python3-setuptools: upgrade 58.2.0 -> 58.3.0
f953811085 python3-pip: upgrade 21.3 -> 21.3.1
a17e00567f python3-numpy: upgrade 1.21.2 -> 1.21.3
71690d1387 createrepo-c: upgrade 0.17.6 -> 0.17.7
bbfa8046fc json-c: correct upstream version check
0bc0086899 stress-ng: convert to git, website is down
735579852f psplash: upgrade to latest revision
eaa7a61dab go.bbclass: Allow adding parameters to go ldflags
877b27b0cb archiver: Configurable tarball compression
24a4b34e25 u-boot: upgrade 2021.07 -> 2021.10
ab8f974232 python3-pyparsing: update to 3.0.0
9541cac079 lttng-tools: upgrade 2.13.0 -> 2.13.1
46338fce31 libdnf: upgrade 0.64.0 -> 0.65.0
cf501dd94e file: upgrade 5.40 -> 5.41
7584e8268a dnf: upgrade 4.9.0 -> 4.10.0
85bf75384a dhcpcd: upgrade 9.4.0 -> 9.4.1
9d05227e91 qemu.inc: Remove empty egg-info directories before
        running meson
47d9d90b4e meson.bblcass: Remove empty egg-info directories before
        running meson
91cc84afbf rust: add support for big endian 64-bit PowerPC
c6aed10840 meson: install native file in sdk
50c8f654e9 meson: move lang args to the right section
3e289efb28 librsvg: Disable 64bit atomics in crossbeam for rv32
ab86f496fd python3-tomli: upgrade 1.2.1 -> 1.2.2
b7d90cf4fe python3-hypothesis: upgrade 6.23.2 -> 6.24.0
900d7c3a8f python3-manifest: -pprint RDEPENDS on -profile
08857198b4 linux-yocto/5.10: update to v5.10.75
3471c208fe linux-yocto/5.14: update to v5.14.14
341707513a linux-yocto/5.14: common-pc: enable CONFIG_ATA_PIIX
        as built-in
8e863e9c57 linux-yocto/5.10: update to v5.10.74
a102845343 linux-yocto/5.14: update to v5.14.13
ddf50256fa linux-yocto/5.14: update to v5.14.12
c9697cc081 linux-yocto/5.10: update to v5.10.73
7bc50b6de2 gcc: Drop broken/unneeded patch
9aa8ff2dbb gcc: Drop sdt (dtrace) header patch
dd1fef1b52 gcc: Merge three related patches together
26a7012e6e patch: Fix exception reporting with repr()
b9535f5133 staging: Fix autoconf-native rebuild failure
9bb9a4e8bd libtool: Update patchset to match those submitted upstream
c71bb9247e ruby: fix Upstream-Status
fe3b2d0cb2 libevent,btrfs-tools: fix Upstream-Status tag
183204cbc7 rust: Upgrade to 1.56.0
1f20459290 classes/populate_sdk_base: Add setscene tasks
cff39e2028 librsvg: Bump to 2.52.0 -> 2.52.2
e1afed1569 sudo: update multilib patch for sudo.conf
7ff7e97a73 librsvg: Fix vendored libc to work on riscv and musl
3154a65039 strace: show test suite log on failure
28391c2004 waffle: convert to git, website is down
2abc7a612a python3-pyyaml: upgrade 5.4.1 -> 6.0
f6fb99c53f python3-setuptools: _distutils/sysconfig fix
3d579fb7e4 testimage: remove target_modules_path
570a19581f oeqa/runtime: search sys.path explicitly for modules
9f501d22ea oeqa/runtime: load modules using importlib
f6e7445c94 sstate: fix touching files inside pseudo
e5031366ff npm: Remove unnecessary configs argument from npm run
        command
189c029763 recipetool: Simplify common source files skip in
        guess_license
e33994157a u-boot: Fix syntax error in ${UBOOT_ENV}.scr compilation
a8add0bdec boost: allow searching for python310
6f0c6a0cc9 image_types: allow the creation of block devices on top
        of UBI volumes
840c5b442d webkitgtk: add gperf-native to DEPENDS to fix build
0fe71f3159 sstate.bbclass: count the files on mirrors using the pre
        local files
abf13cf886 systemd: disable seccomp on mips32
6ff24e6a81 strace: remove TOOLCHAIN assignment
3bd3e73026 strace: remove obsolete patch
92920dd698 gawk: reduce strictness of the time test
18da900ec1 gawk: replace AR patch with upstreamed patch
5fedca5c3b maintainers.inc: fix up rust-cross entry
33be44a02b rust-cross: Fix directory not deleted for race glibc
        vs. musl
51fccaa16a mesa: upgrade 21.2.1 -> 21.2.4
fe9cdf74f7 ffmpeg: fix CVE-2021-38114
7214f09c77 webkitgtk: add PACKAGECONFIG for opengl-or-es
7707d08bb1 systemd: add missing include for musl
0a4275e61e libssh2: skip one of the ptests until openssh 8.8
        compatibility is fixed
dabf520ef0 gnupg: update 2.3.2 -> 2.3.3
56cae0c26f libsoup-2.4: upgrade 2.72.0 -> 2.74.0
f8db9cb455 libmd: upgrade 1.0.3 -> 1.0.4
da4b08a955 libcap: upgrade 2.54 -> 2.59
ee3672b87f libatomic-ops: upgrade 7.6.10 -> 7.6.12
0e35b943d7 iso-codes: upgrade 4.6.0 -> 4.7.0
a0e4bcd7c1 fribidi: upgrade 1.0.10 -> 1.0.11
abaa36442f diffoscope: upgrade 182 -> 187
41619fa9e5 libwpe: upgrade 1.10.1 -> 1.12.0
f543568534 puzzles: upgrade to latest revision
fbb90b1e5c mpg123: upgrade 1.28.2 -> 1.29.0
00c590f50d wireless-regdb: upgrade 2021.07.14 -> 2021.08.28
8dac57dfed linux-firmware: upgrade 20210818 -> 20210919
31c5fc6877 libinput: upgrade 1.19.0 -> 1.19.1
e722519f38 pango: upgrade 1.48.9 -> 1.48.10
978c85d09a harfbuzz: upgrade 2.9.1 -> 3.0.0
e839aa6f55 libdazzle: upgrade 3.40.0 -> 3.42.0
e56081b228 json-glib: upgrade 1.6.4 -> 1.6.6
56503d928e gsettings-desktop-schemas: upgrade 40.0 -> 41.0
dd256fc5ef gobject-introspection: upgrade 1.68.0 -> 1.70.0
f34e012612 sudo: upgrade 1.9.8p1 -> 1.9.8p2
0a5854ed80 msmtp: upgrade 1.8.15 -> 1.8.17
f8f39cd575 libarchive: upgrade 3.5.1 -> 3.5.2
cc5f720f6e asciidoc: upgrade 9.1.0 -> 9.1.1
b11b0e99e3 acpica: upgrade 20210730 -> 20210930
4b0ba21b41 vala: upgrade 0.52.5 -> 0.54.2
0235e0bea0 python3-setuptools: upgrade 58.0.4 -> 58.2.0
b657253758 python3-pygobject: upgrade 3.40.1 -> 3.42.0
6814a2286e python3-jinja2: upgrade 3.0.1 -> 3.0.2
65f1e07af3 librepo: upgrade 1.14.1 -> 1.14.2
e18c5d2260 libedit: upgrade 20210714-3.1 -> 20210910-3.1
058d9ae4f9 libcomps: upgrade 0.1.17 -> 0.1.18
1b6253bcc2 createrepo-c: upgrade 0.17.5 -> 0.17.6
efe7f1063f ccache: upgrade 4.4 -> 4.4.2
72d5401a00 btrfs-tools: upgrade 5.13.1 -> 5.14.2
f80ba18ffb sysvinit: upgrade 2.99 -> 3.00
15ae6c75ed openssh: upgrade 8.7p1 -> 8.8p1
adf01e8fba ofono: upgrade 1.32 -> 1.33
f171f4f528 tzdata: upgrade 2021a -> 2021d
c2ccedd1ec git: upgrade 2.33.0 -> 2.33.1
1ed10b337e cmake: update 3.21.2 -> 3.21.3
0bae444c93 bison: upgrade 3.8.1 -> 3.8.2
a124dc4878 libxcrypt: upgrade 4.4.25 -> 4.4.26
d8735cacb0 libgit2: update 1.2.0 -> 1.3.0
b4f08791b7 curl: update 7.78.0 -> 7.79.1
c479b8a810 ca-certificates: update 20210119 -> 20211016
606796bb70 liberation-fonts: update 2.1.4 -> 2.1.5
565d3f463e libva: update 2.12.0 -> 2.13.0
4a5cb680d6 librsvg: update 2.52.0 -> 2.52.2
da8f9c5e1e valgrind: update 3.17.0 -> 3.18.1
e6fc7d2825 python3-pip: update 21.2.4 -> 21.3
6f9ce677f5 meson: update 0.59.1 -> 0.59.2
d5d3704acf systemd: update 249.4 -> 249.5
9e5d15aba7 ovmf: update 202105 -> 202108
e3cb95cd18 bluez5: update 5.61 -> 5.62
f7753438aa lighttpd: update 1.4.59 -> 1.4.60
44a3bea7e8 ghostscript: update 9.54.0 -> 9.55.0
3af27805d8 kea: update 1.8.2 -> 2.0.0
3d27221475 libjitterentropy: update 3.1.0 -> 3.3.0
63a235d86e python3-smmap: update to 5.0.0
4ee26ef672 glibc: Extract common code to build tests to glibc-tests.inc
db2f3df621 python3-setuptools-scm: upgrade 6.0.1 -> 6.3.2
86430833b4 python3-tomli: add recipe for 1.2.1
c984ef67f8 python3-packaging: BBCLASSEXTEND nativesdk
58e1f76a37 python3-packaging: DEPENDS on python3-setuptools-native
27fbbeaf97 kernel-fitimage: use correct kernel image
f44bb45888 featimage: refactor style
3a6bcd97f5 opensbi-payloads: Add dependency on kernel if fdt is set
50d99faf88 sstate: don't silently handle all exceptions in
        sstate_checkhashes
2f1ea25c22 oe/utils: log exceptions in ThreadedWorker functions
9a9cd95fcc man-pages: update to 5.13
bb164adca9 insane,license,license_image: Allow treating license
        problems as errors
f0ad152ef4 lib/oe/qa,insane: Move extra error handling functions
        to library
05c0e34122 at-spi2-core: upgrade 2.40.3 -> 2.42.0
0c192a97e3 testimage: fix unclosed testdata file
740a52dd10 qemu: Add knob for enabling PMDK pmem support
d7d380a45a mesa: Enable svga for x86 only
b5c93cb9a6 opensbi-payloads.inc: Use strings for fallback
9ba6df1b2c piglit: upgrade to latest revision
0140df8724 mirrors.bbclass: remove dead infozip mirrors
0b07d9add6 oeqa: Update cleanup code to wait for hashserv exit
f238d6e766 libxkbcommon: update to 1.3.1
79fa8c02d5 xkeyboard-config: update to 2.34
151d054c58 xorgproto: update to 2021.5
e8099731d4 libxi: update to 1.8
5dd1c7eb07 python3-pycryptodome: upgrade 3.10.1 -> 3.11.0
77650314fe libsolv: upgrade 0.7.19 -> 0.7.20
99c62d5d13 libcap: fix nativesdk-libcap relocate failure
0ea02ca5c1 u-boot: Convert ${UBOOT_ENV}.cmd into ${UBOOT_ENV}.scr
a148c21a03 libical: upgrade 3.0.10 -> 3.0.11
7fd06a57a1 kernel: Rework kernel make flag to variable mappings
d15fb02c7e reproducible: Drop BUILD_REPRODUCIBLE_BINARIES variable
0725ca18af kernel: Add KERNEL_DEBUG_TIMESTAMPS variable
abb0671d2c reproducible: Merge code into base.bbclass
f38a8de195 reproducible: Move variable definitions to bitbake.conf
f2fd1c9d75 reproducible: Move class function code into library
80afddd3ae reproducible_build: Drop now unneeded compiler warning
5b285796b6 patch: Use repr() with exceptions instead of str()
063d085534 openssl: Drop riscv32 upstreamed patches
f5a90df086 sstate: Fixes for eSDK generation after zstd switch
52ba0c5e6e sstate: Allow validation of sstate singatures against list
        of keys
c46a6ec91b scripts/autobuilder-worker-prereq-tests: jinja2 check
0710e98f40 sstate: Switch to ZStandard compressor support
6c195acb40 python: Update now reproducibile builds are the default
7a497d8f30 reproducible_build: Drop obsolete sstate workaround
875a944392 license.bbclass: implement ast.NodeVisitor.visit_Constant
abc93390a3 oe/license: implement ast.NodeVisitor.visit_Constant
1f0bec0421 runqemu: add DEPLOY_DIR_IMAGE replacement in QB_OPT_APPEND
2b59fb9d52 bitbake.conf: Add gpg-agent as a host tool
4f80931136 bison: prevent checking for textstyle.
cff6888f3b curl: fix CVE-2021-22945 through -22947
04a4ed1c50 bitbake.conf: Add BB_CURRENTTASK to BB_HASHEXCLUDE
c94816259c base: Use repr() for printing exceptions
69376ac1a6 base: Clean up unneeded len() calls
3b4ce5f69c base/insane: Import oe.qa by default
72a75043a9 python3: update 3.9.7 -> 3.10.0
7261a4b4d5 Fix rust-native build issue when debug is enabled
c44bc7c0fb patch.bbclass: when the patch fails show more info on the
        fatal error
71780bb9ac libpam: Fix build with DISTRO_FEATURES usrmerge
cd83fa054d python3-pytest: upgrade 6.2.4 -> 6.2.5
c43a57540e libconvert-asn1-perl: upgrade 0.31 -> 0.33
682db79054 python3-zipp: upgrade 3.5.0 -> 3.6.0
981014d712 python3-more-itertools: upgrade 8.9.0 -> 8.10.0
21d72ace8f python3-importlib-metadata: upgrade 4.6.4 -> 4.8.1
b01db599d7 python3-hypothesis: upgrade 6.15.0 -> 6.23.2
c86732e1ad epiphany: update 40.3 -> 41.0
69208e6e55 webkitgtk: update 2.32.3 -> 2.34.0
5a7300300e epiphany: trim down DEPENDS
a5b6f978ef webkitgtk: trim down DEPENDS
0038a5b314 libsoup: add a 3.x recipe
1ea50f0e11 nghttp2: add recipe from meta-oe
19743c855b itstool: update 2.0.6 -> 2.0.7
07c303cd90 coreutils: update 8.32 -> 9.0
3c57a4b0d3 wget: update 1.21.1 -> 1.21.2
c5226a62fe sudo: update 1.9.7p2 -> 1.9.8p1
65a54f72e1 libexif: update 0.6.22 -> 0.6.23
ea85624594 libdnf: update 0.63.1 -> 0.64.0
0f07360ebc bison: update 3.7.6 -> 3.8.1
adcbaadd91 glib-networking: update 2.68.2 -> 2.70.0
e359ee75e6 glib-2.0: update 2.68.4 -> 2.70.0
7a477de350 ruby: disable openssl extension
02a66905fa serf: add a openssl 3 compatibility fix
8ffab3cc43 cryptodev-tests: do not use -Werror with openssl 3
f028a55383 openssl: update 1.1.1l -> 3.0.0
79bd638958 rust: generate target definitions from (arch, abi), not
        just arch
320f2c5aa5 rust: do not write ar into target json definitions
997d54363a rust-common.bbclass: rewrite toolchain wrappers in
        (native) python
8915dfa203 rust/cargo: exclude UNINATIVE_LOADER from task signature
3ebf15d74c gstreamer1.0-plugins-bad: disable rsvg on x32
354207b58e adwaita-icon-theme: update 3.34/38 -> 41.0
c6fbac3b1d librsvg: restore reproducibility
d59f69b136 librsvg: use only the target architecture to determine
        availability of atomic primitives
2fd0ad104b librsvg: add backports to fix big endian targets (e.g. mips)
67dd505c42 librsvg: do not enable nativesdk
e060ee5ea9 librsvg: update 2.40.21 -> 2.52.0 (transition to rust!)
a21705c33a rust: update 1.54.0 -> 1.55.0
f7a6b23d99 rust: drop PV from include file names
6c70f5bd2a recipetool: Rework crunch_license to recognize more variants
6490de38ba npm: Use configs for npm environment and args for npm
        run command
f0a47afb43 npm: Add variable NPM_NODEDIR with default value
eff85c86f3 recipetool: npm: Use README as license fallback
194df9c240 recipetool: npm: Do not add package.json files to
        LIC_FILES_CHKSUM
d5c4979669 recipetool: Add support for linenumbers to licenses.csv
0548a5d8ee recipetool: Add logger info for missing license entries
a00720344d recipetool: ignore empty license files
ab06305bf9 recipetool: Change default paramter fallback_licenses of
        function split_pkg_licenses from None to []
a930d39787 recipetool: Skip common source files in guess_license
631f6b7d18 recipetool: Move license md5sums into CSV files
9b22b50b77 npm: Add support for EXTRA_OENPM arguments
c227daf3c4 ltp: Update to 20210927
899fd41723 linux-yocto-dev: Ensure DEPENDS matches recent 5.14
        kernel changes
f242a6db07 linux-yocto: add libmpc-native to DEPENDS
82e6172c1d buildhistory: Fix package output files for SDKs
b5b70cba70 packagedata.py: silence a DeprecationWarning
87fd3080c8 lttng-tools: replace ad hoc ptest fixup with upstream fixes
6d3f55ea8f qemu: install qmp module without hardcoding the python
        version in oeqa scripts
1189f95e05 bootchart2: Don't compile python modules
3fe5101b33 libnewt: Use python3targetconfig to fix reproducibility
        issue
1bc5378db7 libxml2: Use python3targetconfig to fix reproducibility
        issue
958133f4e9 devpyshell: rename to pydevshell
84c9bb0796 busybox: 1.34.0 -> 1.34.1
b1bddc80dc gst-examples: 1.18.4 -> 1.18.5
fe1345f72e gst-devtools: 1.18.4 -> 1.18.5
3c68529eb9 gstreamer1.0-python: 1.18.4 -> 1.18.5
65ed3c4e6c gstreamer1.0-omx: 1.18.4 -> 1.18.5
a46b9209b5 gstreamer1.0-vaapi: 1.18.4 -> 1.18.5
6a52088c19 gstreamer1.0-libav: 1.18.4 -> 1.18.5
809db37381 gstreamer1.0-rtsp-server: 1.18.4 -> 1.18.5
09373e8c33 gstreamer1.0-plugins-ugly: 1.18.4 -> 1.18.5
4e7789ecfd gstreamer1.0-plugins-bad: 1.18.4 -> 1.18.5
b51d46790e gstreamer1.0-plugins-good: 1.18.4 -> 1.18.5
de0ee4323a gstreamer1.0-plugins-base: 1.18.4 -> 1.18.5
d325f0d31b gstreamer1.0: 1.18.4 -> 1.18.5
c94a9ece22 oeqa/selftest/sstatetests: fix typo ware -> were
269133fed2 libseccomp: Upgrade to 2.5.2 and beyond
97a2f40663 go: upgrade 1.16.7 -> 1.16.8
1190b241d7 ell: upgrade 0.43 -> 0.44
0bea76e841 dnf: upgrade 4.8.0 -> 4.9.0
9f10592a01 createrepo-c: upgrade 0.17.4 -> 0.17.5
10b4ba8f7e bind: upgrade 9.16.20 -> 9.16.21
5289c6ab33 acpid: upgrade 2.0.32 -> 2.0.33
2e2d5fe388 libinput: update to 1.19.0
d9f9016b56 xf86-input-libinput: update to 1.2.0
f169ffde59 ethtool: update to 5.14
7c1525bfd7 python3-setuptools: minor cleanup
0dbf98b2a2 python3-setuptools: update to 58.0.4
e1222dab5f python3-dbusmock: update to 0.24.0
cf38a27efe python3-git: update to 3.1.24
9612bb0639 python3: update to 3.9.7
fd621eefee pkgconfig: Update to latest
e63debe732 wayland-protocols: upgrade 1.22 -> 1.23
c8aa0222ce weston: wrapper for weston modules argument
665c8ee52a python3-more-itertools: upgrade 8.8.0 -> 8.9.0
acfb0bd59d help2man: upgrade 1.48.4 -> 1.48.5
f8edaf76ad vulkan-tools: upgrade 1.2.182 -> 1.2.191
db1c5c530f vulkan-loader: upgrade 1.2.182 -> 1.2.191
e79a68d26f vulkan-headers: upgrade 1.2.182 -> 1.2.191
45d1a0bea0 tar: filter CVEs using vendor name
57f51e8c73 mount-copybind: add rootcontext mountoption for overlayfs
6f3e231dc9 mount-copybind: add SELinux support
da489ef6e3 findutils: add ptest
0a9d19f575 harfbuzz: upgrade 2.9.0 -> 2.9.1
67ee7aeaaf gzip: upgrade 1.10 -> 1.11
6c5d37fd42 iproute2: update to 5.14.0
1254ba1206 libhandy: update 1.2.3 -> 1.4.0
6547e565cc libssh2: update 1.9.0 -> 1.10.0
81a101332e libgit2: update 1.1.1 -> 1.2.0
dddc71a206 rt-tests: update 2.1 -> 2.2
b2aeaab36d libpam: update 1.5.1 -> 1.5.2
13965426b7 lsof: update 4.91 -> 4.94.0
14c6e5a4b7 systemd: update 249.3 -> 249.4
d0c64bd9ae inetutils: drop CVE-2021-40491 patch
c509539690 inetutils: update 2.1 -> 2.2
82d3acd5bd shaderc: update 2021.1 -> 2021.2
15eeaa54c2 glslang: update 11.5.0 -> 11.6.0
b1a6ac721f spirv-tools: update 2021.2 -> 2021.3
dbb0e50375 pinentry: update 1.1.1 -> 1.2.0
8f268f981d gnupg: update 2.3.1 -> 2.3.2
2c6c7f0ff2 runqemu: correct vga-virtio option to keep virgl enabled
b2710d25e3 qemu: update 6.0.0 -> 6.1.0
e72c0b9455 package_rpm: use zstd instead of xz
0d9ca78951 perl: do not build berkeley db module by default
190d994438 libsolv: disable rpm bdb format support
8bbbcf9f8d libdnf: fix the rpm sqlite-only target setup
6080fcf7e4 rpm: update 4.16.1.3 -> 4.17.0
c2cad5ecfb lua: update 5.3.6 -> 5.4.3
b06a2ffb5d lua: add a recipe from meta-oe
ecadaa0895 libcap: update 2.51 -> 2.54
191d6d1f61 meson: update 0.58.1 -> 0.59.1
6f39d59368 cmake: upgrade 3.21.1 -> 3.21.2
17c59e4251 wayland-protocols: upgrade 1.21 -> 1.22
0410d639bb diffoscope: upgrade 181 -> 182
8e26252b45 layer.conf: Extend recipes not to install without explict
        dependencies

bitbake as of 2021-11-10 19:25:21 +0000

8e7f2b65 cooker: Handle parsing results queue race
edc3b0c3 fetch/wget: Add timeout for checkstatus calls (30s)
8c31e755 parse/ast: Show warnings for append/prepend/remove operators
        combined with +=/.=
19291665 cooker: Remove debug code, oops :(
87c9e120 runqueue: Fix runall option handling
b4975d2e fetch2/checksum/siggen: Fix taskhashes not tracking file
        directories
dc86a533 cooker: Handle parse threads disappearing to avoid hangs
6230ca71 tests/fetch: Update pcre.org address after github changes
be45aeb9 cooker: check if upstream hash equivalence server is available
3428e3c5 runqueue: Fix runall option task deletion ordering issue
69b4f9a0 tests/fetch: Add test for url parameter rewriting
66ad58bb fetch: Handle mirror user/password replacements correctly
d654139a lib/bb: Fix string concatination potential performance issues
dfad69d4 daemonize: Avoid unclosed file warning
bbbc843e lib/bb: Clean up use of len()
42526a40 fetch/git: Show warning for invalid github urls
f05e1913 fetch/git: Handle github dropping git:// support
07fca7e3 tests/fetch: Update github urls
86a9c268 fetch2/git: Add a warning asking users to set a branch in
        git urls
66953f06 fetch2/git: Allow git fetcher to support subdir param
1d8af6ae fetch2: npmsw: Add support for github prefix in npm shrinkwrap
        version
9dcd9a3c fetch2: npmsw: Add support for duplicate dependencies
        without url
96c30007 fetch2: fix downloadfilename issue with premirror
20aabc3d tests/fetch.py: add test case to ensure downloadfilename is
        used for premirror
3b4d2e3b tests/fetch.py: fix premirror test cases
a183322e doc: bitbake-user-manual: Document BB_GIT_SHALLOW and friends
15f16bf9 tests/runqueue: Drop python version test decorators
17d74fc6 bitbake: Bump to post release verion 1.53.0
cf421235 fetch2/perforce: Fix typo
473e2a54 test/fetch: Update urls to match upstream branch name changes
2d704842 siggen: Fix type conversion issues
fe8105cc bitbake-worker: Add debug when unpickle fails
b9e4fb84 tests/runqueue: Ensure hashserv exits before deleting files
45ea7a93 bitbake-user-manual: update sources mirror URL
4edd5767 codegen: implement ast.NodeVisitor.visit_Constant
4fa25714 fetch2: Do not attempt to verify donestamp if download is
        not complete
fa39e668 npmsw: Avoid race condition with multiple npm fetchers
22c18494 siggen: Change file format of siginfo files to use zstd
        compressed json
fc8d74b7 compress: Allow to operate on file descriptor
7daaaaa2 bitbake-worker: Set BB_CURRENTTASK earlier
efb94902 fetch2: document checkstatus API

meta-oe as of 2021-11-11 06:36:53 -0800

c1968ea88c linpack: Build both sp and dp binaries
ef4f5c1f33 nginx: use ln -rs
00fbc4a643 python3-configparser: Upgrade 5.0.2 -> 5.1.0
3a1794cfb4 python3-httplib2: upgrade 0.20.1 -> 0.20.2
85eba2f654 python3-graphviz: upgrade 0.17 -> 0.18
c24ba0d0ef python3-google-api-python-client: upgrade 2.28.0 -> 2.30.0
f0d9f52829 python3-fastnumbers: upgrade 3.1.0 -> 3.2.1
c5051f8f0a python3-async-timeout: upgrade 3.0.1 -> 4.0.0
e6292ce3c9 python3-aiohttp: upgrade 3.7.4 -> 3.8.0
2f9391543b python3-aenum: upgrade 3.1.2 -> 3.1.3
bf1e71cea9 protobuf-c: Export native protoc
32083888af jsoncpp: upgrade 1.9.4 -> 1.9.5
03647ab540 debootstrap: upgrade 1.0.124 -> 1.0.126
b57d824fdf syslog-ng: adjust control socket location
18c419fcdb libmxml: upgrade 3.2 -> 3.3
c971a10498 iwd: upgrade 1.18 -> 1.19
eb1424e83d fetchmail: upgrade 6.4.21 -> 6.4.23
9abae0ea02 packagegroup-meta-oe: Add fwupd and fwupd-efi
786a317182 fwupd: add new recipe
2a46c9947c fwupd-efi: add new recipe
19de3586be packagegroup-meta-python.bb: Add
        python3-pytz-deprecation-shim
cd430556f8 python3-cryptography: backport patches to make this work
        against OpenSSL 3
e710ce117d python3-soupsieve: Upgrade 2.2.1 -> 2.3
0492d258ce python3-tzlocal: Upgrade 4.0.1 -> 4.1
a20383dec2 python3-pytz-deprecation-shim: Add recipe
ac85228183 python3-imageio: Upgrade 2.10.1 -> 2.10.3
71cf925f2f python3-prettytable: Upgrade 2.3.0 -> 2.4.0
13ba4e62b6 wolfssl: update to 5.0.0
8ae593ce77 python3-wrapt: Upgrade 1.13.2 -> 1.13.3
5ed0c8f316 python3-cachecontrol: Upgrade 0.12.6 -> 0.12.9
2a3950dd65 python3-natsort: Upgrade 7.1.1 -> 8.0.0
d6b4f9b460 ntpsec: require x11 in DISTRO_FEATURES
1c1670a8c4 libsdl2-ttf: Remove incorrect x11 from
        REQUIRED_DISTRO_FEATURES
ee9ee2d73a mctp: Fix build with 5.15+ kernel headers
fc9a72ed80 sdbus-c++-libsystemd: Fix build with kernel 5.15+
243c83334a lvgl: Introduce global variable for configuration
4e82153b40 modemmanager: remove intltool-native DEPENDS
45a5d03e9a vboxguestdrivers: fix build against 5.15 kernel/libc-headers
        headers
026721d834 packagegroup-meta-networking: Add ntpsec
1e89f5edc3 ntpsec: Disable documentation
00dba6bf6b ntpsec: Disable seccomp on musl/rv32
57776d013a ntpsec: Add recipe
611700b6a0 packagegroup-meta-networking: Enable mdns on musl systems
d04f3c9bfe mdns: Upgrade to 1310.140.1
118bfa6493 python3-aenum: Upgrade 3.1.0 -> 3.1.2
c674fd8644 python3-isort: Upgrade 5.9.3 -> 5.10.0
6fc41aa22c python3-astroid: Upgrade 2.8.2 -> 2.8.4
3e9570d31b python3-prettytable: Upgrade 2.2.1 -> 2.3.0
234c6ec0a4 python3-pint: Upgrade 0.17 -> 0.18
671f9d7b2d python3-kivy: Use branch parameter in SRC_URI
9e3a740c56 hiawatha: Create /var/log /var/run at runtime
6e8b34a46a monkey: Keep /var/volatile empty
3473d94274 gstd: Remove empty /var/volatile/log
62386145de iptraf-ng: Create /var/log and /var/lib subdirs at runtime
700a2783b4 gnome-backgrounds: Fix licenses
ec77ca2881 gnome-control-center: Add libhandy to DEPENDS
fce137d50b opensaf: Make sure a file needed by opensafd.service is
        not removed
b402a3076f recipes: Update SRC_URI branch and protocols
175765fdf3 opensaf: Create /var/log/opensaf/saflog in runtime
89391ee45e mongodb: Create /var/log/mongodb in runtime
563577f488 mongodb: A little clean up
c386e5ab79 openflow: Create /var/log/openflow in runtime
5c1cea8f8e atop: Do not install the /var/log/atop directory
5330b95a64 collectd: Do not install /var/log
a61358b511 corosync: Do not install the /var/log/cluster directory
b1ce7f5036 corosync: Clean up leftover support for qdevice and qnetd
b26b66e5da Bump sdbus-c++ to version v1.0.0
b44f288522 lv-lib-png: Lint recipe
62f63e40f8 libjs-jquery-globalize: Use a proper SHA in SRCREV instead
        of tag
b38bc1ca2a gdm: Fix REQUIRED_DISTRO_FEATURES broken by adding
        introspection
96d44fdc32 jasper: upgrade 2.0.26 -> 2.0.33
5f5a793494 libcrypt-openssl-guess-perl: upgrade 0.13 -> 0.14
2f9851fffb libssh: use https instead of git in SRC_URI
189ffc2d17 grpc: upgrade 1.41.0 -> 1.41.1
e251d7b827 c-ares: upgrade 1.17.2 -> 1.18.1
b8a5f0740b botan: upgrade 2.18.1 -> 2.18.2
942fb06bc2 avro-c: upgrade 1.10.2 -> 1.11.0
642965b331 mozjs-91: Fix build on powerpc
f36cdc915c grilo-plugins: upgrade 0.3.13 -> 0.3.14
112c24dace grilo: upgrade 0.3.13 -> 0.3.14
595653e451 gnome-panel: upgrade 3.36.1 -> 3.38.0
9b6078c928 gnome-terminal: upgrade 3.40.2 -> 3.42.0 / meson build
d732137b86 gnome-tweaks: upgrade 3.34.0 -> 40.0
295c70ec2f gnome-backgrounds: upgrade 3.38.0 -> 41.0
16ddb247e4 gparted: upgrade 1.3.0 -> 1.3.1
fdc9419a8d gexiv2: upgrade 0.12.2 -> 0.14.0
caa81e3a34 gnome-control-center: upgrade 3.36.4 -> 41.1
20f4623cc9 gnome-session: upgrade 3.36.0 -> 40.1.1
62eb07bcdc gnome-desktop: upgrade 3.38.8 -> 41.0 and give up '3'
        receipe name suffix
1742edd2ff gnome-shell-extensions: upgrade 3.34.2 -> 40.1
44acebcec7 gnome-shell: upgrade 3.34.5 -> 41.0
85e3c1cdf0 gnome-settings-daemon: upgrade 3.36.1 -> 41.0
2b2666b7fa udisks2: upgrade 2.9.3 -> 2.9.4
fc186a9001 upower: upgrade 0.99.11 -> 0.99.13
668b47079f gdm: upgrade 3.36.3 -> 41.0
7cd570b486 mutter: upgrade 3.34.6 -> 41.0
94f5b82c42 gjs: upgrade 1.58.8 -> 1.70.0
2a254bc827 gtk4: initial add 4.4.0
3f6dc737ed graphene: Tidy up recipe a bit
f3fe8dc93b graphene: extend to native and nativesdk
af2de3033d graphene: enable introspection by default - gtk4 & mutter
        41 require it
d10abc71d6 mozjs-78: Pass C/C++ flags to js configure
a59370541d mozjs-78: Set X lib/include paths
e3ef25a2f5 mozjs-78: Check for big-endian icu data file existence
        before creating it
f878dc7278 mozjs-78: Initial add
e69e7088d7 mozjs-91: remove static library
c410d459db polkit: Adjust to mozjs-91 in DEPENDS
022253283d Rename mozjs -> mozjs-91 to allow multiple versions of mozjs
e764ca5214 mozjs: Move back to recipes-extended - no meta-python
        specifics required
fb8242f59a fftw: remove unused patch
bc14892e61 xfce4-sensors-plugin: upgrade 1.3.95 -> 1.4.1
46c8e29135 python3-prctl: Use https protocol for git fetcher
6e40d52f9a packagegroup-meta-python: Add python3-imgtool
7d3ae47a13 python3-bidict: Upgrade 0.21.2 -> 0.21.4
7a462c421d python3-grpcio: upgrade 1.41.0 -> 1.41.1
9093a68080 python3-grpcio-tools: upgrade 1.41.0 -> 1.41.1
5aef3227a2 python3-engineio: upgrade 4.2.1 -> 4.3.0
e3ea110d09 python3-cycler: upgrade 0.10.0 -> 0.11.0
3c32edbe82 python3-coverage: upgrade 6.0.2 -> 6.1.1
300c9c9227 python3-cantools: upgrade 36.4.0 -> 36.5.0
94fc0589b5 python3-imgtool: add recipe
32d397a06d protobuf: Disable tailcall on mips/clang
fd7297b442 protobuf: Upgrade to 3.19.1
2a1cb560ae protobuf: update to 3.19.0
f1d2fbaf4f libssh: Support building for native and nativesdk
2cf01edb69 netdata: Using the github.com release + upstream_check.
d27bf0b122 liburing: Use libc mmap() wrapper instead of calling
        __NR_mmap syscall directly
2dd1a2f2a9 liburing: update to 2.1
b66ad22324 mtr: Explicitly use branch= in SRC_URI
a61be25234 mtr: Fix build with ncurses 6.3+
e53d796e1f tiptop: Fix build with ncurses 6.3+
dfe7eef9ca iptraf-ng: Upgrade to 1.2.1
ce3c3f2099 sysdig: Fix build with ncurses 6.3+
9c9c02d434 nmon: Upgrade to 16m
a1ac306208 libcdio: Fix build with ncurses 6.3+
1f6ef41c06 bitwise: Fix build with latest ncurses 6.3+
e86355f2a2 lv-drivers: Lint recipe
070b92a3f6 unicode-ucd: set downloadfilename to include PV
dc01472dd9 nodejs: fix build without scrypt
8aac37b502 netplan: fix hardcoded path for /lib/netplan
7d7ae015fe python3-qrcode: Upgrade 7.3 -> 7.3.1
bc8f0c2456 python3-smpplib: upgrade 2.1.0 -> 2.2.0
b1ccba5624 python3-pybind11: update to 2.8.1
c0edf7a485 python3-imageio: update to 2.10.1
03dbd41d9a python3-google-api-python-client: update to 2.28.0
27ccd59dc1 python3-google-api-core: update to 2.2.0
5994d4f070 python3-protobuf: update to 3.19.0
89a6033ebb python3-pycparser: RSUGGESTS cpp and cpp-symlinks
242896c4fb python3-marshmallow: add recipe at version 3.14.0
2f6797d8d6 python3-prettytable: Upgrade 2.1.0 -> 2.2.1
c35bc05077 python3-traitlets: Upgrade 5.1.0 -> 5.1.1
f13bd50ee7 python3-prompt-toolkit: Upgrade 3.0.19 -> 3.0.21
40b3fc56d3 python3-thrift: Upgrade 0.13.0 -> 0.15.0
369db87ee0 python3-robotframework: upgrade 4.1.1 -> 4.1.2
89002cf520 python3-pytest-asyncio: upgrade 0.15.1 -> 0.16.0
a9503b6e75 python3-pyjwt: upgrade 2.2.0 -> 2.3.0
79bbf75540 python3-pulsectl: upgrade 21.10.4 -> 21.10.5
dc187af259 python3-pandas: upgrade 1.3.3 -> 1.3.4
35b64a4614 python3-greenlet: upgrade 1.1.1 -> 1.1.2
5a4a345ebd python3-google-api-python-client: upgrade 2.26.1 -> 2.27.0
4bfb5c3cb1 python3-gmqtt: upgrade 0.6.10 -> 0.6.11
e174e3bf71 python3-absl: upgrade 0.14.1 -> 0.15.0
3f335c1059 python3-cvxopt: upgrade 1.2.6 -> 1.2.7
295e6dd96c python3-paho-mqtt: Upgrade 1.5.1 -> 1.6.1
a57273d1fa python3-aiohue: Upgrade 2.6.1 -> 2.6.3
166529e051 python3-pyflakes: fix LICENSE, HOMEPAGE and RDEPENDS
fa6b9db670 python3-mccabe: fix LICENSE and RDEPENDS
aa40b5c785 gpsd: Install also the generated parts of the Python library
6440f73b12 hiredis: update to 1.0.2
4f92686fdb redis-plus-plus: update to 1.3.2
b968ec867b atftp: upgrade 0.7.4 -> 0.7.5
5844c6e28d links: upgrade 2.22 -> 2.25
d26b5db5c8 mctp: Add MCTP control utilities
ef9915ca4e autofs: upgrade 5.1.7 -> 5.1.8
7c20920cb6 mozjs: Fix build for 32bit systems disabling JIT
f917e5fe40 mozjs: Update to 91.2.0
19465da276 gimp: Disable vector icons on mips/rv32 using clang
c2aafe4737 tbb: Link with libatomic when using clang compiler on rv32
2178fd7386 opencv: remove setup_vars_opencv4.sh
6e9d281889 cryptsetup: upgrade 2.3.6 -> 2.4.1
69fe208d2e lvgl: Lint recipe
13a33fda76 driverctl: Rename to have PV in recipe name
7937fa5a8a mozjs: Add riscv32 support
4e1eb06fb1 leptonica: update to 1.82.0
9e86097b75 python3-zeroconf: update to 0.36.9
99738e119f python3-tzlocal: update to 4.0.1
f304123110 python3-pychromecast: update to 9.3.1
cc81283a77 python3-pybind11-json: update to 0.2.11
fedf607b0b python3-h5py: update to 3.5.0
ba69248dd4 python3-werkzeug: upgrade 2.0.1 -> 2.0.2
5f24f662c3 python3-stevedore: upgrade 3.4.0 -> 3.5.0
d62b5c446b python3-sqlalchemy: upgrade 1.4.23 -> 1.4.26
47a4a64e34 python3-socketio: upgrade 5.4.0 -> 5.4.1
569b068a5b python3-pyscaffold: upgrade 4.1 -> 4.1.1
f7047afdb0 python3-flask: upgrade 2.0.1 -> 2.0.2
0e41e90e87 python3-configargparse : upgrade 1.5.2 -> 1.5.3
3aa549fa3c python3-click: upgrade 8.0.1 -> 8.0.3
dbb4e34b57 python3-cbor2: upgrade 5.4.1 -> 5.4.2
0c9b50a16d python3-cachetools: upgrade 4.2.2 -> 4.2.4
763769eb44 vboxguestdrivers: Fix build failure due to the last update.
b23fb0d2c3 vboxguestdrivers: upgrade 6.1.26 -> 6.1.28
c59ce3299e Apache: Several CVE fixes
eb981b8ef5 packagegroup-meta-oe: Add libjs-jquery-globalize and
        libjs-jquery-cookie
c079140d43 libjs-jquery-globalize: Add recipe
b29112a146 libjs-jquery-cookie: Add recipe
e089f3b9c1 luaposix: Use virtual/crypt instread of hardcoding libxcrypt
bd276908c7 mozjs: Fix musl miscompiles with HAVE_THREAD_TLS_KEYWORD
145a127636 mozjs: Fix build on mips/musl
354eca1043 nodejs: Upgrade to 16.11.1
5fd3937da1 bluepy: Fix permissions on tarball
fc282987d2 lv-lib-png: add wayland to REQUIRED_DISTRO_FEATURES
2f9e843ef4 luaposix: depend on target libxcrypt instead of native
86d1dacfa3 python3-kivy: Use new override syntax in RDEPENDS
7d911e6d6b bluepy: Set PV and correct syntax for RDEPENDS
833e059855 xdebug: upgrade 2.9.5 -> 3.1.1
3d7ccbbc03 grpc: revert GRPCPP_ABSEIL_SYNC change from 1.40.0 to fix
        undefined references to absl::lts_20210324::Mutex::~Mutex()
f3f98c28b5 protobuf: import a patch from meta-webosose to fix building
        protobuf-c with gold linker
2f43f39a2b bluepy_git.bb: Added recipe for BluePy Python interface
        to Bluetooth LE on Linux (v2)
2bc6bc81bf libencode-perl: upgrade 3.12 -> 3.16
afe89c5521 nlohmann-json: upgrade 3.10.2 -> 3.10.4
5c16a10fd7 gensio: upgrade 2.2.9 -> 2.3.1
cb08584d8c strongswan: upgrade 5.9.3 -> 5.9.4
7297734204 gyp: fix for compatibility with Python 3.10
7892e882a2 mozjs: move large static library into staticdev package
5a281d72d2 mutter: Move gsettings to a separate package
646d2df673 libxmlb: upgrade 0.3.2 -> 0.3.3
2c287fe0a1 libgusb: upgrade 0.3.7 -> 0.3.8
230b165758 asio: upgrade 1.18.1.bb -> 1.20.0
2b4efc765d ifenslave: upgrade 2.12 -> 2.13
6791dc5364 ntfs-3g-ntfsprogs: upgrade to 2021.8.22
c60b17bf08 gnome-calendar: upgrade 3.38.1 -> 41.0
1f5d21858e gfbgraph: patch to build with latest rest
8de56ffd07 colord: inherit pkgconfig
0a68c4ad97 libgweather: upgrade 3.36.2 -> 40.0
4e0f4f4a84 gnome-screenshot: add recipe for 40.0
138aaae151 xorgxrdp: Add to exclusion list for now
d79ca2ebc4 byacc: switch to official HTTPS mirror
f49108971e audit: upgrade 3.0.5 -> 3.0.6
9b8b072cb0 xrdp: Exclude from builds
18986aadb5 iwd: Fix  build with musl
2ed3c4fd44 gnome-online-accounts: Upgrade to 3.43.1
1ea6bbd96c librest: Use master with libsoup3 support
dc4ecd9346 lvgl: Add lv_lib_png to packagegroup
74d38f9a31 lv-lib-png: Add recipe for LVGL for handling PNG format
b890de3ed1 colord-native: Inherit pkgconfig
f39a168e38 python3-pyinotify: Add fcntl, logging to RDEPENDS
77718718cf python3-pyatspi: update to 2.38.1
0c7e44f146 python3-typeguard: update to 2.13.0
22486627a4 python3-yarl: update to 1.7.0
f5335a4527 python3-xmlschema: update to 1.8.0
29324886d7 python3-xlsxwriter: update to 3.0.1
35048bec2f python3-wrapt: update to 1.13.2
e1ac6b83ff python3-websockets: update to 10.0
34ae53c604 python3-uritemplate: update to 4.1.1
b8161baf97 python3-twitter: update to 4.1.0
bc84614e1c python3-sympy: udpate to 1.9
8acd5a741b python3-sentry-sdk: update to 1.4.3
187b164331 python3-regex: update to 2021.10.8
381ead81f9 python3-pytz: update to 2021.3
8954708be6 python3-pytest-timeout: update 2.0.1
a1ae067e38 python3-pyperf: update to 2.3.0
69c519f2fa python3-pyopenssl: update to 21.0.0
8b2562785f python3-pykickstart: update to 3.34
19ad4d1c11 python3-pyjwt: update to 2.2.0
b52c0c49f2 python3-pyflakes: update to 2.4.0
eea7faeea8 python3-pyephem: update to 4.1
e73c559260 python3-pycodestyle: update to 2.8.0
bd29d6a926 python3-pulsectl: update to 21.10.4
c9ee109461 python3-protobuf: update to 3.18.1
2bd97b5d3c python3-portion: update to 2.2.0
a8f3b64efb python3-paramiko: update to 2.8.0
532f4f8dca python3-jsonrpcserver: update to 5.0.3
b3b66d48d6 python3-joblib: update to 1.1.0
8db9231877 python3-iso3166: update to 2.0.2
b1f27e4dd5 python3-idna: update to 3.3
c2e12e004b python3-httplib2: update to 0.20.1
4e2e978188 python3-haversine: update to 2.5.1
eee2c96f73 python3-h2: update to 4.1.0
117d638226 python3-grpcio: update to 1.41.0
f9b0f77f8c python3-grpcio-tools: update to 1.41.0
a95a12931e python3-google-auth: update to 2.3.0
23196b56a8 python3-google-api-python-client: update to 2.26.1
b60a41a7ce python3-google-api-core: update to 2.1.1
db6bddc87d python3-eventlet: update to 0.32.0
4e107ae6ca python3-elementpath: update to 2.3.2
c65fd7996b python3-dateparser: update to 1.1.0
9d54555b25 python3-cryptography-vectors: update to 35.0.0
ac7d9bfb0c python3-coverage: update to 6.0.2
c980ec1a86 python3-colorlog: update to 6.5.0
077dc04df1 python3-cffi: update to 1.15.0
3afc5b172a python3-certifi: update to 2021.10.8
4aa84881de python3-cantools: update to 36.4.0
89abdc8868 python3-astroid: update to 2.8.2
85538d450c python3-alembic: update to 1.7.4
4b009cf990 python3-absl: update 0.14.1
7cbb5cfa24 python3-nmap: upgrade 1.5.0 -> 1.5.1
7daad3b3e7 python3-humanize: upgrade 3.11.0 -> 3.12.0
bfff76c328 python3-watchdog: upgrade 2.1.5 -> 2.1.6
e8d2ba4bdb python3-urllib3: upgrade 1.26.6 -> 1.26.7
78137f9936 python3-ujson: upgrade 4.1.0 -> 4.2.0
246b20b92c nodejs: Upgrade to 14.18.1
948ee7c2e9 libcrypt-openssl-rsa-perl: Fix build with openssl3+
be77bddae1 mozjs: Disable JIT on mips
66a0f5b8eb mozjs: update 60.9.0 -> 91.1.0
cbd09fd140 opensaf: update to 5.21.09
78a7b95b71 nng: update to 1.4.0
af3b0cdacf networkmanager: update to 1.32.12
ed65a36a4c yelp,yelp-xsl,yelp-tools: Upgrade to 41 release
a93f9de2e7 surf: add a webkit 2.34 compatibility patch
66986b2468 ttf-vlgothic: update to 20200720
e33099e6f6 ttf-dejavu: add UPSTREAM_CHECK_URI
a6887f230c ttf-abyssinica: update to 2.100
f3b2c00e3b libcdio-paranoia: update to 10.2+2.0.1
ec41b54b29 libbpf: fix PV
f942409334 xrdp: Upgrade to 0.9.17
27a6b1172d libcrypt-openssl-rsa-perl: Upgrade to 0.32
d80652bd72 yavta: Upgrade to latest version and drop downstream patch
75495398c8 thingsboard-gateway: update to 2.8
12b27e5129 protobuf-c: update to 1.4.0
6bbc8b2d3a pmdk: update to 1.11.1
9efdbda8d0 pegtl: update to 3.2.1
7166ec4f76 ostree: update to 2021.5
c7d3daba60 apitrace: Conditionally enable X11 support
d44f564610 apitrace: Upgrade to latest version
60d4e95b4b luaposix: Depend on libxcrypt-native
47307dfda1 pcimem: Add riscv64 into COMPATIBLE_HOST
ed3392fdb2 nodejs: add -fpermissive BUILD_CXXFLAGS
0300f77934 xfce.bbclass: Mark string as raw in a regexp
0e60f404c4 nano: update to 5.9
082e1599e5 ser2net: upgrade 4.3.3 -> 4.3.4
362068e681 poppler: upgrade 21.09.0 -> 21.10.0
20a982c9da iwd: update to 1.18
fd0cd13f42 networkmanager-openvpn: upgrade 1.8.14 -> 1.8.16
df196ab5a7 luaposix: Upgrade to 35.1
034a25f085 kronosnet: Correct path to poll.h
736d635047 icewm: upgrade 2.7.0 -> 2.8.0
e8dab9d92c bdwgc: upgrade 8.0.6 -> 8.2.0
d46c811305 span-lite: upgrade 0.10.1 -> 0.10.3
c48feb5f18 redis: upgrade 6.2.5 -> 6.2.6
1bcc09e8ff openvpn: upgrade 2.5.3 -> 2.5.4
6407f5ff40 devilspie2: Add missing dependency on libxinerama
ae6fb2696a devilspie2: Switch to using github repo
cfb07e4e24 luaposix: Use lua 5.4
e6392aed4c gjs: Inherit pkgconfig
c5e89108ee grpc: upgrade 1.38.1 -> 1.41.0
24514e48b2 ldns: blacklist due to openssl 3.x incompatibility
8b81568595 boinc-client: blacklist due to openssl 3.x incompatibility
0d27e1955f netplan: do not use -Werror
9117ecbe1e cfengine: blacklist due to openssl 3.x incompatibility
70b9bfec8e packagegroup-meta-oe: Remove lua
fbd428b0ee packagegroup-meta-networking: Remove nghttp2
c61044d58e opensc: do not use -Werror
17ad891757 freerdp: backport openssl 3.x patches
819fe345b9 libsigrokdecode: add a python 3.10 compatibility patch
13f97f126d php: disable openssl PACKAGECONFIG
e8214b76e4 nodejs: add a python 3.10 compatibility patch
01d24acb40 nodejs: use -fpermissive
e8f84f7803 pkcs11-helper: backport a openssl 3.x patch
38303c7063 strongswan: disable openssl PACKAGECONFIG
c3248fa4d2 openipmi: add a python 3.10 compatibility patch
8994c5d2cb openflow: disable openssl PACKAGECONFIG
677ff7c9c6 polkit: update 0.116 -> 0.119
52e2778966 kronosnet: update 1.20 -> 1.22
d22ae13cc1 nghttp2: remove recipe as it is now in oe-core
939322d952 lua: remove recipe as it is now in oe-core
1e12d64f70 Add recipe for driverctl
953f6a2274 keyutils: fix install path
845b15cdff unicode-ucd: upgrade 12.1.0 -> 14.0.0
8a17e222ed python3-pybluez: Do not set 2to3
6cf292602b python3-anyjson: Do not enable 2to3
c0113a4afa python3-parse-type: Do not ask for 2to3
bf9c1d7b2e python3-simpleeval: Remove use_2to3
55534f9d10 python3-behave: Switch to using github src_uri
20405cd4d3 python3-pystache: Remove need for python2x
4613292202 python3-transitions: upgrade 0.8.9 -> 0.8.10
bd6be69246 python3-pyscaffold: upgrade 4.0.2 -> 4.1
18f4c0b5e8 python3-openpyxl: upgrade 3.0.8 -> 3.0.9
a7c5d61508 python3-multidict: upgrade 5.1.0 -> 5.2.0
e6bf249d30 python3-jsmin: Upgrade to version 3.0.0
a4724fc450 python3-jdatetime: upgrade 3.6.2 -> 3.6.4
b067418e86 python3-ipython: upgrade 7.27.0 -> 7.28.0
d5b6841bf8 python3-m2crypto: address build failure with openssl 3.x
539a6d36f1 python3-gmpy2: update 2.0.8 -> 2.1.0rc1
b0e66ebc2a python3-yappi: add python 3.10 fix
f2152d7904 python3-posix-ipc: Add recipe for version 1.0.5
8c7eb54dde Revert "chipsec: platform security assessment framework"
fd3aca5ccf samba: upgrade 4.14.7 -> 4.14.8
3b04587151 pipewire: rework PACKAGECONFIG for systemd service files
c87e19f871 pipewire: also handle pipewire-media-session in systemd
        class
2069a96531 pipewire: remove manpages class
6e5cbf8711 bdwgc: upgrade 8.0.4 -> 8.0.6
0924d41ac4 packagegroup-meta-oe: Add lv-drivers and lvgl
5f69cfea69 lv-drivers: Add recipe for lvgl lib
21580d65af lvgl: Add recipe for Lightweight Graphics Library
8e6e4e594d rapidjson: override hard-coded lib install dir
6696d7ef59 grpc: fix cross-compilation of grpc applications
17af9e0501 grpc: fix cross-compilation of grpc applications
23dc4f060f gattlib: Upgrade to latest
e9b3476ad9 gattlib: Place pkgconfig file in correct package
e078ffd4ce libiio: depend on avahi only when network backed is used
3630c30185 pahole: use MACHINE_ARCH

meta-virtualization as of 2021-11-11 08:59:11 -0500

e13d364 python3-dtc: port to Python 3.10
c5d89fe kubernetes: update to v1.22.4
ecd241f kernel: add 5.15 fragment enablement
f3e3653 lopper: update to v1.0 and setuptools based project
7223f80 k3s: update to 1.22.3
152e254 k3s: Add additional required kernel modules
1aadb32 yq: convert github SRC_URI to use https protocol
3b91a31 irqbalance: bump SRCREV to latest
2c03be0 linux-yocto_virtualization.inc: remove :append and +=
        combination
057889e go-{distribution,systemd}: convert github SRC_URIs to use
        https protocol
3fea81e crun/oci-image-spec: specify https in github src_uri
7fec18f criu: remove :append and += combination
ffe9c1c xen: update to setuptools based lopper
369367c lopper: update to master-next
baf9e1a global: convert github SRC_URIs to use https protocol
e13ea7d oci-runtime-spec: update branch specification to main
a9b1fb1 crun: update runtime-spec branch to main
0a7ae8b global: convert github SRC_URIs to use https protocol
ac399ad global: add explicit branch to all SRC_URIs
03689b8 xen,xen-tools: update xen to new releases
3bff112 lxc: update to 4.0.11
f71bedc ceph: 15.2.12 -> 15.2.15
e94f6cb k3s: Add xt-statistic kernel module to rrecommends
7304d7e k3s: Update k3s service configuration
0429ecb podman: add rdepend on nsenter
abf248b umoci: switch branch to main
80065eb skopeo: refresh storage.conf
36cdef7 cni: add SRCREV_FORMAT
89b1a89 yq: add SRCREV_FORMAT
9e5daf4 kubernetes: add SRCREV_FORMAT
cbecee2 docker-moby: add SRCREV_FORMAT
da57fa2 docker-ce: add SRCREV_FORMAT
03cd8aa ceph: inherit pkgconfig.bbclass
cf55d44 oci-image-spec: update to 1.0.1-latest
cf81b3d oci-runtime-spec: update to 1.0.2
0b5fba4 criu: update to 3.16.1
77111bf crun: bump to version 1.2
21fc48f crun: fix offline builds
b2299d3 podman: check for ipv6 in DISTRO_FEATURES
5c21291 virtualization/config: allow conditional use of
        yocto-cfg-fragments
fcf53f6 yocto-cfg-fragments: introduce native provider of configuration
        fragments
83cf286 k3s: update to v1.22.x
4ab1f05 k3s: update to v1.21.5
aaeb4f4 xen: add missing pkgconfig inherit
45e5f2e kubernetes: introduce devupstream variant
8e8b2ca k8s: set to 1.22.3 release
8a1b32e busybox-initrd: update version to match oe-core

meta-python2 as of 2021-11-05 17:16:00 +0100

bb9e1ac recipes: explicitly set branch name and use https protocol
        for github.com
7535086 python-pywbem-native: openlmi-tools: blacklist due to openssl-3
5578a7c python-m2crypto, python-pywbem, openlmi-tools: blacklist due
        to openssl-3
c1f638a python-systemd: inherit pkgconfig
a8c3172 python-pyparted: inherit pkgconfig
4ab3b5a python-cryptography: fix build with openssl-3

meta-updater as of 2021-11-05 13:07:03 +0100

851c5b7 Merge pull request #19 from shr-project/jansa/https
4db1422 aktualizr: use https protocol to fetch it
7a36ee1 Merge pull request #18 from uptane/aktualizr-secondary-etc
ff1e835 aktualizr: Bump to latest for Secondary putRoot implementation.
885da7d Merge pull request #16 from uptane/latest-aktualizr
94e6422 aktualir: Bump to latest with TUF verification support.
eab04a9 aktualizr: Delete unused ca.cnf file.
4473a81 Update to latest Aktualizr
25642b4 Merge pull request #13 from uptane/fix/ats-825/kirkstone
ff20197 sota.conf.inc: Cleanup for kirkstone.
1093211 layer.conf: Drop older branches.

meta-security as of 2021-11-07 11:26:49 -0800

4c19c83 python3-fail2ban: remove /run
f6fa9dc bastille: Create /var/log/Bastille in runtime
b654040 sssd: Create /var/log/sssd in runtime
696651d tpm2-tss: fix fapi package config
7e27eb5 recipes: Update SRC_URI branch and protocols
8215ed2 tpm2-pkcs11: update to 1.7.0
d77b776 tpm2-openssl: add new pkg
b5e2770 openssl-tpm-engine: fix build issue with openssl 3
5d2afb3 tpm2-tools: update to 5.2
8f04587 apparmor: Add a python 3.10 compatability patch
e5e5413 opendnssec: blacklist do to ldns being blacklisted
14e1db4 Parsec service. Update PACKAGECONFIG definitions and README.md
2bc849a meta-parsec/README: remove rust layer req.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant