Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2018-07-11 08:01:50 to 2018-07-17 09:11:08 UTC [more...]

[PATCH resend 0/3] Openssl 1.1 upgrading
 2018-07-17  9:10 UTC  (5+ messages)
` [PATCH v6 "
` [PATCH v6 1/3] openssl-1.1: fix c_rehash perl errors
` [PATCH v6 2/3] openssl-1.1: rework packaging
` [PATCH v6 3/3] openssl-1.1: /etc/ssl location compatibility

[PATCH] wic: allow bitbake variables in kickstarter files
 2018-07-17  8:14 UTC  (3+ messages)
` [PATCH resend] "

[RFC PATCH] package.bbclass: improve -dbg and -src package ordering
 2018-07-17  8:13 UTC  (2+ messages)

[PATCH] oeqa/runtime/cases/manualbsp: Add BSP testcases
 2018-07-17  6:54 UTC 

[AUH] Upgrade status: 2018-07-16
 2018-07-17  6:44 UTC 

[PATCH] musl: Update to latest master
 2018-07-17  5:05 UTC 

[PATCH] recipes: Enforce ARM ISA just for arm arches <= armv5
 2018-07-17  4:56 UTC 

[PATCH] sqlite3:3.23.1 -> 3.24.0
 2018-07-17  3:35 UTC 

[PATCH 0/2] distutils/setuptools:fix recipes may try to fetch code during do_compile
 2018-07-17  3:34 UTC  (3+ messages)
` [PATCH 1/2] distutils/setuptools-native: do not "
` [PATCH 2/2] distutils3/setuptools3-native: "

[PATCH V6 0/2] upgrade systemd and systemd-boot to 239
 2018-07-17  2:05 UTC  (3+ messages)
` [PATCH 1/2] systemd: upgrade "
` [PATCH 2/2] systemd-boot: "

[PATCH] systemd: Enable coredump if it is in PACKAGECONFIG
 2018-07-17  1:57 UTC  (6+ messages)

[PATCH V5 0/3] upgrade systemd and systemd-boot to 239
 2018-07-17  1:50 UTC  (6+ messages)
` [PATCH 1/3] systemd: upgrade "
` [PATCH 2/3] systemd-boot: "
` [PATCH 3/3] oeqa/runtime/cases/rpm.py: workaround race condition

[PATCH] ndctl: Add the NDCTL package
 2018-07-16 22:37 UTC  (3+ messages)

[PATCH] dbus: Enable user-session package config when x11 is set
 2018-07-16 21:04 UTC 

[PATCH] populate_sdk_base: Use default value assignment for SDK_TITLE/SDKEXTPATH
 2018-07-16 20:45 UTC 

[HELP] ptest & ptest
 2018-07-16 20:41 UTC  (5+ messages)

[RFC 0/9] Hash Equivalency Server
 2018-07-16 20:37 UTC  (10+ messages)
` [RFC 1/9] bitbake-worker: Pass taskhash as runtask parameter
` [RFC 2/9] siggen: Split out stampfile hash fetch
` [RFC 3/9] siggen: Split out task depend ID
` [RFC 4/9] runqueue: Track task dependency ID
` [RFC 5/9] runqueue: Pass dependency ID to task
` [RFC 6/9] runqueue: Pass dependency ID to hash validate
` [RFC 7/9] classes/sstate: Handle depid in hash check
` [RFC 8/9] hashserver: Add initial reference server
` [RFC 9/9] sstate: Implement hash equivalence sstate

Yocto Project Unassigned Bugs - Help Needed
 2018-07-16 20:19 UTC 

[PATCH] oeqa/sdk/python: clean up Python test
 2018-07-16 18:33 UTC 

[PATCH] atk: add explicit gettext-native dependency
 2018-07-16 17:48 UTC  (4+ messages)

[PATCH 1/6] oeqa: Add selftest parallelisation support
 2018-07-16 16:33 UTC  (6+ messages)
` [PATCH 2/6] oeqa/core/threaded: Remove in favour of using concurrenttests
` [PATCH 3/6] oeqa/runner: Simplify code
` [PATCH 4/6] oeqa: Remove xmlrunner
` [PATCH 5/6] testsdk: Enable multiprocess execution
` [PATCH 6/6] oeqa/decorator: Improve reliability

[PATCH 1/2] [meta] dbus: Fix X11 compille errors
 2018-07-16 15:30 UTC  (14+ messages)
` [PATCH 2/2] [meta] atk: Specify gettext-native dependency

[PATCH 0/4] Small spdx.bbclass fixes
 2018-07-16 15:05 UTC  (5+ messages)
` [PATCH 1/4] spdx.bbclass: Replace deprecated string.replace with str.replace
` [PATCH 2/4] spdx.bbclass: Fix undefined variable error
` [PATCH 3/4] spdx.bbclass: Make use of bb.utils' sha1_file()
` [PATCH 4/4] spdx.bbclass: Encode strings before passing to hashlib

[PATCH] gnutls: use HTTP instead of FTP
 2018-07-16 13:06 UTC 

[PATCH] oeqa/runtime/python: clean up Python test
 2018-07-16 12:51 UTC 

[PATCH] perl: update to 5.24.4
 2018-07-16 11:40 UTC 

[meta-oe][poky][PATCH v2] systemd: resolved linked even if the option is disabled
 2018-07-16  9:12 UTC  (2+ messages)

[PATCH] sshd: add sshd.service
 2018-07-16  7:46 UTC 

devshell problems after distro upgrade openSUSE Leap 42.3 -> 15.0
 2018-07-16  6:19 UTC  (5+ messages)
    ` devshell problems after distro upgrade openSUSE Leap 42.3 -> 15.0 (tmux only)

[PATCH] bash: fix wrong exit status offset
 2018-07-16  2:55 UTC 

[PATCH 1/3] mesa: Fix build with wayland and egl
 2018-07-15 19:44 UTC  (3+ messages)
` [PATCH 2/3] packagegroups: Disable unbuildable dependencies for riscv64
` [PATCH 3/3] meson: Add risc-v to known architectures

[PATCH 01/12] oeqa/core/runner: Improve test case comparision
 2018-07-15 15:36 UTC  (12+ messages)
` [PATCH 02/12] oeqa/selftest/image_tyypedep: Avoid undefined variable failure
` [PATCH 03/12] oqqa/selftest/lic_checksum: Avoid cache reparse
` [PATCH 04/12] oeqa/runner: Ensure we don't print misleading results output
` [PATCH 05/12] oeqa/selftest/package: Use setUpLocal, not setUp
` [PATCH 06/12] oeqa/selftest/devtool: Ensure dbus is built befoe running test
` [PATCH 07/12] oeqa/selftest/wic: Use a subdir of builddir, not /var/
` [PATCH 08/12] oeqa/selftest/wic: Ensure initramfs exists for test_iso_image
` [PATCH 09/12] oeqa: Default to buffer mode for tests
` [PATCH 10/12] devtool: Split tests into multiple classes
` [PATCH 11/12] oeqa/sdkbuildproject: Capture output to quieten selftest logs
` [PATCH 12/12] oeqa/selftest/wic: Split tests into two class groups

[yocto] [PATCH] runtime: Add support to manual BSP test cases
 2018-07-15 11:32 UTC 

[PATCH 1/2] curl: update 7.60.0 -> 7.61.0
 2018-07-13 21:12 UTC  (2+ messages)
` [PATCH 2/2] curl: add PACKAGECONFIG options for brotli, built-in manpages, etc

[PATCH V4 0/3] upgrade systemd and systemd-boot to 239
 2018-07-13 18:16 UTC  (7+ messages)
` [PATCH 1/3] systemd: upgrade "
` [PATCH 2/3] systemd-boot: "
` [PATCH 3/3] oeqa/runtime/cases/rpm.py: workaround race condition

[PATCH V3] mesa: Fix build with wayland and egl
 2018-07-13 17:37 UTC 

[PATCH V2] mesa: Fix bild with wayland and egl
 2018-07-13 17:21 UTC 

[] default-providers: introduce VIRTUAL-RUNTIME_initscripts
 2018-07-13 12:45 UTC  (5+ messages)

[PATCH] initscripts: remove warnings on read-only-rootfs (again)
 2018-07-13 12:43 UTC 

[PATCH] python3-pycairo: update to 1.17.1
 2018-07-13 12:09 UTC  (2+ messages)

[PATCH 0/1] fixing initrd mounts w/ spaces fail to move to real rootfs
 2018-07-13 11:07 UTC  (2+ messages)

[PATCH] iproute2: create symbol link '/bin/ip' to '/sbin/ip.iproute2'
 2018-07-13  9:14 UTC  (5+ messages)

[PATCH v3] udev-extraconf: Add systemd-mount to udev-extraconf/mount.sh
 2018-07-13  9:15 UTC  (5+ messages)

Building postgresql_9.4.5: Some Packages are missing in my rootfs
 2018-07-13  8:31 UTC  (3+ messages)

[PATCH] zip: fix the license description
 2018-07-13  7:12 UTC  (3+ messages)

[PATCH] gstreamer1.0-plugins-good: disable gtk plugin
 2018-07-13  6:57 UTC 

[PATCH] openssh: Restore TCP wrappers support
 2018-07-13  6:03 UTC 

[PATCH 1/2] libva: upgrade 2.1.0 -> 2.2.0
 2018-07-13  2:39 UTC  (2+ messages)
` [PATCH 2/2] libva-utils: "

[PATCH V4 0/4] meta: various fixes
 2018-07-13  2:36 UTC  (5+ messages)
` [PATCH V4 1/4] base.bbclass: Add buildcfg multilib values
` [PATCH V4 2/4] xinetd: add Init Script Actions to xinetd script
` [PATCH V4 3/4] toolchain-scripts.bbclass: do not extend dependency if extended already
` [PATCH V4 4/4] populate_sdk_ext.bbclass: add SDK_CONF_MANIFEST_EXCLUDE

[PATCH V3 00/11] meta: various fixes
 2018-07-13  2:23 UTC  (4+ messages)
` [PATCH V3 09/11] populate_sdk_ext.bbclass: add ESDK_MANIFEST_EXCLUDES

[PATCH] epiphany: fix epiphany cannot start problem
 2018-07-13  1:08 UTC 

[PATCH] python-setuptools: rationalise dependencies
 2018-07-12 20:01 UTC 

[PATCH V2 1/1] tiff: security fix CVE-2018-10963
 2018-07-12 18:48 UTC 

Using IMAGE_INSTALL_remove and PNBLACKLIST
 2018-07-12 18:14 UTC  (5+ messages)

[PATCH v2] kernel-devsrc: restructure for out of tree (and on target) module builds
 2018-07-12 17:26 UTC  (11+ messages)

[PATCH 1/1] tiff: security fix CVE-2018-10963
 2018-07-12 16:56 UTC  (6+ messages)

[PATCH] nativesdk-cmake: fix cmake toolchain file path
 2018-07-12 16:50 UTC  (2+ messages)

[PATCH 00/21] Package updates for Master
 2018-07-12 15:42 UTC  (5+ messages)
` [PATCH 18/21] *proto: remove depricated xorg proto header recipes and replace by xorgproto

[pseudo] [RFC 1/2] pseudo_ipc.c: Use MSG_NOSIGNAL if available
 2018-07-11 14:30 UTC  (2+ messages)
` [pseudo] [RFC 2/2] pseudo_ipc.c: eliminate some code duplication

[PATCH] insane: optimise buildpath search
 2018-07-12 13:45 UTC 

[PATCH v2] default-providers: introduce VIRTUAL-RUNTIME_initscripts
 2018-07-12 11:14 UTC 

[PATCH] scripts/test-result-log: Store test result & log and view summary report
 2018-07-12  9:34 UTC 

[PATCH V3 0/6] upgrade systemd and systemd-boot to 239
 2018-07-12  9:48 UTC  (9+ messages)
` [PATCH 1/6] systemd: upgrade "
` [PATCH 2/6] systemd-boot: "
` [PATCH 3/6] systemd: remove non-exist firmware-path option
` [PATCH 4/6] systemd: fix segment fault on musl
` [PATCH 5/6] oeqa/runtime/cases/rpm.py: workaround race condition
` [PATCH 6/6] systemd: change SRC_URI back to include musl patches unconditionally

[PATCH] nfs-utils: fix build error under tests folder
 2018-07-12  8:46 UTC 

[PATCH 0/1] oeqa/runtime/cases/systemd.py: avoid timeout problem
 2018-07-12  8:39 UTC  (9+ messages)
` [PATCH 1/1] "

[meta-oe][PATCH] package.bbclass: provide debug sources in externalsrc -dbg packages
 2018-07-12  7:00 UTC  (6+ messages)

[PATCH 0/2] upgrade systemd and systemd-boot to 239
 2018-07-12  6:04 UTC  (6+ messages)
` [PATCH 1/2] systemd: upgrade "

[PATCH] file: fix regression for determining DB file type
 2018-07-12  5:19 UTC 

[PATCH] eudev: create static nodes from modules
 2018-07-12  2:22 UTC  (3+ messages)

[PATCH 1/2] wic/engine: fix errors when expanding partitions
 2018-07-12  2:05 UTC  (2+ messages)
` [PATCH 2/2] wic/engine: use up all free space "

[PATCH] scripts/test-result-log: Store test result & log and view summary report
 2018-07-12  1:47 UTC 

[PATCH 0/5] Recipes upgrade
 2018-07-11 20:00 UTC  (5+ messages)
` [PATCH 1/5] automake: 1.15.1 -> 1.16.1

[PATCH 1/4] u-boot: Add missing dependency on swig
 2018-07-11 18:56 UTC  (8+ messages)
` [PATCH 2/4] u-boot: Add missing dependency on flex and bison native
` [PATCH 3/4] u-boot: Upgrade to 2018.07 release
` [PATCH 4/4] qemux86*: Add U-Boot machine configuration

[PATCH] mesa: remove hardware float patch
 2018-07-11 18:15 UTC 

[PATCH 0/3] Buildhistory fixes
 2018-07-11 14:56 UTC  (4+ messages)
` [PATCH 1/3] lib/oe/buildhistory_analysis: drop related field feature
` [PATCH 2/3] classes/buildhistory: handle packaged files with names containing spaces
` [PATCH 3/3] classes/buildhistory: properly process escaped chars from pkgdata

[PATCH V2 0/5] upgrade systemd and systemd-boot to 239
 2018-07-11 10:12 UTC  (7+ messages)
` [PATCH 2/5] systemd-boot: upgrade "
` [PATCH 3/5] systemd: remove non-exist firmware-path option
` [PATCH 4/5] systemd: fix segment fault on musl
` [PATCH 5/5] oeqa/runtime/cases/rpm.py: workaround race condition

[PATCH] ifupdown: fix issue that ifupdown does not configure local interface
 2018-07-11  8:42 UTC  (2+ messages)


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