Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-16 Thread Alejandro Hernandez
On Fri, May 15, 2020, 1:32 PM Khem Raj wrote: > > > On 5/15/20 12:12 PM, Joshua Watt wrote: > > > > On 5/15/20 2:05 PM, Richard Purdie wrote: > >> On Fri, 2020-05-15 at 14:53 -0400, Denys Dmytriyenko wrote: > >>> I see Richard has merged these to master-next, thanks! > >>> And thanks Joshua for

Re: [OE-core] [oe] OpenEmbedded Happy Hour

2020-05-16 Thread Ankur Tyagi
See you all from down under ! Cheers Ankur On Sun, May 17, 2020, 2:27 AM Marco Cavallini [KOAN] < m.cavall...@koansoftware.com> wrote: > On 15/05/20 17:56, Philip Balister wrote: > > I've made a wiki page to track these: > > > > https://www.openembedded.org/wiki/Happy_Hours > > > > Then next

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-16 Thread Andre McCurdy
On Sat, May 16, 2020 at 1:24 PM Andrey Zhizhikin wrote: > On Sat, May 16, 2020 at 10:10 PM Adrian Bunk wrote: > > On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote: > > > > > > > > meta-openembedded/meta-python has a higher layer priority than OE-core. > > > > > > > > Adding

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-16 Thread Andrey Zhizhikin
On Sat, May 16, 2020 at 10:10 PM Adrian Bunk wrote: > > On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote: > > > > > > meta-openembedded/meta-python has a higher layer priority than OE-core. > > > > > > Adding higher upstream versions of these recipes to a lower-priority > > >

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-16 Thread Adrian Bunk
On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote: > > > > meta-openembedded/meta-python has a higher layer priority than OE-core. > > > > Adding higher upstream versions of these recipes to a lower-priority > > layer in a stable series is a potential source for weird problems.

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-16 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Adrian Bunk > Sent: den 16 maj 2020 19:47 > To: Steve Sakoman > Cc: Richard Purdie ; Denys > Dmytriyenko ; Joshua Watt ; > Patches and discussions about the oe-core layer

[OE-core] pypi.python.org simply a redirect to pypi.org?

2020-05-16 Thread Robert P. J. Day
it *appears* that pypi.python.org is just a redirect to pypi.org, which means a few things could be simplified, such as a few recipes, as well as pypi.bbclass: HOMEPAGE ?= "https://pypi.python.org/pypi/${PYPI_PACKAGE}/; ... UPSTREAM_CHECK_URI ?=

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-16 Thread Adrian Bunk
On Fri, May 15, 2020 at 03:21:57PM -1000, Steve Sakoman wrote: > > I'm seeing a few votes of "yes for dunfell" and no opposition as yet > (at least here on the list). > > I support the desire to get rid of a meta-python dependency in bsp > layers so I'm also a yes vote unless someone comes up

[OE-core] [PATCH 3/6] multilib_header_wrapper.h: Remove pragma once

2020-05-16 Thread Khem Raj
This was a bandaid to avoid include recursion caused by multilibbed wordsize.h Signed-off-by: Khem Raj --- scripts/multilib_header_wrapper.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/multilib_header_wrapper.h b/scripts/multilib_header_wrapper.h index c81e7ee5e8..62b57ca8ee

[OE-core] [PATCH 5/6] multilib_header_wrapper: Drop using __MHWORDSIZE

2020-05-16 Thread Khem Raj
This is not needed as __WORDSIZE already represents same value and is directly defined in wordsize.h, this simplifies the multlib headers Signed-off-by: Khem Raj --- scripts/multilib_header_wrapper.h | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git

[OE-core] [PATCH 2/6] glibc: Do not synthesize wordsize.h for arm multilibs

2020-05-16 Thread Khem Raj
This has been constant source of trouble, because it is fundamental file which sets machine word length and everything else builts on top of that so when it is sythesized like this, where the sythesize template itself needs wordsize.h to determine machine word length, it creates the catch-22

[OE-core] [PATCH 1/6] glibc: Unify wordsize.h for arm and aarch64

2020-05-16 Thread Khem Raj
Should help simplify multilib in arm world Signed-off-by: Khem Raj --- ...y-the-header-between-arm-and-aarch64.patch | 67 +++ meta/recipes-core/glibc/glibc_2.31.bb | 1 + 2 files changed, 68 insertions(+) create mode 100644

[OE-core] [PATCH 4/6] multilib_header: Fall back to worsize form libc for bpf target

2020-05-16 Thread Khem Raj
Setting bpf to use 64bit for wordlength is not right, it happens to work perhaps becuase the targets its being run on are 64bit inherently Signed-off-by: Khem Raj --- scripts/multilib_header_wrapper.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[OE-core] [PATCH 6/6] syslinux: Fix build with gcc10

2020-05-16 Thread Khem Raj
Bring in a patch from fedora to fix -fno-common issue Signed-off-by: Khem Raj --- ...multiple-definition-of-symbol-errors.patch | 97 +++ .../syslinux/syslinux_6.04-pre2.bb| 1 + 2 files changed, 98 insertions(+) create mode 100644

Re: [OE-core] Cannot disable weston

2020-05-16 Thread Khem Raj
On Wed, May 6, 2020 at 1:58 PM Otavio Salvador wrote: > > Hello all, > > Adding Khem on Cc. > > On Wed, May 6, 2020 at 5:42 PM Andrey Zhizhikin wrote: > > On Wed, May 6, 2020 at 10:29 PM Tom Hochstein wrote: > > > > > > We are no longer able to disable weston service with standard `systemctl >

Re: [OE-core] OpenEmbedded Happy Hour

2020-05-16 Thread Marco Cavallini [KOAN]
On 15/05/20 17:56, Philip Balister wrote: I've made a wiki page to track these: https://www.openembedded.org/wiki/Happy_Hours Then next one is scheduled for 2100 UTC on May 27. This is late evening for Europe and morning for New Zealand, so hopefully we see some different faces. The meeting