Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2016-02-22 06:51:10 to 2016-02-25 00:48:50 UTC [more...]

[PATCH] boost.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5
 2016-02-25  0:48 UTC 

[PATCH 0/3] Add initial capability to check CVEs for recipes
 2016-02-25  0:44 UTC  (5+ messages)
` [PATCH 1/3] cve-check-tool: Add recipe
` [PATCH 2/3] cve-check-tool patch to allow select dir for the db
` [PATCH 3/3] cve-check.bbclass: Add class

[PATCHv2 0/4] Add extensible SDK update test
 2016-02-25  0:22 UTC  (6+ messages)
` [PATCHv2 1/4] classes/testsdk: Move code for avoid PATHs to oeqa.utils
` [PATCHv2 2/4] classes/testsdk: Move the removal of bitbake PATH to eSDK context only
` [PATCHv2 3/4] classes/testsdk: Pass tcname to SDK and SDKExt contexts
` [PATCHv2 4/4] oeqa/sdkext: Add sdk_update.SDKUpdateTest class

[PATCH] package: check inherit instead of PN to decide if a recipe is a packagegroup
 2016-02-24 23:59 UTC 

[PATCH] uninative.bbclass: if the loader can't be found disable instead of failing
 2016-02-24 23:59 UTC 

[PATCH] uninative: use check_output instead of Popen directly
 2016-02-24 23:59 UTC 

[PATCH] lib/oe/qa: add explicit exception for 'file isn't an ELF'
 2016-02-24 23:59 UTC 

[PATCH] db: use S/B more idiomatically
 2016-02-24 23:59 UTC 

[PATCH] populate_sdk_ext: Add images to SDK_INSTALL_TARGETS
 2016-02-24 23:27 UTC 

what is the priority of wildcarded .bbappend files?
 2016-02-24 23:11 UTC  (7+ messages)

[PATCH 00/10] Integrate swupd software updater
 2016-02-24 22:57 UTC  (21+ messages)
` [PATCH 01/10] rsync: add native variant
` [PATCH 02/10] swupd-server: initial recipe 2.53
` [PATCH 03/10] hardlink: add new recipe
` [PATCH 04/10] swupd-client: Add recipe
` [PATCH 05/10] swupdbundle: new class to generate virtual images for swupd-image
` [PATCH 06/10] swupd-image.bbclass: initial class to support swupd updater
` [PATCH 07/10] oe-swupd-helpers: provide swupd-client required helper scripts and units
` [PATCH 08/10] swupd-client: RDEPENDS on oe-swupd-helpers
` [PATCH 09/10] swupd-client: enable native builds
` [PATCH 10/10] os-release: sanitise VERSION_ID field

[PATCH] glibc.inc: improve optimisation level sanity checking
 2016-02-24 22:39 UTC 

trying to summarize the flexibility in bbappend'ing to kernel recipes
 2016-02-24 22:02 UTC  (2+ messages)

Enabling tab completion on host gdb
 2016-02-24 21:04 UTC 

[jethro][PATCH 0/1] One backport for jethro
 2016-02-24 20:29 UTC  (2+ messages)
` [jethro][PATCH 1/1] os-release: put double-quotes around variable contents

[PATCH 0/2] libsoup-2.4: cleanup + disable libsoup-gnome by default
 2016-02-24 19:05 UTC  (3+ messages)

[jethro][PATCH] bluez5: allow D-Bus to spawn obexd in systems without systemd
 2016-02-24 18:14 UTC 

[PATCH] bluez5: allow D-Bus to spawn obexd in systems without systemd
 2016-02-24 18:12 UTC 

[PATCH 0/7] Version updates
 2016-02-24 17:19 UTC  (13+ messages)
` [PATCH 1/7] ffmpeg: update to 2.8.6
` [PATCH 6/7] webkitgtk: update to 2.10.7

[PATCHv2 0/2] testimage: add/modify DEFAULT_TEST_SUITES
 2016-02-24 15:47 UTC  (6+ messages)
` [PATCHv2 1/2] testimage.bbclass: add generic, image test suites
` [PATCHv2 2/2] testimage.bbclass: reuse generic "

How to integrate third party application software to yocto image
 2016-02-24 14:11 UTC  (2+ messages)

python-setuptools fetch issues Was: [oe] [meta-python][PATCH 08/11] python-mock: update to 1.3.0
 2016-02-24 16:20 UTC 

State of bitbake world, test-dependencies 2016-02-24
 2016-02-24 13:20 UTC 

[PATCH v3 0/2] Yocto Bug #6945
 2016-02-24 12:20 UTC  (3+ messages)
` [PATCH v3 1/2] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time
` [PATCH v3 2/2] kernel: Make symbol link to vmlinuz in boot directory

[PATCH] Wipe ${S} before unpacking sources
 2016-02-24  9:59 UTC  (6+ messages)
` [PATCH] base.bbclass wipe ${S} before unpacking source

[PATCH 0/4] make vm + live images can build together
 2016-02-24  9:23 UTC  (5+ messages)
` [PATCH 1/4] image-live/boot-directdisk.bbclass: remove AUTO_SYSLINUXCFG
` [PATCH 2/4] boot-directdisk.bbclass: drop IS_VM chechking
` [PATCH 3/4] syslinux.bbclass: make vm and live can be built together
` [PATCH 4/4] sanity.bbclass: remove conflict checking for image vm and live

[PATCH 0/1] V3: Replace retry logic in useradd with flock
 2016-02-24  8:51 UTC  (10+ messages)
` [PATCH 1/1] useradd_base.bbclass: fix simultaneous "

[PATCH 00/14] devtool upgrade fixes
 2016-02-24  5:07 UTC  (15+ messages)
` [PATCH 01/14] devtool: add: tweak auto-determining name failure message
` [PATCH 02/14] devtool: modify: fix source tree default name when mapping virtuals
` [PATCH 03/14] devtool: upgrade: make source tree path optional
` [PATCH 04/14] devtool: upgrade: drop superfluous call to validate_pn
` [PATCH 05/14] devtool: upgrade: fix version argument checking
` [PATCH 06/14] devtool: upgrade: fix moving version-specific files directory
` [PATCH 07/14] devtool: upgrade: fix renaming of recipe if PV is not in name
` [PATCH 08/14] devtool: upgrade: fix constructing new branch from tarball releases
` [PATCH 09/14] devtool: upgrade: fix several issues with extraction of new source
` [PATCH 10/14] devtool: upgrade: eliminate unnecessary datastore copy
` [PATCH 11/14] devtool: upgrade: drop PR on upgrade
` [PATCH 12/14] devtool: upgrade: print new recipe name
` [PATCH 13/14] oe-selftest: devtool: rework devtool upgrade test
` [PATCH 14/14] oe-selftest: devtool: add an additional test for devtool upgrade

[PATCH 1/3] liburcu: add support for aarch64_be
 2016-02-24  3:40 UTC  (3+ messages)
` [PATCH 2/3] lttng-ust: "
` [PATCH 3/3] core-tools-profile: add lttng tools for aarch64

[fido][PATCH 00/11] Fido Security fixes #2
 2016-02-24  1:48 UTC 

[PATCH 1/2] oe-core: Update alternatives of man pages
 2016-02-23 21:04 UTC  (4+ messages)
` [PATCH 2/2] oe-core: Update alternatives of info pages

OE Changelog since 2016-02-14 until 2016-02-21
 2016-02-23 20:41 UTC 

[PATCH 1/2] harfbuzz: update 1.2.0 -> 1.2.1
 2016-02-23 18:54 UTC  (2+ messages)
` [PATCH 2/2] harfbuzz: add explicit dependency on fontconfig

[PATCH] argp-standalone: make it available for non-musl systems too
 2016-02-23 16:05 UTC  (4+ messages)

[fido][PATCH 0/7] fido Security fixes pull request
 2016-02-23 15:58 UTC 

[PATCH] fontconfig: Don't add font directories from host
 2016-02-23 15:32 UTC 

[PATCH] ARMv8 32-bit compiler tunings
 2016-02-23 15:04 UTC  (6+ messages)
` [PATCH] add tunings for 32-bit ARMv8-a

Debugging using sysroots and GDB
 2016-02-23 14:09 UTC 

gobject introspection to oe-core
 2016-02-23 14:51 UTC  (5+ messages)

[PATCH V2] musl: Upgrade to 1.1.14
 2016-02-23 12:22 UTC 

[PATCH v6 0/4] IPK signing for the gpg_sign module
 2016-02-23 10:28 UTC  (6+ messages)
` [PATCH v6 1/4] gpg_sign: add local ipk package signing functionality
` [PATCH v6 2/4] gpg_sign: detach_sign: fix gpg > 2.1 STDIN file descriptor

[PATCH v2] libdrm: fix build with uclibc
 2016-02-23 10:05 UTC 

[PATCH] libdrm: fix build with uclibc
 2016-02-23 10:04 UTC  (3+ messages)

[PATCH 0/1] pTest-strace fail fixed
 2016-02-23  7:59 UTC  (2+ messages)
` [PATCH 1/1] pTest-strace fails fixed

[PATCH V2] clutter-1.0: Fix confgure test errors found by clang
 2016-02-23  2:49 UTC 

[PATCH] oeqa/parselogs: Updated whitelist
 2016-02-22 23:34 UTC  (3+ messages)

[PATCH] genericx86-common: Update PREFERRED_VERSION_linux-yocto to 4.4
 2016-02-22 22:48 UTC 

[PATCH 0/3] Upgrade glibc 2.23
 2016-02-22 22:31 UTC  (6+ messages)
` [PATCH 1/3] glibc: Upgrade to 2.23

Fetcher broken?
 2016-02-22 22:12 UTC  (8+ messages)

[PATCH V2 1/4] Upgrade systemd to 229
 2016-02-22 21:36 UTC 

[PATCH v2] buildstats.bbclass: Don't assume /proc/<pid>/io present
 2016-02-22 19:35 UTC 

[PATCH 0/1] Don't assume /proc/<pid>/io present
 2016-02-22 19:02 UTC  (4+ messages)
` [PATCH] buildstats.bbclass: "

[PATCH] perf: add sysroot handling to subcmd
 2016-02-22 17:32 UTC 

[PATCH 0/4] Add extensible SDK update test
 2016-02-22 18:04 UTC  (18+ messages)
` [PATCH 1/4] classes/testsdk: Move code for avoid PATHs to oeqa.utils
` [PATCH 2/4] classes/testsdk: Move the removal of bitbake PATH to eSDK context only
` [PATCH 3/4] classes/testsdk: Pass tcname to SDK and SDKExt contexts
` [PATCH 4/4] oeqa/sdkext: Add sdk_update.SDKUpdateTest class

[PATCH] findutils: upgrade to 4.6.0
 2016-02-22 16:24 UTC 

[PATCH] oeqa/selftest/buildoptions: build -minimal instead of -sato images
 2016-02-22 16:24 UTC 

[PATCH] bitbake.conf: add findutils-native to ASSUME_PROVIDED
 2016-02-22 16:23 UTC 

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

[PATCH] mesa: add missing space to RRECOMMENDS append
 2016-02-22 14:44 UTC 

[PATCH v2 0/2] Yocto Bug #6945
 2016-02-22 14:37 UTC  (5+ messages)
` [PATCH v2 1/2] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

[PATCH 1/2] mesa: Make gl libraries RRECOMMEND mesa-megadriver
 2016-02-22 14:27 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] harfbuzz: update to version 1.2.0
 2016-02-22 13:56 UTC 

[PATCH 1/4] Upgrade systemd to 229
 2016-02-22 12:52 UTC  (5+ messages)
` [PATCH 2/4] clutter: Upgrade 1.24.2 -> 1.25.6
` [PATCH 4/4] uclibc: Do not use immediate expansion operator

State of bitbake world, Failed tasks 2016-02-21
 2016-02-22 12:30 UTC 

[PATCH v2] oe-selftest: Add support for lib/oeqa/selftest subdirectories
 2016-02-22 12:32 UTC 

[PATCH] rpm: fix building rpm 5 with internal beecrypt
 2016-02-22 11:33 UTC 

[PATCH] conf/distro/include: Add no-static-libs.inc
 2016-02-22 10:36 UTC  (5+ messages)

[PATCH] alsa-lib: topology: Add missing include sys/stat.h
 2016-02-22 10:37 UTC 

[PATCHv2 1/2] oeqa/utils: added new networke module
 2016-02-22  9:24 UTC  (3+ messages)
` [PATCHv2 2/2] oeqa/selftest/prservice: Added new TC: check pr-server starts and stop correctly on localhost

[PATCH 0/1] V2: Replace retry logic in useradd with flock
 2016-02-22  8:41 UTC  (6+ messages)
` [PATCH 1/1] useradd_base.bbclass: fix simultaneous "

[PATCH] musl: Upgrade to 1.1.14
 2016-02-22  7:06 UTC 


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