Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2016-02-01 05:08:34 to 2016-02-02 21:36:36 UTC [more...]

[PATCH 00/20] Add Extensible SDK test suite
 2016-02-02 21:38 UTC  (30+ messages)
` [PATCH 01/20] testimage: Modularize helper functions for get test lists
` [PATCH 02/20] classes/testsdk: Add new class testsdk
` [PATCH 03/20] classes/testimage: Add defeault inherit for testsdk
` [PATCH 04/20] populate_sdk_ext: Set TOOLCHAINEXT_OUTPUTNAME
` [PATCH 05/20] get_test_suites: Add sdkext type for load test suites
` [PATCH 06/20] classes/testsdk: Add testsdkext task only install
` [PATCH 07/20] bb/fetch2: Move export_proxies function from wget to utils
` [PATCH 08/20] classes/testsdk: Add call to export_proxies on testsdkext
` [PATCH 09/20] toolchain-shar-extract.sh: Add proxy variable to new env
` [PATCH 10/20] testimage/testsdk: Modularize TestContext
` [PATCH 11/20] testimage/testsdk: Move get test suites routine inside TestContext
` [PATCH 12/20] oetest.py/TestContext: Move loadTests and runTests inside it
` [PATCH 13/20] oeqa/oetest.py: Fix missing oeqa.runtime import
` [PATCH 14/20] classes/testsdk: Add function run_test_context
` [PATCH 15/20] classes/populate_sdk_ext: Add OE_SDK_EXT_SILENT env variable
` [PATCH 16/20] classes/testsdk: Add compatibility SDK testsuite to eSDK
` [PATCH 17/20] testsdkext: Add skeleton for support Extensible SDK tests
` [PATCH 18/20] classes/populate_sdk_ext: Add SDK_EXT_TARGET_MANIFEST and SDK_EXT_HOST_MANIFEST
` [PATCH 19/20] oeqa/sdkext: Add devtool basic tests for eSDK
` [PATCH 20/20] classes/testsdk: Add help information on how to run tests

[PATCH 0/3] Remove unhelpful default value of EXTRA_OEMAKE
 2016-02-02 21:04 UTC  (7+ messages)
` [PATCH 1/3] openssl: Explicitly set EXTRA_OEMAKE as required
` [PATCH 2/3] pciutils: "
` [PATCH 3/3] bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE

Default value for FULL_OPTIMIZATION
 2016-02-02 20:52 UTC  (5+ messages)

[PATCH] kernel: Add support for multiple kernel packages
 2016-02-02 20:39 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] linux-libc-headers: backport uapi header list
 2016-02-02 19:09 UTC  (4+ messages)

[PATCH 0/4][jethro] yocto-bsp related patches backported from master
 2016-02-02 18:54 UTC  (6+ messages)
` [PATCH 1/4][jethro] yocto-bsp: Default kernel version to 4.1 on x86_64
` [PATCH 2/4][jethro] yocto-bsp: Avoid duplication of user patches ({{=machine}}-user-patches.scc)
` [PATCH 3/4][jethro] yocto-bsp: Set KTYPE to user selected base branch
` [PATCH 4/4][jethro] yocto-bsp: Set SRCREV meta/machine revisions to AUTOREV

[RFT][PATCH] curl: disable curl-config binconfig file
 2016-02-02 18:40 UTC  (5+ messages)

[PATCH 21/21] classes/testimage: Fix exportTests function
 2016-02-02 18:09 UTC 

[wic][PATCH v2 00/14] Support for wic images in runqemu and oe-selftest
 2016-02-02 15:32 UTC  (15+ messages)
` [wic][PATCH v2 01/14] runqemu: add support for wic images
` [wic][PATCH v2 02/14] runqemu: don't set KERNEL "
` [wic][PATCH v2 03/14] runqemu: support path/to/<image>-<machine>.wic
` [wic][PATCH v2 04/14] oe-selftest: remove unused parameter
` [wic][PATCH v2 05/14] qemurunner: add parameter to method 'start'
` [wic][PATCH v2 06/14] oeqa/targetcontrol: make ssh control optional
` [wic][PATCH v2 07/14] oeqa/targetcontrol: support wic image type
` [wic][PATCH v2 08/14] wic-image-minimal: change IMAGE_FSTYPES
` [wic][PATCH v2 09/14] wic-image-minimal: update .wks to boot by qemu
` [wic][PATCH v2 10/14] oe-selftest: add new wic testcase
` [wic][PATCH v2 11/14] wic: fix processing of --use-uuid
` [wic][PATCH v2 12/14] wic-image-minimal: use uuid for root partition
` [wic][PATCH v2 13/14] oe-selftest: pylinted wic tests
` [wic][PATCH v2 14/14] oe-selftest: don't use specific tasks

[PATCH 1/2] dbus: use ${systemd_system_unitdir}
 2016-02-02 17:06 UTC  (2+ messages)
` [PATCH 2/2] dbus: add user sessions support

[PATCH][jethro] linux-yocto: Adds new SRCREVs for qemux86 and qemux86-64 for kernel 3.14 and 3.19
 2016-02-02 16:44 UTC  (2+ messages)

[PATCH 1/2][jethro] libpng: update URL that no longer exists
 2016-02-02 16:26 UTC  (2+ messages)
` [PATCH 2/2][jethro] libpng12: "

[wic][PATCH 00/15] Support for wic images in runqemu and oe-selftest
 2016-02-02 15:57 UTC  (21+ messages)
` [wic][PATCH 01/15] runqemu: add support for wic images
` [wic][PATCH 02/15] runqemu: don't use virtio "
` [wic][PATCH 03/15] runqemu: don't set KERNEL "
` [wic][PATCH 04/15] runqemu: support path/to/<image>-<machine>.wic
` [wic][PATCH 05/15] oe-selftest: remove unused parameter
` [wic][PATCH 06/15] qemurunner: add parameter to method 'start'
` [wic][PATCH 07/15] oeqa/targetcontrol: make ssh control optional
` [wic][PATCH 08/15] oeqa/targetcontrol: support wic image type
` [wic][PATCH 09/15] wic-image-minimal: change IMAGE_FSTYPES
` [wic][PATCH 10/15] wic-image-minimal: updated .wks to boot by qemu
` [wic][PATCH 11/15] oe-selftest: add new wic testcase
` [wic][PATCH 12/15] wic: fix processing of --use-uuid
` [wic][PATCH 13/15] wic-image-minimal: use uuid for root partition
` [wic][PATCH 14/15] oe-selftest: pylinted wic tests
` [wic][PATCH 15/15] oe-selftest: don't use specific tasks

[PATCH][jethro] busybox: fix build of last applet
 2016-02-02 15:31 UTC 

[PATCH 1/2] busybox: Add support for busybox-init
 2016-02-02 15:29 UTC  (6+ messages)

[wic][PATCH] wic: default to empty bootloader config
 2016-02-02 15:15 UTC 

[PATCH] documentation.conf: align the documentation for DEBUG_OPTIMIZATION and FULL_OPTIMIZATION with bitbake.conf
 2016-02-02 15:08 UTC 

[PATCH 1/5] remove-libtool: add new class
 2016-02-02 14:18 UTC  (7+ messages)
` [PATCH 2/5] libnl: package the libnl-cli modules in libnl-cli
` [PATCH 3/5] p11-kit: fix module packaging
` [PATCH 4/5] python3: set INSANE_SKIP as libpython3.so is a trampoline library
` [PATCH 5/5] insane: add test for -dev packaging containing real libraries

[PATCH] bitbake.conf/base: Improve handling of SRCPV
 2016-02-02 14:10 UTC 

[PATCH] sstate: Fix SSTATE_SWSPEC only used by populate_lic tasks
 2016-02-02 13:53 UTC 

[PATCH] package.bbclass: Add data expansion to do_split_packages()
 2016-02-02 13:52 UTC 

[PATCH] busybox/gtk/perl/base-passwd: Ensure data is correctly expanded
 2016-02-02 13:50 UTC 

[PATCH][jethro] uClibc: enable utmp for shadow compatibility
 2016-02-02 12:51 UTC 

[PATCH 1/3] Revert "matchbox-keyboard: export GTK_IM_MODULE_FILE location"
 2016-02-02 12:07 UTC  (5+ messages)
` [PATCH 2/3] gtk-immodules-cache.bbclass: fix immodules-cache path
` [PATCH 3/3] formfactor: add machconfig for qemumips64 and beaglebone

[PATCH] python-pycurl: remove unnecessary exports
 2016-02-02 11:22 UTC 

sstate-cache contains many seemingly useless siginfo files
 2016-02-02 10:53 UTC  (3+ messages)

[PATCH 1/2] toaster.bbclass: attach image file scan postfunc to do_image_complete
 2016-02-02 10:25 UTC  (2+ messages)
` [PATCH 2/2] toaster.bbclass: reinstate scan for artifacts in the sdk directory

can't compile ffmpeg without x11
 2016-02-02 10:08 UTC 

[PATCH 1/1] Revert "kernel/kernel-arch: Explicitly mapping between i386/x86_64 and x86 for kernel ARCH"
 2016-02-02  9:01 UTC 

[PATCH 0/1] signing-keys: add sstate task for do_export_public_keys
 2016-02-02  7:24 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] ltp: Fix for glibc 2.23+
 2016-02-02  6:02 UTC  (2+ messages)

[PATCH] iptables: Add systemd support
 2016-02-02  4:19 UTC 

[PATCH] gcc-configure-common.inc: drop --enable-target-optspace from configure
 2016-02-02  2:47 UTC  (4+ messages)

[PATCH] mdadm: Add systemd support
 2016-02-02  2:22 UTC 

[PATCH] populate_sdk_ext: Add SSTATE_MIRRORS to config blacklist
 2016-02-01 23:51 UTC 

[PATCH 0/3] glib-2.0: minor fixes and updates
 2016-02-01 22:44 UTC  (4+ messages)
` [PATCH 2/3] glib-2.0: drop add-march-i486-into-CFLAGS-automatically.patch

[PATCH 1/8] libnss-mdns: Check for nss.h before using
 2016-02-01 22:29 UTC  (17+ messages)
` [PATCH 0/8] Musl related and misc fixes
  ` [PATCH 2/8] nss-myhostname: Fix build on musl
  ` [PATCH 3/8] distutils: Consider S != B case
  ` [PATCH 4/8] pth: Remove dead code
  ` [PATCH 5/8] libtool-cross: Unset pre|post dep objects
  ` [PATCH 6/8] db: Use cross libtool
  ` [PATCH 7/8] local.conf.sample.extended: Document HOW-TO enable systemd or busbox for init system
  ` [PATCH 8/8] boost: Fix build on soft-float ABI arm systems

[PATCH] machine/include: drop tune-cortexm*.inc and tune-cortexr4.inc
 2016-02-01 21:42 UTC 

[PATCH] liboil: drop recipe from oe-core
 2016-02-01 21:36 UTC 

State of bitbake world, Failed tasks 2016-01-30
 2016-02-01 21:34 UTC  (5+ messages)
` [oe] "

[PATCH] git: add site_perl to packaged files to fix QA install error
 2016-02-01 21:16 UTC  (4+ messages)

[PATCH v3 1/1] apr-util: add ldap crypto and sqlite3 to PACKAGECONFIG
 2016-02-01 20:54 UTC  (6+ messages)

proposal: remove DirectFB from oe-core in the next release cycle
 2016-02-01 20:54 UTC  (9+ messages)

[PATCH] runtime/systemd: Fix for boot time string parse error
 2016-02-01 18:48 UTC  (2+ messages)

Glibc 2.24 _might_ require minimum kernel version 3.2
 2016-02-01 18:24 UTC  (2+ messages)
  ` [yocto] "

[PATCH 0/2][jethro] jethro-next Foomatic-filter security fixes
 2016-02-01 17:54 UTC  (3+ messages)
` [PATCH 1/2] foomatic-filters: Security fix CVE-2015-8560
` [PATCH 2/2] foomatic-filters: Security fixes CVE-2015-8327

[PATCH v3 0/5]use target path to replace build ones in debugging info
 2016-02-01 17:10 UTC  (9+ messages)
` [PATCH 2/5] gcc-5.3.inc/base.bbclass: add gcc option to not record -fdebug-prefix-map to "

[RFT] Glibc 2.23 and binutils 2.26
 2016-02-01 17:02 UTC  (6+ messages)

Backport Request: meta-yocto-bsp: Remove uvesafb (v86d) from generic x86 features
 2016-02-01 16:45 UTC  (2+ messages)

Backport Request: kernel-yocto: fix checkout bare-cloned kernel repositories
 2016-02-01 16:44 UTC  (2+ messages)

[RESEND PATCH] kernel: Permit overriding of KERNEL_IMAGETYPE_FOR_MAKE
 2016-02-01 15:49 UTC 

[RESEND PATCH 1/2] shadow: use ALTERNATIVE to manage 'nologin'
 2016-02-01 15:48 UTC  (2+ messages)
` [RESEND PATCH 2/2] util-linux: use ALTERNATIVE mechanism "

package.tgz files not touched in sstate-cache
 2016-02-01 15:54 UTC  (4+ messages)

linux-yocto issues Was: [oe] [meta-oe][PATCH] efivar: fix zero initializer compiler error
 2016-02-01 13:33 UTC  (2+ messages)

OE stand at FOSDEM 2016
 2016-02-01 12:42 UTC 

[PATCH] directfb: use Yocto source mirrors for SRC_URI
 2016-02-01 10:45 UTC 

Lots of [host-user-contaminated] warning
 2016-02-01  6:07 UTC  (3+ messages)


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