Re: [yocto] Add qtbase and qtwayland to core-image-minimal

2024-07-22 Thread António Oliveira
unsubscribe On Mon, Jul 22, 2024 at 9:14 AM Quentin Schulz via lists.yoctoproject.org wrote: > > Hi, > > On 7/22/24 8:40 AM, Poornesh G ( India - Bangalore ) via > lists.yoctoproject.org wrote: > > You don't often get email from > > poornesh.g=mindteck@lists.yoctoproject.org. Learn why this

[yocto] [RFC PATCH v2 2/3] add nodejs-18 from mickledore

2024-01-08 Thread António Oliveira
Signed-off-by: António Oliveira --- .../nodejs/nodejs-oe-cache-18.18/oe-npm-cache | 77 .../nodejs/nodejs-oe-cache-native_18.18.bb| 21 ++ ...e-running-gyp-files-for-bundled-deps.patch | 51 + .../nodejs/0001-Using-native-binaries.patch | 77 ...-liftoff-Correct

[yocto] [RFC PATCH v2 3/3] add layer configuration for default node

2024-01-08 Thread António Oliveira
* declared dependency on meta-openembedded to meet depends of nodejs when built with default settings. * added selector for default version of nodejs. Signed-off-by: António Oliveira --- conf/layer.conf | 6 ++ 1 file changed, 6 insertions(+) diff --git a/conf/layer.conf b/conf

[yocto] [RFC PATCH v2 0/3] lts mixin: kirkstone/nodejs proposal

2024-01-08 Thread António Oliveira
ter. Sadly this broke a build of lvgl and I opted to keep nodejs-20 on the backburner for now. Cheers, António António Oliveira (3): initial commit: license, readme, conf add nodejs-18 from mickledore add layer configuration for default node COPYING.MIT | 17

[yocto] [RFC PATCH v2 1/3] initial commit: license, readme, conf

2024-01-08 Thread António Oliveira
From: António Oliveira Signed-off-by: António Oliveira --- COPYING.MIT | 17 + README | 22 ++ conf/layer.conf | 15 +++ 3 files changed, 54 insertions(+) create mode 100644 COPYING.MIT create mode 100644 README create mode 100644

Re: [yocto] [RFC PATCH 0/1] lts mixin: kirkstone/nodejs proposal

2023-12-05 Thread António Oliveira
On Tue, Dec 5, 2023 at 10:44 AM Jose Quaresma wrote: > > > > António Oliveira escreveu no dia segunda, 4/12/2023 à(s) > 18:31: >> >> Hi all, >> >> This patch contains my proposal for an mixin layer that adds nodejs v18 >> and v20 to kirkstone

[yocto] [RFC PATCH 0/1] lts mixin: kirkstone/nodejs proposal

2023-12-04 Thread António Oliveira
NODE_VERSION can be ser in local.conf to choose either v18 or v20 (the default). This is my first attempt at sending a patch upstream with git send-email so any comments or suggestions for improvement are welcome. That's also the reason why I marked this as an RFC. Cheers, António António Oliveira (1