Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2015-12-18 12:39:14 to 2015-12-23 10:06:54 UTC [more...]

[PATCH][master][RESEND 00/15] ARM tune fixes and improvements
 2015-12-23 10:10 UTC  (15+ messages)
` [PATCH][master][RESEND 11/15] feature-arm-{neon, vfp}.inc: refactor and fix issues
` [PATCH][master][RESEND 14/15] arch-armv7ve: add tune include for armv7ve and use it from cortexa7 and cortexa15

State of bitbake world, test-dependencies 2015-12-23
 2015-12-23 10:07 UTC 

[RESEND PATCH v3] util-linux: create util-linux-runuser package
 2015-12-23 10:03 UTC  (3+ messages)

[PATCH] libav: Add "--enable-gpl" to PACKAGECONFIG[x264]
 2015-12-23  8:05 UTC 

[PATCH 0/2] move do_kernel_link_vmlinux() into kernel.bbclass
 2015-12-23  0:12 UTC  (3+ messages)
` [PATCH 1/2] kernel-yocto.bbclass: remove do_kernel_link_vmlinux from SRCTREECOVEREDTASKS
` [PATCH 2/2] kernel-yocto.bbclass: move do_kernel_link_vmlinux() into kernel.bbclass

[PATCH 0/3] valgrind fixes
 2015-12-22 23:58 UTC  (4+ messages)
` [PATCH 1/3] security_flags.inc: disable -fstack-protector-XXX for valgrind
` [PATCH 2/3] valgrind: don't restrict to armv7a
` [PATCH 3/3] valgrind: include aarch64 in COMPATIBLE_HOST

[PATCH] strace: update 4.10 -> 4.11
 2015-12-22 23:38 UTC 

[PATCH] dhcpcd: add recipe for dhcpcd
 2015-12-22 21:30 UTC  (5+ messages)

[PATCH 0/4] Implement merged /usr
 2015-12-22 21:11 UTC  (5+ messages)
` [PATCH 3/4] base-files: create ${base_bindir} etc. instead of /bin, /sbin and /lib

[PATCH] cairo: update 1.14.4 -> 1.14.6
 2015-12-22 19:56 UTC 

[PATCH 00/10] Recipe version updates
 2015-12-22 19:52 UTC  (5+ messages)
` [PATCH 07/10] mirrors: replace references to archive.apache.org

[PATCH][v3] libdrm: Upgrade to 2.4.65
 2015-12-22 19:40 UTC 

[PATCH] toaster.bbclass: fix TypeError when parsing build stats
 2015-12-22 16:06 UTC 

[PATCH 00/26] Consolidated Pull
 2015-12-22 14:08 UTC 

[PATCH] mirrors: add archive.apache.org to Apache mirrors
 2015-12-22 13:30 UTC 

[PATCH 0/7] gstreamer1.0: upgrade to 1.6.2
 2015-12-22 12:22 UTC  (8+ messages)
` [PATCH 1/7] gstreamer1.0: upgrade to version 1.6.2
` [PATCH 2/7] gstreamer1.0-plugins-base: "
` [PATCH 3/7] gstreamer1.0-plugins-good: "
` [PATCH 4/7] gstreamer1.0-plugins-bad: "
` [PATCH 5/7] gstreamer1.0-plugins-ugly: "
` [PATCH 6/7] gstreamer1.0-rtsp-server: "
` [PATCH 7/7] gstreamer1.0-libav: "

[PATCH] libsndfile1: enable FLAC/Ogg/Vorbis support
 2015-12-22  9:49 UTC 

[PATCH 0/3][RFC] fix confliction between connman and networkmanager
 2015-12-22  8:43 UTC  (5+ messages)
` [PATCH 1/3] connman.inc: add missing RDEPENDS
` [PATCH 2/3] connman.inc: add networkmanager to RCONFLICTS
` [PATCH 3/3][SOLUTION 2] add variable NETWORK_MANAGER to fix confliction between connman and networkmanager
` [PATCH 3/3][SOLUTION 1] add virtual/netmanager "

[PATCHv2] scripts/oe-selftest: Add support for selftest log with timestamp
 2015-12-22  8:36 UTC 

[PATCH] archiver.bbclass: fix an exception of the mode configured
 2015-12-22  5:08 UTC  (4+ messages)

[PATCH 0/2] SDK-related fixes for buildhistory
 2015-12-22  4:48 UTC  (4+ messages)
` [PATCH 1/2] buildhistory: fix not recording SDK information
` [PATCH 2/2] buildhistory: improve support for extensible SDK

[meta-oe][PATCH v3 0/1] nodejs cleanup and update
 2015-12-22  4:24 UTC  (3+ messages)
` [meta-oe][PATCH v3 1/1] nodejs: "

[PATCH 00/26] devtool/recipetool improvements
 2015-12-22  4:03 UTC  (27+ messages)
` [PATCH 01/26] scripts: print usage in argparse-using scripts when a command-line error occurs
` [PATCH 02/26] recipetool: create: handle https://....git URLs
` [PATCH 03/26] recipetool: create: avoid traceback on fetch error
` [PATCH 04/26] recipetool: create: fix do_install handling for makefile-only software
` [PATCH 05/26] recipetool: create: minor fix for potential issue in python handling
` [PATCH 06/26] recipetool: create: prevent attempting to unpack entire DL_DIR
` [PATCH 07/26] recipetool: create: detect when specified URL returns a web page
` [PATCH 08/26] recipetool: create: set up priority system for recipe handlers
` [PATCH 09/26] recipetool: create: support extracting name and version from build scripts
` [PATCH 10/26] recipetool: create: basic extraction of name/version from filename
` [PATCH 11/26] devtool: edit-recipe: add new subcommand
` [PATCH 12/26] devtool: add: tweak help text
` [PATCH 13/26] devtool: split out function for naming bbappend
` [PATCH 14/26] devtool: update-recipe: use correct method to get bbappend filename
` [PATCH 15/26] scripts/lib/argparse_oe: handle intermixing of optional positional arguments
` [PATCH 16/26] devtool: add: allow source tree to be omitted
` [PATCH 17/26] devtool: add: figure out recipe name from recipetool
` [PATCH 18/26] devtool: add: allow specifying URL as positional argument
` [PATCH 19/26] devtool: modify: default source tree path
` [PATCH 20/26] devtool: status: list recipe file within workspace if one exists
` [PATCH 21/26] devtool: reset: print message about leaving source tree behind
` [PATCH 22/26] devtool: sync: tweak help / messages
` [PATCH 23/26] recipetool: create: improve autotools support
` [PATCH 24/26] recipetool: create: fix error when extracting source to a specified directory
` [PATCH 25/26] oe-selftest: add tests for simple devtool add / recipetool create URL case
` [PATCH 26/26] oe-selftest: devtool: add more explicit check for ls output

[PATCH 0/5] Extensible SDK improvements
 2015-12-22  3:19 UTC  (6+ messages)
` [PATCH 1/5] classes/populate_sdk_ext: use uninative to set NATIVELSBSTRING
` [PATCH 2/5] classes/base: don't print header if BUILDCFG_HEADER not set
` [PATCH 3/5] classes/populate_sdk_ext: hide build configuration in devtool build* output
` [PATCH 4/5] classes/populate_sdk_ext: error out of install if buildtools install fails
` [PATCH 5/5] devtool: sdk-update: fix traceback without update server set

[PATCH 0/2] Patches for guile and bind
 2015-12-22  1:04 UTC  (3+ messages)
` [PATCH 1/2] guile: remove redundant replacement of .pc file
` [PATCH 2/2] bind: 9.10.2-P4 -> 9.10.3-P2

[PATCH] directfb.inc: enable bfd linker workaround for all arm targets
 2015-12-22  1:07 UTC 

[PATCH] scripts/oe-selftest: Add support for selftest log with timestamp
 2015-12-22  0:11 UTC  (2+ messages)

[PATCH 0/6] linux-yocto: consolidate pull request
 2015-12-22  0:08 UTC  (13+ messages)
` [PATCH 1/6] yaffs2: fix checkpoint functionality
` [PATCH 2/6] lttng-modules: fix build issue against kernel 4.4
` [PATCH 3/6] linux-yocto-dev: bump to 4.4-rcX
` [PATCH 4/6] linux-yocto/4.1: update to v4.1.15
` [PATCH 5/6] kernel-yocto: fix checkout bare-cloned kernel repositories
` [PATCH 6/6] linux-yocto: remove 3.14 and 3.19 recipes

[PATCH] libdrm: Upgrade to 2.4.65
 2015-12-22  0:05 UTC  (2+ messages)

[PATCH] conf/local.conf.sample: comment out ASSUME_PROVIDED=libsdl-native
 2015-12-21 21:54 UTC 

[PATCH 00/17] musl fixes phase 2
 2015-12-21 20:57 UTC  (25+ messages)
` [PATCH 01/17] powertop: Include right headers for timval struct
` [PATCH 02/17] dhcp: Include sys/types.h for u_int* defs
` [PATCH 03/17] blktrace: Include <sys/types.h for dev_t
` [PATCH 04/17] ppp: Fix build with musl
` [PATCH 05/17] tcp-wrappers: "
` [PATCH 06/17] tcmode-default: Use glibc for nativesdk version even on uclibc and musl
` [PATCH 07/17] libtirpc: Fix build for musl
` [PATCH 08/17] fts: Add recipe
` [PATCH 09/17] valgrind: Define __UCLIBC__ for uclibc based systems
` [PATCH 10/17] connman: include config.h for HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR
` [PATCH 11/17] libcgroup: Add dependency on fts when building on musl
` [PATCH 12/17] linux-libc-headers: Port patches for linux-headers for musl
` [PATCH 13/17] xserver-xorg: Fix build with musl
` [PATCH 14/17] gdk-pixbuf: Fix latent build issue exposed by musl
` [PATCH 15/17] argp-standalone: Add recipe
` [PATCH 16/17] gnutls: Link with libargp on musl and depend on argp-standalone
` [PATCH 17/17] util-linux: Fix ptest builds on musl

[PATCH 1/2] buildtools-tarball.bb: 32bit tools need pseudo 32bit library
 2015-12-21 17:00 UTC  (4+ messages)
` [PATCH 2/2] oe-buildenv-internal: preserve existing BB_ENV_EXTRAWHITE

[PATCH][jethro][fido][ 00/15] Libxml2: multiple security fixes
 2015-12-21 16:12 UTC  (3+ messages)

[PATCH 1/2 v2] libtirpc: upgrade to 1.0.1
 2015-12-21 15:59 UTC  (2+ messages)
` [PATCH 2/2 v2] rpcbind: Fix build with libtirpc 1.0.1

[PATCH v1] ncurses: fixes wrong paths in BINCONFIG
 2015-12-21 15:01 UTC  (3+ messages)

[PATCH][fido][dizzy] bind: CVE-2015-8000
 2015-12-21 11:35 UTC 

[PATCH 6/7] toaster: Update for buildstats changes
 2015-12-21 11:34 UTC  (3+ messages)
  ` [Toaster] FW: "

[master/jethro][PATCH] libxcb: Add a workaround for gcc5 bug on mips
 2015-12-21 11:32 UTC  (2+ messages)

[PATCH V2] qemu: upgrade to 2.5.0
 2015-12-21 11:24 UTC  (2+ messages)

[<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly
 2015-12-21 11:24 UTC  (12+ messages)
` [<OE-core][PATCH v2 2/4] weston: Include weston-launch if Wayland is configured
` [<OE-core][PATCH v2 3/4] packagegroup-core-x11-base: Remove matchbox for XWayland case

[PATCH] linux-firmware: package Broadcom BCM43340 firmware
 2015-12-21  5:38 UTC 

qemuarm update
 2015-12-20 17:09 UTC  (2+ messages)

[PATCH] ncurses: changes ncurses-config to ncurses5-config
 2015-12-20 16:21 UTC  (2+ messages)

[PATCH] bitbake.conf: Add filename and lineno to BB_SIGNATURE_EXCLUDE_FLAGS
 2015-12-20 13:20 UTC 

[PATCHv2 0/6] Improvements for useradd-staticids.bbclass
 2015-12-18 23:53 UTC  (7+ messages)
` [PATCHv2 1/6] useradd-staticids.bbclass: Treat mutually exclusive options as such
` [PATCHv2 2/6] useradd-staticids.bbclass: Make --no-user-group have effect
` [PATCHv2 3/6] useradd-staticids.bbclass: Simplify some logic
` [PATCHv2 4/6] useradd-staticids.bbclass: Simplify the logic for when to add groups
` [PATCHv2 5/6] useradd-staticids.bbclass: Read passwd/group files before parsing
` [PATCHv2 6/6] useradd-staticids.bbclass: Remove unnecessary spaces

[PATCH][jethro][RESEND 00/11] Backports for jethro
 2015-12-18 18:23 UTC  (3+ messages)

[PATCHv2 0/2] ptest-runner 2.0
 2015-12-18 17:34 UTC  (2+ messages)

[PATCH] util-linux: Fix floating dependency upon 'readline'
 2015-12-18 16:47 UTC 

Yocto Project Status WW51
 2015-12-18 16:16 UTC 

[PATCH 0/5] devtool: create kernel config fragment
 2015-12-18 15:48 UTC  (6+ messages)
` [PATCH 2/5] kernel.bbclass: copy .config instead of moving

[PATCH 0/6] web/browser update
 2015-12-18 15:40 UTC  (7+ messages)
` [PATCH 1/6] gcr: update to 3.18.0
` [PATCH 2/6] gnome-desktop3: update to 3.18.2
` [PATCH 3/6] libsecret: update to 0.18.3
` [PATCH 4/6] libwebp: update to 0.4.4
` [PATCH 5/6] epiphany: update to 3.18.2
` [PATCH 6/6] webkitgtk: update to 2.10.4

State of bitbake world, Failed tasks 2015-11-13
 2015-12-18 15:25 UTC  (3+ messages)
` State of bitbake world, Failed tasks 2015-12-17

[PATCHv4 1/2] scripts/oe-selftest: Allow to run tests on random/all architecture
 2015-12-18 15:12 UTC  (2+ messages)
` [PATCHv4 2/2] selftest: Added MACHINE = "qemux86" to tests that use runqemu

[PATCH v2 0/3] Debian multilib packaging fixes
 2015-12-18 14:34 UTC  (4+ messages)
` [PATCH v2 1/3] package_deb.bbclass, cross-canadian.bbclass: DPKG_ARCH mapping function
` [PATCH v2 2/3] package_manager.py: fixes for multilib deb packaging builds
` [PATCH v2 3/3] package_deb.bbclass: add 'Multi-Arch: foreign' tag to allarch packages

[PATCH] buildstats-summary/toaster: Cope with removal of get_bn()
 2015-12-18 13:50 UTC 

[PATCH] boost: update to 1.59.0
 2015-12-18 13:11 UTC  (4+ messages)

[PATCH][master][RESEND 01/15] sanity.bbclass: add more information to error message about TUNE_PKGARCH missing in PACKAGE_ARCHS
 2015-12-18 13:15 UTC  (2+ messages)
` [PATCHv2] "


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