Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2020-01-17 17:34:50 to 2020-01-20 19:26:29 UTC [more...]

[PATCH] busybox: udhcpc: fix IPv6 support when using udhcpc
 2020-01-20 19:26 UTC  (5+ messages)
`  "

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2020-01-20 18:55 UTC 

[PATCH] file: explicitly disable seccomp
 2020-01-20 18:53 UTC  (7+ messages)

[PATCH] openssh: skip unit tests to avoid Makefile errors
 2020-01-20 18:19 UTC  (3+ messages)

Python 2 sunsetting
 2020-01-20 18:08 UTC 

[PATCH 0/3] Clang fixes
 2020-01-20 17:52 UTC  (4+ messages)
` [PATCH 1/3] gettext: Fix overloadable error with clang
` [PATCH 2/3] mesa: Help compile with clang/mips
` [PATCH 3/3] tcp-wrappers: Remove redundant forward declarations

[PATCH 01/24] python3: update to 3.8.1
 2020-01-20 17:44 UTC  (27+ messages)
` [PATCH 02/24] python3: do not compile .pyc in parallel during do_install()
` [PATCH 03/24] python3: correctly process ptest output with sed
` [PATCH 04/24] gstreamer1.0-python: add a patch to fix python 3.8 builds
` [PATCH 05/24] nss: update to 3.49.1
` [PATCH 06/24] libcap: update to 2.31
` [PATCH 07/24] selftest: check maintainers.inc for entries without recipes
` [PATCH 08/24] core-image-sato-sdk-ptest: do not pull in ptest-pkgs
` [PATCH 09/24] ptests: exclude mdadm from ptesting
` [PATCH 10/24] ptests: exclude lttng-tools
` [PATCH 11/24] openssh: applied upstream fix for "cert not yet valid" test
` [PATCH 12/24] openssh: explicitly skip unit tests
` [PATCH 13/24] parted: fix more ptests
` [PATCH 14/24] qemu.inc: add vfat to MACHINE_FEATURES
` [PATCH 15/24] rt-tests: exclude another development version (1.6)
` [PATCH 16/24] btrfs-tools: upgrade 5.4 -> 5.4.1
` [PATCH 17/24] libpipeline: upgrade 1.5.1 -> 1.5.2
` [PATCH 18/24] msmtp: upgrade 1.8.6 -> 1.8.7
` [PATCH 19/24] ffmpeg: upgrade 4.2.1 -> 4.2.2
` [PATCH 20/24] epiphany: upgrade 3.34.2 -> 3.34.3.1
` [PATCH 21/24] libwebp: upgrade 1.0.3 -> 1.1.0
` [PATCH 22/24] createrepo-c: upgrade 0.15.4 -> 0.15.5
` [PATCH 23/24] libsecret: upgrade 0.19.1 -> 0.20.0
` [PATCH 24/24] meson: update 0.52.1 -> 0.53.0
` ✗ patchtest: failure for "python3: update to 3.8.1..." and 23 more

[PATCH] goarch.bbclass: Disable dynamic linking on PPC64 LE
 2020-01-20 17:18 UTC 

[PATCH][meta-python2] python: add 2.7.17 from oe-core
 2020-01-20 17:12 UTC  (4+ messages)
` ✗ patchtest: failure for "

python2-less meta-openembedded build results
 2020-01-20 16:51 UTC  (4+ messages)

[PATCH] ethtool: upgrade 5.3 -> 5.4
 2020-01-20 15:56 UTC  (15+ messages)
` [PATCH] file: upgrade 5.37 -> 5.38
` [PATCH] gnupg: upgrade 2.2.17 -> 2.2.19
` [PATCH] grep: upgrade 3.3 -> 3.4
` [PATCH] iproute2: upgrade 5.3.0 -> 5.4.0
` [PATCH] iptables: upgrade 1.8.3 -> 1.8.4
` [PATCH] iw: upgrade 5.3 -> 5.4
` [PATCH] libjpeg-turbo: upgrade 2.0.3 -> 2.0.4
` [PATCH] libpipeline: upgrade 1.5.2 -> 1.5.2
` [PATCH] libtirpc: upgrade 1.1.4 -> 1.2.5
` [PATCH] mesa: upgrade 19.3.1 -> 19.3.2
` [PATCH] python3-dbus: upgrade 1.2.14 -> 1.2.16

glibc and LDFLAGS
 2020-01-20 15:53 UTC  (7+ messages)
  ` [PATCH] glibc: don't ignore global LDFLAGS settings
    ` [PATCH v2] "
  ` ✗ patchtest: failure for "

[PATCH v2] bitbakery: automate build testing across all MACHINEs/LIBCs
 2020-01-20 14:33 UTC  (2+ messages)

[PATCH] package: disable libseccomp for find
 2020-01-20 13:41 UTC  (2+ messages)

[PATCH] bitbakery: automate build testing across all MACHINEs/LIBCs
 2020-01-20 13:32 UTC  (3+ messages)
` ✗ patchtest: failure for "

attr dependency on linux-yocto
 2020-01-20 12:38 UTC  (4+ messages)

[RFC PATCH] python: remove Python 2 and all supporting classes
 2020-01-20 11:24 UTC  (4+ messages)
` [oe] "

[PATCH v5 00/13] NPM refactoring
 2020-01-20 10:27 UTC  (14+ messages)
` [PATCH v5 01/13] classes/npm: refactor the npm class
` [PATCH v5 02/13] classes/npm: restrict the build to be offline
` [PATCH v5 03/13] classes/npm: use the local node headers
` [PATCH v5 04/13] classes/npm: use the native python
` [PATCH v5 05/13] classes/npm: force to rebuild the prebuild addons
` [PATCH v5 06/13] devtool: npm: rename npm command line options
` [PATCH v5 07/13] recipetool/create_npm: refactor the npm recipe creation handler
` [PATCH v5 08/13] recipetool/create_npm: handle the licenses of the dependencies
` [PATCH v5 09/13] lib/oe/package: remove unneeded npm_split_package_dirs function
` [PATCH v5 10/13] devtool/standard: npm: update the append file
` [PATCH v5 11/13] recipetool/create: npm: remove the 'noverify' url parameter
` [PATCH v5 12/13] oeqa/selftest/recipetool: add npm recipe creation test
` [PATCH v5 13/13] oeqa/selftest/devtool: add npm recipe build test

libsolv giving opkg wrong hint about dependency issue
 2020-01-20 10:04 UTC  (2+ messages)

Looking for a way to build latest tagged releases in recipes
 2020-01-20  9:17 UTC  (10+ messages)

[PATCH] libva: upgrade 2.6.0 -> 2.6.1
 2020-01-20  7:29 UTC 

[zeus 0/5] More patches for review
 2020-01-20  6:38 UTC  (6+ messages)
` [zeus 1/5] toaster.bbclass: Correct pkgdatadir path in toaster_package_dumpdata()
` [zeus 2/5] populate_sdk_ext.bbclass: No longer needed to clean away conf/sanity_info
` [zeus 3/5] sanity.bbclass: Move sanity_info from conf to cache
` [zeus 4/5] licenses.conf: Remove the SRC_DISTRIBUTE_LICENSES variable
` [zeus 5/5] license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses

WiFi network failure after updating thud to zeus
 2020-01-20  5:07 UTC 

[PATCH 01/12] gstreamer: Add common .inc files for meson based recipes
 2020-01-20  4:49 UTC  (3+ messages)
` [PATCH 04/12] gstreamer1.0-plugins-good: Transition to meson based builds

[PATCH] Open file with O_CLOEXEC to avoid fd leak
 2020-01-20  3:27 UTC  (14+ messages)
` ✗ patchtest: failure for "
` [PATCH v2] "
` ✗ patchtest: failure for Open file with O_CLOEXEC to avoid fd leak (rev2)
` [PATCH v3] pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak
` ✗ patchtest: failure for Open file with O_CLOEXEC to avoid fd leak (rev3)
              ` [pseudo v4] pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak

[PATCH] gcc-configure: Enable the use of different symbol versioning
 2020-01-20  0:29 UTC  (3+ messages)

[PATCH 1/2] vim: Add missing xgd-mime inherit
 2020-01-20  0:02 UTC  (3+ messages)
` [PATCH 2/2] epiphany: "
` ✗ patchtest: failure for "vim: Add missing xgd-mime inhe..." and 1 more

[zeus 0/6] Patch review
 2020-01-19 21:37 UTC  (7+ messages)
` [zeus 1/6] linuxloader: Correct loader for glibc on armhf
` [zeus 2/6] multilib.conf: Ensure that RECIPE_SYSROOT is unchanged for native
` [zeus 3/6] wic/filemap: If FIGETBSZ iotctl fail, failback to os.stat
` [zeus 4/6] sstatesig: Test cross/native hashserv method extension
` [zeus 5/6] scripts/oe-build-perf-report: Avoid buildstats warning
` [zeus 6/6] sstatesig: Improve debug output if getpwuid() fails

[PATCH V2] qemu: Enable ppc64le support for qemu-usermode
 2020-01-19 19:13 UTC 

[PATCH 0/3] selftest: reproducible: Various improvements
 2020-01-19 18:59 UTC  (4+ messages)
` [PATCH 1/3] oeqa: reproducible: Add flag for building from sstate
` [PATCH 2/3] oeqa: reproducible: Fix extra data reporting
` [PATCH 3/3] oeqa: reproducible: Do not strip packages

[PATCH] qemu: Enable ppc64le support for qemu-usermode
 2020-01-19 18:38 UTC  (2+ messages)

[PATCH] lib/oe/package_manager: Improve locale-archive reproducibility
 2020-01-19 18:04 UTC 

[PATCH] logrotate.py: improve oeqa test implementation
 2020-01-19 14:37 UTC  (5+ messages)

[PATCH] pcmanfm: Inherit mime-xdg
 2020-01-19 13:18 UTC 

[PATCH] dnf: upgrade 4.2.2 -> 4.2.18
 2020-01-19  9:34 UTC  (2+ messages)

[PATCH] ltp: Fix nm01 faliure
 2020-01-19  8:50 UTC 

[PATCH] ltp: Fix nm01 faliure
 2020-01-19  8:02 UTC  (2+ messages)
` ✗ patchtest: failure for "

[PATCH v2] newlib: Enable building libstdc++ for newlib based toolchains
 2020-01-19  3:01 UTC 

[PATCH] machine_dict: Add i686 to the ELF machine dictionary
 2020-01-19  1:01 UTC  (4+ messages)
` [PATCH] newlib: Enable building libstdc++ for newlib based toolchains

[PATCH] libfm: Add mime and mime-xdg classes
 2020-01-18 23:12 UTC  (2+ messages)

[AUH] Upgrade status: 2020-01-18
 2020-01-18 22:17 UTC 

[PATCH 0/5] Introduce powerpc64 LE architecture support
 2020-01-18 19:41 UTC  (6+ messages)
` [PATCH 1/5] classes, conf, lib: Add support for powerpc64le
` [PATCH 2/5] gcc: Enable 32bit powerpcle at multi-arch "
` [PATCH 3/5] openssl: Add powerpc64 LE support
` [PATCH 4/5] tcf-agent: Add LCL_STOP_SERVICES for powerpc64 LE
` [PATCH 5/5] ghostscript: Add powerpc64 LE specific objarch.h

[PATCH][v2 00/10] Make MIME work on desktops
 2020-01-18 17:49 UTC  (16+ messages)
` [PATCH][v2 01/10] itstool: add from meta-oe
` [PATCH][v2 02/10] itstool: extend to nativesdk
` [PATCH][v2 03/10] shared-mime-info: upgrade 1.10 -> 1.15
` [PATCH][v2 04/10] mime.bbclass: rework
` [PATCH][v2 05/10] insane.bbclass: introduce a warning for mime missing in inherit
` [PATCH][v2 06/10] shared-mime-info: add mime to inherit
` [PATCH][v2 07/10] gcr: "
` [PATCH][v2 08/10] mime-xdg.bbclass: initial add
` [PATCH][v2 09/10] insane.bbclass: Spawn warning for missing mime-xdg in inherit
` [PATCH][v2 10/10] gcr: add mime-xdg to inherit
` ✗ patchtest: failure for Make MIME work on desktops (rev2)

Building older releases on modern distros (and vice versa)
 2020-01-18 16:29 UTC  (6+ messages)

[PATCH] rootfs: Make BUILDNAME a weak default in reproducible_build_simple
 2020-01-18  5:41 UTC 

[PATCHv3] wic: fix images build in parallel
 2020-01-17 21:46 UTC 

[PATCHv2] wic: fix images build in parallel
 2020-01-17 21:26 UTC  (11+ messages)

[warrior][PATCH] nasm: fix CVE-2019-14248
 2020-01-17 17:34 UTC  (2+ messages)
` ✗ patchtest: failure for "

[warrior][PATCH] binutils: fix CVE-2019-17451
 2020-01-17 17:34 UTC  (2+ messages)
` ✗ patchtest: failure for "

[warrior][PATCH] python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652
 2020-01-17 17:34 UTC  (3+ messages)
` ✗ patchtest: failure for python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652 (rev4)
` ✗ patchtest: failure for python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652 (rev6)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox