-
Notifications
You must be signed in to change notification settings - Fork 254
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
Add support for OpenEmbedded Warrior (Yocto 2.7) #658
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shr-project
changed the title
Milestone 11 - Add support for OpenEmbedded Warrior (Yocto 2.7)
Add support for OpenEmbedded Warrior (Yocto 2.7)
Dec 31, 2019
shr-project
force-pushed
the
thud-mj13-warrior
branch
from
January 7, 2020 10:42
29a047d
to
971a67e
Compare
* keep both thud and warrior in LAYERSERIES_COMPAT for now until there is first change which isn't backwards compatible at which point we'll need to start maintaining separate warrior branch as well * drop the preferred version for linux-yocto, because thud has 4.14 and 4.18, while warrior has 4.19 - instead of following ubuntu lets just use whatever oe-core uses by default in each release * drop the meta-ros-backports-warrior dependency from LAYERDEPENDS_ros-common-layer so that we don't need to make it conditional on what release you're using, meta-ros-backports-warrior layer stays compatible only with thud, because it doesn't make any sense to include it in warrior builds Signed-off-by: Martin Jansa <[email protected]>
…nux-raspberrypi * webOS sets the preferred version in meta-webos-raspberrypi to whatever works with that (currently old 4.4 with thud, then it will be 4.19 for rpi4 and in future rpi3 as well) * rpi4 fails to build with 4.14 when nodistro config is used, let it use default 4.19 from meta-raspberrypi with zeus (including meta-updater): make[3]: *** No rule to make target 'arch/arm/boot/dts/bcm2711-rpi-4-b.dtb'. Stop. arch/arm/Makefile:343: recipe for target 'bcm2711-rpi-4-b.dtb' failed with warrior: make[3]: *** No rule to make target 'arch/arm/boot/dts/bcm2708-rpi-zero-w.dtb'. Stop. arch/arm/Makefile:343: recipe for target 'bcm2708-rpi-zero-w.dtb' failed
shr-project
force-pushed
the
thud-mj13-warrior
branch
from
January 7, 2020 23:37
971a67e
to
5e3fef0
Compare
* since this commit: https://gitlab.kitware.com/cmake/cmake/commit/92d9ec9bfb61d2cd35a82d6906de86c71350b865 setting HAVE_MM_MALLOC_EXITCODE when cross-compiling is no longer enough and we would need to set HAVE_MM_MALLOC_EXITCODE__TRYRUN_OUTPUT as well. It also works if we set just HAVE_MM_MALLOC and whole check_cxx_source_runs gets skipped with passed HAVE_MM_MALLOC value as a result. I've asked in upstream CMake ticket which introduced this change of behavior: https://gitlab.kitware.com/cmake/cmake/issues/18973 lets see what is better solution. Signed-off-by: Martin Jansa <[email protected]>
…ower the error from ninja about duplicated rules from rosidl_generate_interfaces to just an warning * we should eventually find from where the other rules are being generated but to unblock warrior quickly lets just lower it back to warning. * I've checked py-trees-ros-interface build with thud and these messages are already there, but as warnings, because thud uses ninja-1.8.2 * ninja-1.9.0 changed the default to error in: ninja-build/ninja@42eefc8 * py-trees-ros-interface fails with warrior: NOTE: VERBOSE=1 cmake --build /jenkins/mjansa/build-ros/ros2-crystal-warrior/tmp-glibc/work/i586-oe-linux/py-trees-ros-interfaces/1.1.1-1-r0/build --target all -- -j 20 adding "-w dupbuild=warn" to ninja call, changes it back to warnings and produces the same set of warning as what we already have in thud builds: ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_behaviour.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_behaviour_tree.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_key_value.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_publisher_details.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_statistics.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_subscriber_details.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/__init__.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_behaviour_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_behaviour_tree_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_key_value_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_publisher_details_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_statistics_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/msg/_subscriber_details_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_get_blackboard_variables.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_get_blackboard_variables__request.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_get_blackboard_variables__response.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_introspect_publishers.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_introspect_publishers__request.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_introspect_publishers__response.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_introspect_subscribers.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_introspect_subscribers__request.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_introspect_subscribers__response.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_open_blackboard_watcher.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_open_blackboard_watcher__request.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_open_blackboard_watcher__response.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_close_blackboard_watcher.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_close_blackboard_watcher__request.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_close_blackboard_watcher__response.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/__init__.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_get_blackboard_variables__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_get_blackboard_variables__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_introspect_publishers__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_introspect_publishers__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_introspect_subscribers__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_introspect_subscribers__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_open_blackboard_watcher__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_open_blackboard_watcher__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_close_blackboard_watcher__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/srv/_close_blackboard_watcher__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/__init__.py. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_dock__goal__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_dock__goal__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_dock__result__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_dock__result__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_dock__feedback_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_rotate__goal__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_rotate__goal__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_rotate__result__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_rotate__result__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_rotate__feedback_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_move_base__goal__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_move_base__goal__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_move_base__result__request_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_move_base__result__response_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate rosidl_generator_py/py_trees_ros_interfaces/action/_move_base__feedback_s.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] Signed-off-by: Martin Jansa <[email protected]>
* fixes: ERROR: Nothing RPROVIDES 'gstreamer1.0-python' (but /jenkins/mjansa/build-ros/webos-dashing-warrior/meta-ros/meta-ros2-dashing/generated-recipes/tts/tts_2.0.1-1.bb RDEPENDS on or otherwise requires it) gstreamer1.0-python was skipped: missing required distro feature 'gobject-introspection-data' (not in DISTRO_FEATURES) gstreamer1.0-python was skipped: missing required distro feature 'gobject-introspection-data' (not in DISTRO_FEATURES) NOTE: Runtime target 'gstreamer1.0-python' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-python'] NOTE: Runtime target 'tts' is unbuildable, removing... Missing or unbuildable dependency chain was: ['tts', 'gstreamer1.0-python'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'tts', 'gstreamer1.0-python'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'tts', 'gstreamer1.0-python'] NOTE: Runtime target 'webos-image-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['webos-image-ros-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'tts', 'gstreamer1.0-python'] ERROR: Nothing RPROVIDES 'tts-dev' (but /jenkins/mjansa/build-ros/webos-dashing-warrior/meta-ros/meta-ros2-dashing/generated-recipes/tts/tts_2.0.1-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'tts-dev' NOTE: Runtime target 'tts-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['tts-dev'] Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
…es to just an warning * we should eventually find from where the other rules are being generated but to unblock warrior quickly lets just lower it back to warning. * I've checked fmilibrary build with thud and these messages are already there, but as warnings, because thud uses ninja-1.8.2 * ninja-1.9.0 changed the default to error in: ninja-build/ninja@42eefc8 resulting in: ninja: error: build.ninja:1652: multiple rules generate ExpatEx/libexpat.a [-w dupbuild=err] changing it to warning produces: ninja: warning: multiple rules generate ExpatEx/libexpat.a. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] Signed-off-by: Martin Jansa <[email protected]>
…les to just an warning * we should eventually find from where the other rules are being generated but to unblock warrior quickly lets just lower it back to warning. * I've checked fmilibrary build with thud and these messages are already there, but as warnings, because thud uses ninja-1.8.2 * ninja-1.9.0 changed the default to error in: ninja-build/ninja@42eefc8 resulting in: ninja: error: build.ninja:1652: multiple rules generate ExpatEx/libexpat.a [-w dupbuild=err] changing it to warning produces: ninja: warning: multiple rules generate ExpatEx/libexpat.a. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] Signed-off-by: Martin Jansa <[email protected]>
shr-project
force-pushed
the
thud-mj13-warrior
branch
from
January 9, 2020 22:08
5e3fef0
to
e7c4122
Compare
shr-project
added a commit
to shr-project/meta-ros
that referenced
this pull request
Jan 10, 2020
oe-core as of 2020-01-07 12:43:22 +0000 4359a398af u-boot-fw-utils: Drop as replaced 325a8dec3c libubootenv: Add libubootenv which replaces u-boot-fw-utils 4d72cd395b runqemu: add virtio block device c308116fb7 glib: set missing cross property b2a389ad51 sstate: Avoid races over rewritten siginfo files 610b314ddc scripts/gen-lockedsig-cache: Only look at new format sstate objects 90cc3d1ed1 sstate: Handle sstate filenames longer than 255 characters c0c158d385 sstate: Merge file name generation into single function be603dad68 sstate: Improve SSTATE_PKG handling d05bde16bd sstate: Add extra directory level 5115d2616b populate_sdk_ext: Fix confusing failure message 53cf1241fa musl: Ensure that B is clean before configure task is run 1e6f6d0937 sysstat: 12.2.0 -> 12.2.1 d994169c72 stress-ng: upgrade 0.10.13 -> 0.10.15 ff5da959ad rng-tools: upgrade 6.8 -> 6.9 194bd41364 tclibc-musl: Add -D__USE_TIME_BITS64 to c/c++ flags 025a7a4007 musl: Build outside of source tree 222574d744 musl: Upgrade beyond 1.24 b4c7b1ea43 glib-2.0: upgrade 2.62.3 -> 2.62.4 a0de64cab6 shadow: Security Advisory - shadow - CVE-2019-19882 0da6e0a232 python/python3: Whitelist CVE-2019-18348 23b7484d32 sstatesig: Avoid resetting taskhash within siggen for locked sigs 523c093a88 sstatesig: Fix locked signature handling with unihashes 2a76082363 sstatesig: Test cross/native hashserv method extension ec788594f3 python3: Update to apply libgcc fix to libpython, glibc only c22726425a nfs-utils: Drop unneeded patches, cmdline option overrides 6c49118121 u-boot: Update to v2020.01-rc5 e219f51751 wic/filemap: If FIGETBSZ iotctl fail, failback to os.stat cf5f46e643 gettext: Backport patch to fix po files without translations b3147117a3 gettext: fix failing ptests 42bde3e602 psmisc: revert to default autopoint exclusion c9f8b48dda gettext: update to 0.20.1 be1fe0120f gettext-minimal-native: update to 0.20.1 7a0fd80d8a util-linux: Use PCRE for hardlink 61d4d3d5a9 maintainers: Add entry for buildtools-extended-tarball f0377af232 buildtools-extended-tarball: add recipe with build-essentials 66e4c638b9 bitbake.conf: Simplify TARGET_SYS/SDK_SYS df107f3a14 python3: RDEPEND on libgcc 37c9c50a00 lttng-ust: Turn examples into a packageconfig fda5d9b64f runqemu: Add multiconfig support 4b93115a0c classes/image_types_wic: Depend on do_image_complete tasks bb6a99f933 systemd: fix ${PN}-journal-remote systemd unit 7a3d575ba5 mesa: Upgrade to 19.3.1 aee9beb122 python3: Upgrade 3.7.5 -> 3.7.6 e874d067ac sstate.bbclass: Fix for consistent whitespace aa05f1ded7 multilib.conf: Ensure that RECIPE_SYSROOT is unchanged for native 4dccab7639 glib-networking: upgrade 2.62.1 -> 2.62.2 5263b2ebc5 tune-riscv: Add support for no float 47df8c0dd8 perl/tcl: fix /usr/share/man/man3/Thread.3 conflicts f0f7661606 nativesdk-buildtools-perl-dummy: add dependencies for autoconf and automake 735eb7f3e0 pango: Disable Wimplicit-fallthrough as error ebb315955c xkbcomp: Gcc 10 spits out extra warnings as errors 312e9fe3f0 recipes: Use -fcommon explicitly 8413dede13 llvm: Upgrade to 9.0.1 release 08e1d688bc tune-power9: Add power9 tunings b6ac40f1cb powerpc, powerpc64: Append little-endianness to tune arch e62cdb9b88 siteinfo: Recognize 64bit PPC LE 24f630ce36 cmake.bbclass: Define LIB_SUFFIX ea93adc30e goarch: Dont use -fno-PIE on mips 7f6aa3a10a systemd: Fix time_t size assumptions 0cd48fe0fe feature-microblaze-versions.inc: Update MB to v11.0 7ad531093d linuxloader: Correct loader for glibc on armhf 747ad3ca1e kernel-yocto: allow external (aka non-integrated) BSPs to supply patches b538fedff2 linux-yocto/5.2: update to v5.2.28 d3112fcf72 linux-yocto/4.19/5.2/-dev: fix gcc10 build f558800a5c linux-yocto/5.2: update to v5.2.27 0a8b7ade93 subversion: upgrade 1.12.2 -> 1.13.0 08ff4b9195 oeqa/runtime/ptest: fix detection of failed tests 3c18dad403 kexec-tools: update to 2.0.20 30fa7e5edb libxml-parser-perl: update to 2.46 9cb9e91465 prelink: upgrade to latest revision (in the cross_prelink branch) cd4787c324 diffstat: update to 1.63 dcdd618e83 ptest-packagelists: drop python 2.x f8d2cd0025 cmake: Add a knob for cmake VERBOSE settings 6e2d926a42 python3-pygments: update to 2.5.2 2fa183c59c llvm: fix upstream version check 773a22ea39 boost: upgrade 1.71.0 -> 1.72.0 ba791a4964 epiphany: upgrade 3.34.1 -> 3.34.2 521ff7d063 btrfs-tools: upgrade 5.3.1 -> 5.4 927bdf266a librepo: upgrade 1.11.0 -> 1.11.1 b04aeb0c1e createrepo-c: upgrade 0.15.1 -> 0.15.4 01b2ef2292 libcomps: upgrade 0.1.12 -> 0.1.14 2348e90141 bash-completion: upgrade 2.9 -> 2.10 61217a961f vala: upgrade 0.46.4 -> 0.46.5 e589fc6d75 meson: update 0.52.0 -> 0.52.1 c488f67efe core-image-testmaster: use Python 3 59e63a2d22 recipetool: always use python 3 in recipe creation f6670f9c89 strace: Upgrade to 5.4 4200e8de99 busybox: Replace obsolete stime API with clock_settime 2cca75155b qemu: Replace stime() API with clock_settime d089f84d64 gcc-sanitizers: Fix build with glibc 2.31 fa1968884f gcc-sanitizers: Add missing dep on libcrypt 2fb86f46ba kbd: fix ptest can NOT run issue 14f14eccf1 valgrind: Fix build with -fno-common 856c26f50f libdnf: Include mising <stdexcept> 6e37b0cba0 cpio: remove unused CVE patch 70626b52e5 kernel: Make symbol link to vmlinux.64 in boot directory 93c11e6e7e libva-utils: upgrade 2.5.0 -> 2.6.0 d88764864f libva: upgrade 2.5.0 -> 2.6.0 319bbf66e0 pseudo: Make realpath() remove trailing slashes 197007bac2 syslogkd: fix parallel compile failed problem eb286172e4 libsdl2: fix failure appeared in bitbake libsdl2-native b03577cf85 base.bbclass: clean up dead symlink when handling hosttools 39825cba47 chrpath: Cleanup and fix previous patch f408bbb1cc meson: map the system property in the cross file dd9c3d042a pixman: port to meson a0ae7bb293 pixman: don't use xorg-lib-common f5ffd6ce6e qemu: Add PACKAGECONFIG for glusterfs fee6c063df shadow: update 4.6 -> 4.8 24e59094de recipeutils: set SRCPV for devupstream variant 740e3f5e1d externalsrc: always set SRCPV 15ca6acb87 lttng-modules: update to 2.11.0 0d35cf40fd lttng-ust: update to 2.11.0 015aea5d93 lttng-tools: update to 2.11.0 7ed28276e9 cups: update to 2.3.1 91ab8c4ba8 nfs-utils: update to 2.4.2 d1d913faf6 debianutils: update to 4.9.1 99558e667e vim: fix upstream version check 7df632664b libnss-dns: update to 0.14.1 48332e8d21 sysprof: move recipe to meta-oe 6658290b60 qemu: fix ptest output 2103b42345 linux-yocto/5.2: update to v5.2.26 f9db269297 linux-yocto/5.2: update to v5.2.25 064811c18f linux-yocto/4.19: update to v4.19.87 c54b02ab23 linux-yocto/5.2: update to v5.2.24 e23a86fa40 linux-yocto/4.19: update to v4.19.84 441e9dc823 linux-yocto/5.2: update to v5.2.23 73c8fc8c9b linux-yocto/5.2: update to v5.2.22 1f51f1505c linux-yocto/5.2: update to v5.2.21 811b39f3f4 linux-yocto-dev: bump to v5.4+ 875cae74e2 piglit: upgrade to latest revision 5e4b43bcba fribidi: upgrade 1.0.7 -> 1.0.8 49ad92a577 libical: upgrade 3.0.6 -> 3.0.7 cc84d4dcc7 libtasn1: upgrade 4.14 -> 4.15.0 777121a66f mmc-utils: upgrade to latest revision 56977d22e7 stress-ng: upgrade 0.10.11 -> 0.10.13 4e773335ae libsolv: upgrade 0.7.8 -> 0.7.10 4c26e89aa3 vte: upgrade 0.58.2 -> 0.58.3 e795ba1861 opkg: upgrade to version 0.4.2 bf51a4a131 opkg-utils: upgrade to version 0.4.2 438f21ae14 xorgproto: merge .inc 977f4baacf chrpath: do less work de1b57aced distutils3: do out of tree builds 497ddaca42 distutils3: remove unused variable d0eba7ccf5 distutils3: remove unused stage tasks 169634473a scripts: add pkgdataui 53cccd5b51 kernel-devsrc: fix error with old (<4.2) x86 kernels 460222c54e insane: don't use cachedpath 765e0c3410 rootfs: don't use oe.cachedpath 78a555b324 tune-cortexa72-cortexa53: Add tunes aa3ed11b27 systemd-bootchart: Add mips64 tuples bc487ced3b gnutls: upgrade 3.6.8 -> 3.6.11.1 fa1786fb0e eudev: upgrade 3.2.8 -> 3.2.9 d4926c11a4 cve-check: fail gracefully when file not found 2f37056cc6 assimp: fix search library failed on multilib 89e96f0efb sed: add PACKAGECONFIG for selinux cc67c559a2 bitbake.conf: add number_threads to BB_SIGNATURE_EXCLUDE_FLAGS fd771e6fa7 libepoxy: upgrade 1.5.3 -> 1.5.4 bb5e1e6a61 libpng: Correct SRC_URI path e4c6a49616 go: upgrade 1.13.3 -> 1.13.5 3038c0d628 oe-run-native: fix typo fb5491995c systemd: Rename the files instead of using PV 6d79a39856 libpam: consolidate a patch to a patch 85b86bc810 cross-localedef: Re-arrange patches 6e57378d4c netbase: upgrade 5.7 -> 5.8 32ea662520 mesa: Fix vc4 build for 64bit time_t changes on 32bit arches 120e687bad oeqa/selftest/package: mark string as raw 281b7b00dc systemd-compat-units: this recipe doesn't need a compiler d6c62cc030 oeqa: reproducible: Test core-image-sato and core-image-full-cmdline 44d01006ed systemtap: fix builds with newer gettext 59141d95f1 sysklogd: Fix 2.0.3 upgrade fallouts on musl dcf0bd14d7 sysklogd: update to 2.0.3 23d38b2ad6 podfix: only alter normal files ef7c44c9bd incompatible_lic.py: Add tests for incompatible licenses with wildcards b1863e570d license_image.bbclass: Report only the licenses that are incompatible 7d5c07e4a3 package.bbclass: Report only the licenses that are incompatible fb3405fac7 base.bbclass: Report only the licenses that are incompatible for a package 01dcc8c94b base.bbclass: Simplify the check for whitelisted licenses 02a3189b49 license.bbclass: Make incompatible_pkg_license return incompatible lics 64daaf29e2 licenses.conf: Remove the SRC_DISTRIBUTE_LICENSES variable 8c9ef587fe license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses 6a6b775d69 mesa.inc: allow the user to choose the build type 5b12211ef7 meson.bbclass: allow buildtype to be changed 469bcfbfe2 cmake: 3.15.5 -> 3.16.1 f7226d8b28 tcl: upgrade 8.6.9 -> 8.6.10 7a8165e0d8 openssl: fix CVE-2019-1551 2bf6fdc460 sysstat: fix CVE-2019-19725 da529e6522 oeqa/runtime/apt dnf opkg: support running from within docker container ca58559fc3 oeqa/target/ssh oeqa/target/qemu: expose server listening port to tests 9f401cd8b0 oeqa/runtime/context.py: support listening port in TEST_SERVER_IP e54391ca90 oeqa/utils/httpserver: allow to pass in listening port 98715c9dc8 connman: update kernel module RRECOMMENDS for kernel >= v4.19 19dd3453da e2fsprogs: split dumpe2fs into its own package 10bdbf033e systemd-systemctl: Fix handling of aliased targets a522ccff83 lttng-modules: fix NULL pointer deference error when testing rpc_task_running 8be3c48a41 git: upgrade 2.24.0 -> 2.24.1 d3660148a6 sudo: update to 1.8.29 66f3b09364 cpio: update to 2.13 dd0c62ba4c man-db: update to 2.9.0 6451a900ce man-pages: update to 5.04 5dc6529d0b parted: update 3.2->3.3 de72e0440b libxml2: update to 2.9.10 0270b64a69 glide: update to 0.13.3 6ecc17f83d puzzles: update to latest revision 248e777ac6 dos2unix: update to 7.4.1 198bacaa10 sstatesig: Further optimise 81ee68f39a scripts/oe-build-perf-test: Use python3 from the environment de98cfe3cd sstatesig: Optimise get_taskhash for hashequiv 04e4e93efa conf/machine/x86-base: use wic instead of live c3cb6bc21f buildstats: Replace 'is' with '==' in python condition check expression 9119a882ad libjpeg-turbo: Build reproducibly ad5c914933 nasm: Add debug-prefix-map option 18b90967bd Revert "go: Reset unneeded GOARCH variables for native recipe" 83eebf5577 goarch: Remove target specific dependencies 06ce57157a cronie:fix SRC_URI path 78221af4c0 bluez5: disable debug output in ptests 1a31a31a3b bluez: update 5.50 -> 5.52 08636708f6 kbd: avoid vlock conflict with busybox 5dc43edab4 reproducible_build_simple: inherit podfix 18d8e5ac68 podfix: class to remove Pod::Man versions from manpages 47e40fdd7d runqemu: handle tap device creation failure properly ca64a3d490 runqemu: log parameters correctly within testimage c1def38c68 oeqa: qemu: ensure we print runqemu output in the event of failure 07da998f5a oeqa: qemu: fix width of top output in host dump 3f6dcf67bc oeqa: qemu: ensure that host dump commands can be run properly 0f04e81c79 build-appliance-image: Update to master head revision 0980868fb1 build-appliance-image: Update to master head revision cb5e746a23 build-appliance-image: Update to master head revision 1360d8d7d9 sstate: Ensure mkdir happens before mktemp bf6ee2b39e build-appliance-image: Update to master head revision 0af4dae840 sstate: Ensure target sstate directory exists if unihash changes 76e84ce181 build-appliance-image: Update to master head revision be29a25400 sstate: Ensure SSTATE_PKG is reloaded when handling siginfo 093a1971f2 build-appliance-image: Update to master head revision 3351c0ba4b Revert "bluez: update 5.50 -> 5.52" 42719edc86 build-appliance-image: Update to master head revision 62eca02024 sstate: Stop overwriting SSTATE_PKG 85b7a3d5ec build-appliance-image: Update to master head revision efc1945a95 build-appliance-image: Update to master head revision cc20e4d8ff cve-check: Switch to NVD CVE JSON feed version 1.1 b45c967a83 libcap-ng: add missing Upstream-Status tags b234a4ed4d texinfo: update to 6.7 3cce2d1c36 flex: Replace uninative loader path 53f61ca73e bash: Don't DEPEND on virtual/libc-locale 5f49ac73ca oeqa/selftest/runtime_test: split systemd and sysvinit tests out 7bcfce0504 binutils: Upgrade to 2.33.1 e63dc57f09 u-boot-fw-utils: Add capability of building from out-of-tree 8c62642184 ghostscript: upgrade 9.27 -> 9.50 8311e8b399 Revert "libtirpc: create the symbol link for rpc header files" 2800abbcbd glib-2.0: update to 2.62.3 548d9fefef libxcrypt: update to 4.4.10 f1bb43d0b9 libxcrypt: restructure the recipes to allow auto-upgrading with devtool de3117ef4e assimp: update to 5.0.0 2666f3978b vulkan-demos: update to latest revision fe2db77803 vulkan: update to 1.1.126 3abc02e38d orc: update to 0.4.31 492d43296b openssl: Whitelist CVE-2019-0190 0406dd7196 systemd: Upgrade 243 -> 243.2 c1efb1772c llvm: rv32/rv64 target builds are not supported yet 56d5b181f3 python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652 b547637ad8 meson.bbclass: Prevent meson from downloading wrapped projects 35bbb1deb4 nss: Backport clang build fix cd38be40cd flac: Enable VSX when vsx is in tune features ec6d1e337f libffi: Fix build on ppc64 5372e1acdd sysvinit: update 2.88dsf -> 2.96 66c86b13fb nspr: update to 4.24 5ca54ccab8 libxkbcommon: update to 0.9.1 d4d403bb1d mkfontscale: update to 1.2.1 b08bc19da3 sysstat: update to 12.2.0 2537fcf314 libsoup-2.4: update to 2.68.3 dad8cd50bc bluez: update 5.50 -> 5.52 45edc6d23e perl: update to 5.30.1 729ac34dce kbd: update to 2.2.0 ce21d9ada5 gtk+3: update to 3.24.13 ae9660cac0 selftest: skip virgl gtk/sdl test on opensuse 15.0 d821415ab0 wayland: Add PACKAGECONFIG for dtd-validation 3f8d803b76 packagegroup-self-hosted: remove python 2.x 5f8f16b17f hosttools: no longer check for or provide host python 2 to builds d40853b10d qemu-helper-native/systemtap-native: Ensure sysroots are populated with dependencies 4825eede60 go: Reset unneeded GOARCH variables for native recipe e514acda9e recipes: change SRC_URI to use https 18799b309e netbase: 5.6 -> 5.7 5101aecacf glibc: fix ldconfig packaging issue 5cdb34cee1 libjitterentropy: Fix man page reproducibility 3adaaab787 base.bbclass: Add python3-native to native paths for hg fetcher 1fdf8a6514 stress-ng: 0.10.10 -> 0.10.11 b084fa0958 openssh: Upgrade 8.0p1 -> 8.1p1 9dc1aaed83 libtirpc: fix wrong path of command ln -sf f494e71661 python-setuptools: upgrade 41.6.0 -> 42.0.2 be70057d2f python3-pbr: upgrade 5.4.3 -> 5.4.4 200c3f35aa python3-dbus: upgrade 1.2.12 -> 1.2.14 95574a7d18 scriptutils: remove the useless import line 1fbeceb812 xkeyboard-config: 2.27 -> 2.28 6d6fb46631 glibc-testing.inc: Remove testglibc script generation 1a6801c4d0 gcc-cross.inc: Remove test runner script generation 0ead8cbdfb gcc: Improve build reproduciblity b8d6e2ab68 gcc-target.inc: Prevent sysroot from leaking into configargs.h a4031935a7 oeqa/qemurunner: Fix cmdline variable use before reference 51a84937d3 oeqa/concurrencytest: Optimise for autobuilder/clobberdir afb8d45636 python3native: set PYTHON_EXECUTABLE for CMake ba540681ee lrzsz: remove generated files b045f83519 lrzsz: Update autotools infrastructure and make it work with new gettext 77e0f50202 image_types: add Zstandard conversion support 3646499cb3 selftest/imagefeatures: blacklist zst 5da48859c4 piglit: update to latest revision 26d44a1e36 gstreamer1.0-python: switch to meson 33d9d696f3 python-numpy: upgrade to 1.17.4 bd40260cba sed: upgrade to 4.7 3d80c598b0 p11-kit: convert to meson 9aab37ac40 libffi: update to 3.3 final ccff8acaff libcomps: update to 0.1.12 a0fe05f3ff flex: update to 2.6.4 6965ec5c49 bind: update 9.11.5-P4 -> 9.11.13 46c83e8962 cronie:upgrade 1.5.4 -> 1.5.5 3b8df6b6ab iptables: Add systemd helper unit for IPv6 too 64eeedcdc5 iptables: Allow overriding rules file location c1d162b616 iptables: Cosmetic fixes to recipe da8533fcbb xserver-xorg: 1.20.5 -> 1.20.6 f5b3e39dbe cmake: upgrade 3.15.3 -> 3.15.5 d549ec605e mc: rrecommend the full terminfo database instead of rdepending on it 8d84fdea1c libcap-ng: add pthread library if header is found ddd2c56244 insane: fix GitHub /archive/ test 422bef7a20 libarchive: fix CVE-2019-19221 b4d4f70380 glibc: fix CVE-2019-19126 5ac52e7877 nasm: fix CVE-2019-14248 afef29326b ghostscript: fix for CVE-2019-14811 is same as CVE-2019-14813 8a5fdac3c2 dosfstools: fix CP437 error from `dosfsck -l` a1c227ad41 acpica: correct flex/bison deps, add explicit m4-native dep 1ede977747 python: use PYTHON_FOR_BUILD, don't add HOSTPYTHON 2608044627 python: use correct autotools variables f49077af44 python: restore bytecode optimisation 1e0ef76dcc python: package .pyo files too c4ae091347 python: move make override variables to EXTRA_OEMAKE d274a3d3bd python: no need to add HOSTPGEN 95c6a1180f python3: add python3-misc-native to RPROVIDES f6164cc210 python-native: add python-misc-native to RPROVIDES f6136b2bf7 libidn2: upgrade 2.2.0 -> 2.3.0 081f1e043e gdk-pixbuf: upgrade 2.38.2 -> 2.40.0 b40497f9c5 pango: upgrade 1.44.6 -> 1.44.7 84a78f46d5 gcc-cross.inc: Prevent native sysroot from leaking into configargs.h b879fe730b gcc-9.2: Update the relocation patch to add PREFIX/EXEC_PREFIX 5e4504026c multilib.bbclass: fix qa warning of kernel-devicetree 8ae998fa8d machine/arch-riscv: Fix newlib and baremetal builds ee80a06c10 python3-testtools: Avoid traceback2 module requirement 909dc04779 oe-selftest: extend virgl gtk test to also check the SDL option 017d0f3461 dummy-sdk-package.inc: do not include files into RREPLACES 4a247e7c96 dummy-sdk-package: Add DUMMYPROVIDES_PACKAGES bitbake as of 2020-01-08 15:03:25 +0000 1e96df26 cooker: Keep track of watched files using a set instead of a list 1a9247c4 cache: Lower debug level for wold build messages 0a09b0fa siggen: Test extra cross/native hashserv method d517b1ef runqueue: Fix task dependency corner case in sanity test 7a92b7f5 runqueue: Ensure task dependencies are run correctly 40928f69 runqueue: Fix equiv hash handling build failures 68ce22df bitbake-layers: Keep loglevel in colored logger 6fa8a18e prserv/serv: Use with while reading pidfile 923aff06 lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on directories a8e7e913 base.bbclass: fix 'python should use 4 spaces indentation' warnings e1a2a0e2 fetch2/clearcase: Fix tar command working directory f04cd931 lib/bb: Optimise out debug messages from cooker d446fa89 runqueue: Only call into the migrations function if migrations active 2cfeb999 runqueue: Optimise task filtering 105d1f07 runqueue: Optimise out pointless loop iteration e28ec693 runqueue: Optimise task migration code slightly de188249 runqueue: Fix sstate task iteration performance 6a32af28 siggen: Split get_tashhash for performance 608b9f82 runqueue: Fix task mismatch failures from incorrect logic c9c68d89 runqueue: Rework process_possible_migrations() to improve performance 6beddf62 bb.utils.fileslocked: don't leak files if yield throws 1412dcc0 Bump minimum python version to 3.5 1e561672 siggen: Fix performance issue in get_unihash 99d46107 Revert "siggen: Fix hashequiv performance issues" c4b8440f siggen: Fix hashequiv performance issues db033a8f runqueue: Batch scenequeue updates abcaa139 siggen: Ensure new unihash propagates through the system 61624a3f siggen: Avoid taskhash mismatch errors for nostamp tasks when dependencies rehash e427eafa knotty/uihelper: Switch from pids to tids for Task event management 3aad9978 runqueue: Add extra debugging when locked sigs mismatches occur 39098b4b runqueue/siggen: Allow handling of equivalent hashes 674692fd hashserv: Add support for equivalent hash reporting 0fb4b515 runqueue.py: not show warning for deferred multiconfig task meta-qt5 as of 2019-10-30 14:32:53 +0000 17187128 qtconnectivity,qtsystems: Account for bluez4 from oe-core 4075be1b libqofono: bump SRCREV and add a fix for voicecall a119e2e4 qtbase: refresh patches from github forks meta-oe as of 2020-01-06 19:22:26 -0800 b2baaae271 sdbus-c++: Introduce recipes for sdbus-c++ library and its tools e70fc74473 geany-plugins: Use enchant2 instead of the old enchant f9bcd330a7 enchant2: Upgrade 2.2.3 -> 2.2.7 ef23e883f2 kernel-selftest: Include rtc tests b437b53f25 kea: upgrade 1.7.2 -> 1.7.3 65c38c877d wolfssl: upgrade 4.2.0 -> 4.3.0 05c160b645 opensaf: upgrade 5.19.07 -> 5.19.10 02132b284d nghttp2: upgrade 1.39.2 -> 1.40.0 263bbaf3ba lftp: upgrade 4.8.4 -> 4.9.0 239f697a5b ipvsadm: upgrade 1.30 -> 1.31 ead91f0279 arno-iptables-firewall: upgrade 2.0.3 -> 2.1.0 5870cea2b1 libunix-statgrab: add recipe 02525e8e0b libconfig-autoconf-perl: add recipe 87234e9d98 python3-jsonrpcserver: update to v4.1.0 cec8426a93 samba: upgrade 4.10.10 -> 4.10.11 346b5c63f9 rsyslog: update from 8.1910 to 8.1911 f602e9f1e1 tigervnc: update from 1.9.0 to 1.10.1 c7062454dc imagemagick: update from 7.8.47 to 7.9.16 9d8bf35fb1 python3-xmltodict: add recipe e7915422e6 python-pyyaml: upgrade 5.1.2 -> 5.2 ab7c7dc8e7 spitools: upgrade 0.8.3 -> 0.8.4 76d6c93dab smartmontools: upgrade 7.0 -> 7.1 b2aa53852e strongswan: upgrade 5.8.1 -> 5.8.2 a1e7c08294 libbytesize: disable doc build 6aa5e857e4 python-sqlalchemy: upgrade 1.1.17 -> 1.3.12 5a7646a6b3 python-cachetools: upgrade 3.1.1 -> 4.0.0 fc6e34d695 python-waitress: upgrade 1.3.1 -> 1.4.1 fbc8846561 python-pytest: upgrade 5.2.1 -> 5.3.2 4ed7c66083 hwdata: upgrade 0.329 -> 0.330 2401ade3c4 ntp: restrict NTP mode 6 queries 5b15fb9c83 python3-license-expression: add recipe 8cb441b640 python3-booleanpy: add recipe e6cebf9e01 python3-twisted: fix broken MemoryReactor import a793e8aea3 libfile-slurper-perl: add recipe 7d7ad054e8 libtest-warnings-perl: add recipe c857451115 libsigrokdecode: upgrade v0.5.2 -> v0.5.3 7bbee1149a libsigrok: upgrade v0.5.1 -> v0.5.2 de54f52a24 doxygen: upgrade v1.8.16 -> v1.8.17 2246cf33ac speedtest-cli: new package 4af6ada978 libstatgrab: add logging/tracing options e75ff6818a log4cplus: update to 2.0.5 13042b49ea python3-astor: fix VERSION file not found f4aa4b6dd9 python-backports-functools-lru-cache: Add python3 version b045778977 python-pyperf: upgrade 1.6.1 -> 1.7.0 bccea698e6 python-pyparsing: upgrade 2.4.5 -> 2.4.6 a2383db2d4 python-pymongo: upgrade 3.9.0 -> 3.10.0 e020ebfdf2 python-pymisp: upgrade 2.4.117.2 -> 2.4.119.1 b3ae3b4e18 python-pycryptodome: upgrade 3.9.3 -> 3.9.4 378fcc389b python-py: upgrade 1.8.0 -> 1.8.1 178013eb60 python-psutil: upgrade 5.6.5 -> 5.6.7 9adce38e38 python-pexpect: upgrade 4.6.0 -> 4.7.0 09d087ae66 python-passlib: upgrade 1.7.1 -> 1.7.2 a9d24e057b python-parse: upgrade 1.12.1 -> 1.14.0 9dec5cebc8 python-engineio: upgrade 3.10.0 -> 3.11.1 2f03af6ba0 python-cmd2: upgrade 0.9.21 -> 0.9.22 c626bebcb9 python-certifi: upgrade 2019.9.11 -> 2019.11.28 a1ad2943fe python-bitarray: upgrade 1.1.0 -> 1.2.0 c2ae492eae python-beautifulsoup4: upgrade 4.8.1 -> 4.8.2 bdba4d00d6 rwmem: Upgrade to latest 91f53941b8 vorbis-tools: Use external gettext 48d782ed03 hddtemp: Fix build with latest gettext 0.20.x ea69b5d5bb gtkperf: Fix build with latest gettext 0.20.x c12ae71c8d netcat: Fix build with gettext 0.20.x ded3a74af9 udisks2: Updare to latest master beyond 2.8.4 ef16acb2bf python-alembic: upgrade 1.3.1 -> 1.3.2 1f9b9e9046 sanlock: Upgrade to 3.8.0+ 6eddcf9376 libyui: Disable Warnings as errors 729af58460 upm: Disable -Wno-misleading-indentation with clang10+ 2a9b5f98cb spirv-tools: Upgrade to v2019.5 13b8e3fc5d renderdoc: Upgrade to 1.5 0b80ef1431 fluentbit: Upgrade to 1.3.5 cc7eb45fb5 glfw: Update to latest ed9d759b6e stunnel: bump to version 5.56 01d8bdcf72 volume-key: not create python2 bindings 0144d06c21 ndctl: Upgrade to v67 50efd9b51b python(3)-beautifulsoup4: add soupsieve to RDEPENDS 1f155df469 python-soupsieve: add recipe 09fb00e51b python3-soupsieve: add recipe c0c853560d python(3)-beautifulsoup4: fix RDEPENDS b18f944e9e python3-html2text: add recipe 1ec35f4dcc ostree: Tidy FILES_${PN} using PACKAGE_BEFORE_PN a721c091a8 ruli: Fix implicit conversion from 'unsigned int' to 'float' 8107206163 mariadb: Upgrade to 10.4.11 8b80ce4fdd rocksdb: Upgrade to 6.5.2 c2d649925e glm: Upgrade to 0.9.9.6 fe1e5f8a9c yelp-xsl: upgrade 3.34.0 -> 3.34.2 9e10f63ed1 nautilus: upgrade 3.34.1 -> 3.34.2 f2c30f11c3 mutter: upgrade 3.34.1 -> 3.34.2 00629f5d18 libgdata: upgrade 0.17.10 -> 0.17.11 913c5a9c65 gvfs: upgrade 1.42.1 -> 1.42.2 a17610f88d gnome-shell: upgrade 3.34.1 -> 3.34.2 a4a4329f51 gnome-shell-extensions: upgrade 3.34.1 -> 3.34.2 d81bc0e5dc gnome-settings-daemon: upgrade 3.34.1 -> 3.34.2 012038905e gnome-session: 3.34.1 -> 3.34.2 e05b271d0c gnome-flashback: upgrade 3.34.1 -> 3.34.2 87925fd3c9 gnome-desktop3: upgrade 3.34.1 -> 3.34.2 9f8059944d gnome-control-center: upgrade 3.34.1 -> 3.34.2 70f01cb3b5 gnome-autoar: upgrade 0.2.3 -> 0.2.4 ce40faa37b gedit: upgrade 3.34.0 -> 3.34.1 cc7e1eeff5 evolution-data-server: upgrade 3.34.1 -> 3.34.2 e6d4bd6ea6 file-roller: upgrade 3.32.2 -> 3.32.3 3efa663adb evince: upgrade 3.34.1 -> 3.34.1 6b519abe4c gnome-calculator: initial add 3.34.1 05d0379a91 xfce4-terminal: upgrade 0.8.8 -> 0.8.9 d719775b4c cppunit: upgrade 1.14.0 -> 1.15.1 eaed8ab653 catfish: upgrade 1.4.10 -> 1.4.11 24d5ba6d1c tumbler: upgrade 0.2.7 -> 0.2.8 45a1cd5fcd exo: upgrade 0.12.10 -> 0.12.11 bbb5732a4f opensc: Fix misaligned indentation 81a7c640a9 ippool: Fix strncpy -Wformat-truncation warning 7b70af667a jsoncpp: Upgrade to 1.9.2 4910a848ce flatbuffers: add PIC compiler flag required for aarch64 ebd8eb6273 bdwgc: make libatomic-ops as dependency ab90611dd5 open-vm-tools: Ignore -Warray-bounds 70902f79e8 tvheadend: Fix format-truncation warnings b52d234cf2 wvstreams: Fix build with gcc10 af86f2e84d mpd: Fix build with gcc10 7b9eb2fb17 ltrace: Fix build with gcc10 56b2db8e97 memcached: upgrade to 1.5.20 25b0cbe98f upm: Fix 'may be used uninitialized' errors 1a8d90727d libubox: Update to latest 2a6783a180 fluidsynth: upgrade 2.0.9 -> 2.1.0 f29dfed64a samba: disable guest access and anonymous queries 04b8b39163 cannelloni: Include stdexcept for runtime_error eacca37308 redis: Upgrade to 5.0.7 c49c6b2970 dvb-apps: Replace stime with clock_settime 9641947fa0 pam-plugin-ldapdb: Include <stdexcept> for std::invalid_argument 7197d3ed73 surf: Add opengl requirement 1e951df523 libvncserver: fix build depends issue 2782709d4d glfw: missing feature check. fab032f70d glog: fix do_fetch error 7c12e62bed libhugetlbfs: update patch to make it work for python3 c05a6ab1e7 krb5: upgrade 1.17 -> 1.17.1 26090d61ec spirv-tools: Fix multilib builds d396990e8a boinc-client: Use nonarch_libdir for systemd_units 0535ee84c3 ostree: Fix packaging errors when using lib64 libdir 5239437981 liblightmodbus: Fix packaging errors when using multilib fa6e382bc6 ruli: Define OOP_LIB_DIR and INSTALL_LIB_DIR dcb22ae7aa civetweb: Upgrade to latest tip 866303bb73 iwd: Package module conf files via nonarch_libdir 179d091298 firewalld: Package firewalld files ce82124e04 rygel: Use nonarch_libdir for systemd units 262a36a076 gattlib: Update to latest tip fe2ee80eec thrift: Upgrade to 0.13 b822b64aeb ade: Fix install paths in multilib builds b1a8563127 websocketapp: Fix multilib build dc961487c4 dbus-broker: Use nonarch_libdir for systemd catalog files e4ca7d4ab0 dcadec: Define BASELIB as a knob 99fe1dec83 fluentbit: Fix packaging in multilib env 4874aeeda8 mercurial: Add python scripts into separate python package e919c1d508 nftables: Package python scripts into nonarch libdir 20b42c1de7 avro-c: Update to 1.9.1 89461fecb7 lockdev: Make baselib configurable 5a5d2cfa1b cli11: Fix multilib build 02fca7f87c nvme-cli: Use nonarch libdir for dracut config files 61d823300e cannelloni: Update to latest and fix multilib builds b27741f2a4 nanopb: Add recipe for version 0.4.0 abda84d15d enscript/indent/sharutils: fix build with gettext 0.20.x 85bb0d6930 libqmi: Upgrade 1.24.0 -> 1.24.2 7f28f5c7a2 openocd: Enable remote-bitbang build option d603409c32 mpv: Remove luajit dependency for ppc64 b8c5044b39 gvfs: add user polkitd and missing depends f317eb0d04 openl2tp: update systemd service file a597de10ea dfu-util-native,sjf2410-linux-native: Fix Deploy in multimachine builds 989b67be6d libcec: Fix multilib build 130cc706f1 poco: Define LIB_SUFFIX per OE multilibs 16fc37015e libinih: Fix multilib build 7b39ea059a libgit2: Upgrade to 0.28.4 d6b8482611 libfann: Define LIB_SUFFIX suitable for OE multilib needs 2f6c043c0c hiredis: Upgrade to 0.14.0 c8c31eef9f rsyslog: Do not assume atomic built-ins on ppc e40f8ff1b2 luajit: Add ppc/ppc64 to unsupported arch list d9f3e6dbed tinyalsa: fix installation libdir path to match multilibs 232873ed68 python-ipaddress: remove unneeded pip dependency 731f5ddd48 python(3)-ujson: extend to native(sdk) 7046bf534e kea: upgrade 1.7.0 -> 1.7.2 a0ae09137d fuse3: upgrade 3.8.0 -> 3.9.0 86ee041f61 mycroft: RDEPENDS on mpg123 to allow singing 5f4b646795 lcdproc: Upgrade to latest top of tree dd69fafd7f libqb: Add --enable-nosection-fallback with mips64/clang b2058e0507 nftables: Expand PACKAGECONFIG, cleanup build f5ec79e259 xfce-dusk-gtk3: correct invalid SRC_URI 1283511ecc xfce4-kbdleds-plugin: remove this recipe 110652d951 nlohmann-json: Upgrade to 3.7.3 e595651343 fvwm: Upgrade to 2.6.9 a1a2d55ad4 libhandy: initial add 0.0.12 906efee427 nftables: upgrade 0.9.2 -> 0.9.3 29126c3338 rdma-core: Replace pthread_yield with sched_yield 72e1e79589 rdma-core: 18.1 -> 27.0 96d881d545 ostree: Add support for gjs tests d06a5b3f08 gnome-tweaks: initial add 3.34.0 5796a9ff45 geany: remove pythonnative from inherit f088ea4b26 exo: remove pythonnative from inherit 2c9b186ae2 glade3: remove ancient version of glade 68d7475f77 libxfce4ui: give up glade3 (=glade for gtk2) support e0b841376f mosquitto: update to 1.6.8 773bd4cec5 libpfm4: Moved here from oe-core d51f6000bf packagegroup-meta-oe: Remove ppc64 specific incompatible packages a761b39a60 rsyslog: Sync VALGRIND supported arch list 28cbc85732 breakpad: Update to latest upstream 0e5d85318d ufs-utils: Renames from ufs-tool e18d8c9570 grpc: Define libdir and cmakedir in terms of multilib 57bc531081 corosync: fix build error when package config rdma enabled 69bc6ff2fb klibc: Apply -no-integrated-as on mips/clang 3fc59d3b97 gtk-xfce-engine: remove this recipe 72600f0a4f mozjs: extend --with-intl-api=build to all mips 12a1bd3eba samba: fix wrong shebang for python3 a5cdd2907b xterm: Fix latent issue found with musl 5a293cf439 tk: upgrade 8.6.9 -> 8.6.10 7906fbb404 hdf5: Upgrade to 1.8.21 9625a375ee libnftnl: upgrade 1.1.4 -> 1.1.5 bbecc5dfc4 fltk: fix build error when enable package config examples 52cfe934cc xdelta3: add native and nativesdk to BBCLASSEXTEND a02c41342b xdelta3: update to v3.1.0 a04e0ed79f libsoc: use python3 for python bindings ba5fbb239e phpmyadmin: upgrade 4.9.1 -> 4.9.2 3c448a0175 gnome-font-viewer: fix copy & paste typo in SUMMARY 38d1975059 accountsservice: fix build for systemd not in DISTRO_FEATURES f0a641554d ostree: Upgrade 2019.5 -> 2019.6 c3a3470b1b python-twisted: add missing RDEPENDS for conch 954b3209de netperf: add "intervals" and "histogram" PACKAGECONFIGs 6d87abfa1d librsync: new package 776ca8771b python-lxml: remove redundant RDEPENDS_class-native 2dcc439aaa python-lxml: remove redundant sed (fixed in 4.3.0 onwards) 28d6b7aeeb python-coloredlogs: don't use relative paths 4f3e44d4ac python-m2crypto: don't use relative paths 8cf6b0e9d0 python-slip-dbus: don't use relative paths 68be5fe160 googletest: fix build with newer oe-core without python in HOSTTOOLS 41be29ccd1 boinc: update recipe to version 7.16.3 09001b53a7 python3-pystemd: upgrade to 0.7.0 5363ce8115 thunar: 1.8.9 -> 1.8.10 f55e25931b exo: 0.12.9 -> 0.12.10 421f6dddb3 xfce4-panel-profiles: 1.0.8 -> 1.0.9 1a456aa758 blueman: disable appindicator support 90e33e509c libsmi: Use right name for tcl license 079137f59b accountsservice: Hack musl build fix 4ce1faf54d libgdata: add x11 to required distro features 3cab4ce7f4 file-roller: remove nautilus from DEPENDS 26cb884fc6 yelp: add x11 to required distro features 8641eed3a8 colord-gtk: add polkit to required distro features 9a956844b4 projucer: add x11 to required distro features 1d6a1d38b8 stalonetray: Add x11 to required distro feature 05ce3eba10 glfw: add features_check to inherit 4b7c1340ee Add: packagegroup-gnome-apps / packagegroup-gnome-desktop 9ccb12210d gnome-flashback: initial add 3.34.1 29f034c423 gnome-panel: (re)add 3.34.1 1d133548e5 gnome-session: inital add 3.34.1 eba5a2344c gnome-control-center: re-add 3.34.1 b04c66677b gnome-online-accounts: initial add 3.34.1 019e4ad5ae rest: initial add 0.8.1 a811e1a0ac accountsservice: initial add 0.6.55 8250211de6 gnome-shell-extensions: initial add 3.34.1 3b2293dede gnome-shell: initial add 3.34.1 88cb338ca9 gdm: re-add 3.34.1 05d876b8f4 gjs: initial add 1.58.3 c1d1697c50 libssh2: add nativesdk support 4d01d33f42 python-jsonpointer: enable native/nativesdk dfc52e24f8 python3-xxhash: upgrade 1.4.2 -> 1.4.3 b799a20faf wireshark: upgrade 3.0.6 -> 3.0.7 f570bb50ac xterm: upgrade 350 -> 351 21cc8fed2a libdc1394: Update to 2.2.6 release ee007abc63 id3lib: Update to newer debian patchset 851321744e gpsd: Add a PACKAGECONFIG for disabling usb support bcd508dedf udisks2: Update to 2.8.4 479c420882 python-pywbem: Update to 0.15.0 41c3eea8c9 sigrok-cli: Update to 0.7.1 e53eafc5d9 liblockdev: Loosen the regexp for py3 fe66913b5b python-pytest: upgrade 5.2.2 -> 5.3.1 f0fb70479a Revert "zstd: move recipe to oe-core" c55a567022 libnih: Fix build with latest gettext 53e62e4e57 python-twisted: add python3-pyserial to RDEPENDS 0467ec9587 metacity: upgrade 3.32.0 -> 3.34.1 279af3fbe1 gnome-backgrounds: initial add 3.34.0 c494c60a48 gsound: initial add 1.0.2 1bc2814496 grilo: initial add 0.3.10 9b1e8c3325 gvfs: upgrade 1.41.2 -> 1.42.1 a895d6a26c libgnome-keyring: remove 134f84df4b libgsf: upgrade 1.14.45 -> 1.14.46 1e673e4dda gnome-keyring: upgrade 3.28.2 -> 3.34.0 56f196e27b pinpoint: remove dead project 5ea25a1d72 libvncserver: add missing cmake configration option to packageconfig 49f6ce55db packagegroup-meta-oe: Remove nodejs and uim on riscv ecdab14135 netplan: add recipe cf9f947e1f ntp: split ntpdc into separate package 8bbd98b2bb python-jsonschema: 3.1.1 -> 3.2.0 40b3a51231 opensc: fix RDEPENDS in pcsc PACKAGECONFIG 38c70e7518 lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools 287625a640 postgresql: 12.0 -> 12.1 b180b56f7b projucer: Upgrade to 5.4.5 d1608c506f python-lxml: 4.4.1 -> 4.4.2 56ec6a3f13 python-paste: 3.2.2 -> 3.2.3 06a35d3be2 emlog: Use RRECOMMEND instead of RDEPEND ce5a5f09be xfsprogs: Remove obsolete patch 000448b06d ostree: Backport build/test fixes from upstream 4d09da5457 ostree: Add PACKAGECONFIG for builtin-grub2-mkconfig d936b51fef ostree: Change PACKAGECONFIG to use manpages a977b60045 ostree: Drop tests for soup/xattr with ptest f6df0263f7 ostree: Fix DISTRO_FEATURES with ptest but w/o xattr d93da893d2 ldns: Add recipe ab86dcdc90 nftables: Fix documentation generation 92eb9b321b python-pbr: upgrade 5.4.3 -> 5.4.4 ebce3c7923 python-dbus: upgrade 1.2.12 -> 1.2.14 c037f99700 python-alembic: upgrade 1.3.0 -> 1.3.1 d5306d8307 python-thrift: upgrade 0.11.0 -> 0.13.0 eb4942c4f8 mutter: initial add 3.34.1 d1c21635ab xserver-xorg-cvt-native: initial add 1.20.5 09f7732b15 python-simplejson: upgrade 3.16.0 -> 3.17.0 04ec002b10 python-pyopenssl: upgrade 19.0.0 -> 19.1.0 d5f79f0eb5 python-pyasn1: upgrade 0.4.7 -> 0.4.8 6adfbce1d5 python-pluggy: upgrade 0.13.0 -> 0.13.1 5bc8647c33 python-cmd2: upgrade 0.9.19 -> 0.9.21 f0f6c0174d nodejs: Add PACKAGECONFIG share to allow other projects to use node as library 3fcf775334 libgnomekbd: cleanup DEPENDS inherit gsettings / remove unused config 0c692f167e nautilus: add tracker-miners to RDPENDS 24d7c2e595 tracker-miners: initial add 2.3.1 d9c448fb6a gnome-system-monitor: add gsettings to inherit 10039570ec kernel-module-emlog: Use compile task from module bbclass 310047ec9f directfb: Fix build for 32bit arches with 64bit time_t 91f8512c8e utouch-evemu,utouch-frame: Fix build for 32bit arches with 64bit time_t 454db0b55d tslib: Fix build for 32bit arches with 64bit time_t 94a8836eee v4l-utils: Update to 1.18.0 049a2a371f lirc: Fix build for 32bit arches with 64bit time_t 64f07ba852 evtest: Fix build for 32bit arches with 64bit time_t aa86b55286 x11vnc: Fix build for 32bit arches with 64bit time_t 18805e625b python-evdev: Fix build for 32bit arches with 64bit time_t 459dbf1078 python-netifaces: add recipes 448a5be9a3 python3-dbussy: add recipe (v1.2.1) ae88e8ce9c python-sqlparse/python3-sqlparse: move from meta-cloud-services 6bc470c15e python3-django: upgrade 1.11.14 -> 2.2.7 e875bc8ef5 python-configargparse: add package (version 0.15.1) 0953369cd1 recipes-support: gperftools: RDEPENDS for pprof e725436832 gattlib: add recipe 2c83141421 mksh: upgrade 56 -> 57 f82938675d gsoap: upgrade 2.8.51 -> 2.8.95 2ac63c05e1 tvheadend: Demand use of py3 during build 94e26572c2 libmbim: upgrade 1.20.0 -> 1.20.2 027c7c1ebf emlog: Add recipe 36e9b8f5b9 jpnevulator: Add recipe 8c214f0d21 mdbus2: Add recipe b6c9a83e36 syslog-ng: Fix multilib header conflict - syslog-ng-config.h 05d731f8b3 libmicrohttpd: upgrade 0.9.67 -> 0.9.68 bf99a97b49 links-x11: upgrade 2.16 -> 2.20.2 096eb147fa links: upgrade 2.16 -> 2.20.2 84f890bc14 pidgin: Use python3 during build 324dec2a55 a2jmidid: Upgrade to release 9 e95c5b704b p910nd: upgrade 0.95 -> 0.97 d77753342f jack: upgrade to 1.19.14 8b21e77502 mercurial: Upgrade to 5.2 and switch to py3 b18be1a48d pidgin: Use python3 c5b6ac8596 htop: Use python3 56101d3e3b glmark2: use Python 3 to build 2c54b53159 glmark2: upgrade to latest HEAD c6d2776d6b python-slip-dbus: Add missing rdep on six module cd225109eb python3-yarl: add missing dependencies e901ab2c19 python3-pid: upgrade to 2.2.5 1f433ed18f packagegroup-meta-oe: Drop gperftools for mips/musl as well a4e7417b69 kconfig-frontends: drop unneeded target flex/bison deps 012054dea6 libsdl: Refresh patch 07f22acb16 googletest: Add PV and set to 1.10.0 3a6cbf246c libssh2: Security Advisory - libssh2 - CVE-2019-17498 661d7dea5a leveldb: Upgrade 1.20 -> 1.22 de76cf5d52 stalonetray: Add a simple stand-alone system tray meta-raspberrypi as of 2020-01-08 11:24:51 +0000 c3b3cd6 raspberrypi-cm3.conf: drop KBUILD_DEFCONFIG definition 12bbdd9 linux-raspberrypi: define kbuild defconfig for rpi cm3 a4c8118 conf/machine: add pci to MACHINE_FEATURES for Pi4 a953fc0 raspi-gpio: bump to revision 4edfde1 e57d332 rpi-gpio: bump to version 0.7.0 d059288 linux-raspberrypi-rt: bump to revision e2e9cec ef6555c linux-raspberrypi.inc: no longer set CONFIG_LOCALVERSION to empty string bc7b654 pi-bluetooth: Runtime depends on udev-rules-rpi a0a5d38 linux-raspberrypi: Bump to 4.19 recipe to 4.19.88 655dbf3 raspberrypi-firmware: Update to current HEAD 3ae288a sdcard_image-rpi.bbclass: Use IMAGE_NAME_SUFFIX variable in SDIMG meta-security as of 2020-01-05 16:09:44 -0800 b72cc7f fail2ban: fix runtime error 5d629cc meta-integrity: fix issues with yocto-check-layer 912ead8 clamav: update to 0.101.5 6400eba lib/oeqa/runtime: fix clamav test order 4150605 smack-test: add feature check for smack 6b42f1c google-authenticator-libpam: update to 1.07 4786213 python3-fail2ban: include python-fail2ban.inc 36ebd09 python-fail2ban: Drop python2 package 980bdff smack: add distro check 2e56622 apparmor: add distro check 3001c3e suricata: update to 4.1.6 0ca8cad lib/oeqa/runtime: suricata add tests 7998348 libhtp: bugfix only update 0.5.32 195157e python3-suricata-update: update to 1.1.1 2c2161f libseccomp: upgrade 2.4.1 -> 2.4.2 1bad7eb meta-security-compliance/conf/layer.conf: fix typo 4029f92 tpm2-abrmd: Port command line options to new version. 6d059a9 tpm2-abrmd-init.sh: fix for /dev/tpmrmX 72b05ed meta-security: add layer index callouts 2df7dd9 README: update mailing list to new groups.io 5b1d0ff tpm2-totp: update to 0.2.0 42df7b4 tpm2-tss-engine: update to tip to us tss-tools 4.0.x d49f702 tpm2-tools: update to 4.0.1 405ad63 tpm2-abrmd": update to 2.3.0 02bd1dc tpm2-pkcs11: update to tip meta-updater as of 2020-01-09 16:03:57 +0100 2ee5933 Adapt to shared libraries changes in aktualizr (bis) (ros#660) 892a71a Adapt to shared libraries changes in aktualizr 13c2570 Merge pull request ros#658 from advancedtelematic/docs/copyright-2020 1e966c1 README: bump copyright to 2020. 2881b4a Allow dots in ostree branch names and hw ids (ros#657) ab593ba Allow dots in ostree branch names and hw ids f1b40f5 Merge pull request ros#655 from liuming50/add-python-to-HOSTTOOLS_NONFATAL d89f02d meta: add python to HOSTTOOLS_NONFATAL eece786 Merge pull request ros#654 from advancedtelematic/fix/ptest-provision c1c0583 aktualizr: Bump to latest for ptest provisioning test fix. 7a4a487 Merge pull request ros#653 from advancedtelematic/tests/ort-update 513da91 Update dependencies to scan with ORT. 11aedf9 Update aktualizr to 2019.11 (ros#646) b72c6e1 Update aktualizr to 2019.11 f858ce8 Merge pull request ros#642 from advancedtelematic/feat/set-pkcs11-path a46388d ostree: adjust to ostree in meta-openembedded (ros#645) 2cf3040 ostree: adjust to ostree in meta-openembedded 8350535 Set PKCS11_ENGINE_PATH when using aktualizr with HSM 2db28bc Merge pull request ros#638 from advancedtelematic/feat/custom-uboot 2035b9c Force a simple reproducible build mechanism (ros#641) af1694c Force a simple reproducible build mechanism a1d5e04 Add --bootloader flag to specify path to a custom u-boot rom. 11c7418 Merge pull request ros#639 from advancedtelematic/feat/ptest-fixes 0f3b40e aktualizr: Bump to latest for ptest fixes for C API tests. meta-virtualization as of 2020-01-09 17:21:12 +0000 b4c43fd Revert "go: add back 1.12 version to avoid compilation failure" e54873b k8s: update to v1.17-beta 0df4b0e python-pyyaml: Remove the recipe da2fc21 python-sqlalchemy: Remove the recipe 0e01ab3 ceph: backport patch to fix compilation failure of boost 1.72 456fbc6 docker: remove docker.service.rpm 30e3de6 nagios-nrpe: fix compile error when packageconfig ssl enabled 5fb77ae podman: upgrade 1.6.1 -> 1.6.2 47c1870 meta-virt-default-versions.inc: use go 1.12 version 06dad20 go: add back 1.12 version to avoid compilation failure c31e46f conf: add k8s distro feature 06ec74a python3-nacl: add 1.3.0 recipe 6dd323e python3-paramiko: add 2.7.0 recipe ab12e48 python3-docker-compose: uprev to 1.25.0 cf3ad09 python-docker: uprev to 4.1.0 3e53cdf python-docker-pycreds: uprev to 0.4.0 b4dfe90 conf: fix meta-virt version / config include 8860257 docker.inc: Add xt-addrtype kernel module 00cc8af cri-o: workaround failure since go upgraded to 1.13
…azon-kvs-sdk-cpp * kvs-sdk name is used in kinesis ROS component, use that * current name is too long for some filesystems when it's also using some long PACKAGE_ARCH like bellow: ERROR: amazon-kinesis-video-streams-producer-sdk-cpp-kinesis-video-native-build-1.7.8-r0 do_generate_toolchain_file: Build of do_generate_toolchain_file failed ERROR: amazon-kinesis-video-streams-producer-sdk-cpp-kinesis-video-native-build-1.7.8-r0 do_generate_toolchain_file: Traceback (most recent call last): File "/jenkins/mjansa/build-ros/ros2-dashing-warrior/bitbake/lib/bb/build.py", line 631, in exec_task return _exec_task(fn, task, d, quieterr) File "/jenkins/mjansa/build-ros/ros2-dashing-warrior/bitbake/lib/bb/build.py", line 605, in _exec_task event.fire(TaskSucceeded(task, logfn, localdata), localdata) File "/jenkins/mjansa/build-ros/ros2-dashing-warrior/bitbake/lib/bb/event.py", line 215, in fire fire_class_handlers(event, d) File "/jenkins/mjansa/build-ros/ros2-dashing-warrior/bitbake/lib/bb/event.py", line 124, in fire_class_handlers execute_handler(name, handler, event, d) File "/jenkins/mjansa/build-ros/ros2-dashing-warrior/bitbake/lib/bb/event.py", line 96, in execute_handler ret = handler(event) File "/jenkins/mjansa/build-ros/ros2-dashing-warrior/openembedded-core/meta/classes/sstate.bbclass", line 1083, in sstate_eventhandler bb.siggen.dump_this_task(sstatepkg + '_' + taskname + ".tgz" ".siginfo", d) File "/jenkins/mjansa/build-ros/ros2-dashing-warrior/bitbake/lib/bb/siggen.py", line 354, in dump_this_task bb.parse.siggen.dump_sigtask(fn, task, outfile, "customfile:" + referencestamp) File "/jenkins/mjansa/build-ros/ros2-dashing-warrior/openembedded-core/meta/lib/oe/sstatesig.py", line 198, in dump_sigtask super(bb.siggen.SignatureGeneratorBasicHash, self).dump_sigtask(fn, task, stampbase, runtime) File "/jenkins/mjansa/build-ros/ros2-dashing-warrior/bitbake/lib/bb/siggen.py", line 305, in dump_sigtask raise err File "/jenkins/mjansa/build-ros/ros2-dashing-warrior/bitbake/lib/bb/siggen.py", line 299, in dump_sigtask os.rename(tmpfile, sigfile) OSError: [Errno 36] File name too long: '/jenkins/mjansa/build-ros/ros2-dashing-warrior/sstate-cache/51/sigtask.i58j3rp0' -> '/jenkins/mjansa/build-ros/ros2-dashing-warrior/sstate-cache/51/sstate:amazon-kinesis-video-streams-producer-sdk-cpp-kinesis-video-native-build:cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi:1.7.8:r0:cortexa7t2hf-neon-vfpv4:3:51b3f44894127997b80be8495c7a206894983d1d8ecaf411624ab49e99e77fe8_generate_toolchain_file.tgz.siginfo' ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-warrior/meta-ros/meta-ros-common/recipes-devtools/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp-kinesis-video-native-build_1.7.8.bb:do_generate_toolchain_file) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
…ATURE for default raspberrypi3 builds No virtual/egl provider is available in the default setup with vc4graphics enabled and neither opengl nor vulkan in DISTRO_FEATURES: $ bitbake -e virtual/egl | tee env.egl ERROR: Nothing PROVIDES 'virtual/egl' vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics $ bitbake -e userland 2>&1 | tee env.userland ERROR: Nothing RPROVIDES 'libegl-mesa' (but /jenkins/mjansa/build-ros/ros2-crystal-warrior/meta-raspberrypi/recipes-graphics/userland/userland_git.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'libegl-mesa' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libegl-mesa'] ERROR: Required build target 'userland' has no buildable providers. Missing or unbuildable dependency chain was: ['userland', 'libegl-mesa'] $ bitbake -e mesa 2>&1 | tee env.mesa ERROR: Nothing PROVIDES 'mesa' mesa was skipped: one of 'vulkan opengl' needs to be in DISTRO_FEATURES $ bitbake -e vc-graphics-hardfp 2>&1 | tee env.vc-graphics-hardfp ERROR: Nothing PROVIDES 'vc-graphics-hardfp' vc-graphics-hardfp was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp There is unbuildable dependency on virtual/egl from gstreamer1.0-plugins-base because: 1) gstreamer1.0-plugins-base depends on virtual/egl because of "egl" PACKAGECONFIG 2) "egl" PACKAGECONFIG is enabled by meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend PACKAGECONFIG_GL_rpi = "egl gles2" without respecting the "opengl" in DISTRO_FEATURES like the recipe in oe-core does openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb: PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" 3) virtual/egl is provided either by: - userland (only without vc4graphics in MACHINE_FEATURES): meta-raspberrypi/recipes-graphics/userland/userland_git.bb:PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" - mesa (selected with vc4graphics in MACHINE_FEATURES) meta-raspberrypi/conf/machine/include/rpi-default-providers.inc:PREFERRED_PROVIDER_virtual/egl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" - vc-graphics(-hardfp) meta-raspberrypirecipes-graphics/vc-graphics/vc-graphics.inc:PROVIDES = "virtual/libgles2 virtual/egl" 4) vc-graphics(-hardfp) recipe are skipped in default setup, because with vc4graphics being in MACHINE_FEATURES by default since: agherzan/meta-raspberrypi@690bdca the PREFERRED_PROVIDER_virtual/libgles2 is set to mesa in: conf/machine/include/rpi-default-providers.inc:PREFERRED_PROVIDER_virtual/libgles2 ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" resulting in skipping the other virtual/libgles2 providers: vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics 5) mesa is skipped when neither opengl nor vulkan are in DISTRO_FEATURES 6) userland doesn't provide virtual/egl because we have the default vc4graphics meta-raspberrypi/recipes-graphics/userland/userland_git.bb:PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" and it cannot be built anyway, because with the default vc4graphics it depends on libegl-mesa: meta-raspberrypi/recipes-graphics/userland/userland_git.bb:RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl-mesa", "", d)}" and libegl-mesa is provided only by mesa recipe from oe-core which in turn requires either "opengl" or "vulkan" to be in DISTRO_FEATURES This causes a lot of unresolved dependencies in default setup with vc4graphics but without opengl. - with Yocto 2.6 Thud and older it worked, because vc4graphics wasn't enabled by default before: agherzan/meta-raspberrypi@690bdca To build these packages you have 3 options: A) Just add "opengl" to DISTRO_FEATURES and use the default vc4graphics with mesa providing virtual/egl B) Use DISABLE_VC4GRAPHICS added in agherzan/meta-raspberrypi@96c8459 to explicitly disable vc4graphics and use userland to provide virtual/egl C) Apply agherzan/meta-raspberrypi#551 in meta-raspberrypi, this part can be removed once upgrading to Yocto release with this applied * fixes: ERROR: Nothing PROVIDES 'virtual/egl' (but /jenkins/mjansa/build-ros/ros2-crystal-warrior/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb DEPENDS on or otherwise requires it) vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics NOTE: Runtime target 'image-tools' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-tools', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'packagegroup-ros-world-crystal' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-crystal', 'image-tools', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-crystal', 'image-tools', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-crystal', 'image-tools', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-tools-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-tools-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'depth-image-proc' is unbuildable, removing... Missing or unbuildable dependency chain was: ['depth-image-proc', 'image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'depth-image-proc-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['depth-image-proc-dev', 'image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'depthimage-to-laserscan' is unbuildable, removing... Missing or unbuildable dependency chain was: ['depthimage-to-laserscan', 'image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'depthimage-to-laserscan-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['depthimage-to-laserscan-dev', 'image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-geometry' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'vision-opencv' is unbuildable, removing... Missing or unbuildable dependency chain was: ['vision-opencv', 'image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'vision-opencv-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['vision-opencv-dev', 'image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-geometry-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-geometry-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'intra-process-demo' is unbuildable, removing... Missing or unbuildable dependency chain was: ['intra-process-demo', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'intra-process-demo-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['intra-process-demo-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-depth-image-transport' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-depth-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-transport-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-transport-plugins', 'compressed-depth-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-transport-plugins-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-transport-plugins-dev', 'compressed-depth-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-depth-image-transport-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-depth-image-transport-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'object-analytics-node' is unbuildable, removing... Missing or unbuildable dependency chain was: ['object-analytics-node', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'object-analytics-node-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['object-analytics-node-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-publisher' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-publisher', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-publisher-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-publisher-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-image-transport' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-image-transport-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-image-transport-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'theora-image-transport' is unbuildable, removing... Missing or unbuildable dependency chain was: ['theora-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'theora-image-transport-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['theora-image-transport-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'cv-bridge' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'cv-bridge-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cv-bridge-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'opencv' is unbuildable, removing... Missing or unbuildable dependency chain was: ['opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'opencv-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['opencv-dev', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'gstreamer1.0-plugins-base-meta' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base-meta', 'virtual/egl'] NOTE: Runtime target 'gstreamer1.0-plugins-base-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base-dev', 'virtual/egl'] NOTE: Runtime target 'gstreamer1.0-plugins-base' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base', 'virtual/egl'] ERROR: Nothing PROVIDES 'virtual/libgles2' (but /jenkins/mjansa/build-ros/ros2-crystal-warrior/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb DEPENDS on or otherwise requires it) vc-graphics-hardfp PROVIDES virtual/libgles2 but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/libgles2 but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics Signed-off-by: Martin Jansa <[email protected]>
…ATURE for default raspberrypi3 builds No virtual/egl provider is available in the default setup with vc4graphics enabled and neither opengl nor vulkan in DISTRO_FEATURES: $ bitbake -e virtual/egl | tee env.egl ERROR: Nothing PROVIDES 'virtual/egl' vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics $ bitbake -e userland 2>&1 | tee env.userland ERROR: Nothing RPROVIDES 'libegl-mesa' (but /jenkins/mjansa/build-ros/ros2-dashing-warrior/meta-raspberrypi/recipes-graphics/userland/userland_git.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'libegl-mesa' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libegl-mesa'] ERROR: Required build target 'userland' has no buildable providers. Missing or unbuildable dependency chain was: ['userland', 'libegl-mesa'] $ bitbake -e mesa 2>&1 | tee env.mesa ERROR: Nothing PROVIDES 'mesa' mesa was skipped: one of 'vulkan opengl' needs to be in DISTRO_FEATURES $ bitbake -e vc-graphics-hardfp 2>&1 | tee env.vc-graphics-hardfp ERROR: Nothing PROVIDES 'vc-graphics-hardfp' vc-graphics-hardfp was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp There is unbuildable dependency on virtual/egl from gstreamer1.0-plugins-base because: 1) gstreamer1.0-plugins-base depends on virtual/egl because of "egl" PACKAGECONFIG 2) "egl" PACKAGECONFIG is enabled by meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend PACKAGECONFIG_GL_rpi = "egl gles2" without respecting the "opengl" in DISTRO_FEATURES like the recipe in oe-core does openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb: PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" 3) virtual/egl is provided either by: - userland (only without vc4graphics in MACHINE_FEATURES): meta-raspberrypi/recipes-graphics/userland/userland_git.bb:PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" - mesa (selected with vc4graphics in MACHINE_FEATURES) meta-raspberrypi/conf/machine/include/rpi-default-providers.inc:PREFERRED_PROVIDER_virtual/egl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" - vc-graphics(-hardfp) meta-raspberrypirecipes-graphics/vc-graphics/vc-graphics.inc:PROVIDES = "virtual/libgles2 virtual/egl" 4) vc-graphics(-hardfp) recipe are skipped in default setup, because with vc4graphics being in MACHINE_FEATURES by default since: agherzan/meta-raspberrypi@690bdca the PREFERRED_PROVIDER_virtual/libgles2 is set to mesa in: conf/machine/include/rpi-default-providers.inc:PREFERRED_PROVIDER_virtual/libgles2 ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" resulting in skipping the other virtual/libgles2 providers: vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics 5) mesa is skipped when neither opengl nor vulkan are in DISTRO_FEATURES 6) userland doesn't provide virtual/egl because we have the default vc4graphics meta-raspberrypi/recipes-graphics/userland/userland_git.bb:PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" and it cannot be built anyway, because with the default vc4graphics it depends on libegl-mesa: meta-raspberrypi/recipes-graphics/userland/userland_git.bb:RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl-mesa", "", d)}" and libegl-mesa is provided only by mesa recipe from oe-core which in turn requires either "opengl" or "vulkan" to be in DISTRO_FEATURES This causes a lot of unresolved dependencies in default setup with vc4graphics but without opengl. - with Yocto 2.6 Thud and older it worked, because vc4graphics wasn't enabled by default before: agherzan/meta-raspberrypi@690bdca To build these packages you have 3 options: A) Just add "opengl" to DISTRO_FEATURES and use the default vc4graphics with mesa providing virtual/egl B) Use DISABLE_VC4GRAPHICS added in agherzan/meta-raspberrypi@96c8459 to explicitly disable vc4graphics and use userland to provide virtual/egl C) Apply agherzan/meta-raspberrypi#551 in meta-raspberrypi, this part can be removed once upgrading to Yocto release with this applied * fixes: ERROR: Nothing PROVIDES 'virtual/egl' (but /jenkins/mjansa/build-ros/ros2-dashing-warrior/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb DEPENDS on or otherwise requires it) vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics NOTE: Runtime target 'intra-process-demo' is unbuildable, removing... Missing or unbuildable dependency chain was: ['intra-process-demo', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'intra-process-demo', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'intra-process-demo', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'intra-process-demo', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'intra-process-demo-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['intra-process-demo-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'depthimage-to-laserscan' is unbuildable, removing... Missing or unbuildable dependency chain was: ['depthimage-to-laserscan', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'depthimage-to-laserscan-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['depthimage-to-laserscan-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'swri-image-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-image-util', 'image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'swri-image-util-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-image-util-dev', 'image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-geometry' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'vision-opencv' is unbuildable, removing... Missing or unbuildable dependency chain was: ['vision-opencv', 'image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'vision-opencv-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['vision-opencv-dev', 'image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-geometry-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-geometry-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'swri-route-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-route-util', 'swri-geometry-util', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'swri-route-util-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-route-util-dev', 'swri-geometry-util', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'swri-geometry-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-geometry-util', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'swri-geometry-util-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-geometry-util-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'theora-image-transport' is unbuildable, removing... Missing or unbuildable dependency chain was: ['theora-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-transport-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-transport-plugins', 'theora-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-transport-plugins-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-transport-plugins-dev', 'theora-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'theora-image-transport-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['theora-image-transport-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'swri-transform-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-transform-util', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'swri-transform-util-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-transform-util-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-depth-image-transport' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-depth-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-depth-image-transport-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-depth-image-transport-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'apriltag-ros' is unbuildable, removing... Missing or unbuildable dependency chain was: ['apriltag-ros', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'apriltag-ros-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['apriltag-ros-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-image-transport' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-image-transport-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-image-transport-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'object-analytics-node' is unbuildable, removing... Missing or unbuildable dependency chain was: ['object-analytics-node', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'object-analytics-node-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['object-analytics-node-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'swri-opencv-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-opencv-util', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'swri-opencv-util-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-opencv-util-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'cv-bridge' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'cv-bridge-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cv-bridge-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-tools' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-tools', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-tools-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-tools-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'opencv' is unbuildable, removing... Missing or unbuildable dependency chain was: ['opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'opencv-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['opencv-dev', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'gstreamer1.0-plugins-good' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-good', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'tts' is unbuildable, removing... Missing or unbuildable dependency chain was: ['tts', 'gstreamer1.0-plugins-good', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'tts-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['tts-dev', 'gstreamer1.0-plugins-good', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'gstreamer1.0-plugins-base' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base', 'virtual/egl'] ERROR: Nothing PROVIDES 'virtual/libgles2' (but /jenkins/mjansa/build-ros/ros2-dashing-warrior/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb DEPENDS on or otherwise requires it) vc-graphics-hardfp PROVIDES virtual/libgles2 but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/libgles2 but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-base-meta' (but /jenkins/mjansa/build-ros/ros2-dashing-warrior/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'gstreamer1.0-plugins-base-meta' NOTE: Runtime target 'gstreamer1.0-plugins-base-meta' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base-meta'] ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-base-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-warrior/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'gstreamer1.0-plugins-base-dev' NOTE: Runtime target 'gstreamer1.0-plugins-base-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base-dev'] ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-good-meta' (but /jenkins/mjansa/build-ros/ros2-dashing-warrior/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.4.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'gstreamer1.0-plugins-good-meta' NOTE: Runtime target 'gstreamer1.0-plugins-good-meta' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-good-meta'] ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-good-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-warrior/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.4.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'gstreamer1.0-plugins-good-dev' NOTE: Runtime target 'gstreamer1.0-plugins-good-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-good-dev'] Signed-off-by: Martin Jansa <[email protected]>
…EATURE for default raspberrypi3 builds No virtual/egl provider is available in the default setup with vc4graphics enabled and neither opengl nor vulkan in DISTRO_FEATURES: $ bitbake -e virtual/egl | tee env.egl ERROR: Nothing PROVIDES 'virtual/egl' vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics $ bitbake -e userland 2>&1 | tee env.userland ERROR: Nothing RPROVIDES 'libegl-mesa' (but /jenkins/mjansa/build-ros/ros2-eloquent-warrior/meta-raspberrypi/recipes-graphics/userland/userland_git.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'libegl-mesa' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libegl-mesa'] ERROR: Required build target 'userland' has no buildable providers. Missing or unbuildable dependency chain was: ['userland', 'libegl-mesa'] $ bitbake -e mesa 2>&1 | tee env.mesa ERROR: Nothing PROVIDES 'mesa' mesa was skipped: one of 'vulkan opengl' needs to be in DISTRO_FEATURES $ bitbake -e vc-graphics-hardfp 2>&1 | tee env.vc-graphics-hardfp ERROR: Nothing PROVIDES 'vc-graphics-hardfp' vc-graphics-hardfp was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp There is unbuildable dependency on virtual/egl from gstreamer1.0-plugins-base because: 1) gstreamer1.0-plugins-base depends on virtual/egl because of "egl" PACKAGECONFIG 2) "egl" PACKAGECONFIG is enabled by meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend PACKAGECONFIG_GL_rpi = "egl gles2" without respecting the "opengl" in DISTRO_FEATURES like the recipe in oe-core does openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb: PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" 3) virtual/egl is provided either by: - userland (only without vc4graphics in MACHINE_FEATURES): meta-raspberrypi/recipes-graphics/userland/userland_git.bb:PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" - mesa (selected with vc4graphics in MACHINE_FEATURES) meta-raspberrypi/conf/machine/include/rpi-default-providers.inc:PREFERRED_PROVIDER_virtual/egl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" - vc-graphics(-hardfp) meta-raspberrypirecipes-graphics/vc-graphics/vc-graphics.inc:PROVIDES = "virtual/libgles2 virtual/egl" 4) vc-graphics(-hardfp) recipe are skipped in default setup, because with vc4graphics being in MACHINE_FEATURES by default since: agherzan/meta-raspberrypi@690bdca the PREFERRED_PROVIDER_virtual/libgles2 is set to mesa in: conf/machine/include/rpi-default-providers.inc:PREFERRED_PROVIDER_virtual/libgles2 ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" resulting in skipping the other virtual/libgles2 providers: vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics 5) mesa is skipped when neither opengl nor vulkan are in DISTRO_FEATURES 6) userland doesn't provide virtual/egl because we have the default vc4graphics meta-raspberrypi/recipes-graphics/userland/userland_git.bb:PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" and it cannot be built anyway, because with the default vc4graphics it depends on libegl-mesa: meta-raspberrypi/recipes-graphics/userland/userland_git.bb:RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl-mesa", "", d)}" and libegl-mesa is provided only by mesa recipe from oe-core which in turn requires either "opengl" or "vulkan" to be in DISTRO_FEATURES This causes a lot of unresolved dependencies in default setup with vc4graphics but without opengl. - with Yocto 2.6 Thud and older it worked, because vc4graphics wasn't enabled by default before: agherzan/meta-raspberrypi@690bdca To build these packages you have 3 options: A) Just add "opengl" to DISTRO_FEATURES and use the default vc4graphics with mesa providing virtual/egl B) Use DISABLE_VC4GRAPHICS added in agherzan/meta-raspberrypi@96c8459 to explicitly disable vc4graphics and use userland to provide virtual/egl C) Apply agherzan/meta-raspberrypi#551 in meta-raspberrypi, this part can be removed once upgrading to Yocto release with this applied * fixes: ERROR: Nothing PROVIDES 'virtual/egl' (but /jenkins/mjansa/build-ros/ros2-eloquent-warrior/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb DEPENDS on or otherwise requires it) vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics NOTE: Runtime target 'image-tools' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-tools', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'packagegroup-ros-world-eloquent' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-eloquent', 'image-tools', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-eloquent', 'image-tools', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-eloquent', 'image-tools', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-tools-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-tools-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'depthimage-to-laserscan' is unbuildable, removing... Missing or unbuildable dependency chain was: ['depthimage-to-laserscan', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'depthimage-to-laserscan-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['depthimage-to-laserscan-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-image-transport' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-transport-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-transport-plugins', 'compressed-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-transport-plugins-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-transport-plugins-dev', 'compressed-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-image-transport-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-image-transport-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'theora-image-transport' is unbuildable, removing... Missing or unbuildable dependency chain was: ['theora-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'theora-image-transport-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['theora-image-transport-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-depth-image-transport' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-depth-image-transport', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'compressed-depth-image-transport-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['compressed-depth-image-transport-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'cv-bridge' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'vision-opencv' is unbuildable, removing... Missing or unbuildable dependency chain was: ['vision-opencv', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'vision-opencv-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['vision-opencv-dev', 'cv-bridge', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'cv-bridge-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cv-bridge-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'intra-process-demo' is unbuildable, removing... Missing or unbuildable dependency chain was: ['intra-process-demo', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'intra-process-demo-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['intra-process-demo-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-geometry' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-geometry', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'image-geometry-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['image-geometry-dev', 'opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'opencv' is unbuildable, removing... Missing or unbuildable dependency chain was: ['opencv', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'opencv-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['opencv-dev', 'gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'gstreamer1.0-plugins-base' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base', 'virtual/egl'] NOTE: Runtime target 'gstreamer1.0-plugins-base-meta' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base-meta', 'virtual/egl'] NOTE: Runtime target 'gstreamer1.0-plugins-base-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base-dev', 'virtual/egl'] ERROR: Nothing PROVIDES 'virtual/libgles2' (but /jenkins/mjansa/build-ros/ros2-eloquent-warrior/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb DEPENDS on or otherwise requires it) vc-graphics-hardfp PROVIDES virtual/libgles2 but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/libgles2 but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
* fixes: In file included from ompl/1.4.2-2-r0/git/demos/PlannerData.cpp:45: ompl/1.4.2-2-r0/recipe-sysroot/usr/include/boost/graph/astar_search.hpp: In instantiation of 'void boost::astar_search(const VertexListGraph&, typename boost::graph_traits<Graph>::vertex_descriptor, AStarHeuristic, const boost::bgl_named_params<P, T, R>&) [with VertexListGraph = boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, boost::property<vertex_type_t, ompl::base::PlannerDataVertex*, boost::property<boost::vertex_index_t, unsigned int> >, boost::property<edge_type_t, ompl::base::PlannerDataEdge*, boost::property<boost::edge_weight_t, ompl::base::Cost> > >; AStarHeuristic = readPlannerData()::<lambda(ompl::base::PlannerData::Graph::Vertex)>; P = ompl::base::Cost; T = boost::distance_zero_t; R = boost::bgl_named_params<ompl::base::Cost, boost::distance_inf_t, boost::bgl_named_params<readPlannerData()::<lambda(ompl::base::Cost, ompl::base::Cost)>, boost::distance_combine_t, boost::bgl_named_params<readPlannerData()::<lambda(ompl::base::Cost, ompl::base::Cost)>, boost::distance_compare_t, boost::bgl_named_params<boost::vector_property_map<unsigned int>, boost::vertex_predecessor_t, boost::no_property> > > >; typename boost::graph_traits<Graph>::vertex_descriptor = unsigned int]': ompl/1.4.2-2-r0/git/demos/PlannerData.cpp:179:46: required from here ompl/1.4.2-2-r0/recipe-sysroot/usr/include/boost/graph/astar_search.hpp:449:13: error: invalid initialization of reference of type 'boost::parameter::binding<boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::distance_zero, const ompl::base::Cost>, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::distance_inf, const ompl::base::Cost>, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::distance_combine, const readPlannerData()::<lambda(ompl::base::Cost, ompl::base::Cost)> >, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::distance_compare, const readPlannerData()::<lambda(ompl::base::Cost, ompl::base::Cost)> >, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::predecessor_map, const boost::vector_property_map<unsigned int> >, boost::parameter::aux::empty_arg_list, std::integral_constant<bool, true> >, std::integral_constant<bool, true> >, std::integral_constant<bool, true> >, std::integral_constant<bool, true> >, std::integral_constant<bool, true> >, boost::graph::keywords::tag::visitor, boost::dummy_property_map&>::type' {aka 'boost::dummy_property_map&'} from expression of type 'boost::astar_visitor<>' 449 | >::type vis = arg_pack[_visitor | default_visitor]; | ^~~ ompl/1.4.2-2-r0/recipe-sysroot/usr/include/boost/graph/astar_search.hpp: At global scope: ompl/1.4.2-2-r0/recipe-sysroot/usr/include/boost/graph/astar_search.hpp:353:3: error: 'void boost::astar_search(const VertexListGraph&, typename boost::graph_traits<Graph>::vertex_descriptor, AStarHeuristic, AStarVisitor, PredecessorMap, CostMap, DistanceMap, WeightMap, VertexIndexMap, ColorMap, CompareFunction, CombineFunction, CostInf, CostZero) [with VertexListGraph = boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, boost::property<vertex_type_t, ompl::base::PlannerDataVertex*, boost::property<boost::vertex_index_t, unsigned int> >, boost::property<edge_type_t, ompl::base::PlannerDataEdge*, boost::property<boost::edge_weight_t, ompl::base::Cost> > >; AStarHeuristic = readPlannerData()::<lambda(ompl::base::PlannerData::Graph::Vertex)>; AStarVisitor = boost::dummy_property_map; PredecessorMap = boost::vector_property_map<unsigned int>; CostMap = boost::shared_array_property_map<ompl::base::Cost, boost::vec_adj_list_vertex_id_map<boost::property<vertex_type_t, ompl::base::PlannerDataVertex*, boost::property<boost::vertex_index_t, unsigned int> >, unsigned int> >; DistanceMap = boost::shared_array_property_map<ompl::base::Cost, boost::vec_adj_list_vertex_id_map<boost::property<vertex_type_t, ompl::base::PlannerDataVertex*, boost::property<boost::vertex_index_t, unsigned int> >, unsigned int> >; WeightMap = boost::adj_list_edge_property_map<boost::bidirectional_tag, ompl::base::Cost, const ompl::base::Cost&, unsigned int, const boost::property<edge_type_t, ompl::base::PlannerDataEdge*, boost::property<boost::edge_weight_t, ompl::base::Cost> >, boost::edge_weight_t>; VertexIndexMap = boost::vec_adj_list_vertex_id_map<boost::property<vertex_type_t, ompl::base::PlannerDataVertex*, boost::property<boost::vertex_index_t, unsigned int> >, unsigned int>; ColorMap = boost::shared_array_property_map<boost::default_color_type, boost::vec_adj_list_vertex_id_map<boost::property<vertex_type_t, ompl::base::PlannerDataVertex*, boost::property<boost::vertex_index_t, unsigned int> >, unsigned int> >; CompareFunction = readPlannerData()::<lambda(ompl::base::Cost, ompl::base::Cost)>; CombineFunction = readPlannerData()::<lambda(ompl::base::Cost, ompl::base::Cost)>; CostInf = ompl::base::Cost; CostZero = ompl::base::Cost; typename boost::graph_traits<Graph>::vertex_descriptor = unsigned int]', declared using local type 'readPlannerData()::<lambda(ompl::base::PlannerData::Graph::Vertex)>', is used but never defined [-fpermissive] 353 | astar_search | ^~~~~~~~~~~~ Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
* see cartographer-project/cartographer#1653 * fixes: cartographer/1.0.0-1-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_map.h: In instantiation of 'std::map<_Key, _Tp, _Compare, _Alloc>::map(_InputIterator, _InputIterator) [with _InputIterator = cartographer::mapping::DynamicGrid<cartographer::mapping::NestedGrid<cartographer::mapping::FlatGrid<short unsigned int, 3>, 3> >::Iterator; _Key = Eigen::Matrix<int, 3, 1>; _Tp = float; _Compare = cartographer::mapping::{anonymous}::EigenComparator; _Alloc = std::allocator<std::pair<const Eigen::Matrix<int, 3, 1>, float> >]': cartographer/1.0.0-1-r0/git/cartographer/mapping/3d/hybrid_grid_test.cc:216:47: required from here cartographer/1.0.0-1-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_map.h:273:4: error: no matching function for call to 'std::_Rb_tree<Eigen::Matrix<int, 3, 1>, std::pair<const Eigen::Matrix<int, 3, 1>, float>, std::_Select1st<std::pair<const Eigen::Matrix<int, 3, 1>, float> >, cartographer::mapping::{anonymous}::EigenComparator, std::allocator<std::pair<const Eigen::Matrix<int, 3, 1>, float> > >::_M_insert_range_unique(cartographer::mapping::DynamicGrid<cartographer::mapping::NestedGrid<cartographer::mapping::FlatGrid<short unsigned int, 3>, 3> >::Iterator&, cartographer::mapping::DynamicGrid<cartographer::mapping::NestedGrid<cartographer::mapping::FlatGrid<short unsigned int, 3>, 3> >::Iterator&)' 273 | { _M_t._M_insert_range_unique(__first, __last); } | ^~~~ In file included from cartographer/1.0.0-1-r0/recipe-sysroot/usr/include/c++/9.2.0/map:60, from cartographer/1.0.0-1-r0/recipe-sysroot/usr/include/ceres/ordered_groups.h:34, from cartographer/1.0.0-1-r0/recipe-sysroot/usr/include/ceres/ceres.h:52, from cartographer/1.0.0-1-r0/git/cartographer/common/math.h:25, from cartographer/1.0.0-1-r0/git/cartographer/mapping/3d/hybrid_grid.h:28, from cartographer/1.0.0-1-r0/git/cartographer/mapping/3d/hybrid_grid_test.cc:17: cartographer/1.0.0-1-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_tree.h:1109:2: note: candidate: 'template<class _InputIterator> std::__enable_if_t<std::is_same<_Val, typename std::iterator_traits<_InputIterator>::value_type>::value> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_range_unique(_InputIterator, _InputIterator) [with _InputIterator = _InputIterator; _Key = Eigen::Matrix<int, 3, 1>; _Val = std::pair<const Eigen::Matrix<int, 3, 1>, float>; _KeyOfValue = std::_Select1st<std::pair<const Eigen::Matrix<int, 3, 1>, float> >; _Compare = cartographer::mapping::{anonymous}::EigenComparator; _Alloc = std::allocator<std::pair<const Eigen::Matrix<int, 3, 1>, float> >]' 1109 | _M_insert_range_unique(_InputIterator __first, _InputIterator __last) | ^~~~~~~~~~~~~~~~~~~~~~ cartographer/1.0.0-1-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_tree.h:1109:2: note: template argument deduction/substitution failed: cartographer/1.0.0-1-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_tree.h: In substitution of 'template<class _InputIterator> std::__enable_if_t<std::is_same<std::pair<const Eigen::Matrix<int, 3, 1>, float>, typename std::iterator_traits<_Iterator>::value_type>::value, void> std::_Rb_tree<Eigen::Matrix<int, 3, 1>, std::pair<const Eigen::Matrix<int, 3, 1>, float>, std::_Select1st<std::pair<const Eigen::Matrix<int, 3, 1>, float> >, cartographer::mapping::{anonymous}::EigenComparator, std::allocator<std::pair<const Eigen::Matrix<int, 3, 1>, float> > >::_M_insert_range_unique<_InputIterator>(_InputIterator, _InputIterator) [with _InputIterator = cartographer::mapping::DynamicGrid<cartographer::mapping::NestedGrid<cartographer::mapping::FlatGrid<short unsigned int, 3>, 3> >::Iterator]': Signed-off-by: Martin Jansa <[email protected]>
shr-project
added a commit
to shr-project/meta-ros
that referenced
this pull request
Jan 13, 2020
oe-core as of 2020-01-07 12:43:22 +0000 4359a398af u-boot-fw-utils: Drop as replaced 325a8dec3c libubootenv: Add libubootenv which replaces u-boot-fw-utils 4d72cd395b runqemu: add virtio block device c308116fb7 glib: set missing cross property b2a389ad51 sstate: Avoid races over rewritten siginfo files 610b314ddc scripts/gen-lockedsig-cache: Only look at new format sstate objects 90cc3d1ed1 sstate: Handle sstate filenames longer than 255 characters c0c158d385 sstate: Merge file name generation into single function be603dad68 sstate: Improve SSTATE_PKG handling d05bde16bd sstate: Add extra directory level 5115d2616b populate_sdk_ext: Fix confusing failure message 53cf1241fa musl: Ensure that B is clean before configure task is run 1e6f6d0937 sysstat: 12.2.0 -> 12.2.1 d994169c72 stress-ng: upgrade 0.10.13 -> 0.10.15 ff5da959ad rng-tools: upgrade 6.8 -> 6.9 194bd41364 tclibc-musl: Add -D__USE_TIME_BITS64 to c/c++ flags 025a7a4007 musl: Build outside of source tree 222574d744 musl: Upgrade beyond 1.24 b4c7b1ea43 glib-2.0: upgrade 2.62.3 -> 2.62.4 a0de64cab6 shadow: Security Advisory - shadow - CVE-2019-19882 0da6e0a232 python/python3: Whitelist CVE-2019-18348 23b7484d32 sstatesig: Avoid resetting taskhash within siggen for locked sigs 523c093a88 sstatesig: Fix locked signature handling with unihashes 2a76082363 sstatesig: Test cross/native hashserv method extension ec788594f3 python3: Update to apply libgcc fix to libpython, glibc only c22726425a nfs-utils: Drop unneeded patches, cmdline option overrides 6c49118121 u-boot: Update to v2020.01-rc5 e219f51751 wic/filemap: If FIGETBSZ iotctl fail, failback to os.stat cf5f46e643 gettext: Backport patch to fix po files without translations b3147117a3 gettext: fix failing ptests 42bde3e602 psmisc: revert to default autopoint exclusion c9f8b48dda gettext: update to 0.20.1 be1fe0120f gettext-minimal-native: update to 0.20.1 7a0fd80d8a util-linux: Use PCRE for hardlink 61d4d3d5a9 maintainers: Add entry for buildtools-extended-tarball f0377af232 buildtools-extended-tarball: add recipe with build-essentials 66e4c638b9 bitbake.conf: Simplify TARGET_SYS/SDK_SYS df107f3a14 python3: RDEPEND on libgcc 37c9c50a00 lttng-ust: Turn examples into a packageconfig fda5d9b64f runqemu: Add multiconfig support 4b93115a0c classes/image_types_wic: Depend on do_image_complete tasks bb6a99f933 systemd: fix ${PN}-journal-remote systemd unit 7a3d575ba5 mesa: Upgrade to 19.3.1 aee9beb122 python3: Upgrade 3.7.5 -> 3.7.6 e874d067ac sstate.bbclass: Fix for consistent whitespace aa05f1ded7 multilib.conf: Ensure that RECIPE_SYSROOT is unchanged for native 4dccab7639 glib-networking: upgrade 2.62.1 -> 2.62.2 5263b2ebc5 tune-riscv: Add support for no float 47df8c0dd8 perl/tcl: fix /usr/share/man/man3/Thread.3 conflicts f0f7661606 nativesdk-buildtools-perl-dummy: add dependencies for autoconf and automake 735eb7f3e0 pango: Disable Wimplicit-fallthrough as error ebb315955c xkbcomp: Gcc 10 spits out extra warnings as errors 312e9fe3f0 recipes: Use -fcommon explicitly 8413dede13 llvm: Upgrade to 9.0.1 release 08e1d688bc tune-power9: Add power9 tunings b6ac40f1cb powerpc, powerpc64: Append little-endianness to tune arch e62cdb9b88 siteinfo: Recognize 64bit PPC LE 24f630ce36 cmake.bbclass: Define LIB_SUFFIX ea93adc30e goarch: Dont use -fno-PIE on mips 7f6aa3a10a systemd: Fix time_t size assumptions 0cd48fe0fe feature-microblaze-versions.inc: Update MB to v11.0 7ad531093d linuxloader: Correct loader for glibc on armhf 747ad3ca1e kernel-yocto: allow external (aka non-integrated) BSPs to supply patches b538fedff2 linux-yocto/5.2: update to v5.2.28 d3112fcf72 linux-yocto/4.19/5.2/-dev: fix gcc10 build f558800a5c linux-yocto/5.2: update to v5.2.27 0a8b7ade93 subversion: upgrade 1.12.2 -> 1.13.0 08ff4b9195 oeqa/runtime/ptest: fix detection of failed tests 3c18dad403 kexec-tools: update to 2.0.20 30fa7e5edb libxml-parser-perl: update to 2.46 9cb9e91465 prelink: upgrade to latest revision (in the cross_prelink branch) cd4787c324 diffstat: update to 1.63 dcdd618e83 ptest-packagelists: drop python 2.x f8d2cd0025 cmake: Add a knob for cmake VERBOSE settings 6e2d926a42 python3-pygments: update to 2.5.2 2fa183c59c llvm: fix upstream version check 773a22ea39 boost: upgrade 1.71.0 -> 1.72.0 ba791a4964 epiphany: upgrade 3.34.1 -> 3.34.2 521ff7d063 btrfs-tools: upgrade 5.3.1 -> 5.4 927bdf266a librepo: upgrade 1.11.0 -> 1.11.1 b04aeb0c1e createrepo-c: upgrade 0.15.1 -> 0.15.4 01b2ef2292 libcomps: upgrade 0.1.12 -> 0.1.14 2348e90141 bash-completion: upgrade 2.9 -> 2.10 61217a961f vala: upgrade 0.46.4 -> 0.46.5 e589fc6d75 meson: update 0.52.0 -> 0.52.1 c488f67efe core-image-testmaster: use Python 3 59e63a2d22 recipetool: always use python 3 in recipe creation f6670f9c89 strace: Upgrade to 5.4 4200e8de99 busybox: Replace obsolete stime API with clock_settime 2cca75155b qemu: Replace stime() API with clock_settime d089f84d64 gcc-sanitizers: Fix build with glibc 2.31 fa1968884f gcc-sanitizers: Add missing dep on libcrypt 2fb86f46ba kbd: fix ptest can NOT run issue 14f14eccf1 valgrind: Fix build with -fno-common 856c26f50f libdnf: Include mising <stdexcept> 6e37b0cba0 cpio: remove unused CVE patch 70626b52e5 kernel: Make symbol link to vmlinux.64 in boot directory 93c11e6e7e libva-utils: upgrade 2.5.0 -> 2.6.0 d88764864f libva: upgrade 2.5.0 -> 2.6.0 319bbf66e0 pseudo: Make realpath() remove trailing slashes 197007bac2 syslogkd: fix parallel compile failed problem eb286172e4 libsdl2: fix failure appeared in bitbake libsdl2-native b03577cf85 base.bbclass: clean up dead symlink when handling hosttools 39825cba47 chrpath: Cleanup and fix previous patch f408bbb1cc meson: map the system property in the cross file dd9c3d042a pixman: port to meson a0ae7bb293 pixman: don't use xorg-lib-common f5ffd6ce6e qemu: Add PACKAGECONFIG for glusterfs fee6c063df shadow: update 4.6 -> 4.8 24e59094de recipeutils: set SRCPV for devupstream variant 740e3f5e1d externalsrc: always set SRCPV 15ca6acb87 lttng-modules: update to 2.11.0 0d35cf40fd lttng-ust: update to 2.11.0 015aea5d93 lttng-tools: update to 2.11.0 7ed28276e9 cups: update to 2.3.1 91ab8c4ba8 nfs-utils: update to 2.4.2 d1d913faf6 debianutils: update to 4.9.1 99558e667e vim: fix upstream version check 7df632664b libnss-dns: update to 0.14.1 48332e8d21 sysprof: move recipe to meta-oe 6658290b60 qemu: fix ptest output 2103b42345 linux-yocto/5.2: update to v5.2.26 f9db269297 linux-yocto/5.2: update to v5.2.25 064811c18f linux-yocto/4.19: update to v4.19.87 c54b02ab23 linux-yocto/5.2: update to v5.2.24 e23a86fa40 linux-yocto/4.19: update to v4.19.84 441e9dc823 linux-yocto/5.2: update to v5.2.23 73c8fc8c9b linux-yocto/5.2: update to v5.2.22 1f51f1505c linux-yocto/5.2: update to v5.2.21 811b39f3f4 linux-yocto-dev: bump to v5.4+ 875cae74e2 piglit: upgrade to latest revision 5e4b43bcba fribidi: upgrade 1.0.7 -> 1.0.8 49ad92a577 libical: upgrade 3.0.6 -> 3.0.7 cc84d4dcc7 libtasn1: upgrade 4.14 -> 4.15.0 777121a66f mmc-utils: upgrade to latest revision 56977d22e7 stress-ng: upgrade 0.10.11 -> 0.10.13 4e773335ae libsolv: upgrade 0.7.8 -> 0.7.10 4c26e89aa3 vte: upgrade 0.58.2 -> 0.58.3 e795ba1861 opkg: upgrade to version 0.4.2 bf51a4a131 opkg-utils: upgrade to version 0.4.2 438f21ae14 xorgproto: merge .inc 977f4baacf chrpath: do less work de1b57aced distutils3: do out of tree builds 497ddaca42 distutils3: remove unused variable d0eba7ccf5 distutils3: remove unused stage tasks 169634473a scripts: add pkgdataui 53cccd5b51 kernel-devsrc: fix error with old (<4.2) x86 kernels 460222c54e insane: don't use cachedpath 765e0c3410 rootfs: don't use oe.cachedpath 78a555b324 tune-cortexa72-cortexa53: Add tunes aa3ed11b27 systemd-bootchart: Add mips64 tuples bc487ced3b gnutls: upgrade 3.6.8 -> 3.6.11.1 fa1786fb0e eudev: upgrade 3.2.8 -> 3.2.9 d4926c11a4 cve-check: fail gracefully when file not found 2f37056cc6 assimp: fix search library failed on multilib 89e96f0efb sed: add PACKAGECONFIG for selinux cc67c559a2 bitbake.conf: add number_threads to BB_SIGNATURE_EXCLUDE_FLAGS fd771e6fa7 libepoxy: upgrade 1.5.3 -> 1.5.4 bb5e1e6a61 libpng: Correct SRC_URI path e4c6a49616 go: upgrade 1.13.3 -> 1.13.5 3038c0d628 oe-run-native: fix typo fb5491995c systemd: Rename the files instead of using PV 6d79a39856 libpam: consolidate a patch to a patch 85b86bc810 cross-localedef: Re-arrange patches 6e57378d4c netbase: upgrade 5.7 -> 5.8 32ea662520 mesa: Fix vc4 build for 64bit time_t changes on 32bit arches 120e687bad oeqa/selftest/package: mark string as raw 281b7b00dc systemd-compat-units: this recipe doesn't need a compiler d6c62cc030 oeqa: reproducible: Test core-image-sato and core-image-full-cmdline 44d01006ed systemtap: fix builds with newer gettext 59141d95f1 sysklogd: Fix 2.0.3 upgrade fallouts on musl dcf0bd14d7 sysklogd: update to 2.0.3 23d38b2ad6 podfix: only alter normal files ef7c44c9bd incompatible_lic.py: Add tests for incompatible licenses with wildcards b1863e570d license_image.bbclass: Report only the licenses that are incompatible 7d5c07e4a3 package.bbclass: Report only the licenses that are incompatible fb3405fac7 base.bbclass: Report only the licenses that are incompatible for a package 01dcc8c94b base.bbclass: Simplify the check for whitelisted licenses 02a3189b49 license.bbclass: Make incompatible_pkg_license return incompatible lics 64daaf29e2 licenses.conf: Remove the SRC_DISTRIBUTE_LICENSES variable 8c9ef587fe license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses 6a6b775d69 mesa.inc: allow the user to choose the build type 5b12211ef7 meson.bbclass: allow buildtype to be changed 469bcfbfe2 cmake: 3.15.5 -> 3.16.1 f7226d8b28 tcl: upgrade 8.6.9 -> 8.6.10 7a8165e0d8 openssl: fix CVE-2019-1551 2bf6fdc460 sysstat: fix CVE-2019-19725 da529e6522 oeqa/runtime/apt dnf opkg: support running from within docker container ca58559fc3 oeqa/target/ssh oeqa/target/qemu: expose server listening port to tests 9f401cd8b0 oeqa/runtime/context.py: support listening port in TEST_SERVER_IP e54391ca90 oeqa/utils/httpserver: allow to pass in listening port 98715c9dc8 connman: update kernel module RRECOMMENDS for kernel >= v4.19 19dd3453da e2fsprogs: split dumpe2fs into its own package 10bdbf033e systemd-systemctl: Fix handling of aliased targets a522ccff83 lttng-modules: fix NULL pointer deference error when testing rpc_task_running 8be3c48a41 git: upgrade 2.24.0 -> 2.24.1 d3660148a6 sudo: update to 1.8.29 66f3b09364 cpio: update to 2.13 dd0c62ba4c man-db: update to 2.9.0 6451a900ce man-pages: update to 5.04 5dc6529d0b parted: update 3.2->3.3 de72e0440b libxml2: update to 2.9.10 0270b64a69 glide: update to 0.13.3 6ecc17f83d puzzles: update to latest revision 248e777ac6 dos2unix: update to 7.4.1 198bacaa10 sstatesig: Further optimise 81ee68f39a scripts/oe-build-perf-test: Use python3 from the environment de98cfe3cd sstatesig: Optimise get_taskhash for hashequiv 04e4e93efa conf/machine/x86-base: use wic instead of live c3cb6bc21f buildstats: Replace 'is' with '==' in python condition check expression 9119a882ad libjpeg-turbo: Build reproducibly ad5c914933 nasm: Add debug-prefix-map option 18b90967bd Revert "go: Reset unneeded GOARCH variables for native recipe" 83eebf5577 goarch: Remove target specific dependencies 06ce57157a cronie:fix SRC_URI path 78221af4c0 bluez5: disable debug output in ptests 1a31a31a3b bluez: update 5.50 -> 5.52 08636708f6 kbd: avoid vlock conflict with busybox 5dc43edab4 reproducible_build_simple: inherit podfix 18d8e5ac68 podfix: class to remove Pod::Man versions from manpages 47e40fdd7d runqemu: handle tap device creation failure properly ca64a3d490 runqemu: log parameters correctly within testimage c1def38c68 oeqa: qemu: ensure we print runqemu output in the event of failure 07da998f5a oeqa: qemu: fix width of top output in host dump 3f6dcf67bc oeqa: qemu: ensure that host dump commands can be run properly 0f04e81c79 build-appliance-image: Update to master head revision 0980868fb1 build-appliance-image: Update to master head revision cb5e746a23 build-appliance-image: Update to master head revision 1360d8d7d9 sstate: Ensure mkdir happens before mktemp bf6ee2b39e build-appliance-image: Update to master head revision 0af4dae840 sstate: Ensure target sstate directory exists if unihash changes 76e84ce181 build-appliance-image: Update to master head revision be29a25400 sstate: Ensure SSTATE_PKG is reloaded when handling siginfo 093a1971f2 build-appliance-image: Update to master head revision 3351c0ba4b Revert "bluez: update 5.50 -> 5.52" 42719edc86 build-appliance-image: Update to master head revision 62eca02024 sstate: Stop overwriting SSTATE_PKG 85b7a3d5ec build-appliance-image: Update to master head revision efc1945a95 build-appliance-image: Update to master head revision cc20e4d8ff cve-check: Switch to NVD CVE JSON feed version 1.1 b45c967a83 libcap-ng: add missing Upstream-Status tags b234a4ed4d texinfo: update to 6.7 3cce2d1c36 flex: Replace uninative loader path 53f61ca73e bash: Don't DEPEND on virtual/libc-locale 5f49ac73ca oeqa/selftest/runtime_test: split systemd and sysvinit tests out 7bcfce0504 binutils: Upgrade to 2.33.1 e63dc57f09 u-boot-fw-utils: Add capability of building from out-of-tree 8c62642184 ghostscript: upgrade 9.27 -> 9.50 8311e8b399 Revert "libtirpc: create the symbol link for rpc header files" 2800abbcbd glib-2.0: update to 2.62.3 548d9fefef libxcrypt: update to 4.4.10 f1bb43d0b9 libxcrypt: restructure the recipes to allow auto-upgrading with devtool de3117ef4e assimp: update to 5.0.0 2666f3978b vulkan-demos: update to latest revision fe2db77803 vulkan: update to 1.1.126 3abc02e38d orc: update to 0.4.31 492d43296b openssl: Whitelist CVE-2019-0190 0406dd7196 systemd: Upgrade 243 -> 243.2 c1efb1772c llvm: rv32/rv64 target builds are not supported yet 56d5b181f3 python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652 b547637ad8 meson.bbclass: Prevent meson from downloading wrapped projects 35bbb1deb4 nss: Backport clang build fix cd38be40cd flac: Enable VSX when vsx is in tune features ec6d1e337f libffi: Fix build on ppc64 5372e1acdd sysvinit: update 2.88dsf -> 2.96 66c86b13fb nspr: update to 4.24 5ca54ccab8 libxkbcommon: update to 0.9.1 d4d403bb1d mkfontscale: update to 1.2.1 b08bc19da3 sysstat: update to 12.2.0 2537fcf314 libsoup-2.4: update to 2.68.3 dad8cd50bc bluez: update 5.50 -> 5.52 45edc6d23e perl: update to 5.30.1 729ac34dce kbd: update to 2.2.0 ce21d9ada5 gtk+3: update to 3.24.13 ae9660cac0 selftest: skip virgl gtk/sdl test on opensuse 15.0 d821415ab0 wayland: Add PACKAGECONFIG for dtd-validation 3f8d803b76 packagegroup-self-hosted: remove python 2.x 5f8f16b17f hosttools: no longer check for or provide host python 2 to builds d40853b10d qemu-helper-native/systemtap-native: Ensure sysroots are populated with dependencies 4825eede60 go: Reset unneeded GOARCH variables for native recipe e514acda9e recipes: change SRC_URI to use https 18799b309e netbase: 5.6 -> 5.7 5101aecacf glibc: fix ldconfig packaging issue 5cdb34cee1 libjitterentropy: Fix man page reproducibility 3adaaab787 base.bbclass: Add python3-native to native paths for hg fetcher 1fdf8a6514 stress-ng: 0.10.10 -> 0.10.11 b084fa0958 openssh: Upgrade 8.0p1 -> 8.1p1 9dc1aaed83 libtirpc: fix wrong path of command ln -sf f494e71661 python-setuptools: upgrade 41.6.0 -> 42.0.2 be70057d2f python3-pbr: upgrade 5.4.3 -> 5.4.4 200c3f35aa python3-dbus: upgrade 1.2.12 -> 1.2.14 95574a7d18 scriptutils: remove the useless import line 1fbeceb812 xkeyboard-config: 2.27 -> 2.28 6d6fb46631 glibc-testing.inc: Remove testglibc script generation 1a6801c4d0 gcc-cross.inc: Remove test runner script generation 0ead8cbdfb gcc: Improve build reproduciblity b8d6e2ab68 gcc-target.inc: Prevent sysroot from leaking into configargs.h a4031935a7 oeqa/qemurunner: Fix cmdline variable use before reference 51a84937d3 oeqa/concurrencytest: Optimise for autobuilder/clobberdir afb8d45636 python3native: set PYTHON_EXECUTABLE for CMake ba540681ee lrzsz: remove generated files b045f83519 lrzsz: Update autotools infrastructure and make it work with new gettext 77e0f50202 image_types: add Zstandard conversion support 3646499cb3 selftest/imagefeatures: blacklist zst 5da48859c4 piglit: update to latest revision 26d44a1e36 gstreamer1.0-python: switch to meson 33d9d696f3 python-numpy: upgrade to 1.17.4 bd40260cba sed: upgrade to 4.7 3d80c598b0 p11-kit: convert to meson 9aab37ac40 libffi: update to 3.3 final ccff8acaff libcomps: update to 0.1.12 a0fe05f3ff flex: update to 2.6.4 6965ec5c49 bind: update 9.11.5-P4 -> 9.11.13 46c83e8962 cronie:upgrade 1.5.4 -> 1.5.5 3b8df6b6ab iptables: Add systemd helper unit for IPv6 too 64eeedcdc5 iptables: Allow overriding rules file location c1d162b616 iptables: Cosmetic fixes to recipe da8533fcbb xserver-xorg: 1.20.5 -> 1.20.6 f5b3e39dbe cmake: upgrade 3.15.3 -> 3.15.5 d549ec605e mc: rrecommend the full terminfo database instead of rdepending on it 8d84fdea1c libcap-ng: add pthread library if header is found ddd2c56244 insane: fix GitHub /archive/ test 422bef7a20 libarchive: fix CVE-2019-19221 b4d4f70380 glibc: fix CVE-2019-19126 5ac52e7877 nasm: fix CVE-2019-14248 afef29326b ghostscript: fix for CVE-2019-14811 is same as CVE-2019-14813 8a5fdac3c2 dosfstools: fix CP437 error from `dosfsck -l` a1c227ad41 acpica: correct flex/bison deps, add explicit m4-native dep 1ede977747 python: use PYTHON_FOR_BUILD, don't add HOSTPYTHON 2608044627 python: use correct autotools variables f49077af44 python: restore bytecode optimisation 1e0ef76dcc python: package .pyo files too c4ae091347 python: move make override variables to EXTRA_OEMAKE d274a3d3bd python: no need to add HOSTPGEN 95c6a1180f python3: add python3-misc-native to RPROVIDES f6164cc210 python-native: add python-misc-native to RPROVIDES f6136b2bf7 libidn2: upgrade 2.2.0 -> 2.3.0 081f1e043e gdk-pixbuf: upgrade 2.38.2 -> 2.40.0 b40497f9c5 pango: upgrade 1.44.6 -> 1.44.7 84a78f46d5 gcc-cross.inc: Prevent native sysroot from leaking into configargs.h b879fe730b gcc-9.2: Update the relocation patch to add PREFIX/EXEC_PREFIX 5e4504026c multilib.bbclass: fix qa warning of kernel-devicetree 8ae998fa8d machine/arch-riscv: Fix newlib and baremetal builds ee80a06c10 python3-testtools: Avoid traceback2 module requirement 909dc04779 oe-selftest: extend virgl gtk test to also check the SDL option 017d0f3461 dummy-sdk-package.inc: do not include files into RREPLACES 4a247e7c96 dummy-sdk-package: Add DUMMYPROVIDES_PACKAGES bitbake as of 2020-01-08 15:03:25 +0000 1e96df26 cooker: Keep track of watched files using a set instead of a list 1a9247c4 cache: Lower debug level for wold build messages 0a09b0fa siggen: Test extra cross/native hashserv method d517b1ef runqueue: Fix task dependency corner case in sanity test 7a92b7f5 runqueue: Ensure task dependencies are run correctly 40928f69 runqueue: Fix equiv hash handling build failures 68ce22df bitbake-layers: Keep loglevel in colored logger 6fa8a18e prserv/serv: Use with while reading pidfile 923aff06 lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on directories a8e7e913 base.bbclass: fix 'python should use 4 spaces indentation' warnings e1a2a0e2 fetch2/clearcase: Fix tar command working directory f04cd931 lib/bb: Optimise out debug messages from cooker d446fa89 runqueue: Only call into the migrations function if migrations active 2cfeb999 runqueue: Optimise task filtering 105d1f07 runqueue: Optimise out pointless loop iteration e28ec693 runqueue: Optimise task migration code slightly de188249 runqueue: Fix sstate task iteration performance 6a32af28 siggen: Split get_tashhash for performance 608b9f82 runqueue: Fix task mismatch failures from incorrect logic c9c68d89 runqueue: Rework process_possible_migrations() to improve performance 6beddf62 bb.utils.fileslocked: don't leak files if yield throws 1412dcc0 Bump minimum python version to 3.5 1e561672 siggen: Fix performance issue in get_unihash 99d46107 Revert "siggen: Fix hashequiv performance issues" c4b8440f siggen: Fix hashequiv performance issues db033a8f runqueue: Batch scenequeue updates abcaa139 siggen: Ensure new unihash propagates through the system 61624a3f siggen: Avoid taskhash mismatch errors for nostamp tasks when dependencies rehash e427eafa knotty/uihelper: Switch from pids to tids for Task event management 3aad9978 runqueue: Add extra debugging when locked sigs mismatches occur 39098b4b runqueue/siggen: Allow handling of equivalent hashes 674692fd hashserv: Add support for equivalent hash reporting 0fb4b515 runqueue.py: not show warning for deferred multiconfig task meta-qt5 as of 2019-10-30 14:32:53 +0000 17187128 qtconnectivity,qtsystems: Account for bluez4 from oe-core 4075be1b libqofono: bump SRCREV and add a fix for voicecall a119e2e4 qtbase: refresh patches from github forks meta-oe as of 2020-01-06 19:22:26 -0800 b2baaae271 sdbus-c++: Introduce recipes for sdbus-c++ library and its tools e70fc74473 geany-plugins: Use enchant2 instead of the old enchant f9bcd330a7 enchant2: Upgrade 2.2.3 -> 2.2.7 ef23e883f2 kernel-selftest: Include rtc tests b437b53f25 kea: upgrade 1.7.2 -> 1.7.3 65c38c877d wolfssl: upgrade 4.2.0 -> 4.3.0 05c160b645 opensaf: upgrade 5.19.07 -> 5.19.10 02132b284d nghttp2: upgrade 1.39.2 -> 1.40.0 263bbaf3ba lftp: upgrade 4.8.4 -> 4.9.0 239f697a5b ipvsadm: upgrade 1.30 -> 1.31 ead91f0279 arno-iptables-firewall: upgrade 2.0.3 -> 2.1.0 5870cea2b1 libunix-statgrab: add recipe 02525e8e0b libconfig-autoconf-perl: add recipe 87234e9d98 python3-jsonrpcserver: update to v4.1.0 cec8426a93 samba: upgrade 4.10.10 -> 4.10.11 346b5c63f9 rsyslog: update from 8.1910 to 8.1911 f602e9f1e1 tigervnc: update from 1.9.0 to 1.10.1 c7062454dc imagemagick: update from 7.8.47 to 7.9.16 9d8bf35fb1 python3-xmltodict: add recipe e7915422e6 python-pyyaml: upgrade 5.1.2 -> 5.2 ab7c7dc8e7 spitools: upgrade 0.8.3 -> 0.8.4 76d6c93dab smartmontools: upgrade 7.0 -> 7.1 b2aa53852e strongswan: upgrade 5.8.1 -> 5.8.2 a1e7c08294 libbytesize: disable doc build 6aa5e857e4 python-sqlalchemy: upgrade 1.1.17 -> 1.3.12 5a7646a6b3 python-cachetools: upgrade 3.1.1 -> 4.0.0 fc6e34d695 python-waitress: upgrade 1.3.1 -> 1.4.1 fbc8846561 python-pytest: upgrade 5.2.1 -> 5.3.2 4ed7c66083 hwdata: upgrade 0.329 -> 0.330 2401ade3c4 ntp: restrict NTP mode 6 queries 5b15fb9c83 python3-license-expression: add recipe 8cb441b640 python3-booleanpy: add recipe e6cebf9e01 python3-twisted: fix broken MemoryReactor import a793e8aea3 libfile-slurper-perl: add recipe 7d7ad054e8 libtest-warnings-perl: add recipe c857451115 libsigrokdecode: upgrade v0.5.2 -> v0.5.3 7bbee1149a libsigrok: upgrade v0.5.1 -> v0.5.2 de54f52a24 doxygen: upgrade v1.8.16 -> v1.8.17 2246cf33ac speedtest-cli: new package 4af6ada978 libstatgrab: add logging/tracing options e75ff6818a log4cplus: update to 2.0.5 13042b49ea python3-astor: fix VERSION file not found f4aa4b6dd9 python-backports-functools-lru-cache: Add python3 version b045778977 python-pyperf: upgrade 1.6.1 -> 1.7.0 bccea698e6 python-pyparsing: upgrade 2.4.5 -> 2.4.6 a2383db2d4 python-pymongo: upgrade 3.9.0 -> 3.10.0 e020ebfdf2 python-pymisp: upgrade 2.4.117.2 -> 2.4.119.1 b3ae3b4e18 python-pycryptodome: upgrade 3.9.3 -> 3.9.4 378fcc389b python-py: upgrade 1.8.0 -> 1.8.1 178013eb60 python-psutil: upgrade 5.6.5 -> 5.6.7 9adce38e38 python-pexpect: upgrade 4.6.0 -> 4.7.0 09d087ae66 python-passlib: upgrade 1.7.1 -> 1.7.2 a9d24e057b python-parse: upgrade 1.12.1 -> 1.14.0 9dec5cebc8 python-engineio: upgrade 3.10.0 -> 3.11.1 2f03af6ba0 python-cmd2: upgrade 0.9.21 -> 0.9.22 c626bebcb9 python-certifi: upgrade 2019.9.11 -> 2019.11.28 a1ad2943fe python-bitarray: upgrade 1.1.0 -> 1.2.0 c2ae492eae python-beautifulsoup4: upgrade 4.8.1 -> 4.8.2 bdba4d00d6 rwmem: Upgrade to latest 91f53941b8 vorbis-tools: Use external gettext 48d782ed03 hddtemp: Fix build with latest gettext 0.20.x ea69b5d5bb gtkperf: Fix build with latest gettext 0.20.x c12ae71c8d netcat: Fix build with gettext 0.20.x ded3a74af9 udisks2: Updare to latest master beyond 2.8.4 ef16acb2bf python-alembic: upgrade 1.3.1 -> 1.3.2 1f9b9e9046 sanlock: Upgrade to 3.8.0+ 6eddcf9376 libyui: Disable Warnings as errors 729af58460 upm: Disable -Wno-misleading-indentation with clang10+ 2a9b5f98cb spirv-tools: Upgrade to v2019.5 13b8e3fc5d renderdoc: Upgrade to 1.5 0b80ef1431 fluentbit: Upgrade to 1.3.5 cc7eb45fb5 glfw: Update to latest ed9d759b6e stunnel: bump to version 5.56 01d8bdcf72 volume-key: not create python2 bindings 0144d06c21 ndctl: Upgrade to v67 50efd9b51b python(3)-beautifulsoup4: add soupsieve to RDEPENDS 1f155df469 python-soupsieve: add recipe 09fb00e51b python3-soupsieve: add recipe c0c853560d python(3)-beautifulsoup4: fix RDEPENDS b18f944e9e python3-html2text: add recipe 1ec35f4dcc ostree: Tidy FILES_${PN} using PACKAGE_BEFORE_PN a721c091a8 ruli: Fix implicit conversion from 'unsigned int' to 'float' 8107206163 mariadb: Upgrade to 10.4.11 8b80ce4fdd rocksdb: Upgrade to 6.5.2 c2d649925e glm: Upgrade to 0.9.9.6 fe1e5f8a9c yelp-xsl: upgrade 3.34.0 -> 3.34.2 9e10f63ed1 nautilus: upgrade 3.34.1 -> 3.34.2 f2c30f11c3 mutter: upgrade 3.34.1 -> 3.34.2 00629f5d18 libgdata: upgrade 0.17.10 -> 0.17.11 913c5a9c65 gvfs: upgrade 1.42.1 -> 1.42.2 a17610f88d gnome-shell: upgrade 3.34.1 -> 3.34.2 a4a4329f51 gnome-shell-extensions: upgrade 3.34.1 -> 3.34.2 d81bc0e5dc gnome-settings-daemon: upgrade 3.34.1 -> 3.34.2 012038905e gnome-session: 3.34.1 -> 3.34.2 e05b271d0c gnome-flashback: upgrade 3.34.1 -> 3.34.2 87925fd3c9 gnome-desktop3: upgrade 3.34.1 -> 3.34.2 9f8059944d gnome-control-center: upgrade 3.34.1 -> 3.34.2 70f01cb3b5 gnome-autoar: upgrade 0.2.3 -> 0.2.4 ce40faa37b gedit: upgrade 3.34.0 -> 3.34.1 cc7e1eeff5 evolution-data-server: upgrade 3.34.1 -> 3.34.2 e6d4bd6ea6 file-roller: upgrade 3.32.2 -> 3.32.3 3efa663adb evince: upgrade 3.34.1 -> 3.34.1 6b519abe4c gnome-calculator: initial add 3.34.1 05d0379a91 xfce4-terminal: upgrade 0.8.8 -> 0.8.9 d719775b4c cppunit: upgrade 1.14.0 -> 1.15.1 eaed8ab653 catfish: upgrade 1.4.10 -> 1.4.11 24d5ba6d1c tumbler: upgrade 0.2.7 -> 0.2.8 45a1cd5fcd exo: upgrade 0.12.10 -> 0.12.11 bbb5732a4f opensc: Fix misaligned indentation 81a7c640a9 ippool: Fix strncpy -Wformat-truncation warning 7b70af667a jsoncpp: Upgrade to 1.9.2 4910a848ce flatbuffers: add PIC compiler flag required for aarch64 ebd8eb6273 bdwgc: make libatomic-ops as dependency ab90611dd5 open-vm-tools: Ignore -Warray-bounds 70902f79e8 tvheadend: Fix format-truncation warnings b52d234cf2 wvstreams: Fix build with gcc10 af86f2e84d mpd: Fix build with gcc10 7b9eb2fb17 ltrace: Fix build with gcc10 56b2db8e97 memcached: upgrade to 1.5.20 25b0cbe98f upm: Fix 'may be used uninitialized' errors 1a8d90727d libubox: Update to latest 2a6783a180 fluidsynth: upgrade 2.0.9 -> 2.1.0 f29dfed64a samba: disable guest access and anonymous queries 04b8b39163 cannelloni: Include stdexcept for runtime_error eacca37308 redis: Upgrade to 5.0.7 c49c6b2970 dvb-apps: Replace stime with clock_settime 9641947fa0 pam-plugin-ldapdb: Include <stdexcept> for std::invalid_argument 7197d3ed73 surf: Add opengl requirement 1e951df523 libvncserver: fix build depends issue 2782709d4d glfw: missing feature check. fab032f70d glog: fix do_fetch error 7c12e62bed libhugetlbfs: update patch to make it work for python3 c05a6ab1e7 krb5: upgrade 1.17 -> 1.17.1 26090d61ec spirv-tools: Fix multilib builds d396990e8a boinc-client: Use nonarch_libdir for systemd_units 0535ee84c3 ostree: Fix packaging errors when using lib64 libdir 5239437981 liblightmodbus: Fix packaging errors when using multilib fa6e382bc6 ruli: Define OOP_LIB_DIR and INSTALL_LIB_DIR dcb22ae7aa civetweb: Upgrade to latest tip 866303bb73 iwd: Package module conf files via nonarch_libdir 179d091298 firewalld: Package firewalld files ce82124e04 rygel: Use nonarch_libdir for systemd units 262a36a076 gattlib: Update to latest tip fe2ee80eec thrift: Upgrade to 0.13 b822b64aeb ade: Fix install paths in multilib builds b1a8563127 websocketapp: Fix multilib build dc961487c4 dbus-broker: Use nonarch_libdir for systemd catalog files e4ca7d4ab0 dcadec: Define BASELIB as a knob 99fe1dec83 fluentbit: Fix packaging in multilib env 4874aeeda8 mercurial: Add python scripts into separate python package e919c1d508 nftables: Package python scripts into nonarch libdir 20b42c1de7 avro-c: Update to 1.9.1 89461fecb7 lockdev: Make baselib configurable 5a5d2cfa1b cli11: Fix multilib build 02fca7f87c nvme-cli: Use nonarch libdir for dracut config files 61d823300e cannelloni: Update to latest and fix multilib builds b27741f2a4 nanopb: Add recipe for version 0.4.0 abda84d15d enscript/indent/sharutils: fix build with gettext 0.20.x 85bb0d6930 libqmi: Upgrade 1.24.0 -> 1.24.2 7f28f5c7a2 openocd: Enable remote-bitbang build option d603409c32 mpv: Remove luajit dependency for ppc64 b8c5044b39 gvfs: add user polkitd and missing depends f317eb0d04 openl2tp: update systemd service file a597de10ea dfu-util-native,sjf2410-linux-native: Fix Deploy in multimachine builds 989b67be6d libcec: Fix multilib build 130cc706f1 poco: Define LIB_SUFFIX per OE multilibs 16fc37015e libinih: Fix multilib build 7b39ea059a libgit2: Upgrade to 0.28.4 d6b8482611 libfann: Define LIB_SUFFIX suitable for OE multilib needs 2f6c043c0c hiredis: Upgrade to 0.14.0 c8c31eef9f rsyslog: Do not assume atomic built-ins on ppc e40f8ff1b2 luajit: Add ppc/ppc64 to unsupported arch list d9f3e6dbed tinyalsa: fix installation libdir path to match multilibs 232873ed68 python-ipaddress: remove unneeded pip dependency 731f5ddd48 python(3)-ujson: extend to native(sdk) 7046bf534e kea: upgrade 1.7.0 -> 1.7.2 a0ae09137d fuse3: upgrade 3.8.0 -> 3.9.0 86ee041f61 mycroft: RDEPENDS on mpg123 to allow singing 5f4b646795 lcdproc: Upgrade to latest top of tree dd69fafd7f libqb: Add --enable-nosection-fallback with mips64/clang b2058e0507 nftables: Expand PACKAGECONFIG, cleanup build f5ec79e259 xfce-dusk-gtk3: correct invalid SRC_URI 1283511ecc xfce4-kbdleds-plugin: remove this recipe 110652d951 nlohmann-json: Upgrade to 3.7.3 e595651343 fvwm: Upgrade to 2.6.9 a1a2d55ad4 libhandy: initial add 0.0.12 906efee427 nftables: upgrade 0.9.2 -> 0.9.3 29126c3338 rdma-core: Replace pthread_yield with sched_yield 72e1e79589 rdma-core: 18.1 -> 27.0 96d881d545 ostree: Add support for gjs tests d06a5b3f08 gnome-tweaks: initial add 3.34.0 5796a9ff45 geany: remove pythonnative from inherit f088ea4b26 exo: remove pythonnative from inherit 2c9b186ae2 glade3: remove ancient version of glade 68d7475f77 libxfce4ui: give up glade3 (=glade for gtk2) support e0b841376f mosquitto: update to 1.6.8 773bd4cec5 libpfm4: Moved here from oe-core d51f6000bf packagegroup-meta-oe: Remove ppc64 specific incompatible packages a761b39a60 rsyslog: Sync VALGRIND supported arch list 28cbc85732 breakpad: Update to latest upstream 0e5d85318d ufs-utils: Renames from ufs-tool e18d8c9570 grpc: Define libdir and cmakedir in terms of multilib 57bc531081 corosync: fix build error when package config rdma enabled 69bc6ff2fb klibc: Apply -no-integrated-as on mips/clang 3fc59d3b97 gtk-xfce-engine: remove this recipe 72600f0a4f mozjs: extend --with-intl-api=build to all mips 12a1bd3eba samba: fix wrong shebang for python3 a5cdd2907b xterm: Fix latent issue found with musl 5a293cf439 tk: upgrade 8.6.9 -> 8.6.10 7906fbb404 hdf5: Upgrade to 1.8.21 9625a375ee libnftnl: upgrade 1.1.4 -> 1.1.5 bbecc5dfc4 fltk: fix build error when enable package config examples 52cfe934cc xdelta3: add native and nativesdk to BBCLASSEXTEND a02c41342b xdelta3: update to v3.1.0 a04e0ed79f libsoc: use python3 for python bindings ba5fbb239e phpmyadmin: upgrade 4.9.1 -> 4.9.2 3c448a0175 gnome-font-viewer: fix copy & paste typo in SUMMARY 38d1975059 accountsservice: fix build for systemd not in DISTRO_FEATURES f0a641554d ostree: Upgrade 2019.5 -> 2019.6 c3a3470b1b python-twisted: add missing RDEPENDS for conch 954b3209de netperf: add "intervals" and "histogram" PACKAGECONFIGs 6d87abfa1d librsync: new package 776ca8771b python-lxml: remove redundant RDEPENDS_class-native 2dcc439aaa python-lxml: remove redundant sed (fixed in 4.3.0 onwards) 28d6b7aeeb python-coloredlogs: don't use relative paths 4f3e44d4ac python-m2crypto: don't use relative paths 8cf6b0e9d0 python-slip-dbus: don't use relative paths 68be5fe160 googletest: fix build with newer oe-core without python in HOSTTOOLS 41be29ccd1 boinc: update recipe to version 7.16.3 09001b53a7 python3-pystemd: upgrade to 0.7.0 5363ce8115 thunar: 1.8.9 -> 1.8.10 f55e25931b exo: 0.12.9 -> 0.12.10 421f6dddb3 xfce4-panel-profiles: 1.0.8 -> 1.0.9 1a456aa758 blueman: disable appindicator support 90e33e509c libsmi: Use right name for tcl license 079137f59b accountsservice: Hack musl build fix 4ce1faf54d libgdata: add x11 to required distro features 3cab4ce7f4 file-roller: remove nautilus from DEPENDS 26cb884fc6 yelp: add x11 to required distro features 8641eed3a8 colord-gtk: add polkit to required distro features 9a956844b4 projucer: add x11 to required distro features 1d6a1d38b8 stalonetray: Add x11 to required distro feature 05ce3eba10 glfw: add features_check to inherit 4b7c1340ee Add: packagegroup-gnome-apps / packagegroup-gnome-desktop 9ccb12210d gnome-flashback: initial add 3.34.1 29f034c423 gnome-panel: (re)add 3.34.1 1d133548e5 gnome-session: inital add 3.34.1 eba5a2344c gnome-control-center: re-add 3.34.1 b04c66677b gnome-online-accounts: initial add 3.34.1 019e4ad5ae rest: initial add 0.8.1 a811e1a0ac accountsservice: initial add 0.6.55 8250211de6 gnome-shell-extensions: initial add 3.34.1 3b2293dede gnome-shell: initial add 3.34.1 88cb338ca9 gdm: re-add 3.34.1 05d876b8f4 gjs: initial add 1.58.3 c1d1697c50 libssh2: add nativesdk support 4d01d33f42 python-jsonpointer: enable native/nativesdk dfc52e24f8 python3-xxhash: upgrade 1.4.2 -> 1.4.3 b799a20faf wireshark: upgrade 3.0.6 -> 3.0.7 f570bb50ac xterm: upgrade 350 -> 351 21cc8fed2a libdc1394: Update to 2.2.6 release ee007abc63 id3lib: Update to newer debian patchset 851321744e gpsd: Add a PACKAGECONFIG for disabling usb support bcd508dedf udisks2: Update to 2.8.4 479c420882 python-pywbem: Update to 0.15.0 41c3eea8c9 sigrok-cli: Update to 0.7.1 e53eafc5d9 liblockdev: Loosen the regexp for py3 fe66913b5b python-pytest: upgrade 5.2.2 -> 5.3.1 f0fb70479a Revert "zstd: move recipe to oe-core" c55a567022 libnih: Fix build with latest gettext 53e62e4e57 python-twisted: add python3-pyserial to RDEPENDS 0467ec9587 metacity: upgrade 3.32.0 -> 3.34.1 279af3fbe1 gnome-backgrounds: initial add 3.34.0 c494c60a48 gsound: initial add 1.0.2 1bc2814496 grilo: initial add 0.3.10 9b1e8c3325 gvfs: upgrade 1.41.2 -> 1.42.1 a895d6a26c libgnome-keyring: remove 134f84df4b libgsf: upgrade 1.14.45 -> 1.14.46 1e673e4dda gnome-keyring: upgrade 3.28.2 -> 3.34.0 56f196e27b pinpoint: remove dead project 5ea25a1d72 libvncserver: add missing cmake configration option to packageconfig 49f6ce55db packagegroup-meta-oe: Remove nodejs and uim on riscv ecdab14135 netplan: add recipe cf9f947e1f ntp: split ntpdc into separate package 8bbd98b2bb python-jsonschema: 3.1.1 -> 3.2.0 40b3a51231 opensc: fix RDEPENDS in pcsc PACKAGECONFIG 38c70e7518 lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools 287625a640 postgresql: 12.0 -> 12.1 b180b56f7b projucer: Upgrade to 5.4.5 d1608c506f python-lxml: 4.4.1 -> 4.4.2 56ec6a3f13 python-paste: 3.2.2 -> 3.2.3 06a35d3be2 emlog: Use RRECOMMEND instead of RDEPEND ce5a5f09be xfsprogs: Remove obsolete patch 000448b06d ostree: Backport build/test fixes from upstream 4d09da5457 ostree: Add PACKAGECONFIG for builtin-grub2-mkconfig d936b51fef ostree: Change PACKAGECONFIG to use manpages a977b60045 ostree: Drop tests for soup/xattr with ptest f6df0263f7 ostree: Fix DISTRO_FEATURES with ptest but w/o xattr d93da893d2 ldns: Add recipe ab86dcdc90 nftables: Fix documentation generation 92eb9b321b python-pbr: upgrade 5.4.3 -> 5.4.4 ebce3c7923 python-dbus: upgrade 1.2.12 -> 1.2.14 c037f99700 python-alembic: upgrade 1.3.0 -> 1.3.1 d5306d8307 python-thrift: upgrade 0.11.0 -> 0.13.0 eb4942c4f8 mutter: initial add 3.34.1 d1c21635ab xserver-xorg-cvt-native: initial add 1.20.5 09f7732b15 python-simplejson: upgrade 3.16.0 -> 3.17.0 04ec002b10 python-pyopenssl: upgrade 19.0.0 -> 19.1.0 d5f79f0eb5 python-pyasn1: upgrade 0.4.7 -> 0.4.8 6adfbce1d5 python-pluggy: upgrade 0.13.0 -> 0.13.1 5bc8647c33 python-cmd2: upgrade 0.9.19 -> 0.9.21 f0f6c0174d nodejs: Add PACKAGECONFIG share to allow other projects to use node as library 3fcf775334 libgnomekbd: cleanup DEPENDS inherit gsettings / remove unused config 0c692f167e nautilus: add tracker-miners to RDPENDS 24d7c2e595 tracker-miners: initial add 2.3.1 d9c448fb6a gnome-system-monitor: add gsettings to inherit 10039570ec kernel-module-emlog: Use compile task from module bbclass 310047ec9f directfb: Fix build for 32bit arches with 64bit time_t 91f8512c8e utouch-evemu,utouch-frame: Fix build for 32bit arches with 64bit time_t 454db0b55d tslib: Fix build for 32bit arches with 64bit time_t 94a8836eee v4l-utils: Update to 1.18.0 049a2a371f lirc: Fix build for 32bit arches with 64bit time_t 64f07ba852 evtest: Fix build for 32bit arches with 64bit time_t aa86b55286 x11vnc: Fix build for 32bit arches with 64bit time_t 18805e625b python-evdev: Fix build for 32bit arches with 64bit time_t 459dbf1078 python-netifaces: add recipes 448a5be9a3 python3-dbussy: add recipe (v1.2.1) ae88e8ce9c python-sqlparse/python3-sqlparse: move from meta-cloud-services 6bc470c15e python3-django: upgrade 1.11.14 -> 2.2.7 e875bc8ef5 python-configargparse: add package (version 0.15.1) 0953369cd1 recipes-support: gperftools: RDEPENDS for pprof e725436832 gattlib: add recipe 2c83141421 mksh: upgrade 56 -> 57 f82938675d gsoap: upgrade 2.8.51 -> 2.8.95 2ac63c05e1 tvheadend: Demand use of py3 during build 94e26572c2 libmbim: upgrade 1.20.0 -> 1.20.2 027c7c1ebf emlog: Add recipe 36e9b8f5b9 jpnevulator: Add recipe 8c214f0d21 mdbus2: Add recipe b6c9a83e36 syslog-ng: Fix multilib header conflict - syslog-ng-config.h 05d731f8b3 libmicrohttpd: upgrade 0.9.67 -> 0.9.68 bf99a97b49 links-x11: upgrade 2.16 -> 2.20.2 096eb147fa links: upgrade 2.16 -> 2.20.2 84f890bc14 pidgin: Use python3 during build 324dec2a55 a2jmidid: Upgrade to release 9 e95c5b704b p910nd: upgrade 0.95 -> 0.97 d77753342f jack: upgrade to 1.19.14 8b21e77502 mercurial: Upgrade to 5.2 and switch to py3 b18be1a48d pidgin: Use python3 c5b6ac8596 htop: Use python3 56101d3e3b glmark2: use Python 3 to build 2c54b53159 glmark2: upgrade to latest HEAD c6d2776d6b python-slip-dbus: Add missing rdep on six module cd225109eb python3-yarl: add missing dependencies e901ab2c19 python3-pid: upgrade to 2.2.5 1f433ed18f packagegroup-meta-oe: Drop gperftools for mips/musl as well a4e7417b69 kconfig-frontends: drop unneeded target flex/bison deps 012054dea6 libsdl: Refresh patch 07f22acb16 googletest: Add PV and set to 1.10.0 3a6cbf246c libssh2: Security Advisory - libssh2 - CVE-2019-17498 661d7dea5a leveldb: Upgrade 1.20 -> 1.22 de76cf5d52 stalonetray: Add a simple stand-alone system tray meta-raspberrypi as of 2020-01-08 11:24:51 +0000 c3b3cd6 raspberrypi-cm3.conf: drop KBUILD_DEFCONFIG definition 12bbdd9 linux-raspberrypi: define kbuild defconfig for rpi cm3 a4c8118 conf/machine: add pci to MACHINE_FEATURES for Pi4 a953fc0 raspi-gpio: bump to revision 4edfde1 e57d332 rpi-gpio: bump to version 0.7.0 d059288 linux-raspberrypi-rt: bump to revision e2e9cec ef6555c linux-raspberrypi.inc: no longer set CONFIG_LOCALVERSION to empty string bc7b654 pi-bluetooth: Runtime depends on udev-rules-rpi a0a5d38 linux-raspberrypi: Bump to 4.19 recipe to 4.19.88 655dbf3 raspberrypi-firmware: Update to current HEAD 3ae288a sdcard_image-rpi.bbclass: Use IMAGE_NAME_SUFFIX variable in SDIMG meta-security as of 2020-01-05 16:09:44 -0800 b72cc7f fail2ban: fix runtime error 5d629cc meta-integrity: fix issues with yocto-check-layer 912ead8 clamav: update to 0.101.5 6400eba lib/oeqa/runtime: fix clamav test order 4150605 smack-test: add feature check for smack 6b42f1c google-authenticator-libpam: update to 1.07 4786213 python3-fail2ban: include python-fail2ban.inc 36ebd09 python-fail2ban: Drop python2 package 980bdff smack: add distro check 2e56622 apparmor: add distro check 3001c3e suricata: update to 4.1.6 0ca8cad lib/oeqa/runtime: suricata add tests 7998348 libhtp: bugfix only update 0.5.32 195157e python3-suricata-update: update to 1.1.1 2c2161f libseccomp: upgrade 2.4.1 -> 2.4.2 1bad7eb meta-security-compliance/conf/layer.conf: fix typo 4029f92 tpm2-abrmd: Port command line options to new version. 6d059a9 tpm2-abrmd-init.sh: fix for /dev/tpmrmX 72b05ed meta-security: add layer index callouts 2df7dd9 README: update mailing list to new groups.io 5b1d0ff tpm2-totp: update to 0.2.0 42df7b4 tpm2-tss-engine: update to tip to us tss-tools 4.0.x d49f702 tpm2-tools: update to 4.0.1 405ad63 tpm2-abrmd": update to 2.3.0 02bd1dc tpm2-pkcs11: update to tip meta-updater as of 2020-01-09 16:03:57 +0100 2ee5933 Adapt to shared libraries changes in aktualizr (bis) (ros#660) 892a71a Adapt to shared libraries changes in aktualizr 13c2570 Merge pull request ros#658 from advancedtelematic/docs/copyright-2020 1e966c1 README: bump copyright to 2020. 2881b4a Allow dots in ostree branch names and hw ids (ros#657) ab593ba Allow dots in ostree branch names and hw ids f1b40f5 Merge pull request ros#655 from liuming50/add-python-to-HOSTTOOLS_NONFATAL d89f02d meta: add python to HOSTTOOLS_NONFATAL eece786 Merge pull request ros#654 from advancedtelematic/fix/ptest-provision c1c0583 aktualizr: Bump to latest for ptest provisioning test fix. 7a4a487 Merge pull request ros#653 from advancedtelematic/tests/ort-update 513da91 Update dependencies to scan with ORT. 11aedf9 Update aktualizr to 2019.11 (ros#646) b72c6e1 Update aktualizr to 2019.11 f858ce8 Merge pull request ros#642 from advancedtelematic/feat/set-pkcs11-path a46388d ostree: adjust to ostree in meta-openembedded (ros#645) 2cf3040 ostree: adjust to ostree in meta-openembedded 8350535 Set PKCS11_ENGINE_PATH when using aktualizr with HSM 2db28bc Merge pull request ros#638 from advancedtelematic/feat/custom-uboot 2035b9c Force a simple reproducible build mechanism (ros#641) af1694c Force a simple reproducible build mechanism a1d5e04 Add --bootloader flag to specify path to a custom u-boot rom. 11c7418 Merge pull request ros#639 from advancedtelematic/feat/ptest-fixes 0f3b40e aktualizr: Bump to latest for ptest fixes for C API tests. meta-virtualization as of 2020-01-09 17:21:12 +0000 b4c43fd Revert "go: add back 1.12 version to avoid compilation failure" e54873b k8s: update to v1.17-beta 0df4b0e python-pyyaml: Remove the recipe da2fc21 python-sqlalchemy: Remove the recipe 0e01ab3 ceph: backport patch to fix compilation failure of boost 1.72 456fbc6 docker: remove docker.service.rpm 30e3de6 nagios-nrpe: fix compile error when packageconfig ssl enabled 5fb77ae podman: upgrade 1.6.1 -> 1.6.2 47c1870 meta-virt-default-versions.inc: use go 1.12 version 06dad20 go: add back 1.12 version to avoid compilation failure c31e46f conf: add k8s distro feature 06ec74a python3-nacl: add 1.3.0 recipe 6dd323e python3-paramiko: add 2.7.0 recipe ab12e48 python3-docker-compose: uprev to 1.25.0 cf3ad09 python-docker: uprev to 4.1.0 3e53cdf python-docker-pycreds: uprev to 0.4.0 b4dfe90 conf: fix meta-virt version / config include 8860257 docker.inc: Add xt-addrtype kernel module 00cc8af cri-o: workaround failure since go upgraded to 1.13
* update from latest warrior revision and import these changes: deabbb60b9 python3: Upgrade 3.7.4 -> 3.7.5 8818a7e878 python3: CVE-2019-16056 5b8022db53 python3: fix the test_locale output format c2c6f30554 python3: Fix .pyc file reproduciblility 01e4409e81 python3: Reformat sysconfig 2f8086ce87 python3: python3: Fix build error x86->x86 f3326309c7 python3: fix build on softfloat mips dc84f40fd4 python3: fix do_install fail for parallel buiild f83ecbabb9 python: add tk-lib as runtime dependency for python-tkinter 6b7604c536 python3: upgrade 3.7.3 -> 3.7.4 845b9a4ed2 python: update to 3.7.3 86626171f5 python3: fix CVE-2019-9740 eb415873ca python3: fix CVE-2018-20852 CVE-2019-9636 Signed-off-by: Martin Jansa <[email protected]>
* with following cpython change: python/cpython@752b611 which was backported to python-3.7.4 in oe-core commit: http://git.openembedded.org/openembedded-core/commit/?h=warrior&id=f3326309c7c22a6034917f6eee21908c61f44a2f the PYTHON_SOABI_ARCH is now just regular TARGET_OS without the TARGET_VENDOR (TARGET_CPU-TARGET_OS) instead of hardcoded list of possible platform triplets in python's configure * this means that now e.g. qemux86 will change from i386-linux-gnu to i586-linux-gnu as shown in log.do_configure diff between 3.7.2 and 3.7.5: -checking for the platform triplet based on compiler characteristics...i386-linux-gnu +checking target system type... i586-oe-linux-gnu .. -checking SOABI... cpython-37m-i386-linux-gnu +checking SOABI... cpython-37m-i586-linux-gnu * on e.g. raspberrypi4 it changes from arm-linux-gnueabihf to arm-linux-gnueabi which doesn't look correct as the VFP is still important to distinguish ABIs, but that's what upstream python3 does now and we need this to match -checking for the platform triplet based on compiler characteristics... arm-linux-gnueabihf +checking target system type... arm-webos-linux-gnueabi ... -checking SOABI... cpython-37m-arm-linux-gnueabihf +checking SOABI... cpython-37m-arm-linux-gnueabi * unfortunately there is still at least one exception, TARGET_SYS doesn't have the abi suffix except arm case: env.python3.qemux86:TARGET_SYS="i586-webos-linux" env.python3.qemux86-64:TARGET_SYS="x86_64-webos-linux" env.python3.raspberrypi4:TARGET_SYS="arm-webos-linux-gnueabi" env.python3.raspberrypi4-64:TARGET_SYS="aarch64-webos-linux" and python configure appends -gnu, except the arm case: tmp-glibc/work/qemux86-webos-linux/python3/3.7.5-r0/temp/log.do_configure:checking SOABI... cpython-37m-i586-linux-gnu tmp-glibc/work/qemux86_64-webos-linux/python3/3.7.5-r0/temp/log.do_configure:checking SOABI... cpython-37m-x86_64-linux-gnu tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/python3/3.7.5-r0/temp/log.do_configure:checking SOABI... cpython-37m-arm-linux-gnueabi tmp-glibc/work/raspberrypi4_64-webos-linux/python3/3.7.5-r0/temp/log.do_configure:checking SOABI... cpython-37m-aarch64-linux-gnu so we need to add PYTHON_SOABI_ARCH_SUFFIX and set it to empty for arm, otherwise either we miss the -gnu suffix or create -gnueabi-gnu one: env.rclpy.qemux86:EXTRA_OECMAKE=" -DBUILD_TESTING=OFF -DPYTHON_SOABI=cpython-37m-i586-linux \${PACKAGECONFIG_CONFARGS}" env.rclpy.qemux86-64:EXTRA_OECMAKE=" -DBUILD_TESTING=OFF -DPYTHON_SOABI=cpython-37m-x86_64-linux \${PACKAGECONFIG_CONFARGS}" env.rclpy.raspberrypi4:EXTRA_OECMAKE=" -DBUILD_TESTING=OFF -DPYTHON_SOABI=cpython-37m-arm-linux-gnueabi \${PACKAGECONFIG_CONFARGS}" env.rclpy.raspberrypi4-64:EXTRA_OECMAKE=" -DBUILD_TESTING=OFF -DPYTHON_SOABI=cpython-37m-aarch64-linux \${PACKAGECONFIG_CONFARGS}" Signed-off-by: Martin Jansa <[email protected]>
shr-project
force-pushed
the
thud-mj13-warrior
branch
from
January 17, 2020 03:43
b805914
to
4e8260b
Compare
All merged with milestone 11. |
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.