[OE-core] [PATCH] util-linux: Fix build with glibc 2.29

2019-01-04 Thread Khem Raj
Signed-off-by: Khem Raj --- ...check-for-_HAVE_STRUCT_TERMIOS_C_OSPEED.patch | 16 .../recipes-core/util-linux/util-linux_2.32.1.bb | 1 + 2 files changed, 17 insertions(+) create mode 100644

[OE-core] Official sstate premirrors and builds

2019-01-04 Thread Jate Sujjavanich
I setup a machine on AWS and wanted to use the sstate cache mirror at sstate.yoctoproject.org in my site.conf. Bitbake does not pull the artifacts from the mirror despite the uninative C library. I have tried checking out several tags and then pointed to the appropriate directory on sstate

Re: [OE-core] [PATCH 1/8] tzdata/tzcode-native: update to 2018i

2019-01-04 Thread akuster808
On 1/2/19 8:36 AM, Armin Kuster wrote: > 2018i: > > Briefly: > São Tomé and Príncipe switches from +01 to +00 on 2019-01-01. > > Changes to future timestamps > > Due to a change in government, São Tomé and Príncipe switches back > from +01 to +00 on 2019-01-01 at 02:00. (Thanks

Re: [OE-core] [PATCH 1/8] tzdata/tzcode-native: update to 2018i

2019-01-04 Thread akuster808
On 1/2/19 8:36 AM, Armin Kuster wrote: > 2018i: > > Briefly: > São Tomé and Príncipe switches from +01 to +00 on 2019-01-01. > > Changes to future timestamps > > Due to a change in government, São Tomé and Príncipe switches back > from +01 to +00 on 2019-01-01 at 02:00. (Thanks

[OE-core] ✗ patchtest: failure for Hash Equivalency Server (rev5)

2019-01-04 Thread Patchwork
== Series Details == Series: Hash Equivalency Server (rev5) Revision: 5 URL : https://patchwork.openembedded.org/series/15190/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

[OE-core] [PATCH v7 3/3] sstate: Implement hash equivalence sstate

2019-01-04 Thread Joshua Watt
Converts sstate so that it can use a hash equivalence server to determine if a task really needs to be rebuilt, or if it can be restored from a different (equivalent) sstate object. The unique hashes are cached persistently using persist_data. This has a number of advantages: 1) Unique hashes

[OE-core] [PATCH v7 2/3] bitbake: hashserv: Add hash equivalence reference server

2019-01-04 Thread Joshua Watt
Implements a reference implementation of the hash equivalence server. This server has minimal dependencies (and no dependencies outside of the standard Python library), and implements the minimum required to be a conforming hash equivalence server. [YOCTO #13030] Signed-off-by: Joshua Watt ---

[OE-core] [PATCH v7 1/3] classes/sstate: Handle unihash in hash check

2019-01-04 Thread Joshua Watt
Handles the argument that passes task unique hash in the hash check function, as it is now required by bitbake [YOCTO #13030] Signed-off-by: Joshua Watt --- meta/classes/sstate.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sstate.bbclass

[OE-core] [PATCH v7 0/3] Hash Equivalency Server

2019-01-04 Thread Joshua Watt
Apologies for cross-posting this to both the bitbake-devel and openembedded-devel; this work necessarily intertwines both places, and it is really necessary to look at both parts to get an idea of what is going on. For convenience, the bitbake patches are listed first, followed by the oe-core

Re: [OE-core] [PATCH 1/2] util-linux: disable systemd

2019-01-04 Thread Paulo Neves
Hello all, I have the need to enable this services from system. What is the current status of this circular dependency? There was talk of coming back to this topic after the milesone but 4 years passed and there was no changes to this topic? Is it still applicable? Paulo Neves --

Re: [OE-core] [Openembedded-architecture] Dropping armv5 and armv5e tunes in 2.7

2019-01-04 Thread Andrea Adami
On Fri, Jan 4, 2019 at 12:21 AM Khem Raj wrote: > > Thanks Adrian > > On Thu, Jan 3, 2019 at 2:59 PM Adrian Bunk wrote: > > > > On Thu, Jan 03, 2019 at 02:01:42PM -0800, Khem Raj wrote: > > > Hello All > > > > > > You might have noticed a recent commit in gcc trunk > > > > > >