Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2016-05-02 19:50:56 to 2016-05-06 10:26:06 UTC [more...]

How to force BitBake to track dependency to METADATA_REVISION?
 2016-05-06 10:10 UTC  (3+ messages)

[[PATCH v2 1/2] mesa-demos: remove demos using obsolete screen surface
 2016-05-06 10:07 UTC  (4+ messages)
` [[PATCH v2 2/2] mesa-demos: provide option for disabling GLX demos

[master][krogoth][PATCH 1/4] gcc: Security fix CVE-2016-4488
 2016-05-06  7:11 UTC  (4+ messages)
` [master][krogoth][PATCH 2/4] gcc: Security fix CVE-2016-4489
` [master][krogoth][PATCH 3/4] gcc: Security fix CVE-2016-2226
` [master][krogoth][PATCH 4/4] gcc: Security fix CVE-2016-4490

[meta-oe][PATCH] Revert "xinput-calibrator: fix XDG launch"
 2016-05-06  7:10 UTC  (2+ messages)

[krogoth][master][PATCH] qemu: updgrade to 2.5.1
 2016-05-06  7:09 UTC  (2+ messages)

[PATCH] Make static lib builds (DISABLE_STATIC) configurable from local.conf
 2016-05-06  4:43 UTC  (4+ messages)

[PATCH v2] mdadm: add systemd support
 2016-05-06  1:20 UTC  (2+ messages)
` [PATCH v3] "

[master][PATCH 0/3] Fix a few recipes to obey LDFLAGS
 2016-05-05 22:59 UTC  (8+ messages)
` [master][PATCH 1/3] ruby: obey LDFLAGS for the link of libruby
` [master][PATCH 2/3] mkelfimage: obey LDFLAGS, sort out HOST_ flags
    ` [master][PATCHv2 "
` [master][PATCH 3/3] pong-clock: obey CFLAGS, LDFLAGS

npm class usage
 2016-05-05 18:22 UTC  (12+ messages)

[PATCH] systemd: support systemd-boot as a stand-alone EFI bootloader
 2016-05-05 18:20 UTC  (2+ messages)

[PATCH] image_types: Ensure rootfs dependencies cover DEBUGFS
 2016-05-05 15:55 UTC  (3+ messages)

an rpm question: can i get an update/install history relative to a baseline?
 2016-05-05 12:15 UTC 

[oe-core PATCH v3 0/8] Improve Xwayland integration
 2016-05-04 22:49 UTC  (9+ messages)
` [oe-core PATCH v3 1/8] weston: Enable XWayland when X11 and Wayland support are available
` [oe-core PATCH v3 2/8] weston: Remove XWayland dependencies on PACKAGECONFIG
` [oe-core PATCH v3 3/8] weston-init: Rework do_install to use install -D option
` [oe-core PATCH v3 4/8] weston-init: Rework init sequence to avoid code duplication
` [oe-core PATCH v3 5/8] weston-init: Error out if loading a nested instance
` [oe-core PATCH v3 6/8] weston-init: Add module support for the weston-start helper
` [oe-core PATCH v3 7/8] weston: Add Xwayland initialization support using weston-start
` [oe-core PATCH v3 8/8] core-image-weston: If X11 is enabled, add XWayland support

[master][krogoth][PATCH 1/2] qemu: Security fix CVE-2016-2857
 2016-05-04 22:17 UTC  (5+ messages)

[PATCH] gcc: obey ldflags in the link of libgcc
 2016-05-04 21:52 UTC 

[PATCH 1/1] sshcontrol.py: Add methods to copy dirs and delete files
 2016-05-04 21:10 UTC  (2+ messages)

[PATCH] image_types: fix image/compression dependency collection
 2016-05-04 19:40 UTC  (2+ messages)

[PATCH v2] Allow different filesystems to be used for VM images
 2016-05-04 19:31 UTC  (3+ messages)

[master][PATCH] gcc-cross{, -canadian}: remove --with-linker-hash-style
 2016-05-04 19:11 UTC  (13+ messages)

[PATCH v3 0/6] bmaptool support
 2016-05-04 18:55 UTC  (8+ messages)
` [PATCH v3 4/6] bmap-tools: generate standalone script

[PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request
 2016-05-04 17:53 UTC  (12+ messages)
` [PATCH 01/11] linux-yocto/uvesafb: print error message when task timeout occurs
` [PATCH 02/11] linux-yocto/4.4: sched/cgroup: Fix/cleanup cgroup teardown/init
` [PATCH 03/11] kern-tools: handle directories with, or without, trailing /
` [PATCH 04/11] kernel-yocto: allow branch auditing to be suspended
` [PATCH 05/11] linux-yocto/4.1: update to v4.1.22
` [PATCH 06/11] linux-yocto/4.1: make ltsi content available
` [PATCH 07/11] linux-yocto/4.4: BXT mmc fixes + PUNIT, tubropower, and telemetry backport
` [PATCH 08/11] linux-yocto/4.4: skylake configuration
` [PATCH 09/11] linux-yocto/4.4: broxton enablement and refactoring
` [PATCH 10/11] linux-yocto/4.4: bump to v4.4.8
` [PATCH 11/11] linux-yocto-rt/4.1: update to rt23

[wic][PATCH 00/14] Python 3 support
 2016-05-04 13:06 UTC  (15+ messages)
` [wic][PATCH 01/14] wic: replace print statements with print function
` [wic][PATCH 02/14] wic: use items instead of iteritems
` [wic][PATCH 03/14] wic: don't use dict.keys and dict.has_key
` [wic][PATCH 04/14] wic: don't inherit classes from object
` [wic][PATCH 05/14] wic: remove with_statement imports
` [wic][PATCH 06/14] wic: use new syntax of 'except' statement
` [wic][PATCH 07/14] wic: remove unused functions
` [wic][PATCH 08/14] wic: refactor pluginbase
` [wic][PATCH 09/14] wic: don't use L suffix for integers
` [wic][PATCH 10/14] wic: use find_executable in favor of bb.utils.which
` [wic][PATCH 11/14] wic: use // operator instead of /
` [wic][PATCH 12/14] wic: decode output of subprocess.communicate
` [wic][PATCH 13/14] wic: don't encode unicode strings
` [wic][PATCH 14/14] wic: use next builtin instead of .next method

[PATCH] gobject-introspection.bbclass: disable introspection for -native recipes
 2016-05-04 15:01 UTC  (2+ messages)

[PATCH] populate_sdk_ext.bbclass : Show logfile in case the SDK EXT installation failed
 2016-05-04 14:50 UTC 

[PATCH v2] libpcre: Fix CVE-2016-3191
 2016-05-04 13:06 UTC 

clarifying details about "is not set" lines in kernel config fragment files
 2016-05-04 12:13 UTC  (11+ messages)

[PATCH] libpcre: Fix CVE-2016-3191
 2016-05-04 11:52 UTC  (2+ messages)

[poky][PATCH] alsa-lib: Fix incorrect appl pointer when mmap_commit() returns error
 2016-05-04  9:46 UTC 

[PATCH 00/10] package version upgrades
 2016-05-04  8:28 UTC  (15+ messages)
` [PATCH 01/10] acpid: upgrade to 2.0.27
` [PATCH 02/10] ethtool: upgrade to 4.5
` [PATCH 03/10] pkgconfig: update to version 0.29.1
` [PATCH 04/10] libtasn1: upgrade to 4.8
` [PATCH 05/10] bluez5: upgrade to 5.39
` [PATCH 06/10] mc: upgrade to 4.8.16
` [PATCH 07/10] orc: upgrade to 0.4.25
` [PATCH 08/10] harfbuzz: upgrade to 1.2.6
` [PATCH 09/10] sqlite3: upgrade to 3.12.2
` [PATCH 10/10] iproute2: upgrade to version 4.5.0

[PATCH 00/10] package version upgrades
 2016-05-04  8:20 UTC  (11+ messages)
` [PATCH 01/10] acpid: upgrade to 2.0.27
` [PATCH 02/10] ethtool: upgrade to 4.5
` [PATCH 03/10] pkgconfig: update to version 0.29.1
` [PATCH 04/10] libtasn1: upgrade to 4.8
` [PATCH 05/10] bluez5: upgrade to 5.39
` [PATCH 06/10] mc: upgrade to 4.8.16
` [PATCH 07/10] orc: upgrade to 0.4.25
` [PATCH 08/10] harfbuzz: upgrade to 1.2.6
` [PATCH 09/10] sqlite3: upgrade to 3.12.2
` [PATCH 10/10] iproute2: upgrade to version 4.5.0

[master][krogoth][PATCH] openssl: Security fix via update to 1.0.2h
 2016-05-03 23:46 UTC 

[PATCH] image-live.bbclass: make the INITRD optional
 2016-05-03 20:20 UTC 

[oe-core PATCH v2 0/7] Improve Xwayland integration
 2016-05-03 20:00 UTC  (8+ messages)
` [oe-core PATCH v2 1/7] weston: Enable XWayland when X11 and Wayland support are available
` [oe-core PATCH v2 2/7] weston: Remove XWayland dependencies on PACKAGECONFIG
` [oe-core PATCH v2 3/7] weston-init: Rework do_install to use install -D option
` [oe-core PATCH v2 4/7] weston-init: Rework init sequence to avoid code duplication
` [oe-core PATCH v2 5/7] weston-init: Error out if loading a nested instance
` [oe-core PATCH v2 6/7] weston-init: Add module support for the weston-start helper
` [oe-core PATCH v2 7/7] weston: Add Xwayland initialization support using weston-start

[PATCH] lib/oe/rootfs: Fix DEBUGFS generation when using opkg
 2016-05-03 15:26 UTC  (5+ messages)

how can i tell which default kernel config OE started with?
 2016-05-03 15:36 UTC  (7+ messages)

[meta-oe]: Run time dependencies(i.e. Python package/modules) are not mentioned in dstat recipe
 2016-05-03 15:19 UTC  (2+ messages)

[PATCH] image_types.bbclass: add WIC_CREATE_EXTRA_ARGS
 2016-05-03 15:02 UTC  (3+ messages)

[Master][krogoth][PATCH] librsvg: Security fixes via update to 2.40.15
 2016-05-03 13:33 UTC 

[PATCH] lib/oe/rootfs: Fix DEBUGFS generation for opkg & openssl-cnf
 2016-05-03 11:57 UTC 

[PATCH] arch-powerpc64.inc: disable the use of qemu usermode on ppc64
 2016-05-03 11:26 UTC  (5+ messages)

Make runqemu knows nothing about machine
 2016-05-03  8:18 UTC  (5+ messages)

[PATCH 1/2] mesa-gl: add missing MESA_CRYPTO to PACKAGECONFIG
 2016-05-03  2:54 UTC  (4+ messages)
` [PATCH 2/2] mesa: add PACKAGECONFIG for gbm

moving OpenEmbedded-core to Python 3
 2016-05-02 21:43 UTC  (4+ messages)

[PATCH 0/6] Decouple testexport from testimage
 2016-05-02 13:19 UTC  (7+ messages)
` [PATCH 1/6] oeqa/oetest.py: Add class ExportTestContext
` [PATCH 2/6] testexport.bbclass: Split testimage class
` [PATCH 3/6] oeqa/runexported.py: Remove host dumper
` [PATCH 4/6] testimage.bbclass: Remove exported test
` [PATCH 5/6] oetest.py: Add default pscmd to oeTest
` [PATCH 6/6] oetest.py: Use the real ExportTestContext in exported tests

[oe-core PATCH 0/7] Improve Xwayland integration
 2016-05-02 20:13 UTC  (8+ messages)
` [oe-core PATCH 1/7] weston: Enable XWayland when X11 and Wayland support are available
` [oe-core PATCH 2/7] weston: Remove XWayland dependencies on PACKAGECONFIG
` [oe-core PATCH 3/7] weston-init: Rework do_install to use install -D option
` [oe-core PATCH 4/7] weston-init: Rework init sequence to avoid code duplication
` [oe-core PATCH 5/7] weston-init: Error out if loading a nested instance
` [oe-core PATCH 6/7] weston-init: Add module support for the weston-start helper
` [oe-core PATCH 7/7] xserver-xorg: Add Xwayland initialization support using weston-start

[PATCH] git: update to 2.8.2
 2016-05-02 19:53 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