Changes for 47#28
Merged
ricardosalveti merged 18 commits intofoundriesio:masterfrom Sep 13, 2019
Merged
Conversation
To be used for development and testing purposes only, DO NOT USE ON
PRODUCTION.
Command used to generate the key and cert (using usbarmory):
$ make -C ${USBARMORY_GIT}/software/secure_boot/hab-pki \
-f Makefile-pki KEYS_PATH=imx_hab4 KEY_LENGTH=2048 \
KEY_EXPIRY=3650 usbarmory_sb_keys
Signed-off-by: Ricardo Salveti <[email protected]>
…y the user Make the iMX HAB4 development keys and certificates available at the build folder if not previously set by the user, so it can be used when signing u-boot/SPL images. Signed-off-by: Ricardo Salveti <[email protected]>
Add variables used for uboot/fitimage signing, but not yet enabled by default as it requires meta-lmp changes for all the supported targets. Signed-off-by: Ricardo Salveti <[email protected]>
Use development key by default, can be changed by the user if needed. Signed-off-by: Ricardo Salveti <[email protected]>
Member
Author
|
ci-retest |
Relevant changes: - 9a1bf4ba fetch2: show warning when renaming the archive with bad checksum failed - d6e43c44 utils: Fix movefile() exception handling with python3 - 4cf5bb76 tests/fetch: Resolve fetch error in bitbake-selftest - 4c484cc0 cooker.py: remove generation of recipe-depends.dot - 71e52d38 bitbake: respect force flag in runall and runonly - 28b3f0d8 runqueue: Optimise build_taskdepdata slightly - 02090b34 runqueue: Further optimise holdoff tasks - 270f0761 runqueue: Optimise holdoff task handling - e26e61e8 runqueue: Small but critical fix - fdf5c341 cookerdata: Delay the setup of the siggen slightly to allow metadata defined siggens - 94e848ae runqueue: Ensure target_tids is filtered - 7bc79fdf hashserv: Ensure we don't accumulate sockets in TIME_WAIT state - 6e6865e6 bitbake: server/process: Handle BBHandledException to avoid unexpected exceptions - a5e084a2 runqueue: Ensure data is handled correctly - 4c5aeb42 runqueue: Fix data corruption problem - 6ddb9f09 tests/runqueue: Fix tests - 08962092 runqueue: Ensure we clear the stamp cache - 930efbc5 runqueue: Add missing setscene task corner case - 83c4370b runqueue: Add further debug information - 85fe627f runqueue: Drop debug statement causing performance issues - 1bf5be46 runqueue: Fix event timing race - 030b9f2b runqueue: Recompute holdoff tasks from scratch - b9b21774 runqueue: Improve scenequeue debugging - 3bcf9ad4 runqueue: Fix next_buildable_task performance problem - fdee640c runqueue: Wait for covered tasks to complete before trying setscene - 05888700 cooker: Improve hash server startup code to avoid exit tracebacks - 373b085e tests/runqueue: Add further hash equivalence tests - 52ee2ba2 runqueue: Improve setscene task handling logic - 49927546 runqueue: Fix corruption issue - d6155d09 layerindexlib: Fix parsing of recursive layer dependencies - 8c26b451 knotty: Fix for the Second Keyboard Interrupt - 3eddfadd cooker: Cleanup the queue before call process.join() - f43778c2 bitbake: Bump version to 1.43.1 for API changes - 477321d0 tests/runqueue: Add hashserv+runqueue test - cfeffb60 build/utils: Drop bb.build.FuncFailed - 07e539e1 siggen: Clean up task reference formats - dc235500 runqueue: Clean up BB_HASHCHECK_FUNCTION API - be23d887 hashserv: Switch from threads to multiprocessing - a03d6067 hashserv: Use separate threads for answering requests and handling them - ee3fc603 prserv: Use a memory journal - 7ae56a4d hashserv: Turn off sqlite synchronous mode - a4fa8f1b cooker/hashserv: Allow autostarting of a local hash server using BB_HASHSERVE - 6a901bb9 runqueue: Improve determinism - 1f630fdf runqueue: Enable dynamic task adjustment to hash equivalency - a0d941c7 siggen: Convert to use self.unitaskhashes - 1f326f2c siggen: Add new unitaskhashes data variable which is cached - b707d0cb runqueue: Improve scenequeue processing logic - 19a6e356 cache: Add SimpleCache class - 7bb79099 siggen: Import unihash code from OE-Core - 7aec8632 hashserv: SQL Optimizations - 18d4a31f fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when handling 403 codes - e5eda387 fetch2/npm: Use npm pack to download node modules instead of wget - 1dddfe35 toaster: Sync list of fs_types with oe-core - f5ea06fc siggen: Fix handling of tainted sig files - cf286dff cache: Create a symlink for current cachefile - 75292fde runqueue: Fix non setscene tasks targets being lost - 9a5152fa fetch2/clearcase: Fix class import errors - 27ec2e69 tests/runqueue: Allow common sstate tasks to become valid - a75c5fd6 runqueue: Optimise multiconfig with overlapping setscene - d0c39e05 runqueue: Abstract hash verification function - 460a5c2e runqueue: Whitespace fix - ae36b5c6 runqueue: Simplify some convoluted logic - 20956b50 uihelper: No longer listen to scenequeue task started - 37564d74 tests: Add initial scenario based test for runqueue - 56f3396d runqueue: Complete the merge of scenequeue and normal task execution - a08d8ba5 runqueue: Alter setscenewhitelist handling - 58b3f084 runqueue: Merge the queues and execute setscene and normal tasks in parallel - a9fb5562 runqueue: Clarify scenequeue_covered vs. tasks_covered - ce3cd2df runqueue: Further scheduler buildable tasks cleanup - c257c7b9 runqueue: Remove pointless variable - 01dfc370 runqueue: Code simplification - 8ea6d819 runqueue: Tweak comments and debug code - 06982c82 runqueue: Simplify scenequeue unskippable calculation - 63ddc2fe runqueue: Add covered_tasks (or 'collated_deps') to scenequeue data - 3ab51764 event/runqueue: Drop StampUpdate event, its pointless/unused - ad30a16c runqueue: Fold remains of the scenequeue setup into RunQueueExecute - 726e3c61 runqueue: Simplify _execute_runqueue logic - 33805394 runqueue: Remove RunQueueExecuteScenequeue and RunQueueExecuteTasks - fe0a7be0 runqueue: Fix counter/task updating glitch - 7539fe22 runqueue: Merge scenequeue and real task queue code together - 32f39bbd runqueue: Merge stats handling together for setscene/real tasks - 2cbe9399 runqueue: Uniquely namespace the scenequeue functions - 4b96b204 runqueue: Factor out the process_setscene_whitelist checks - b52dbf5e runqueue: Remove unused function parameter - 68326e04 runqueue: Move scenequeue data generation to a separate function - 4514fe4f runqueue: Remove now uneeded code - 5deaa5df runqueue: Drop unused BB_SETSCENE_VERIFY_FUNCTION2 - e851169a runqueue: Tweak buildable variable handling in scheduler - 8ede873e siggen: Use unique hashes for tasks - 7d486d3f siggen: Fix default handler - 9cf7a5e5 cache: Set packages for skipped recipes - c1a8ebb8 cache: Remove duplicated lines for provides and rprovides - 813ba5b7 bitbake: Add --skip-setscene option - bb696636 main: Alter EOFError handling - 4b9ab675 main: Ensure log messages are printed when no UI starts - 55631da1 event: Clear ui_queue after handling it - 683c2478 bitbake: toaster:tests: python -> python3 - cc712f32 bitbake: lib: Cleanup /usr/bin/env python - 9b053875 tests/fetch.py: add missing skipIfNoNetwork tags to tests that try to git clone - 9767fffe tests/utils.py: add one more test cases for bb.utils.vercmp_string - 19291f7c cooker: list all nonexistent bblayer directories - 578f0c02 cooker: Ensure mcdeps are processed even if only one multiconfig - 20289d62 build: implement custom progress handlers injected via OE_EXTRA_IMPORTS - bf522ad3 build/progress: use context managers for progress handlers - a841efa5 build: extract progress handler creation logic into its own method - 85f0b443 knotty: allow progress rate for indeterminate bars - c4d90890 cooker: Add compability handling for multiconfig: prefix migration - 821daf09 multiconfig: Switch from 'multiconfig' -> 'mc' - 7d0ab11a toaster: Fix Thud Bitbake release metadata - d94ccd50 fetch2: runfetchcmd(): unset _PYTHON_SYSCONFIGDATA_NAME - a1330b8a main: Fix error message typo - 3d657af8 bitbake: Show base multiconfig environment - 34137a00 bitbake: cooker: Rename __depends in all multiconfigs - 3d319c79 bitbake: fetch2/npm: fix npw view parsing - bf53f07c svn.py: Stop SVN from directly pulling from an external layer w/o fetcher - fd27ab60 gitsm: Fix a bug where the wrong path was used for the submodule init - 5fb0fb71 bitbake-user-manual: Added npm to other fetcher list. - 9b4a9e54 HEADER: Drop it - 5e43070e bitbake: Strip old editor directives from file headers - 695d8439 bitbake: Drop duplicate license boilerplace text - ff237c33 bitbake: Add initial pass of SPDX license headers to source code - 93e94c06 build: Disable warning about dependent tasks for now - e034c6f7 build: Ensure warning for invalid task dependencies is useful - aa4f31e5 knotty: Implement console 'keepalive' output - c593ae5e knotty: Pretty print task elapsed time - cf11fdb3 build: Add verbnote to shell log commands - 4ac38864 tests/parse.py: Add testcase for addtask and deltask - b1ad3616 build.py: check dependendent task for addtask - 675689aa BBHandler: Fix addtask and deltask - 3f2c2eb2 bitbake: fetch2/git: git-lfs check - 07b6054b bb: siggen: Print more info when basehash are mis-matched - 724b4a5c bb: siggen: Make dump_sigfile and compare_sigfiles print uuid4 - 5127a8d8 bitbake-diffsigs: Use 4 spaces as indent for recursecb - 7dbcab1a toaster: update to Warrior - 5a697957 bitbake-user-manual: Added section on modifying variables - 3aaf8d65 poky.ent: Removed "ECLIPSE" entity variables. - aae15f3c bitbake: Post release version bumnp to 1.43 Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - fb17b46e20 libevent: add granularity to ptest log - 802c67c7c2 diffutils: Added perl to support ptest & Skipped one test case - e4eb3ca113 oeqa: Recognise svlogd as another logger - 06eb03ad1c libxcrypt: update to 4.4.8 - 703e3faaec dropbear: don't create invalid symlinks if ssh, scp, etc are disabled - 805dd4807d feature-arm-thumb.inc: fix ARM_THUMB_SUFFIX - 4b2322e90f iputils: Set prefix correctly for usrmerge - 69ab2da830 man-db: support usrmerge - 65f8dfd81a dnf.py: installroot support usrmerge - 8862f21eeb sysstat: 12.1.3 -> 12.1.6 - 08b6a12e67 texinfo: fix multilib file confliction - 274bed042b cups: redefine CUPS_SERVERBIN - e45c06fe6f python3native, pythonnative: export PYTHON_LIBRARY and PYTHON_INCLUDE_DIR - f7f04c4436 python3: make misc package rdepend on pydoc and pickle modules - 47c4ad9bd4 mdadm: skip timeout testcase 11spare-migration - c8b049f439 bootchart2: switch to add patch from change source in do_install - ab61a11623 Revert "kernel.bbclass: adjust a condition checking" - 62ea5c31be meson:upgrade 0.51.1 -> 0.51.2 - 1b0ce3ec1d weston: uprev to 7.0.0 - 29afbd4f02 systemd: ensure reproducible builds by clearly exposing the time epoch support - 1ce8a78e59 python3-git: update to 3.0.2 - d03ec080b0 python3-pbr: update to 5.4.3 - 7a4ebb361f resulttool: Add reproducible log extraction - 94cd73f729 libsecret: 0.19.0 - e60c170b45 autotools: always include config_site.d files in CONFIG_SITE - fb7f9becfd python3-dbus:upgrade 1.2.8 -> 1.2.10 - 732db32714 package.bbclass: allow shell-style wildcards in PRIVATE_LIBS - 86a8caa604 libjpeg-turbo: upgrade 2.0.2 -> 2.0.3 - ada36d3e39 dtc:upgrade 1.5.0 -> 1.5.1 - 7e9fda9b8a libogg:upgrade 1.3.3 -> 1.3.4 - bd21f36fae gcc-9.2: Fix risc-v dynamic linker relocation - 6e097c853f harfbuzz: upgrade to 2.6.1 - 7aca6c182d pango: add PACKAGECONFIG for libthai support - 3673003485 pango: 1.44.6 upgrade - c745185b0c runqemu: Fix typo in help text. - 961312512f musl: Update to latest master - 42e9de6838 lib/oe/gpg_sign.py: Remove unwanted import - 9b2d7219e4 gzip: add nativesdk support - b30e060639 patch: add CVE tags to patches - 531bf25c4e qemu: Fix dependency of PACKAGECONFIG libcurl - 37bec7c4ea qemu: Add pkg-config handling for libgcrypt - 1418581aa2 libgpg-error: Fix build with gawk 5.x - 4c77fdfc0b build-compare: 2015.02.10 -> 2019.08.14 - fa4ecadd98 gcc-8.3: remove 8.3 from zeus - 815a956f7b systemtap: Drop patches merged upstream - 8618425e3f archiver.bbclass: Do not archive srpm's if there are no package tasks - f8ab08441f security_flags.inc: Add overrides for glibc-testsuite to match glibc - 4d3d7cac01 gcc-testsuite.inc: Fix ssh.exp, ensure multilib_flags are populated - a34420e1bd binutils/glibc-testsuite: inherit nopackages to fix world builds - 6c4d581c35 glibc-testsuite: Create a recipe to implement glibc test suite - 9d5d680baa gcc-runtime: Add do_check task for executing gcc test suites - 1fb98bfdcc binutils-cross-testsuite: Create recipe for test suite execution - 72692268b0 dejagnu: Add dejagnu for binutils/gcc test suites - 6b8e007733 oeqa: reproducible: Preserve sstate mirror for first build - 7e75ed5aec gcc-cross: Fix header file corruption problems - 7054ec111c systemtap: Use latest and greatest git version for 5.2 kernel support - 499a31cf06 core-image-sato: don't use 512MB in qemumips - 8d692de6a1 Remove leftovers from the eglinfo removal - 8f06385bb4 systemd: Update to the latest 242 branch - 77939cca96 oe-selftest: Implement console 'keepalive' output - 2dc78e805d linux-yocto/5.2: config tweaks and kallsyms fix - 332b1e21db Clean up remnants of glibc-initial - ddad00bfec oeqa/core/tests: Fix test_data module tests - cf79aa6383 oeqa/core/tests: Skip test_fail_duplicated_module - 2c47ffb65e gcc-common.inc: Process staging fixme with correct target/native sysroot - 15d57de00a systemd: explicitly set the path to nologin - 08198d658b python-numpy: rdepend on multiprocessing module - 9a430fefb6 logrotate:upgrade 3.15.0 -> 3.15.1 - eecde5b90f python-testtools: rdepend on doctest module - c608f32995 gcc-8.3: Security fix for CVE-2019-14250 - f4a544f46e libnl: don't patch libnl-3.0.pc - 6f777c8720 libnl: upgrade to 3.5.0 - 491aff8477 libedit: remove FETCHCMD append - 26f9a7401f ltp: syscalls: rt_sigwaitinfo01: Fix failure for MIPS arches - 48ad9cffa5 sdkext: use simpler kernel module for devtool test - aa36510ebe eglinfo: remove the recipe - e06439200e qemuriscv: Generate a wic rootFS with a larger filesystem - af761de211 gcc-9.2: Security fix for CVE-2019-14250 - 11f4bf5ace libgpg-error: Fix build with gawk 5.x - 2259bf5366 gcc: Fix ldbl-128 support for musl - 2ad649ee90 gcc: Move STANDARD_STARTFILE_PREFIX_1 and STANDARD_STARTFILE_PREFIX_2 back to gcc.c - cd6f377591 tune-riscv: Drop littleendian and introduce bigendian tune - e0fd699d39 powerpc-tunes: Introduce bigendian tune - bad3918467 rm_work: Remove redundant 'after' in addtask statement - 92d9f9a6f6 libepoxy: enable x11 PACKAGECONFIG for native/nativesdk - 83432f5767 default-providers.inc: set mesa as the provider for native(sdk) virtual/libgl - b4673b5bef avahi: launch avahi-daemon after connman - 5d4720dfc8 libxcrypt: Fix the build with -Os - 823c04c455 btrfs-tools: Add PACKAGECONFIG knob for controlling python support - f0f359ec92 [email protected]: Allow device to fast fail if it does not exist - 7a3b36401f go-dep: update to 0.5.4 - cbf8490871 ell: update to 0.22 - 11f4f699a9 libevdev: update to 1.8.0 - f649bad652 libsolv: update to 0.7.6 - 3fdf304e72 devtool: Avoid failure for recipes with S == WORKDIR and no local files - 88fb1140f4 libbsd: upgrade 0.9.1 -> 0.10.0 - 9f0d3f2817 systemd-bootchart: support usrmerge - 291ec69e42 bootchart2: support usrmerge - 6e1fc83e7d avahi-ui: support usrmerge - 9b404c24dd image.bbclass: Fix debug output for rootfs size - cc557447ca man-db: upgrade 2.8.6.1 -> 2.8.7 - 1685af76eb mesa: Add support for the panfrost PACKAGECONFIG - 62c1a8ead1 webkitgtk: update 2.24.3 -> 2.24.4 - e7c544f808 webkitgtk: use Python 3 for builds - ac1eab26a4 virglrenderer: update 0.7.0 -> 0.8.0 - 13f9182e72 llvm: use python 3 during builds - 7c2acbd4df pseudo: use python 3 during builds - 3818536b55 libpsl: use python 3 during builds - 8157c6d32e ca-certificates: use python 3 for builds - 73cb104f33 qemu: switch to '-vga std' emulated hardware from vmware/cirrus for x86/mips - a951900ed4 linux-yocto-dev: Mark qemuriscv64 as compatible - 5850d42187 libffi: fix upstream version check - 382bd74e69 lsb-release: fix upstream version check - f6c1b33877 linux-yocto/5.2: update qemuriscv64 SRCREV - 0504760978 qemu: bump linux-yocto preferred version to 5.2 - 14472621e4 linux-yocto: introduce 5.2 recipes - c436abca98 linux-libc-headers: update to v5.2 headers - f0fcaa88b7 gcc-cross: Clean up fixed-includes - e3c32de13e ltp: move from python 2.x to python 3.x - afe46eca15 yocto-check-layer: Allow any case for README file detection - 2c36b3e5c7 bind: fix build with python3 PACKAGECONFIG enabled - 9b3134995c devsrc: update arm64 scripts/prepare for kernels 5.3+ - b850ee597e perf: v5.3+ build fixes - 584af667e0 perf: change dependencies on python to python3 - 6745088b6c kernel-devsrc: remove python2 dependency - b4731a1202 bluez5: fix build against libc-headers 5.2+ - e97c529bfa oeqa: reproducible: Do two clean builds - 3fc08155b7 oeqa: Enable reproducible build test - 6c357c8eee oeqa: reproducible: Record packages in test results - 3a7305bdfd oeqa: Set LD_LIBRARY_PATH when executing native commands - f0095e6c1b oeqa: reproducible: Use subTest for packages - f67bb34c8e oeqa: reproducible: Cleanup reproducible build - 372a211657 ltp: cve/meltdown.c: Fix kernel symbol finding - d532d19d35 common-licenses: update BSD-2-CLAUSE license text - 5601523e16 nfs-utils: 2.3.3 -> 2.4.1 - 891f69f0fe ccache: 3.7.1 -> 3.7.3 - 045011ed29 mesa: disable gallium swrast driver on x86 x32 - 04c01b6cc5 qemu: set default RAM to 256M for all machines - c829e89f99 rpm: resolve a host contamination issue for mono packaging - c8f329fc56 ca-certificates: Fix reproducibilty and multilib issue - fb064356af Remove LSB support - 684fc36402 scripts/lib/resulttool/report.py: Add more result types - c754fd85be oeqa/utils/nfs: Add unfs_server function to setup a userspace NFS server - cdd499f23c binutils: Fix mips patch which changes default emulation - 9b1c150573 commands.py: fix typo - a1ff64bee2 libedit: fix failed to get history - 691a45265a bbtests.py: remove recipe-depends.dot - 250d85144c libffi: Make it build for MIPS o32 - 5919729f1b systemd: Update to the latest 242 branch - 8976319d5b linux-dtb.inc: Remove - 10c1a27501 systemd: Print a buildtime warning about the status with musl - c0fc43c228 sqlite3: explicitly set target endian-ness - b02d83f7ff sqlite3: make CFLAGS consistent across native, nativesdk and target cases - e9f751a6fd base-files: nsswitch.conf is glibc specific - 8840a831d4 rootfs-postcommands.bbclass: add inittab tweak to read_only_rootfs_hook() - 82983c94da packagegroup-core-boot: drop duplicate MACHINE_ESSENTIAL_EXTRA_RDEPENDS, etc - 62afb4e79f tune-ep9312.inc: fix TUNEVALID description - 95823b7eab tune-arm1176jz-s.inc: add support for arm1176jz-s CPU specific tuning - 6e057cc367 tune-arm1136jf-s.inc: add hardfloat support - 4ff058226c bitbake.conf: drop FETCHCMD, GITDIR, etc fetcher over-rides - 26f086834c python: Remove PYTHONLSBOPTS that hasn't been set for some time - 0d7d2afdad meta/recipes.txt: Stop documenting the long removed recipes-lsb4 - 3d2085642a iputils: upgrade to s20190709 - f8901d9c2a python3-pip:upgrade 19.2.2 -> 19.2.3 - 00a5df641b oeqa/kerneldevelopment: Able to apply a single patch to the Linux kernel source - 8bbb17d2dc world-broken.inc: Remove - 947828b8e9 subversion: Upgrade 1.12.0 -> 1.12.2 - 16a2f41a29 flac: Upgrade 1.3.2 -> 1.3.3 - d0dcbf1f52 glib-networking: Upgrade 2.60.2 -> 2.60.3 - 4f25d705d7 help2man: Upgrade 1.47.10 -> 1.47.11 - 4f8fa80b6c libarchive:upgrade 3.3.3 -> 3.4.0 - e8482da454 go-1.12: update to 1.12.9 minor release - 810aded01f boost: update to 1.71.0 - 6671942409 icecc: blacklist systemtap - fb028a0a25 initscripts: remove warnings on read-only-rootfs (again) - 9dd0812acc images: use 512M of RAM in qemu if 'opengl" is in DISTRO_FEATURES - 5ee9be1740 lighttpd: drop hard-coded lua version in PACKAGECONFIG - e11982182a python3-numpy: update to 1.17.0 - 64f9fd2a1e quilt: added less to RDEPENDS list - 7ef7923bd9 quilt: Export QUILT_PC variable in ptest Makefile - 8c5dc072b2 ncurses: upgrade 6.1+20181013 -> 6.1+20190803 - 43faa66ff7 distcc: upgrade 3.3.2 -> 3.3.3 - c4b5aecc69 python3-pip:upgrade 19.2.1 -> 19.2.2 - 4ee4e7a2a8 lz4:upgrade 1.9.1 -> 1.9.2 - 6db9109058 pango: upgrade to 1.44.5 - a9d8d8a52d createrepo-c: upgrade 0.14.3 -> 0.15.0 - 6763c89611 libmodulemd: depend on target python at build time - 06e731bdea libffi: Upgrade to 3.3-rc0 - a0f5c84c39 opensbi: Disable SECURITY_CFLAGS since it cant link with libssp - c3503a7643 epiphany: upgrade 3.32.3 -> 3.32.4 - 71e030b6da vala: upgrade 0.44.5 -> 0.44.7 - e23adb4901 rt-tests: exclude another development version - 5bf5fdd60e libdazzle: upgrade 3.32.2 -> 3.32.3 - 4c7860eb21 desktop-file-utils: upgrade 0.23 -> 0.24 - bf9cff0177 gtk-doc: upgrade 1.30 -> 1.31 - dd6cdf6378 libnss-nis: upgrade 3.0 -> 3.1 - e724e8836e qemumips/qemumips64: move QB_SYSTEM_NAME to corresponding conf - 88e61a317f btrfs-tools: Add a PACKAGECONFIG for zstd - 9ea833b7d1 patch: backport fixes - 121ce09332 gcc: Search in OE specific target gcclibdir - 6d61cd2bdc nfs-utils: decrease RLIMIT_NOFILE to 4k for systemd - b9769fd107 python-setuptools: update to 41.2.0 - b19f8e9eb6 conf/conf-notes.txt: add a mention of common tools - 050cda9f02 systemd: add PACKAGECONFIG for gnu-efi - 285b91a9b6 libunwind: Fix MIT license file checksum - f5cfcaa79f sudo: Fix BSD license file checksum - b57f10c08b shadow: Fix BSD license file checksum - 91096392cf openssh: Update LICENSE field with missing values - b90d9f0c20 iw: Fix license field to BSD-2-Clause - abdc515279 binutils: fix CVE-2019-14250 CVE-2019-14444 - 8b77262bda kmscube: Bump revision to f632b23 - f70d00ff61 git: update to 2.23.0 - 5d24e011d9 cups: update to 2.2.12 - aaa5902921 acpid: upgrade 2.0.31 -> 2.0.32 - b4c8f2f139 linux-firmware: Upgrade 20190618 -> 20190815 - 4e698cf8f3 python3: fix the test_locale output format - 2a35202dbf libtasn1: Enable nativesdk support - b38a1328f0 devtool: build: Also run deploy for devtool build if applicable - ac379579c0 at: fix a spelling mistake. - caeaa0648d resulttool: Prevent multiple results for the same test - 237b677f25 nativesdk-qemu: support aarch64_be. - 6a33e35ad9 mesa: fix upstream version check - d69f67f5d8 bitbake.conf: fix XORG_MIRROR URL - 5e9185d34b packagegroup-core-base-utils: Make it machine specific - 65e7f371f1 qemuriscv64: Specify the firmware as a bios instead of kernel - fc2a2260aa scripts/runqemu: Add support for the BIOS variable - 50a7dec956 qemu: Upgrade to version 4.1 - 93d935927d libc-package.bbclass: Split locale hard link processing into two parts - 57e2e498ff cross-localedef-native: Add hardlink resolver from util-linux - 66492f40c2 kmod: Replace dolt hacks with backport of upstream dolt removal - 30b6ae3084 shadow: musl now supports secure_getenv - 5cea0448c5 psplash: Avoid mount the psplash tmpfs twice - e05f5e1d44 ltp: Fix ustat02 failure - 92e873c634 ltp: Fix tgkill03 failure - 692b2046bb package: Fix race between do_package and do_packagedata - a10bf92516 yocto-check-layer: Ensure we use OEBasicHash as the signature handler - 79a14772ef ofono: update to 1.30 - 6a38c6aafc target-sdk-provides-dummy: extend packages for multilib case - 76caa7aece dbus: disable test-bus - ae2869c82a python3-scons: update to 3.1.1 - 841d458f01 python-setuptools: update to 41.1.0 - 658e0831d5 ffmpeg: update to 4.2 - d00fac5bb9 gcc-9: Upgrade to 9.2 - 5268ee5b0a systemd: Refresh patch after removal of __secure_getenv patch - f2d60e0f6a systemd.bbclass: Limit rm_sysvinit_initddir and rm_systemd_unitdir to target alone - a57f56576e util-linux: Make pam specific logic apply to target recipe alone - 853179121e mesa: Add packageconfigs for vc4 and v3d - 46e49b14b5 systemd: Drop musl __secure_getenv patch - 0e59089813 musl: Update to latest tip - d67417ec55 webkitgtk: disable gold on mipsn32 - 569d3f5d04 linux-yocto: add drm-bochs support - a777e0f34e linux-yocto/4.19: make drm-bochs feature available - fd6cf57430 stress-ng: provide stress - 461a2f5475 kconf_check: tweak CONFIG_ regex - 3063d64984 kernel-yocto: import security fragments from meta-security - 78b0ff5960 linux-yocto: arch/x86/boot: use prefix map to avoid embedded paths - eb60f1544f kern-tools: Add SPDX license headers to source files - 53e975c18a kernel-devsrc: tweak for v5.3+ - 6b36db8365 libevent: update to 2.1.11 - 565aae4b4c librepo: update to 1.10.5 - 8b9ea2defb python3-git: update to 3.0.0 - 36fa73a1ab xrandr: update to 1.5.1 - 5b6e7d98f0 git: update to 2.22.1 - 42b44fdd9e uboot: fixes to uboot-extlinux-config attribute values - 78a75d2400 musl: Delete GLIBC_LDSO before creating symlink with lnr - 1cd6ffcabe linuxloader: Add entries for riscv64 - c3f04bd4df gdb: Do not set musl specific CFLAGS - e0de5df49e xf86-input-libinput: update to 0.29.0 - 7ec9997c86 ovmf: fix upstream version check - 73ff6aba0a sudo: correct SRC_URI - 08e2b5a31b insane.bbclass: in file-rdeps do not look into RDEPENDS recursively - 096fa15efb gcc-cross-canadian: Drop obsolete shlibs exclusion - e9e5744ba8 gcc-runtime: Move content from gcclibdir into libdir - e54ecea0a7 oeqa/parselogs: grep for exact errors list keywords - 2cdb4b3697 oeqa/buildgalculator.py: Add dependency on gtk+3 - 8b6ec55da6 linux-firmware: add PE back - de62308503 meson: backport fix for builds with -Werror=return-type - 60dcae509a go-runtime: remove conflict files from -dev packages - b1ebf9122a cmake: 3.15.1 -> 3.15.2 - b59b1222b3 patch: fix CVE-2019-13638 - a785157c7d db: add switch for building database verification - 5b7fd7a945 libnewt:upgrade 0.52.20 -> 0.52.21 - 22d3f959e4 mesa: enable glx-tls option in native and nativesdk builds - 344c55a580 lib/oeqa/utils/qemurunner.py: add runqemuparams after kvm/nographic/snapshot/slirp - 5140e0a64a boost: Fix build and enable context and coroutines on aarch64 - c558da63d6 ruby: Adding zlib-native to native dependencies - 1c86f51304 powertop: import a fix from buildroot - 577919d71f icecc.bbclass: catch subprocess.CalledProcessError - c7b057ee87 python3-dbus: Add native and nativesdk variants - e5f8c1facf e2fsprogs: 1.44.5 -> 1.45.3 - 6e88bcbe81 screen: Backport fix for an implicit function declaration - 78189e465f aspell: update to 0.60.7 - 50048ff2da python3-pygobject: Add missing pkgutil RDEPENDS - 3054791e62 python3-pygobject: remove python3-setuptools from RDEPENDS - 84f6fd6464 wpa-supplicant: update to 2.9 - 52b3d0a8a6 libinput: update to 1.14.0 - 9f07b28364 python-nose: remove the python 2.x version of the recipe - cd2205677f python-scons: remove the python 2.x version of the recipe - 4e9659f24e python-numpy: remove the python 2.x version of the recipe - 90edb9c2e2 maintainers.inc: give python recipes to Oleksandr Kravchuk - e6d51c9472 dpkg: Provide update-alternative for start-stop-daemon - 8e48b4d6c4 wic: Make disk partition size consistently computed - 56add7cc54 wic: Add partition type for msdos partition tables - 42293d7540 image_types_wic.bbclass: Copy the .wks and .env files to deploy image dir - 8b76048da9 sstatesig: Fix leftover splitting issue from siggen change - 5e47316ae6 runqemu: Add support to handle EnrollDefaultKeys PK/KEK1 certificate - daaf9d7bd8 ovmf: Generate test Platform key and first Key Exchange Key - 435d1f8ffe ovmf: Use HOSTTOOLS' python3 - b9851d612b ovmf: Set PV - 1f64ecf92f ovmf: Update to version edk2-stable201905 - cdde0265b1 python3-mako: 1.0.14 -> 1.1.0 - 022d642b0c cmake: 3.14.5 -> 3.15.1 - a99791672e man-db:upgrade 2.8.5 -> 2.8.6.1 - 933286bdcb grub/grub-efi: fix conflict for aach64 - 4e00ceaf38 deb: allow custom dpkg command - 34196d2913 musl: Update to master tip - 30a2af80f5 libx11: replace libtool patch with upstreamed patch - 6cc148f8e7 gpgme:upgrade 1.13.0 -> 1.13.1 - 62aeba4840 bluez5: correct the python3 runtime dependency - 7f8583cc95 ofono: correct the python3 runtime dependency - 5843be17fe attr: add a missing perl runtime dependency - a96de885e1 apt: add a missing perl runtime dependency - 7d342fd042 elfutils: use PRIVATE_LIBS for the ptest package - ea052d11b9 stress-ng: add a patch to remove unneeded bash dependency - 72e6919bab libx11-compose-data: upgrade 1.6.7 -> 1.6.8 - 3afee08c2c libglu:upgrade 9.0.0 -> 9.0.1 - 0c3a1251a8 inetutils: Fix abort on invalid files - 466bc8f05e libgudev:upgrade 232 -> 233 - 322ff31d81 python-scons:upgrade 3.0.5 -> 3.1.0 - 83ffc20637 python3-pbr:upgrade 5.4.1 -> 5.4.2 - 3c08b63834 mesa,llvm,meson: Update llvm to 8.0.1 plus define and use LLVM version globally - 67dfa11f2d grub: add grub-native - 96decf6739 waffle: upgrade 1.5.2 -> 1.6.0 - c2559ab9b4 gzip: update ptest package dependencies - a98ea4be5c pseudo: Fix openat() with a symlink pointing to a directory - 0af2c6af0d sqlite3: Fix zlib determinism problem - beb4fb0b0e bzip2: set the autoconf package version to the recipe version - a44e40675e nettle:upgrade 3.4.1 -> 3.5.1 - ffaf86f175 qemuboot-x86: move QB_SYSTEM_NAME to corresponding conf - 042e8e8a71 xserver-xorg: refresh build path removal patch - ca881bcad4 ell: update to 0.21 - ad31c908c8 glibc-package.inc: Add linux-libc-headers-dev to glibc-dev - 5096f53556 systemd-boot: Add option to specify cross objcopy and use it - ee9afb34fb syslinux: Override hardcoded toolnames in Makefile - c9559685eb virglrender: Fix endianness check on musl - fe75808dca glibc: Update to glibc 2.30 - 11422465e1 gstreamer: Add fix for glibc 2.30 - f03ab9b21c opensbi: handle deploy task under sstate - 39f5a3030a license_image.bbclass: drop invalid comments - 29ac3e98fd maintainers.inc: assign acpica to Ross - ee31907d25 qemu: fix patch Upstream-Status - bdb10b5daf harfbuzz: upgrade 2.4.0 -> 2.5.3 - e7fcd74597 pango: upgrade 1.42.4 -> 1.44.3 - 94a1c0a15e webkitgtk: Fix compile failures with clang - e9beba2a33 groff: Fix math.h inclusion from system headers issue - 66bb9fd361 libedit: fix upstream verison check - 1a502765db libx11-diet: remove - 23db236a05 sstatesig: Updates to match bitbake siggen changes - a4d413d8d8 sstate/sstatesig: Update to new form of BB_HASHCHECK_FUNCTION - 9b3d7b0b0f sstatesig: Update to handle BB_HASHSERVE - 034d91c2c9 sstatesig: Adpat to recent bitbake hash equiv runqueue changes - 2df5d95b9b sstatesig: Add debug for incorrect hash server settings - a2a9c6092d sstatesig: Move unihash siggen code to bitbake - b7a34d2b8d sanity: update for new bb.build.exec_func() behaviour - efe87ce4b2 classes/lib: Remove bb.build.FuncFailed - 908cdd669b sanity.conf: Require bitbake 1.43.1 - 18cdc087fd sstate: Reduce race windows - 8bb48ac237 libx11: update to 1.6.8 - b40277355b xserver-xorg: update to 1.20.5 - 2ec1b978e0 xorgproto: update to 2019.1 - 2086e0f08d xserver-xorg: remove embedded build path in the source - 2d7e485fcf libxx86dga: remove obsolete client libary - b00b1bb1f9 xdpyinfo: don't depend on DGA - e7b1a58a75 xserver-xorg: add PACKAGECONFIG for DGA - 1c072b4252 xserver-xorg: clean up xorgproto dependencies - 4d7677b2f5 libxx86misc: remove this now redundant library - 8d68e3cb31 weston: change to use meson build system - cfaa104955 insane: check if the recipe incorrectly uses DEPENDS_${PN} - 2f13b063f6 grub/libmpc/gdb: Use GNU_MIRROR in more recipes - 9a80a352a9 ptest-runner: update from 2.3.1 to 2.3.2 - 56f30e5377 runqemu: fix get portlock fail for multi users - 4669839edb python3-git: update to 2.1.13 - 2214c58839 linux-yocto-dev: bump to 5.3-rcX - 82f8f52da0 linux-yocto/4.19: update to v4.19.61 - 75c188dda6 webkitgtk: Stop disabling gold on aarch64 and mips - a11edd68b2 Change ftp:// URIs to http(s):// - cbbfac2a33 libedit: Move from meta-oe - 617331a42f python3: split out the Windows distutils installer stubs - 16cc9a2ca5 python3: support recommends in manifest - afbca8da4d python3: remove empty python3-distutils-staticdev - c8ac42f511 meson: add a backported patch to address vala cross-compilation errors - 6239b77c78 meson.bbclass: do not pass native compiler/linker flags via command line - 3251ce439e meson: update 0.50.1 -> 0.51.1 - fc634c41e4 Apache-2.0-with-LLVM-exception: Add new license file - 1c72953b6c xserver-xorg: Backport patch to remove using sys/io.h - a0d85e117f fortran-helloworld: neaten recipe - a87cf6a169 mtd-utils: Upgrade to 2.1.1 - 243293436d libtasn1: upgrade 4.13 -> 4.14 - b5ab6ec534 glib-2.0:upgrade 2.60.5 -> 2.60.6 - fa434cf1ae python: CVE-2019-9947 is same as CVE-2019-9740 - 04fc80b2c7 python: fix CVE-2018-20852 - e3860098da perl: add PACKAGECONFIG for db - 96cf9a8814 perl: fix whitespace - 3fcc10aeba stress-ng: add a recipe that replaces the original stress - eede1c8e35 bzip2: fix upstream version check - b838ba224a webkitgtk: upgrade 2.24.2 -> 2.24.3 - f9ef3abfdf createrepo-c: upgrade 0.14.2 -> 0.14.3 - 3234c4e127 libwebp: upgrade 1.0.2 -> 1.0.3 - 93e52d2d89 libmodulemd: update to 2.6.0 - 53dc41128d btrfs-tools: update 5.1.1 -> 5.2.1 - f201b9db5d patch: fix CVE-2019-13636 - 58fde43ae6 kmscube: update to latest revision - ef60c65e38 classes/sstate: regenerate sstate when signing enabled - ef3af3a43d qemu: add a patch fixing the native build on newer kernels - d4c3f93d74 scripts/create-pull-request: fix putting subject containing / into cover letter - 675e88e6e0 scripts/create-pull-request: improve handling of non-SSH remote URLs - e733530cf0 ethtool: update to 5.2 - 4e601b7f5c webkitgtk: Reenable on mips - c03eb46c29 bind: Remove RECIPE_NO_UPDATE_REASON and follow the ESV releases - ba4304bd26 gnome: Remove the gnome class - 2527e731eb kernel.bbclass: fix installation of modules signing certificates - 07222d213d grub: upgrade 2.02 -> 2.04 - f00b9aad7c libsdl2: upgrade 2.0.9 -> 2.0.10 - 5abaf2a5c1 lttng-tools: Fix build with glibc 2.30 - b129e1b8d1 ltp: Fix build with glibc 2.30 - a62d60fc37 weston: upgrade 6.0.0 -> 6.0.1 - 088685332c wayland-protocols: upgrade 1.17 -> 1.18 - ce294134a0 epiphany: set imcompatible with tune mips - 237478724b subversion: add packageconfig boost - 206e6e4d98 lttng-ust: Check for gettid libc API - 04a21c7073 libnss-nis: Fix build with glibc 2.30 - 458992be46 libdrm: Move amdgpu.ids file into libdrm-amdgpu package. - 69d6984159 pulseaudio: don't include consolekit when systemd is enabled - aa3f5bd67f libxkbcommon: RDEPENDS on libx11 compose data - d8a5b22757 libx11-compose-data: add recipe - b253101b94 image_types.bbclass: make gzipped images rsyncable - 571235978d classes/sstate: don't use unsigned sstate when verification enabled - 06559c1ed8 sstate: fix log message - 456b6abcbd libical: upgrade to 3.0.5 - 5b9a4214ee package: Improve determinism - 1b562506d4 packagegroup-core-base-utils: Make it machine specific - 2623d9d2f2 sudo: use nonarch_libdir instead of libdir for tmpfiles.d - 9b6f880acb iso-codes: upgrade 4.2 -> 4.3 - 58319f6285 pulseaudio: Backport upstream fix new alsa compatibility. - dd9d95e839 python3-git: update to 2.1.12 - 73f69585e9 meta/lib/oeqa: Remove ext4 for bootimg-biosplusefi - 95438d52b7 cve-update-db-native: fix https proxy issues - 7e2ee2b593 image_types_wic: add syslinux-native dependency conditional - 32ed8e5310 systemd: Add partial support of drop-in configuration files to systemd-systemctl-native - ceb3555a40 runqemu: add lockfile for port used when slirp enabled - 9aaa1e3bdf gnutls: don't use HOSTTOOLS_DIR/bash as a shell on target - 2ab5a34357 libidn2: remove build paths from libidn2.pc - dded7fc1bc python3-pip: update to 19.2.1 - 628de87240 iproute2: drop pointless configure-cross.patch - e3043b2c86 curl: upgrade 7.65.2 -> 7.65.3 - 4f967ade90 libsdl: remove - eff0a21a83 linux-libc-header: Fix ptrace.h and prctl.h conflict on aarch64 - 969a6f3925 msmtp: upgrade 1.8.4 -> 1.8.5 - abeb32772b strace: Upgrade to 5.2 - 60bc7e180e kernel-uboot: remove useless special casing of arm64 Image - a74e7df33e rng-tools: start rngd early in the boot process again - 7a91a98180 image_types: Remove remnants of hdddirect - 277a2bef8a gdk-pixbuf: enable x11 PACKAGECONFIG option - 0217cd3914 mpg123: upgrade 1.25.10 -> 1.25.11 - e0c3436241 meta/lib/oeqa: Test for bootimg-biosplusefi Source - c8545d5413 wic/plugins: Source that support both EFI and BIOS - cbdb000632 python3-mako: update to 1.0.14 - 74b5d8df4e python3-docutils: update to 0.15 - 03a04b197d python3-scons: update to 3.1.0 - 9e138c0b46 maintainers: Account for musl-obstack and libssp-nonshared - a747239978 elfutils: Fix eu-* utils builds for musl - a0fb909373 musl-obstack: Add recipe - 6cdcb1488a pam_systemd: Include missing.h for secure_getenv - 6b603924e5 sysvinit: Include sys/sysmacros.h for major/minor definitions on musl too - 5841e52e79 mdadm: Include sys/sysmacros.h for major/minor definitions - 31a08144f9 musl: Upgrade to 1.1.23+ - f34b852b34 xinput: update to 1.6.3 - f5c6b2d544 piglit: fix SRC_URI - 845af88f86 iptables: upgrade 1.8.2 -> 1.8.3 - 14655b3a54 Revert "unzip: fix CVE-2019-13232" - e59c672027 python3-pbr: update to 5.4.1 - 7a2c56da85 udev-extraconf: do not mount swap partitions - dd8c7f2466 psplash: create psplash tmpfs mount directory in psplash-init - 190531943a mpeg2dec: Fix PIE build and avoid relocation in text section on ARM - 69b0f94c11 ffmpeg: upgrade to 4.1.4 - 51f13afe66 ffmpeg: don't use hardcoded lookup tables - 8d1557356d meson.bbclass: export STRIP=${BUILD_STRIP} - b2e0b383a1 libtool: remove host information from libtool - 4663d06a79 unfs3: set upstream tag regex to avoid false-positives - 18875698e1 freetype: upgrade to 2.10.1 - 9422745979 cve-update-db-native: clean up JSON fetching - bb4e53af33 cve-update-db-native: improve metadata parsing - b309840b6a cve-update-db-native: use executemany() to optimise CPE insertion - 8081d64535 openssl: fix valgrind errors on v1.1.1c - 8a0602327d devtool: remove temp dir in upgrade - 7105c9bcce runtime_test.py: use track_for_cleanup for temp dir - f0d822fad2 cve-update-db: actually inherit native - 4b301030cf cve-update-db-native: use os.path.join instead of + - 4fa03fa14f gdb: fix CVE-2017-9778 - b3b1c00cc4 python: include CVE patches for python-native as well - 4df4de2ac8 unzip: fix CVE-2019-13232 - 7e90506534 glibc: CVE-2018-20796 is same as CVE-2019-9169 - a55fbb4cb4 rsync: fix CVEs for included zlib - 5a38ef7eef iptables: Security Advisory - iptables - CVE-2019-11360 - eb59546c83 ltp: upgrade 20190115 -> 20190517 - 84d08b0bed systemd-bootconf: Mark as machine specific - dcbf7b864d wic: Fix (again) partition files UIDs on multi rootfs images - 78de2cb39d cve-update-db-native: Remove hash column from database. - 7069302a4c cve-check: Replace CVE_CHECK_CVE_WHITELIST by CVE_CHECK_WHITELIST - 92f34fbe32 squashfs-tools: upgrade to commit f95864afe883 - 54b91da2bd curl: upgrade 7.65.1 -> 7.65.2 - bbde94e994 debianutils: upgrade 4.8.6.1 -> 4.8.6.3 - 2ec481b19d openssl: set CVE vendor to openssl - c2140b42c8 libpciaccess:upgrade 0.14 -> 0.16 - 7f34f36575 xwininfo:upgrade 1.1.4 -> 1.1.5 - d3581b5d55 libice:upgrade 1.0.9 -> 1.0.10 - 00c84fd258 vte: upgrade 0.56.1 -> 0.56.3 - 7ab3b3d57d glib-2.0: upgrade 2.60.4 -> 2.60.5 - ad33d889ad bzip2: upgrade 1.0.7 -> 1.0.8 - a0236a8f68 qemu: fix CVE-2019-12155 - cef180de36 binutils: CVE-2019-9070 is same as CVE-2019-9071 - 8d0b4704a5 defaultsetup.conf: enable select init manager - 27ce69861e staging: Drop clean_recipe_sysroot - 4a69bf5ae3 pkgconf: upgrade 1.6.1 -> 1.6.3 - 6ee8d724bb piglit: upgrade to latest revision - 30ff50223c package_manager: Ensure the base-feed directory exists - 088f5d9700 qemurunner.py: Be more verbose about problems - ecbf494b26 opensbi: Fix installed-vs-shipped warning Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - 3061ead8c strongswan: Fix do_patch fuzz - 649d491b2 vboxguestdrivers,can-isotp,bpftool: Add to Blacklist - eca729d98 drbd,netkit-rusers: Blacklist packages - b4937b5d6 nodejs: Mark incompatible with risc-v - ace2fc493 remmina: Add recipe for the remmina remote desktop client - 48471748f python3-cmd2: Add to blacklist - fb34a7c58 python-jinja2: Make asyncio specific to python3 module alone - dce0799b1 wireguard: Upgrade 20190702 to 20190905 - 7a706c066 python3-pytest-asyncio: Initial commit of 0.10.0 - 3bf4c102a python3-twine: Initial commit of 1.13.0 - 720a2ffe8 ltrace: Fix build on mips - 6b236cd02 dejagnu: Remove, moved to oe-core - e7b382602 samba: Fix configure tests to work with clang - 391d79571 hwdata: upgrade 0.326 -> 0.327 - 26ca08541 grpc: Change gettid patch with the upstream merged version - 0c05d4987 grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30 - 0797189c3 libnet-dns-perl: upgrade 1.20 -> 1.21 - 25b2a4df8 python-paste: upgrade 3.1.1 -> 3.2.0 - 86b4e8df8 xfsdump: support usrmerge - 8d4d608b4 apache2: fix multilib file conflicts - 99bb17256 php: sync with apache2's change - 7cd67125a nano: update to 4.4 - e151a4fac drbd-utils: switch to add patch from change source in do_configure - 3423c8004 python-pyasn1: upgrade 0.4.6 -> 0.4.7 - 8ab781121 python-pbr: upgrade 5.4.2 -> 5.4.3 - 195899460 python-dbus: upgrade 1.2.8 -> 1.2.10 - f5d84222c python-stevedore: upgrade 1.30.1 -> 1.31.0 - 9ba8e8266 python-pytest: upgrade 5.1.1 -> 5.1.2 - 91148a8b0 uhubctl: upgrade 2.0.0 -> 2.1.0 - ca1cc870c numactl: upgrade 2.0.12 -> 2.0.13 - 517bd23da libtalloc: upgrade 2.2.0 -> 2.3.0 - 069d3e8fd python-jinja2: rdepend on asyncio module - 22486241f mariadb: fix file conflictions when multilib enabled - 170619767 lmbench: update script lmbench-run - e3485d0cf netcf: Fix do_configure failed when multilib - 4a031cf2a gpsd: gpscat no longer uses python-curses in 3.19 - ab3072ee4 klibc: Fix build with 5.2+ kernel headers - a0cc2d635 iscsi-initiator-utils: Inherit pkgconfig and override PKG_CONFIG - 4f831c84a xfce4-screenshooter: upgrade 1.9.5 -> 1.9.6 - b13b877d3 xfce4-settings: upgrade 4.14.0 -> 4.14.1 - a4ea9eece imsettings: upgrade 1.7.3 -> 1.8.1 and rework recipe - 7897ca7d1 lvm2: fix blkdeactivate failed with command not found - c20f2aa82 python3-pyatspi: restrict with GTK2DISTROFEATURES - a1a0e8d91 nodejs: 10.16.2 -> 10.16.3 - 8f9164349 php: upgrade 7.3.8 -> 7.3.9 - af6d79843 strongswan: upgrade 5.8.0 -> 5.8.1 - 870e66d5f freeradius: upgrade 3.0.17 -> 3.0.19 - 285b3fbf3 iperf2: Fix build with latest libc++ - 4d7124c76 zstd: Upgrade 1.4.2 -> 1.4.3 - 1a4c632ee python-hyperlink: rdepend on python-idna - fc5139e39 satyr: upgrade 0.27 -> 0.28 - eb2b608cf postgresql: 11.4 -> 11.5 - 215df6e5b iscsi-initiator-utils: 2.0.876 -> 2.0.877 - e78130c9b yail: update UPSTREAM_CHECK_GITTAGREGEX - a7c19fc9a tipcutils: ptts: Set recv buffer size to max to receive as many packets as possible - dc66ca849 python-cmd2: Add python3 version - 05d4ee94c fluidsynth: upgrade 2.0.5 -> 2.0.6 - 6a5d6bc9a cryptsetup: add libdevmapper to RDEPENDS - 7127971a4 ssiapi: Upgrade to 1.3.0 - 31a55b947 Remove bogus COMMON_LICENSE_DIR usage in LIC_FILES_CHKSUM - 9d559933d Remove LICENSE = "MIT" from packagegroups and images - c6351749d meta-oe: Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = 'null' - 2754eb92d netcf: Fix Manifest not found issue - 00582ff49 grubby: support usrmerge - 97c0af597 ntfs-3g-ntfsprogs: support usrmerge - 0433f28ee xfsprogs: support usrmerge - 2c67dcf65 drbd: Upgrade to 9.0.19-1 - dff93352c linux-atm: Fix build with kernel headers 5.2+ - d6b4dee1b can-isotp: Update to latest tip - 103ab253c android-tools: update license md5sum for BSD-2-Clause - 33608095e can-utils: Fix build with kernel headers >= 5.2 - d8685320a cryptsetup: add libdevmapper to RDEPENDS - debaffd2d python-script: update license md5sum - b49e4c924 Adapt to the lsb -> lsb-release change in OE-core - 8d1414967 mimic: Fix the build with -Os - 2d3a7261e libwebsockets: Fix the build with -Os - 55dabe20b websocketpp_0.8.1.bb: Fix build with asio from boost 1.70+ - 80b866344 ncmpc: Update to 0.34 - 44c020f87 kernel-selftest: Explicitly disable stack protector - d46e1e767 bpftool.bb: Disable SECURITY_CFLAGS - 3fe85fcae evolution-data-server: remove unused gconf dep and pythonnative dep - 5e83ccc9b glibmm: upgrade 2.58.1 -> 2.60.0 - 965ce4b93 libsigc++-2.0: upgrade 2.10.1 -> 2.10.2 - 8ebe4041d Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = 'null' - 383e8bee8 dnsmasq: fix build against 5.2 headers - 62bccf326 libnss-nisplus: Fix build with glibc >= 2.30 - f2487da39 ifmetric: add initial recipe based on Debian packaging and patches - 23adcea49 docopt.cpp: Drop using gitpkgv - 7d44b3d78 sjf2410-linux-native: Fix do_deploy sstate caching - dab0e5421 libmodbus: update version to 3.1.6 - 927f57802 python-cmd2: upgrade 0.9.2 -> 0.9.16 - 81ba63580 python-pluggy: upgrade 0.6.0 -> 0.12.0 - ed7a4c01d python3-xxhash: upgrade 1.3.0 -> 1.4.1 - 5d802e6e4 python-pytest: upgrade 3.4.2 -> 5.1.1 - a0c765605 libblockdev: fix PACKAGECONFIG regarding python - 0469a6939 samba: upgrade 4.10.6 -> 4.10.7 - da358cf1f libgit2: Don't pass parameters with their default values to cmake - e1acbf33f kernel-selftest: Warn conditionally about clang-native dependency - 392fee87f python-alembic: upgrade 1.0.11 -> 1.1.0 - 3ac60b490 breakpad: fix patch striplevel to avoid 'devtool modify breakpad' error - 98625eb6c libgpiod: nherit python3native unconditionally - 2ebaa8df1 python3-pyatspi: Add Dbus ATSPI recipe - ecfe351e4 vlc: don't look at host headers for live555 - c15a701af pugixml: add recipe - 5be68d1f9 cmark: initial add 0.29.0 - 815739a16 xfce4-datetime-setter: fix compile error and requires distro feature x11 - 585b1eac7 python-pyyaml: upgrade 3.13 -> 5.1.2 - a1cafabfc python3-pystemd: add new recipe - 5b4372c24 python-pip: upgrade 19.2.2 -> 19.2.3 - e8f36cf36 python-paste: upgrade 3.1.0 -> 3.1.1 - 4f627e8e3 libtdb: upgrade 1.4.1 -> 1.4.2 - 2196272e8 nftables: update to 0.9.2 - 407d36af5 libenv-perl: Import from meta-security - bcd89f7cd libgit2: Upgrade 0.27.9 -> 0.28.3 - fa00c98d6 xmlsec1: Import from meta-security - a27d0cc0c Recipe for docopt.cpp option parsing library - 6be3aba0d multipath-tools: lvm2 to DEPENDS - 3f64779ea libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only - 0c63afaf3 kpatch: upgrade 0.7.1 -> 0.8.0 - b534bf97b python-jsonschema: upgrade 2.6.0 -> 3.0.2 - eec355783 python-twisted: upgrade 19.2.1 -> 19.7.0 - 80c60a5d1 python-typing: upgrade 3.7.4 -> 3.7.4.1 - 84c0f1870 python-futures: upgrade 3.2.0 -> 3.3.0 - f52c286ae evolution-data-server: Don't use explicit version number for libebook - 5d88468e6 evolution-data-server: Remove unused FILES paterns. - dd336de2d evolution-data-server: Use SRC_URI provided by gnomebase. - f6767fe96 evolution-data-server: Add PACKAGECONFIG entry for phonenumber. - 07ced16e9 evolution-data-server: Add weather PACKAGECONFIG feature. - b5f6adf6c evolution-data-server: Turn goa support into PACKAGECONFIG feature. - 0e9af3fb6 evolution-data-server: Add PACKAGECONFIG for vala bindings. - 940d47185 evolution-data-server: Fix package gobject-introspection support. - 35ce30890 evolution-data-server: Drop glade file references. - febdfeddb evolution-data-server: Drop ENABLE_UOA from EXTRA_OECMAKE. - 1b2013ca0 evolution-data-server: Add PACKAGECONFIGs for oauth2 and kerberos. - 3308d4a2f evolution-data-server: Drop bits related to autotools - d5d20e0cb evolution-data-server: Specify SYSCONF_INSTALL_DIR in EXTRA_OECMAKE. - 01d3b805f evolution-data-server: Add dedicated packages for libebook-contacts. - 5fe37f887 evolution-data-server: Inherit upstream-version-is-even bbclass. - 318d683ad evolution-data-server: Drop x11 as required distro feature. - 5458f8264 evolution-data-server: Update to version 3.32.4 - da61ce239 libmxml: Use autotools bbclass and cleanup the recipe a bit. - 1e8bc46e5 networkd-dispatcher: service file is using different location of binary - fbe17b57d lvm2: fix circular dependencies while systemd enable cryptsetup - 2c0031a81 python-protobuf: upgrade 3.9.0 -> 3.9.1 - 064e8f428 xfsprogs: upgrade 5.2.0 -> 5.2.1 - 290234035 ade: add recipe - 26656c1cd python-socketio: prevent python2 socketio depending on python3-aiohttp - 6b41e0ad6 networkmanager: Upgrade 1.18.0 -> 1.18.2 - 191b689b8 clinfo: add recipe - ad947d2c7 python-flask-pymongo: upgrade 0.5.1 -> 2.3.0 - 820b63d84 libtdb: upgrade 1.4.0 -> 1.4.1 - 38d83cfd0 libnftnl: upgrade 1.1.3 -> 1.1.4 - bee22cea6 poppler: Stop using USE_FIXEDPOINT - 5aaf6ea24 gnome-keyring: Update to version 3.28.2 - ec0ad82a3 gnome-bluetooth: Update to version 3.32.1. - 41801ad42 libtinyxml2: update to 7.1.0 - 992f4bd57 apache2: upgrade 2.4.39 -> 2.4.41 - f98e078cc gigolo: upgrade 0.4.2 -> 0.5.0 - 2625ed520 xfce4-diskperf-plugin: upgrade 2.6.1 -> 2.6.2 - 6a241d45e xfce4-fsguard-plugin: upgrade 1.1.0 -> 1.1.1 - 092724397 xfce4-mpc-plugin: upgrade 0.5.1 -> 0.5.2 - 8a46dcbe4 xfce4-systemload-plugin: upgrade 1.2.2 -> 1.2.3 - 9983d337e xfce4-netload-plugin: upgrade 1.3.1 -> 1.3.2 - 15943f047 xfce4-wavelan-plugin: upgrade 0.6.0 -> 0.6.1 - af2f2ccbf xfce4-smartbookmark-plugin: upgrade 0.5.0 -> 0.5.1 - b9b348d0b xfce4-battery-plugin: 1.1.2 -> 1.1.3 - 684aaa305 xfce4-time-out-plugin: upgrade 1.0.2 -> 1.0.3 - 2d43fa20c libgee: Update to version 0.20.2 - 4f9d5b97d cryptsetup: upgrade 2.1.0 -> 2.2.0. - 87c9da253 libgit2: Upgrade 0.27.8 -> 0.27.9 - ea133eab3 libuser: musl now supports secure_getenv - db9ca7d7c networkmanager: musl now supports secure_getenv - 509d40153 libgdata: Update to version 0.17.10. - 2756e90e0 gnome-themes-standard: Update to version 3.28 - 1126e1e00 telepathy-glib: Enable vala bindings - e1f04e866 telepathy-glib: Update to version 0.24.1 - 28f0b48c6 ufs-tool: Do not force static linking - 38f6350de grubby: Add bash to rdeps - 495313115 python3-blivet: Add python3 to rdeps - 806fbbf81 klibc: Disable bcmp builtin for clang on glibc as well - 884b3c2a6 hplip: Add python to rdeps - 2e53c3c17 webmin: Add perl to rdeps for modules - ef6c9011e mime-construct,libextutils-parsexs-perl: add runtime dependency on perl - b42bc4fea cli11: Remove dev pkg dep to main pkg - 51799d2ce scsirastools: add runtime dependency on bash II - 993f2d2f8 libdbi-perl: add runtime dependency on perl - 67ea219f2 lmsensors: add runtime dependency on bash - 1f6cbc0e8 edac-utils: add runtime dependency on perl - 19dd354c2 dnf-plugin-tui: add runtime dependency on bash - 803dd59f7 libcec: add runtime dependency on python3-core - 586181f2d scsirastools: add runtime dependency on bash - b386c9741 freeradius: add runtime dependency on perl - fed6a68f9 iotop: add runtime dependency on python-core - 080532ff8 nodejs: fix QA error about /usr/bin/python dependency - d5bd1ff66 python-pymongo: upgrade 3.8.0 -> 3.9.0 - 6df6305b5 parole: upgrade 1.0.2 -> 1.0.4 - 458c3f7b0 xfce4-pulseaudio-plugin: upgrade 0.4.1 -> 0.4.2 - 135e90280 xfce4-places-plugin: 1.8.0 -> 1.8.1 - 5aee7a3aa xfce4-datetime-plugin: upgrade 0.7.1 -> 0.8.0 - 12a676baa catfish: upgrade 1.4.7 -> 1.4.8 - 947bd5636 ristretto: upgrade 0.8.4 -> 0.10.0 - 448f0fb2b mousepad: upgrade 0.4.1 -> 0.4.2 - 074a44af4 mousepad: move to gtk3 - 0d505e309 gtksourceview3: upgrade 3.24.10 -> 3.24.11 - 3af956f02 xfce4-terminal: upgrase 0.8.7.4 -> 0.8.8 - 1db53f752 xfce4-cpugraph-plugin: upgrade 1.0.5 -> 1.1.0 - 2841f0ef1 xfmpc: upgrade 0.2.3 -> 0.3.0 - 119878bd3 xfce4-whiskermenu-plugin: upgrade 2.3.2 -> 2.3.3 - 2751445c5 libopus: Limit forcing ARM mode ISA to v5 only - 84bf94bfe php: zlib and zip support - 274e6e40f packagegroup-tools-bluetooth: correct RDEPENDS - 0aa96837f xfsdump: fix error to work with xfsprogs 5.2.0 - a6eeacedd xfsprogs: upgrade 5.1.0 -> 5.2.0 - c95842cdc stress-ng: delete recipe - d21d509b9 python-pygobject: remove build-dependency on setuptools and add dependency on pkgutil - 590153f6b xfwm4: 4.13.3 -> 4.14.0 - a0deab736 xfdesktop: 4.13.5 -> 4.14.1 - 97166f808 xfce4-settings: 4.13.7 -> 4.14.0 - 8abba9a7e xfce4-session: 4.13.3 -> 4.14.0 - 81290f06b xfce4-power-manager: 1.6.3 -> 1.6.5 - aa7cf3334 xfce4-panel: 4.13.6 -> 4.14.0 - f42e05bc2 xfce4-dev-tools: 4.13.0 -> 4.14.0 - c8ca05f47 xfce4-appfinder: 4.13.3 -> 4.14.0 - 348829309 tumbler: 0.2.0 -> 0.2.7 - 42355258d thunar-volman: 0.9.3 -> 0.9.5 - 543e47091 thunar: 1.8.7 -> 1.8.9 - 9f8bf6ddb garcon: 0.6.3 -> 0.6.4 - 9495a620b exo: 0.12.6 -> 0.12.8 - 00e460010 libxfce4ui: 4.13.6 -> 4.14.1 - 33812a25d xfconf: 4.13.8 -> 4.14.1 - 2283d9cb5 libxfce4util: 4.13.4 -> 4.14.0 - 64ed8b631 lvm2: Fix RDEPEND on lvm2 to lvm2-udevrules - cf453be9f python3-aiofiles: add recipe - 28ae6b2ce netkit-rusers: Fix cross-build after glibc dropped rpc - 1ed7486a8 kernel-selftest: skip -Werror=format-security and fortify - 2d34bda22 t1lib: Remove, gtkmathview was the last user - 42d2034f9 gtkmathview: Remove, abiword was the last user - 56f866e32 wv: Remove, abiword was the only user - 8b4b7567a python3-twofish: Fix missing return statements in module stubs - 7cede6b86 ntop: fix missing return from non-void function - d3579d05d redis: backport a fix for stack trace generation on aarch64 - 10acf95d9 python-pip: upgrade 19.2.1 -> 19.2.2 - 6ba70b215 python-lxml: upgrade 4.4.0 -> 4.4.1 - 09acc5af3 python-configparser: upgrade 3.7.4 -> 3.8.1 - 4e0538516 abiword: remove - 870571196 networkmanager: fix typo in nonarch_base_libdir - 8d2633b8d python-socketio.inc: add missing RDEPENDS - e70ba86d7 python-async-timeout: add asyncio to RDEPENDS - 311dfa83b python-aiohttp.inc: add missing RDEPENDS - 54645121c python-socketio: upgrade to 4.3.1 - 8f3d728b3 python-engineio: upgrade to 3.9.3 - ac31a6d34 python3-multidict: upgrade to 4.5.2 - 21e53693a python3-websockets: upgrade to 8.0.2 - 3947b77ac glmark2: Upgrade SRCREV to latest - 2ea549618 python3-pillow: Provide python3-imaging - ae88e1a5d gvfs: upgrade from 1.40.0 to 1.40.2 - 5f0f3e0ea python-pandas: remove the python 2.x version of the recipe - a6043b70a mongodb: add mongo shell as a PACKAGECONF option - ff074c9bf kpatch: upgrade 0.61 -> 0.71 - 493aa5b89 snort: upgrade 2.9.14 -> 2.9.14.1 - 58c865e46 nodejs: 10.16.0 -> 10.16.2 - b2c96a97f xfce4-datetime-setter: add recipe - cb036c840 hostapd: upgrade 2.8 -> 2.9 - 378dba96f meta-xfce: Make Kai Kang layer maintainer - 7de19639d dnf-plugin-tui: new recipe - 9472d02c7 python-oauthlib: remove the 2.x version of the recipe - 0f2ab9597 iwd: Upgrade 0.18 -> 0.19 - 2e35a61e2 kpatch: Pass ARCH from environment - 3468447d9 python-matplotlib: remove the python 2.x version of the recipe - d2b991fb5 xfce4-settings: rrecommends xfce4-datetime-setter - 19661b905 php: upgrade 7.3.7 -> 7.3.8 - a85944ed2 unixodbc: mysql5 is not required but readline is - 017bf0cfa netkit-rusers: Depend on rpcsvc-proto-native for rpcgen tool - 1adabd799 iperf2: Upgrade to 2.0.13 - 99723349a kpatch: fix QA build errors for nativesdk - a8ed1f33d libnss-nisplus: Add recipe - c79bce945 libgpiod: bump version to v1.4.1 - 9aebfb3a8 layer.conf: ignore wireless-regdb->crda dep for siggen purposes - 15ed5f79c python-markupsafe: upgrade 1.0 -> 1.1.1 - e00616ff0 protobuf: upgrade 3.9.0 -> 3.9.1 - 43c620242 android-tools: Fix build with glibc 2.30 - cac734087 grpc: Update to 1.22.0 - 381508f90 python-grpcio: Use gettid API from glibc 2.30+ - 5f05cba74 mcelog: upgrade 162 -> 164 - e839371c3 graphviz: Do not build tcl support for target - 2cb6ed738 graphviz: Fix build error that surfaced with latest pango - 11bc2775a klibc: Pass -fno-builtin-bcmp with musl/clang combo - 8558e4de3 network-manager-applet: Remove the obsolete DEPENDS on gconf - 4ce663a20 network-manager-applet: Remove obsolete do_configure_append - e368f7e2c mozjs: do not expose intl api for mips64 - 13299ccca modemmanager: Use a simpler workaround for the clang build - 2f36fb71c pmdk: Fix packaging errors when building on non-x86 host - 0b56ee2b4 gradm: Upgrade to 3.1-201903191516 release - 3b8a7ca02 sjf2410-linux-native: Do not include sys/io.h - 80e0113f7 libkcapi: upgrade 1.1.4 -> 1.1.5 - 53a2ac013 opensaf: upgrade 5.19.03 -> 5.19.07 - 47f3c8756 itstool: upgrade 2.0.5 -> 2.0.6 - 8e6799f97 python-pbr: upgrade 5.4.1 -> 5.4.2 - 6cef10966 wireshark: Use an upstream URL that stays valid longer - 15c1350f8 python-mako: upgrade 1.0.14 -> 1.1.0 - f8e1d0c17 python-pygobject: move python-setuptools from RDEPENDS to DEPENDS - 85feefeca python-configparser: upgrade 3.5.0 -> 3.7.4 - 24fa93dff poppler: toggle gobject-introspection support - 0a36d10f0 fio: Delete redundant tag - bb781ebf2 fio: fix first direct IO errored when ioengine is splice - 7202dc267 dhcpcd: update to 8.0.2 - d09e9530f wireguard: Upgrade 20190406 to 20190702 - 501a565fe libedit: Delete - 58805f41a ufs-tool: add tool to access UFS (Universal Flash Storage) devices - 45e884888 libsub-exporter-progressive-perl: Remove unneeded DEPENDS_PN - 3c5db8fc6 klcc-cross: Recognise --unwindlib clang option - 403d7db5d cppzmq: bump to version 4.4.1 - 723075594 metacity; upgrade from 3.30.1 to 3.32.0 - 04473965b Netdata upgrade: 1.8.0 -> 1.16.0 - 0b958bd99 python-pytz: upgrade 2019.1 -> 2019.2 - b8a6aceea python-pytest-runner: upgrade 4.2 -> 5.1 - 4b5832ef4 python-pyparsing: upgrade 2.4.0 -> 2.4.2 - bb1e38929 python-pyasn1-modules: upgrade 0.2.2 -> 0.2.6 - 31c4542f2 python-pyasn1: upgrade 0.4.5 -> 0.4.6 - e5b6e4ef9 icewm: add recipe - ccf36c51a python-jsonpatch: upgrade 1.23 -> 1.24 - 68f1fdf23 pm-graph: fix time format parse error - c9fbe982f hwdata: upgrade 0.322 -> 0.326 - a57e9bad0 python-lxml: upgrade 4.3.4 -> 4.4.0 - f16db6528 python-pycodestyle: upgrade 2.4.0 -> 2.5.0 - 91470d948 liblightmodbus: Add version 2.0.2 - dab0e88e2 meta-oe: Use GNU_MIRROR in more recipes - dd60555cd zstd: Update 1.4.0 -> 1.4.2 - a58021bd4 libsodium: upgrade 1.0.17 -> 1.0.18 - cd5566d00 python-cython: upgrade 0.29.12 -> 0.29.13 - c5372155f openldap: upgrade 2.4.47 -> 2.4.48 - 71cb56871 meta-oe: Change some ftp:// URIs to http(s):// - da88c383e rsyslog: update from 8.1903.0 to 8.1907.0 - 72d7c7031 log4cplus: remove gold linker setting - c4bb89164 dialog: upgrade 1.3-20190211 -> 1.3-20190728 - c7e2778e0 poppler: update from 0.75.0 to 0.79.0 - e63b45fdd libdbi-perl: prevent native libdbi-perl depending on target perl - ae65eb496 oprofile: drop kernel-vmlinux from RRECOMMENDS - b0e1cd4d7 alsa-oss: Drop now not needed patch - 2332aa3f9 collectd: Fix build with glibc 2.30 - bc93fe695 fwts: Update to 19.06.00 - 0f080a699 syslog-ng: append syslog-ng.service - bc27c62dc Add recipe for the coloredlogs python package. - da6b51b55 gnome-system-monitor: Add DEPENDS on polkit - 910891d72 openvpn: respect pid file in init.d service start - 119cfb25d netkit-rusers: Add dep on rpcsvc-proto for rpc headers - 32590d488 libgsf: Drop the obsolete inherit gconf - 5064a83dc wolfssl: update to 4.1.0 - 2d9903107 openocd: Fix build with glibc 2.30 - 09faeabeb ypbind-mt: Fix build with glibc 2.30 - 7bd0f5d6d opensaf: Add configure time check to detect gettid API in libc - d31ac5025 snort: Fix build with glibc 2.30 - ca22e1996 postfix: Fix build failures with glibc 2.30 - af907bf36 chrony: update to 3.5 - e5ac325b7 itstool: Don't use hardcoded, absolute path to python3 binary. - 2bdd4a599 dhcpcd: update to 8.0.1 - 3270d14d5 pegtl: Fix build with clang/libc++ - 087b917aa pegtl: Initial recipe - d1321215f xfwm4: fix assertion error - 7aeac572d lmsensors: support package lmsensors - f69833e65 python-paste: upgrade 3.0.8 -> 3.1.0 - 93728da07 python-pip: upgrade 19.1.1 -> 19.2.1 - 22b87aa62 xterm: upgrade 347 -> 348 - fc5030a5f meta-oe: Inherit gnomebase instead of gnome - bd526f7cc meta-gnome: Inherit gnomebase instead of gnome - aa98f9eb7 bats: new package - e018a9a95 net-snmp: update SRC_URI - 6d5bf9f8e gpsd: Switch from python-scons-native to python3-scons-native - 5f74c657c orage: Fix build with libical3 - 9abf32cf3 python-beautifulsoup4: upgrade 4.7.1 -> 4.8.0 - a8f362deb nftables: 0.9.0 > 0.9.1 - 915098ffa libsdl: import from OE-Core - ccf2220ab cpprest: Do not export Werror from build system instead of adding -Wno-error to the same build command - 64a3c8671 python-jsonref: add recipe - b5f8310b5 xfsprogs: upgrade 5.0.0 -> 5.1.0 - 24af5ceca python-mako: upgrade 1.0.13 -> 1.0.14 - 5032f0df2 snort: upgrade 2.9.13 -> 2.9.14 - 9483d4da0 cpprest: update to 2.10.14 - 3a7abb175 log4cplus: Fix build with gold linker - 65ac4604b log4cplus: Upgrade to 2.0.4 - 8ea855776 udisks: Remove this obsolete version - e6d53c86d meta-multimedia: Remove GNOME_COMPRESS_TYPE = "xz" in recipes - 4e03e568c fluidsynth: Add PACKAGECONFIG for readline - 437e051b5 jasper: Use the new upstream GitHub location instead of the defunct tarball URL - 9dade50bb meta-gnome: Remove GNOME_COMPRESS_TYPE = "xz" in recipes - 2a7f35f1e gnome-desktop3: Fix REQUIRED_DISTRO_FEATURES - 89c3f72c3 libtdb: fix do_package_qa issue - 3a483881b dstat: upgrade 0.7.3 -> 0.7.4 - e90eda099 htpdate: update to 1.2.1 - 720aa1ce3 uftp: update to 4.10 - 78a422d04 python-pbr: upgrade 5.4.0 -> 5.4.1 - 05250418c wireshark: upgrade 3.0.2 -> 3.0.3 - 1636db7e6 gperftools: separate off libtcmalloc-minimal - 74ca25227 blueman: update to 2.1.1 - 4ee778798 kexec-tools-klibc: Refresh patch with no code change - b44a72a07 pmdk: Fix libdir which is multi-lib aware - ac053738e usbctl: Switch to git fetcher - 732190ce4 libuv: Switch to using git fetcher - 9a053cced pam-plugin-ldapdb: Use git fetcher - 868c2915d dumb-init: Switch to git fetcher - 34fddf611 x11vnc: Switch to git fetcher - 5da32077e mpv: Switch to using git fetcher - adb8fb583 python-matplotlib: Use git src_uri - 07db1c40e firewalld: Update to 0.6.3->0.6.4 - ed399faf3 arno-iptables-firewall: Switch to git fetcher - 659ce8b37 sthttpd: Use git SRC_URI instead of github archive - 0f61a72a0 cli11: Refresh patch to fix fuzz - 7033623f3 recipes: Use BPN instead of PN in SRC_URIs - 80731442f python: pypi: Add python3-term - ca98c7044 librelp: Pass Wno-error to compiler - 3982dc5b1 networkmanager: Use ALTERNATIVES for resolv-conf handling. - 163202e10 zstd: New recipe - 36e3e1e38 libzip: Upgrade 1.5.1 -> 1.5.2 - 76d12b8f0 samba: upgrade 4.10.5 -> 4.10.6 - f20ba24fd libldb: upgrade 1.5.4 -> 1.5.5 - 8f2b82f01 iperf3: Upgrade to 3.7 - ca233082a hwloc: Upgrade to 1.11.13 - 3a23691a2 makedumpfile: Upgrade to 1.6.6 - 96ec1963c crash: Upgrade to 7.2.6 - ef290c543 pmdk: update from 1.4.2 to 1.6 - cfcbbdc48 php: remove host specific info from header file - 2fe3b6682 s-suite: push SRCREV to version 3.5 - 0ce476699 xfce4-verve-plugin: 1.1.0 -> 2.0.0 - 7428873d8 fio: Upgrade to 3.15 - f0ed6c4e4 dhcpcd: update to 7.2.3 - dd76eb7d6 uftrace: upgrade 0.9.2 -> 0.9.3 - f8cb0c524 setxkbmap: upgrade 1.3.1 -> 1.3.2 - 3221fc4f2 unbound: create recipe for version 1.9.2 - 27d1d3dfa libtevent: fix do_package_qa issue - 47480003c gpsd: Upgrade 3.18.1 -> 3.19 - f950c9464 python-dateutil: add native BBCLASSEXTEND - 997728e02 python-attrs: add native BBCLASSEXTEND - 09a2a684e python-cffi: add missing RDEPENDS on pycparser - 599d67626 xfce4-pulseaudio-plugin: add dependency dbus-glib - d0d1ef19e xfce4-settings: 4.12.4 -> 4.13.7 - dced300e0 garcon: 0.6.2 -> 0.6.3 - 364738669 thunar-volman: 0.9.2 -> 0.9.3 - 82cbb6390 xfce4-dev-tools: 4.12.0 -> 4.13.0 - 62f2b2739 xfce4-panel: 4.13.5 -> 4.13.6 - 72c9bec9d xfce4-power-manager: 1.6.2 -> 1.6.3 - f23a629b5 xfdesktop: 4.13.4 -> 4.13.5 - 547ba02db xfwm4: 4.13.2 -> 4.13.3 - 00015bef8 xfce4-session: 4.13.2 -> 4.13.3 - 92b6660f3 thunar: 1.8.6 -> 1.8.7 - 386d4b92c xfconf: 4.13.7 -> 4.13.8 - f1633af06 exo: 0.12.5 -> 0.12.6 - e115fe237 libxfce4ui: 4.13.5 -> 4.13.6 - 57088196d libxfce4util: 4.13.3 -> 4.13.4 - ef93dc339 php: remove 5.6.40 - 4efcd85f2 gpsd: Disable manpage building by config option instead of patching - 700e1ae17 exfat-utils: update 1.2.3 -> 1.3.0 - 7ad0624bf fuse-exfat: update 1.2.3 -> 1.3.0 - 7d02bb8a2 exfat-utils: moved to github - b3a4f7821 fuse-exfat: moved to github - dbe4429e7 postfix: use alternatives to manage /usr/lib/sendmail - c1ecd778c picocom: update to 3.1 - 2e033b821 esmtp: use alternatives to manage /usr/lib/sendmail - cdf3a0cbe python3-pillow: Add python3-misc/logging/numbers to RDEPENDS - 066d5af9c python3-pillow: 5.4.1 -> 6.1 - a6784c888 protobuf: upgrade 3.8.0 -> 3.9.0 - c930c6fab python-protobuf: upgrade 3.8.0 -> 3.9.0 Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - 5a50c855 imx-base.inc: set i.MX 7ULP UBOOT_ENTRYPOINT setting to fix fitImage - 9876430c aiopsl: Adjust install for files - 0df57861 udev: add rule for qoriq-arm64 - 4d9edc57 dpdk,dpdkvpp: update COMPATIBLE_MACHINE for qoriq soc - 1165687c imx-base.inc: upgrade to weston 5.0.0.imx - b37cae07 imx8mqevk.conf: use the 1.14.imx forks of gstreamer - c4ce82a9 gstreamer1.0-libav_1.14.0: add gstreamer1.0-libav recipe - d5e848a2 wayland-protocols_1.17.imx: add missing DTRC meta protocol - 98afe0f0 imx-dpu-g2d: Cleanup - c4b88fd8 waffle: Configure wayland support - 6e4e8df8 mesa-gl: Fix GPU compatibility using imxgpu override - 874f8424 mesa-demos: Improve variable names - d7526636 weston: Fix video blurring for i.MX 6SL on Wayland - b53d3195 weston: Add support for AGL and IVI - ce4eb34f weston: Enable touchscreen calibrator - 0b123b03 weston: Drop weston.ini files since the baseline version is now in source - 1e2ff11a weston: Upgrade to 5.0.0.imx - b1781d2e imx-gpu-apitrace: Update - be20b038 libdrm: Update - ea1a784a imx-base.inc: Prefer DPU-based G2D when available - 024cd6fb imx-dpu-g2d: Upgrade to 1.7.0 - e0173729 imx-gpu-g2d: Upgrade to 6.2.4.p4.0 - 4cc63839 kernel-module-imx-gpu-viv: Upgrade to 6.2.4.p4.0 - 085bbd69 imx-gpu-viv: Fix OpenCL and Vulkan packaging - 0212c3de imx-gpu-viv: Fix i.MX 8 and 8X binary compatibility - ee85b4db imx-gpu-viv: Upgrade to 6.2.4.p4.0 - 07a0d8c7 dpdk,dpdkvpp: Limit to imx socs - 05ded87e cst: Fix build for target recipe - 5b427323 mesa_%.bbappend: enable for all imx8 SoCs - ae14280a qemu-qoriq: use Python 2.7 to build - 528709d6 atf: specify the non default keys pair - 755319ee cst: specify the non default keys pair - 82b3f7ce ls1043ardb: add ls2-phy to EXTRA_IMAGEDEPENDS - 862bafc6 ceetm: fix the building warning - c13fb0aa openssl-qoriq: update recipes - d17f1008 secure-obj: update recipes - 93190f27 optee-os-qoriq: Fix alignment of data for mempool_alloc_pool() - b9f322c0 ls2080ardb: remove dpl-examples - 8915f467 dpl-examples: remove recipes - aeb0cc26 layer.conf: Add zeus to compat layer - b40bfb9b eglinfo: Drop bbappends - 68be5444 imx-gpu-viv: Fix GLESv1 packaging - 6e1f0d9f imx-gpu-viv: RPROVIDE virtual/libgbm - 1b479972 imx-boot: Pass DTB names to make - 0b023333 atf: Remove redundant COMPATIBLE_MACHINE - 64e9eb86 atf: Make the package machine specific - 168a1e5b qemu-qoriq: Mark is specific to imx/qoriq - 50c9d858 u-boot-qoriq-fw-utils: Avoid stripping debug symbols - 1408af63 u-boot-fslc-common: Bump revision to ca0ab15271 - 9a2210d9 mesa: switch mesa to swrast renderer for mx8mm machine, resolve build issue - c1b7cfa9 recipes: Use BPN instead of PN in SRC_URIs - fa4994b2 atf: Fix builds of native tools during build process - c090df93 Split fiptool build into separate recipe - aac5d31b atf: Only enable and depends on optee when supported - 8788edcb optee: Add optee as a machine feature to all supported boards - e5d9e482 imx6sllevk:imx7dsabresd:imx7ulpevk: Remove firmware-imx-brcm dependency - 81bbefbb linux-fslc-lts: upgrade 4.19.56 -> 4.19.66 - e1b947bb Fix WKS_FILE to use files with .in extension - 348bfce7 linux-imx_4.14.98: Backport patches to fix building with gcc 9 - d3ca2d6e libimxvpuapi2: Add recipe - fd1a2df9 libimxdmabuffer: Add recipe - 750267ea gstreamer1.0-plugins-base: Move bbappend to 1.16 version - 26d7a749 xf86-video-fbdev: Delete 0.4.2 version here - 6e15bd4f dpdk,dpdkvpp: Define valid configs for armv7 - d90e4690 dpdkvpp: -mtls-dialect=trad is aarch64 specific - fdd35d64 dpdk,dpdkvpp: Depend on numactl for x86_64 Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - 7a20b21 Fix WKS_FILE to use files with .in extension Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - 2656d21e mkl-dnn: upgrade v1.0.1 -> v1.0.2 - f627454a intel-graphics-compiler: add opencl-clang to RDEPENDS - 441d749a intel-compute-runtime: include igc and gmmlib in RDEPENDS - 041c8c0b ixgbe: upgrade 5.6.1 -> 5.6.3 - 0bc64c2a tune-skylake.inc: Improve handling the newly introduced skylake tune. - 61dae732 isa-l: fix recipe version - abe5ac49 backport-iwlwifi: upgrade LinuxCore30 -> core45 - 04510bfa conf: add new machine intel-skylake-64 - ae9f89ee jhi: remove the executable bit from recipe - 065895e2 intel-media-driver: dont mark warnings as errors - 2558672d libipt: Initial recipe for Intel Processor Trace decoder library - 1a388d15 linux-intel-dev/mainline-tracking: update to v5.3-rc4 - 999be2ad compute-runtime: add - fca3176e igc: build for native too - 9804b5a0 llvm-spirv: update to sync with opencl-clang - e0486da7 opencl-clang: upgrade 8.0.0 -> 8.0.1 - 9c622332 opencl-clang: move to a separate recipe - 10b74dda gmmlib: build for native as well - 14415d0d linux-intel-rt/4.14: update to v4.14.134 - eaf1e9aa linux-intel_4.14: update to v4.14.138 - 0c265b1f ace: fix glibc build failure - 0b262534 intel-mediasdk: upgrade 19.2.0 -> 19.2.1 - 2b736619 intel-media-driver: upgrade 19.2.0 -> 19.2.1 - 50721b67 ovmf: refresh patch - dc83ce1b ace: add SUMMARY and HOMEPAGE - f4f24840 zlib-intel: use '.' instead of '_' in PV - 64f8ef70 meta-intel.inc: include i915 kernel module and firmware - 5657949d libyami: upgrade 1.3.1 -> 1.3.2 - 699bbf66 itt: install header files to package specific directory - 771ad319 linux-intel-rt/4.19: update to v4.19.59 - d4ae6e35 linux-intel/4.19: update to v4.19.62 - cea3cd4a intel-graphics-compiler: use custom UPSTREAM_CHECK_GITTAGREGEX - adbbf921 intel-mediasdk: disable x32 build - ec39e485 intel-media-driver: disable x32 build - e6bffbc7 gmmlib: disable x32 build - d5792d79 intel-corei7-64.conf: add conditionally to HWCODECS for x32 build - cfb0931f layer.conf: add default PREFERRED_PROVIDERS for zlib - 28261bb7 lms: upgrade 1921.0.0.0 -> 1932.0.0.0 - fae140eb mkl-dnn: upgrade v0.19 -> v1.0.1 - 40937b12 isa-l: Initial recipe for Intelligent Storage Acceleration Library - fc28779c hdcp: upgrade v19.1.0 -> v19.2.0 - a82be977 itt: upgrade v17.0 -> v17.01.28 - 91e57bd8 metrics-discovery: v1.5.102 -> v1.5.108 - 3b523669 libxcam: set proper version for recipe - f4e97a1b thermald: upgrade 1.8 -> 1.9 - 03f21762 intel-graphics-compiler: build only when clang layer is included - e3d7b3ab libxcam: Initial recipe for libXCam - 7fe75c85 jhi: fix QA failure for multilib build - efd27c68 intel-corei7-64.conf: include mediasdk and media-driver in HWCODECS - 36e22226 intel-mediasdk: check for "opengl" feature - 89472e2b intel-media-driver: check for "opengl" feature - 32278749 metee: upgrade 2.1.0 -> 2.1.1 - 310c470e linux-intel/4.19: update to v4.19.57 - 027da41c linux-intel_4.14: update to v4.14.133 Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - 866ccc8 linux-raspberrypi: Update 4.19 recipe to 4.19.71 - 81f79f1 u-boot-fw-utils: apply the same rpi4 patches as for u-boot recipe - d161499 eglinfo: Drop bbappend - ed47e37 layer.conf: Add zeus to compatible layers - e811912 raspberrypi-firmware: upgrade to latest to fix vc4-fkms - aa4222a bpftool: Enable for rpi since default kernel is > 4.14 now - d7cd633 mesa: Enable vc4, v3d, kmsro gallium drivers - e52158c linux-raspberrypi-rt: update to latest commit for 4.14 series - 2634621 linux-raspberrypi: add linux-raspberrypi-rt 4.19 - b112816 linux-raspberrypi: update to 4.14.114 - 8106df1 raspberrypi4-64: Remove the 3G RAM limitation - c6e0a7e mesa: Add v3d and kmsro driver as well - 557ea47 linux-raspberrypi: Update 4.19 recipe to 4.19.66 - 42c02d0 raspberrypi-firmware.inc: Update to 20190718 - be0e3df python-rtimu,python-sense-hat: Convert to py3 modules - c29c821 omxplayer: Bump revision - 9d0935c sdcard_image-rpi.bbclass: use -v for all mcopy calls and add bbfatal in case mcopy fails - 55345df xorg-xserver: Adapt bbappend to latest OE-core - 414831c packagegroup-rpi-test: Depend on wireless-regdb instead of crda - 62f5cd7 drbd: Disable for rpi machines - 37faf75 layer.conf: Add meta-networking to dynamic layers Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - 11504e2 libffi: Remove from meta-riscv - 9fd7192 linux-yocto_4.19: Remove qemuriscv64 compatibile - 296eb2c linux-yocto: Update the compatibility - eeb27aa openssl: Fix y2038 64-bit time_t build failures - b544321 busybox: Fix y2038 64-bit time_t build failures - f41e9ac linux: Update to the 5.2 kernel headers - 0ec9827 setup.sh: Do not delete build dir - 99cdf8d machine/qemuriscv32: Remove device loader - 04e6b2c riscv: Enable SECURITY_CFLAGS and GLIBC PIE for rv32/rv64 - 4c57b60 Do not disable GCCPIE - 2d65e70 glibc: Fix the glibc SRCREV - f48bec2 u-boot: Add OSTree uEnx.txt file - 679a01b u-boot: Run the boomcmd if we load a uEnv.txt file Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - 00fdeff poky-altcfg: Replace poky-lsb with poky-altcfg - 8bb0237 Remove LSB support bits - f4ba98e beaglebone: use the default of 256M rather than 512M - 66777ed conf/conf-notes.txt: add a mention of common tools - 03046c2 poky: Retire opensuse 42.3 from SANITY_TESTED_DISTROS - ada5868 local.conf.sample: do not add sdl to nativesdk qemu config - 6748c92 genericx86-64.conf/genericx86.conf: add QB_SYSTEM_NAME - 48bf407 yocto-bsp: runqemu runs beaglebone-yocto - 235f592 distro/include: Add poky-distro-alt-test-config.inc - f2868c6 poky-lsb: Drop libx11 PREFERRED_PROVIDER - 91ef1c5 poky-lsb: Drop features already in poky - a287de8 conf/poky: add Fedora 30 and Opensuse Leap 15.1 to supported distributions - 0145607 conf/poky: add debian-10 to the supported distribution list Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - 61c000c aktualizr: aktualizr-repo was renamed to uptane-generator. - 506edc9 Don't try to put the repo manifest in the initramfs image. - 357c65d Print usage information after parameter checking. - 90b3f43 Prevent creating an overlay with any path but the current directory. - e06640f Copy the image and U-Boot rom when using overlays. - c5e937b fixing broken link - 0862f16 Restore basic doc about getting started and dependencies. - e307742 Fix typo. - f2dcc34 OTA-3682: Remove the existing doc - 948c3ea Remove redundant content from the contrib doc. - ac7df81 layer.conf: add zeus to compatible release series - fd8a065 Fix some minor typos. - a0a909b Move rocko and sumo to the passive support list. - 230d0b5 OTA-3629: Responding to PR comments - 8ee9e9c OTA-3594: adding restructured Antora-friendly content - 620152f Use --wait-until-provisioned option while getting aktualizr status in the ip secondary tests - 74d9d16 README: new section for garage-sign. - 08759ff Use a default expiry of one month if nothing is specified. - 8434da1 aktualizr: latest garage-sign with expiration support. - f865c40 Expose OSTREE_BOOT_PARTITION in do_image_ota - 1b46307 Fix error during package_qa with aktualizr-ptest - 261c28a Do not export anything in sota.bbclass - 4f90284 Revert "Move OSTREE_BRANCHNAME to image_types_ostree.bbclass." - 8fa3a60 Bump aktualizr and garage-sign versions to the latest. - c6ad1d2 qemucommand.py: redirect qemu monitor to null chardev - a2fc4db Test for setting hwid - 1a3c0f0 Revert "Do not create connman's resolv.conf symlink at boot" - 8b5e97c Bump aktualizr - 36f3119 More helpful error message when running qemu - 8180fe8 Add bugfix service for old connman to systemd-networkd - 2c72b0c Do not create connman's resolv.conf symlink at boot - 672fcc5 Dont patch credentials Signed-off-by: Ricardo Salveti <[email protected]>
Not yet used/enabled by LmP, but required as a dependency of the meta-virtualization layer. Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - 624c5a0 ceph: Upgrade to 14.2.3 - d9d50ff cri-o: RDEPENDS on libdevmapper - 5258e89 kernel: update linux-yocto bbappends to match oe-core master - 8f11785 python-webob: RDEPENDS remove - 4846ff5 containerd-opencontainers: building unstripped binaries - f8568ab kubernetes: building unstripped binaries - ac0b214 diod: support usrmerge - 82b7166 cgroup-lite: support usrmerge - 5b8630d python3-sphinx: Add python3 version - dd68c2e openvswitch: install ovs-systemd-reload - e87e6fd ceph: remove fuse related services as WITH_FUSE is OFF - a822d76 python-pyyaml: upgrade 3.11 -> 5.1.2 - 6d6b2e1 lxc.cfg: set CONFIG_VXLAN=m for running in virtual machine - 0ca391c runc: add PACKAGECONFIG to allow building as static or not - 7de3818 kubernetes: clean up environment settings in do_compile - b19add3 lxc: upgrade 3.1.0 -> 3.2.1 - 940b899 criu: upgrade 3.11 -> 3.12 - 3e3ab10 irqbalance: upgrade 1.5.0 -> 1.6.0 - b538e06 cni: build more plugins - 9267ddf cni: fix problem about cross compilation - 4eca42b cni: remove unnecessary GO settings - a12a6d9 cri-o: skip it when depends not found - 91c23e6 nagios-core/nagios-nrpe: use update-alternatives for /var/nagios - 7acb70c .gitignore: ignore .patch files in top dir of meta-virtualization - fc129dc libvirt: Remove numactl from PACKAGECONFIG for arm - 4f870fa kubernetes: set COMPATIBLE_HOST - a23a7d6 docker: Define override-able BUILD_TAGS - 822bedb meta-virtualization: add layer depends on selinux - 1bd526d libvirt: Do not change /var/lib/libvirt/qemu for mips and mips64 in do_install - f73eb0b docker: improve hardcoded CC for cross compile - 95b848f containers/go/build: don't override global package strip flags - 37a554a libvirt: libvirtd: Facilitate using tls connection mode - 990d6d8 libvirt: Only add polkit to PACKAGECONFIG if polkit is in DISTRO_FEATURES - cd3767f libvirt: uprev to 5.5.x - a0cb3c7 k8s: update to 1.16+ - e6eb8e8 k8s: update CNI to 0.7.x - 7525f30 cri-o: update to 1.15 - 2ffb333 containerd: update to 0.2.7 - 7394c15 containers: update oci-systemd-hook to 0.2.0 - cf875d9 containers/runtime-spec: update to v1.01 - edd2454 docker-ce: update to v19.03-rc - 1702ce6 docker/moby: update to v19.03-rc - 0a2af19 oci-image-tools: refresh to tip of master - df0abf0 oci-image-spec: uprev to v1.0.1 - c8338c5 runc: update to -rc8 Signed-off-by: Ricardo Salveti <[email protected]>
Member
Author
|
ci-retest |
Relevant changes: - 743eca8 aktualizr-lite-public-stream: allow default tag to be customized by the user - 2b624ba aktualizr: lite: use docker-app as a standalone app - 9716ee9 aktualizr: allow running lite if public-stream is available - b18f818 aktualizr-lite-public-stream: add recipe - 0b8caa6 conf/lmp: prefer aktualizr-lite as the default SOTA_CLIENT - 45f3355 lmp-feature-docker: add docker-app to base install list - 6d3bf94 docker-app: use hub.foundries.io/cnab-app-base for cnab base image - 28b6bd8 docker-app: add version v0.8.0 - 5c3ed32 u-boot-script-toradex: apalis-imx6: always update spl and drop kernel/fdt - 7409487 lmp-machine-custom: apalis-imx6: prefer u-boot-fio - f392e42 u-boot-fio: add recipe for the foundriesio u-boot fork - b5e8635 conf/lmp: change default user/passwd to fio - 326bc8b recipes-sota: Update to latest aktualizr-lite patches - 2f4ba7b lmp-machine-custom: qemuriscv64: update QB overrides - a9a76d9 opensbi: drop bbappend, not needed anymore - 117d2d7 python3-docker-compose: make it compatible with latest pyyaml - eed7f31 python3-docker-compose: backport upstream patch for newer jsonschema - 840441c python3-jsonschema: add missing rdepends to 3.0.2 - 0739d1c python3-pyrsistent: add version 0.15.4 - 949fdb5 python3-docker: update to 3.7.3 - c366473 python3-paramiko: update to 2.4.3 - 23f3b69 atf: bump to 5dbdf8e - 3afa2ea systemd: bump resolv-conf alternative priority to 300 - be02dd8 optee-client: bump to post 3.6.0 for rpmb fixes - 5d9ca29 optee-os: add support for apalis-imx6 - 57d17f9 optee-os: imx: add patch for minimal HUK support - 4cf711e optee-os: bump to post 3.6.0 - ee5bcbb lmp-device-register: bump to the latest git revision - 5ba81b8 docker/runc/containerd: drop INHIBIT_PACKAGE_STRIP override - 7e4356d optee-sks: update BSD-2-Clause md5sum - 64d32a2 resize-helper: update BSD-2-Clause md5sum - 98c79df conf/lmp.inc: update DISTRO_VERSION to 3.0 - 4e8b447 layer.conf: drop sumo and add zeus to compat layer Signed-off-by: Ricardo Salveti <[email protected]>
No hash changes, just syncing with repo manifest -r -o. Signed-off-by: Ricardo Salveti <[email protected]>
Closed
mike-scott
approved these changes
Sep 13, 2019
Contributor
mike-scott
left a comment
There was a problem hiding this comment.
LGTM. Lots of changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.