|
[harknott 0/6] Patch review Nov 2nd
Please have provie feedback by Thursday
The following changes since commit d378e4293d18e374f5d1494a88bfc3caee4d02df:
postgresql: upgrade 13.3 -> 13.4 (2021-10-23 07:39:43 -0700)
are available in
Please have provie feedback by Thursday
The following changes since commit d378e4293d18e374f5d1494a88bfc3caee4d02df:
postgresql: upgrade 13.3 -> 13.4 (2021-10-23 07:39:43 -0700)
are available in
|
By
Armin Kuster
·
#93771
·
|
|
[meta-python][PATCH v2] python3-imgtool: add recipe
imgtool is part of MCUboot, used to sign images and manage keys.
Signed-off-by: Ross Burton <ross.burton@...>
---
.../python/python3-imgtool/cbor2.patch | 67 +++++++++++++++++++
imgtool is part of MCUboot, used to sign images and manage keys.
Signed-off-by: Ross Burton <ross.burton@...>
---
.../python/python3-imgtool/cbor2.patch | 67 +++++++++++++++++++
|
By
Ross Burton <ross@...>
·
#93770
·
|
|
Re: [PATCH] mozjs-78: Get rid of erroneous dependency trying to satisfy llvm_objdump
On Mon, Nov 1, 2021 at 11:44 PM Andreas Müller <schnitzeltony@...> wrote:
Just saw this one did not make it to master-next. Is there an issue or
was it just overseen?
Asking because it should
On Mon, Nov 1, 2021 at 11:44 PM Andreas Müller <schnitzeltony@...> wrote:
Just saw this one did not make it to master-next. Is there an issue or
was it just overseen?
Asking because it should
|
By
Andreas Müller
·
#93769
·
|
|
Re: honister-next merge request Nov1
merged thanks
By
Khem Raj
·
#93768
·
|
|
[meta-oe][PATCH] libjs-jquery-globalize: Use a proper SHA in SRCREV instead of tag
Use https for git protocol
Signed-off-by: Khem Raj <raj.khem@...>
---
meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb | 3 ++-
1 file changed, 2 insertions(+), 1
Use https for git protocol
Signed-off-by: Khem Raj <raj.khem@...>
---
meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb | 3 ++-
1 file changed, 2 insertions(+), 1
|
By
Khem Raj
·
#93767
·
|
|
honister-next merge request Nov1
The following changes since commit 33c00e34fc2b085ea538445bbd1ba339024d4d8a:
pahole: use MACHINE_ARCH (2021-10-12 09:45:25 -0700)
are available in the Git repository at:
The following changes since commit 33c00e34fc2b085ea538445bbd1ba339024d4d8a:
pahole: use MACHINE_ARCH (2021-10-12 09:45:25 -0700)
are available in the Git repository at:
|
By
Armin Kuster
·
#93766
·
|
|
Re: [meta-oe][PATCH] mozjs: fix powerpc compile failure
Right thanks
By
Khem Raj
·
#93765
·
|
|
Re: [meta-oe][PATCH] mozjs: fix powerpc compile failure
On 11/2/21 9:30 AM, Changqing Li wrote:
Sorry, just find that master-next already have a patch for ppc build failure and can cover this condition.
so this patch is not needed any
On 11/2/21 9:30 AM, Changqing Li wrote:
Sorry, just find that master-next already have a patch for ppc build failure and can cover this condition.
so this patch is not needed any
|
By
Changqing Li
·
#93764
·
|
|
Re: [meta-oe][PATCH] mozjs: fix powerpc compile failure
On 11/2/21 9:01 AM, Khem Raj wrote:
OK
On 11/2/21 9:01 AM, Khem Raj wrote:
OK
|
By
Changqing Li
·
#93763
·
|
|
Re: [meta-oe][PATCH] mozjs: fix powerpc compile failure
Can you rebase it on top of master-next and resend please
Can you rebase it on top of master-next and resend please
|
By
Khem Raj
·
#93762
·
|
|
[meta-oe][PATCH] mozjs: fix powerpc compile failure
From: Changqing Li <changqing.li@...>
powerpc disable jit by default and also have compile failure:
WasmFrame.cpp:57:76: error: static assertion failed: Aligned after pushing
From: Changqing Li <changqing.li@...>
powerpc disable jit by default and also have compile failure:
WasmFrame.cpp:57:76: error: static assertion failed: Aligned after pushing
|
By
Changqing Li
·
#93761
·
|
|
[meta-oe][PATCH] mozjs: Pass C/C++ flags to js configure
On mips ensure -fpie is passed when using clang compiler, this fixes
configure issues
On mips ensure -fpie is passed when using clang compiler, this fixes
configure issues
|
By
Khem Raj
·
#93760
·
|
|
[PATCH] mozjs-78: Get rid of erroneous dependency trying to satisfy llvm_objdump
* It was tested improperly so configure faile for meta-clang not in layers
* It is not necessary for building js only - see mozjs-91
Signed-off-by: Andreas Müller <schnitzeltony@...>
---
* It was tested improperly so configure faile for meta-clang not in layers
* It is not necessary for building js only - see mozjs-91
Signed-off-by: Andreas Müller <schnitzeltony@...>
---
|
By
Andreas Müller
·
#93759
·
|
|
Re: [meta-oe][PATCH 2/2] mozjs-78: Set X lib/include paths
* Wonder why I did not see this. Configure just says 'checking for
X... no'. And my host has a running X.
* Found a solution to fix my incorrect assumptions with llvm-objdump
Once gjs has passed
* Wonder why I did not see this. Configure just says 'checking for
X... no'. And my host has a running X.
* Found a solution to fix my incorrect assumptions with llvm-objdump
Once gjs has passed
|
By
Andreas Müller
·
#93758
·
|
|
Re: [meta-oe][PATCH 1/2] mozjs-78: Check for big-endian icu data file existence before creating it
Sure on re-configure - Thanks
Andreas
Sure on re-configure - Thanks
Andreas
|
By
Andreas Müller
·
#93757
·
|
|
[meta-oe][PATCH 2/2] mozjs-78: Set X lib/include paths
mozjs does not really use X but arcane autoconf 2.13 means its poking at
build host for X headers and libraries. On build hosts where X is
installed this results in wrong paths being searched for
mozjs does not really use X but arcane autoconf 2.13 means its poking at
build host for X headers and libraries. On build hosts where X is
installed this results in wrong paths being searched for
|
By
Khem Raj
·
#93756
·
|
|
[meta-oe][PATCH 1/2] mozjs-78: Check for big-endian icu data file existence before creating it
Signed-off-by: Khem Raj <raj.khem@...>
---
.../meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Khem Raj <raj.khem@...>
---
.../meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Khem Raj
·
#93755
·
|
|
Re: [PATCH][meta-python] python3-imgtool: add recipe
The requirements file explicitly says cbor, and it turns out I can't
read your message as I do have meta-arm present.
I shall post cbor too tomorrow.
Ross
The requirements file explicitly says cbor, and it turns out I can't
read your message as I do have meta-arm present.
I shall post cbor too tomorrow.
Ross
|
By
Ross Burton <ross@...>
·
#93754
·
|
|
Re: [meta-gnome++][PATCH 07/31] mozjs-78: Initial add
This one is I think musl+mips 32Bit - considered that out of scope for
initial fix.
All erriors I checked so far share same: missing llvm-objdump - you do
not have meta-clang in layers - I
This one is I think musl+mips 32Bit - considered that out of scope for
initial fix.
All erriors I checked so far share same: missing llvm-objdump - you do
not have meta-clang in layers - I
|
By
Andreas Müller
·
#93753
·
|
|
Re: [PATCH][meta-python] python3-imgtool: add recipe
<trevor.gamblin@...> wrote:
Probably. Very curious how this worked as I don't have that layer
locally! I'll double-check.
Ross
<trevor.gamblin@...> wrote:
Probably. Very curious how this worked as I don't have that layer
locally! I'll double-check.
Ross
|
By
Ross Burton <ross@...>
·
#93752
·
|