Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2017-05-25 15:01:41 to 2017-05-30 17:15:35 UTC [more...]

KERNEL_IMAGETYPES and Image.gz
 2017-05-30 17:15 UTC  (3+ messages)

[PATCH 1/3] gstreamer1.0-plugins-bad: Fix missing library with bcm egl
 2017-05-30 17:15 UTC  (3+ messages)
` [PATCH 2/3] fts: Switch SRC_URI to github
` [PATCH 3/3] libatomic-ops: Upgrade to 7.6.0

[PATCH] recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode, links"
 2017-05-30 16:30 UTC  (4+ messages)

[PATCH] mesa: potentially enable texture float for gallium
 2017-05-30 16:19 UTC  (8+ messages)

Yocto Project Status WW22’17
 2017-05-30 16:14 UTC 

[PATCH] mesa: upgrade to 17.1.1
 2017-05-30 15:32 UTC 

[PATCH] devtool: deploy-target: Don't use find -exec
 2017-05-30 14:40 UTC 

[PATCH] devtool: deploy-target: Let script continue even if rm fails
 2017-05-30 11:17 UTC 

[PATCH] sstate-diff-machines.sh: Replace MACHINE_ARCH only at the beginning and separated with dash
 2017-05-30 10:31 UTC  (2+ messages)
` ✗ patchtest: failure for "

[PATCH] devtool: Compare abspath of both B and S
 2017-05-30 10:16 UTC 

do_image: Adding support for IMAGE_ROOTFS_EXCLUDE_PATH
 2017-05-30  8:01 UTC  (4+ messages)
  ` [PATCH v2] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature
` ✗ patchtest: failure for do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature. (rev2)

[PATCH] wic: Remove obsolete reference to msger logger
 2017-05-30  7:56 UTC 

[PATCH] package_manager: flush installed_pkgs file before oe-pkgdata-util uses it
 2017-05-30  5:48 UTC 

[PATCH 0/2] devshell: make sure toolchains are populated in sysroot
 2017-05-30  7:41 UTC  (6+ messages)
` [PATCH 1/2] devshell.bbclass: ensure toolchains available for do_devshell
` [PATCH 2/2] devshell.bbclass: clean up trailing whitespaces

[PATCH] elfutils: Upgrade 0.168 to 0.169
 2017-05-30  7:37 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/6] yocto-compat-layer.py: various enhancements
 2017-05-30  6:51 UTC  (13+ messages)
` [PATCH 1/6] yocto-compat-layer.py: avoid adding layers more than once
` [PATCH 2/6] yocto-compat-layer.py: tolerate broken world builds during signature diff
` [PATCH 3/6] yocto-compat-layer.py: apply test_signatures to all layers
` [PATCH 4/6] yocto-compat-layer.py: add test_world
` [PATCH 5/6] yocto-compat-layer.py: allow README with suffix
` [PATCH 6/6] yocto-compat-layer.py: make signature check code reusable

[PATCH v4] busybox: make SYSLOGD optionnal
 2017-05-30  6:36 UTC  (3+ messages)

[PATCH] ltp: upgrade to 20170516
 2017-05-30  3:22 UTC 

[PATCHv3 0/2] devshell: make sure toolchains are populated in sysroot
 2017-05-30  1:42 UTC 

[PATCH v2] libsolv: don't pick up bundled db from host rpm
 2017-05-29 23:11 UTC  (6+ messages)

[PATCH 0/2] Two new devtool plugins: export and import
 2017-05-29 22:39 UTC  (5+ messages)
` [PATCH 1/2] export: new plugin to export the devtool workspace
` [PATCH 2/2] import: new plugin to import "

[PATCH] package_ipk.bbclass: Include a space followed by a dot for empty description lines
 2017-05-29 21:41 UTC  (8+ messages)
` [PATCH v2] package_ipk: correct ipk descriptions
  ` [PATCH v3] package_ipk: correct ipk multiline descriptions

[PATCH 1/3] piglit: depend on virtual/egl
 2017-05-29 21:04 UTC  (2+ messages)

[PATCH 00/36] OEQA threading support and selftest migration
 2017-05-29 15:52 UTC  (43+ messages)
` [PATCH 01/36] testsdk.bbclass: Remove unused import of OEStreamLogger
` [PATCH 02/36] oeqa/sdk/context.py: Import argparse_oe at OESDKTestContext.run method
` [PATCH 03/36] oeqa/sdk/context.py: Add return to OESDKTestContext.run() method
` [PATCH 04/36] oeqa/core: Don't expose OEStreamLogger in OETestContext
` [PATCH 05/36] oeqa/core/runner: OETestResult remove unneeded override of startTest
` [PATCH 06/36] oeqa/core: Move OETestContext.log{Summary, Details} into OETestResult
` [PATCH 07/36] oeqa/core/threaded: Add new module with OETestLoaderThreaded
` [PATCH 08/36] oeqa/core/threaded: Add OEStreamLoggerThreaded class
` [PATCH 09/36] oeqa/core/runner: OETestResult add internal _tc_map_results
` [PATCH 10/36] oeqa/core/threaded: Add OETestResultThreaded{, Internal} classes
` [PATCH 11/36] oeqa/core/threaded: Add support of OETestRunnerThreaded
` [PATCH 12/36] oeqa/core/threaded: Add OETestContextThreaded class
` [PATCH 13/36] oeqa/core/decorator/depends: Add support for threading mode
` [PATCH 14/36] oeqa/core/decorator/oetimeout: Add support for OEQA threaded mode
` [PATCH 15/36] oeqa/core/tests: Add tests of OEQA Threaded mode
` [PATCH 16/36] oeqa/sdkext/cases: Move sdk_update test into devtool module
` [PATCH 17/36] oeqa/sdk: Enable usage of OEQA thread mode
` [PATCH 18/36] oeqa/core: Add list tests support in context and runner
` [PATCH 19/36] oeqa/core: Add support for run tests by module, class and name
` [PATCH 20/36] classes/test{export, images}: Change modules to list
` [PATCH 21/36] oeqa/runtime/case: Don't use OEQA framework internal methods
` [PATCH 22/36] oeqa/core/README: Improve documentation
` [PATCH 23/36] oeqa/core/case: fix typo on comment about exception name
` [PATCH 24/36] oeqa/core/context: Raise exception when a manifest is specified but missing
` [PATCH 25/36] oeqa/core/context: Use a default iterable modules object
` [PATCH 26/36] oeqa/core/context: Omit docstring output on XMLResult
` [PATCH 27/36] oeqa/core/context: Include a _pre_run method
` [PATCH 28/36] scripts/oe-test: Move load_test_components to oeqa.utils
` [PATCH 29/36] oeqa/selftest: Move base class to case module
` [PATCH 30/36] oeqa/selftest/case: Migrate case class to the new OEQA framework
` [PATCH 31/36] scripts/oe-selftest: Move {add, remove}_include files to case
` [PATCH 32/36] oeqa/selftest/case.py: Remove machine selection logic
` [PATCH 33/36] oeqa/selftest/case: Don't figure out the testlayer inside
` [PATCH 34/36] scripts/oe-selftest: Migrate to new framework into oeqa.selftest.context
` [PATCH 35/36] oeqa/selftest/cases: Migrate test cases into the new oe-qa framework
` [PATCH 36/36] selftest: Migrate systemd_boot test case to the new framework
` ✗ patchtest: failure for OEQA threading support and selftest migration

[PATCH 0/1] bblayers sanity: bblayers.conf.sample specific update code
 2017-05-29 14:49 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 1/2] mmc-utils: Upgrade to latest git version
 2017-05-29 14:27 UTC  (2+ messages)
` [PATCH 2/2] bluez5: Upgrade 5.44 -> 5.45

[PATCH] ghostscript: CVE-2016-7977, CVE-2016-7978, CVE-2016-7979, CVE-2017-9216
 2017-05-29 11:23 UTC 

[PATCH] boost: backport a regression fix for forgotten header
 2017-05-29  9:11 UTC  (2+ messages)

[PATCH] libdrm: upgrade to 2.4.81
 2017-05-29  9:04 UTC 

[PATCH] kmscube: upgrade version
 2017-05-29  8:51 UTC 

[pyro] [PATCH] cryptodev-linux: update SRC_URI
 2017-05-29  8:45 UTC  (3+ messages)

What's the "proper" way to start WiFi networking?
 2017-05-29  7:22 UTC  (5+ messages)

[PATCH v2 0/4] oeqa: fix runtime testing using systemd-boot target
 2017-05-29  6:09 UTC  (5+ messages)
` [PATCH v2 1/4] masterimage.py: fix issue with calling reboot on masterimage/DUT
` [PATCH v2 2/4] masterimage.py: rename parameter "params" in start() to "extra_bootparams"
` [PATCH v2 3/4] masterimage.py: fix stop()
` [PATCH v2 4/4] sshcontrol.py: in copy_to() always use scp

[pyro][PATCH 0/1] scriptutils: fix fetch_uri() to work with RSS
 2017-05-29  2:01 UTC  (2+ messages)
` [pyro][PATCH 1/1] "

[PATCH v3] busybox: make SYSLOGD optionnal
 2017-05-28  6:50 UTC 

[PATCH V2 1/2] python3: Use _sysconfigdata.py to initialize distutils.sysconfig
 2017-05-27  9:46 UTC  (2+ messages)
` [PATCH V2 2/2] python3: Move config-*/Makefile from misc package to dev package

[PATCH 0/1] lsof: clear setuid
 2017-05-27  7:45 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/2] Build bind with threads
 2017-05-27  3:24 UTC  (5+ messages)
` [PATCH 1/2] bind: build with threads and update configure options

[PATCH 0/3] kernel-yocto: configuration changes/fragments
 2017-05-26 20:10 UTC  (4+ messages)
` [PATCH 1/3] linux-yocto/meta: bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependencies
` [PATCH 2/3] linux-yocto/meta: smp: Add config X86_BIGSMP since its needed when NR_CPUS > 8
` [PATCH 3/3] kernel/meta: add virtualbox configuration fragment

[morty] [PATCH] cryptodev-linux: update SRC_URI
 2017-05-26 19:58 UTC  (2+ messages)

[morty][PATCH 1/1] openssl-native: Compile with -fPIC
 2017-05-26 18:47 UTC  (2+ messages)

[PATCH] openssh: Atomically generate host keys
 2017-05-26 18:02 UTC  (6+ messages)
` [meta-oe][PATCH v4] "
` [meta-oe][PATCH v5] "

[PATCH] qemu: Add nios2 target
 2017-05-26 17:17 UTC  (4+ messages)
` ✗ patchtest: failure for "

[PATCH] kconfig-frontends: fix another build race
 2017-05-26 16:27 UTC  (3+ messages)

[PATCH 1/2] nfs-utils: Fix build error due to missing stdint.h> include
 2017-05-26 16:15 UTC  (2+ messages)
` [PATCH 2/2] glibc: Configure with extra hardening options

[meta-perl][PATCH] meta-perl: Make glibc-gconv deps apply for glibc based systems alone
 2017-05-26 14:12 UTC  (4+ messages)
` ✗ patchtest: failure for "

[PATCH 0/1] image_types_wic: fix scheduling of prepare_wic_build
 2017-05-26 14:01 UTC  (3+ messages)
` [PATCH 1/1] image_types_wic: schedule prepare_wic_build correctly
` ✗ patchtest: failure for image_types_wic: fix scheduling of prepare_wic_build

[PATCH 1/4] masterimage.py: fix issue with calling reboot on masterimage/DUT
 2017-05-26 13:57 UTC  (3+ messages)

[PATCH] lsbinitscripts: 9.68 -> 9.72
 2017-05-26 13:49 UTC  (2+ messages)

[PATCH] gstreamer1.0-omx: delete broken m4 files
 2017-05-26 13:37 UTC 

[PATCH] freetype: 2.7.1 -> 2.8
 2017-05-26 13:25 UTC 

[PATCH] runqemu: output qemu-system errors
 2017-05-26 11:39 UTC 

[pyro][PATCH 0/6] Add some gstreamer1.0-plugins-bad patches for pyro
 2017-05-26  9:49 UTC  (4+ messages)

[PATCH] ncurses: 6.0+20161126 -> 6.0+20170408
 2017-05-26  9:31 UTC 

[krogoth] [PATCH] cryptodev-linux: update SRC_URI
 2017-05-26  8:03 UTC 

[master] [PATCH] cryptodev-linux: update SRC_URI
 2017-05-26  7:04 UTC 

[PATCH] module.bbclass: Add devshell support
 2017-05-26  6:36 UTC  (3+ messages)

[PATCH 1/2] binutils: fix CVE-2017-7209 in readelf
 2017-05-26  2:40 UTC  (2+ messages)
` [PATCH 2/2] binutils: fix CVE-2017-7210

[PATCH v2] curl: fix libssl error for ARMv8
 2017-05-26  2:38 UTC  (3+ messages)

[PATCH] libxslt: Fix CVE-2017-5029
 2017-05-26  2:39 UTC 

[PATCH] pango: 1.40.3 -> 1.40.6
 2017-05-26  2:04 UTC 

[PATCH] openssh: Atomically generate host keys
 2017-05-26  2:01 UTC  (2+ messages)
` ✗ patchtest: failure for openssh: Atomically generate host keys (rev4)

[PATCH] nss: Upgrade 3.29.1 to 3.30.2
 2017-05-26  1:05 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] unfs3: Rename mirror tarball to avoid clash
 2017-05-25 16:54 UTC  (2+ messages)

[PATCH] ghostscript: Upgrade 9.20 to 9.21
 2017-05-26  0:00 UTC 

No more "morty" branch in git!
 2017-05-25 23:03 UTC  (3+ messages)

[PATCH 0/1] ghostscript: move to version 9.21
 2017-05-25 21:54 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] tune-mips32*.inc: use consistent comments across all three .inc files
 2017-05-25 19:50 UTC 

[PATCH] libgcrypt: Revert to inheriting from binconfig
 2017-05-25 16:37 UTC  (6+ messages)


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