|
a recipe that launches a docker container to build a custom library...
Has anyone seen suck an animal before, and if not, how hard would it be to launch a container, then get the output to install like a normal recipe does?
Has anyone seen suck an animal before, and if not, how hard would it be to launch a container, then get the output to install like a normal recipe does?
|
By
flobro30101@...
·
#53672
·
|
|
Re: Making a recipe that enables a systemd service it doesn't provide
It might be easier to manually enable the service with a symbolic link instead of using systemd.bbclass with something like:
do_install() {
install -Dm 755
It might be easier to manually enable the service with a symbolic link instead of using systemd.bbclass with something like:
do_install() {
install -Dm 755
|
By
Joshua Watt
·
#53671
·
|
|
Re: Making a recipe that enables a systemd service it doesn't provide
Hi François,
Yes that seems like the origin of the error.
Recipe data is local to the recipe. You therefore also cannot modify the
openvpn recipe from another recipe (this includes enabling a
Hi François,
Yes that seems like the origin of the error.
Recipe data is local to the recipe. You therefore also cannot modify the
openvpn recipe from another recipe (this includes enabling a
|
By
Quentin Schulz
·
#53670
·
|
|
Making a recipe that enables a systemd service it doesn't provide
Hello,
I am struggling with something I couldn’t find any solution for so far.
I am trying to make a very simple recipe that does this:
- Drop an openvpn configuration file in
Hello,
I am struggling with something I couldn’t find any solution for so far.
I am trying to make a very simple recipe that does this:
- Drop an openvpn configuration file in
|
By
François GOUDAL
·
#53669
·
|
|
[PATCH yocto-autobuilder-helper] config.json: transition ptests to minimal-based images
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
config.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.json b/config.json
index
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
config.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.json b/config.json
index
|
By
Alexander Kanavin
·
#53668
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.8.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.8.rc1 We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1. OE-Core
2.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.8.rc1 We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1. OE-Core
2.
|
By
Sangeeta Jain
·
#53667
·
|
|
[PATCH yocto-autobuilder-helper] config.json: transition ptests to minimal-based images
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
config.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.json b/config.json
index
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
config.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.json b/config.json
index
|
By
Alexander Kanavin
·
#53666
·
|
|
Re: hardknott core-image-weston weston is crashing
there is similar segv I see on master, Can you test this patch on master and see if that works?
secondly, also try master branch of weston and see if it fixed it then we can narrow down needed
there is similar segv I see on master, Can you test this patch on master and see if that works?
secondly, also try master branch of weston and see if it fixed it then we can narrow down needed
|
By
Khem Raj
·
#53665
·
|
|
OpenEmbedded Happy Hour May 26 8pm/2000 UTC
Hi,
Due to the Yocto Project Summit running during our regular OpenEmbedded Happy
Hour today, we decided to move it down by 3 hours and have Happy Hour at the
end of the Summit, May 26 @ 2000/8pm
Hi,
Due to the Yocto Project Summit running during our regular OpenEmbedded Happy
Hour today, we decided to move it down by 3 hours and have Happy Hour at the
end of the Summit, May 26 @ 2000/8pm
|
By
Denys Dmytriyenko
·
#53664
·
|
|
Re: gstreamer-emements support fdkaacenc/fdkaacdec
#yocto
see http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.3.bb?h=dunfell#n114
change that to -Dfdkaac=enabled
if it works, then perhaps
see http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.3.bb?h=dunfell#n114
change that to -Dfdkaac=enabled
if it works, then perhaps
|
By
Khem Raj
·
#53663
·
|
|
[meta-zephyr][PATCH 5/5] zephyr-mqtt-publisher: Add recipe for mqtt publisher
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
|
By
Amit Kucheria
·
#53662
·
|
|
[meta-zephyr][PATCH 4/5] zephyr-websocket-client: Add recipe for websocket client
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
|
By
Amit Kucheria
·
#53661
·
|
|
[meta-zephyr][PATCH 3/5] zephyr-http-client: Add recipe for http client
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
|
By
Amit Kucheria
·
#53660
·
|
|
[meta-zephyr][PATCH 2/5] zephyr-echo-client: Add recipe for echo client
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@...>
---
|
By
Amit Kucheria
·
#53659
·
|
|
[meta-zephyr][PATCH 1/5] zephyr-kernel: Clone mbedtls
From: Amit Kucheria <amit.kucheria.ext@...>
MBed TLS is a library that implements cryptographic primitives and
SSL/TLS and DTLS protocols that are needed in secure network
communications.
Add
From: Amit Kucheria <amit.kucheria.ext@...>
MBed TLS is a library that implements cryptographic primitives and
SSL/TLS and DTLS protocols that are needed in secure network
communications.
Add
|
By
Amit Kucheria
·
#53658
·
|
|
[meta-zephyr][PATCH 0/5] Add mbedtls support and sample applications
From: Amit Kucheria <amit.kucheria.ext@...>
MBed TLS is a library that implements cryptographic primitives and SSL/TLS
and DTLS protocols that are needed in secure network communications.
Add
From: Amit Kucheria <amit.kucheria.ext@...>
MBed TLS is a library that implements cryptographic primitives and SSL/TLS
and DTLS protocols that are needed in secure network communications.
Add
|
By
Amit Kucheria
·
#53657
·
|
|
[meta-mingw][PATCH] zstd: Fix MinGW builds
Fixes the MinGW builds for zstd
Signed-off-by: Joshua Watt <JPEWhacker@...>
---
recipes-extended/zstd/zstd_%.bbappend | 2 ++
1 file changed, 2 insertions(+)
create mode 100644
Fixes the MinGW builds for zstd
Signed-off-by: Joshua Watt <JPEWhacker@...>
---
recipes-extended/zstd/zstd_%.bbappend | 2 ++
1 file changed, 2 insertions(+)
create mode 100644
|
By
Joshua Watt
·
#53656
·
|
|
[meta-parsec][PATCH] Correct typo: crago-bitbake
Signed-off-by: Randy MacLeod <Randy.MacLeod@...>
---
meta-parsec/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-parsec/README.md
Signed-off-by: Randy MacLeod <Randy.MacLeod@...>
---
meta-parsec/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-parsec/README.md
|
By
Randy MacLeod
·
#53655
·
|
|
Re: using grpc fails with linker error: file in wrong format
Hello Khem,
we use CMake as build system.
I checked the "sysdig" recipe and they defined both the "grpc" and "grpc-native" (same with protbuf) in the DEPENDS variable like so:
DEPENDS += "... grpc
Hello Khem,
we use CMake as build system.
I checked the "sysdig" recipe and they defined both the "grpc" and "grpc-native" (same with protbuf) in the DEPENDS variable like so:
DEPENDS += "... grpc
|
By
Juergen Landwehr
·
#53654
·
|
|
Re: hardknott core-image-weston weston is crashing
Hi,
<zoran.stojsavljevic@...> wrote:
Well I found this:
https://gitlab.freedesktop.org/wayland/weston/-/issues/314 and then
related patch
Hi,
<zoran.stojsavljevic@...> wrote:
Well I found this:
https://gitlab.freedesktop.org/wayland/weston/-/issues/314 and then
related patch
|
By
Marek Belisko
·
#53653
·
|