|
[meta-security][PATCH V3] meta-security: Add recipe for libhoth
From: John Edward Broadbent <jebr@...>
Libhoth is usb protocol implementation which is required for hoth class
devices
Signed-off-by: John Edward Broadbent <jebr@...>
---
From: John Edward Broadbent <jebr@...>
Libhoth is usb protocol implementation which is required for hoth class
devices
Signed-off-by: John Edward Broadbent <jebr@...>
---
|
By
John Broadbent
·
#57624
·
|
|
Re: Custom YOCTO meta-layer building on Ubuntu 20 but Not in Ubuntu 18.Why?
#dunfell
#yocto
Look at the serial console logs from kernel and perhaps with early
printk enabled. Many things could go wrong when serial console does
not show up. Your description of the problem is ambiguous to see
Look at the serial console logs from kernel and perhaps with early
printk enabled. Many things could go wrong when serial console does
not show up. Your description of the problem is ambiguous to see
|
By
Khem Raj
·
#57623
·
|
|
Re: [meta-security][PATCH V2] meta-security: Add recipe for libhoth
Hello,
Needs to be "HOMEPAGE" per https://www.openembedded.org/wiki/Styleguide
maybe forgot to refresh the commit for this V2?
-armin
Hello,
Needs to be "HOMEPAGE" per https://www.openembedded.org/wiki/Styleguide
maybe forgot to refresh the commit for this V2?
-armin
|
By
Armin Kuster
·
#57622
·
|
|
Re: Custom YOCTO meta-layer building on Ubuntu 20 but Not in Ubuntu 18.Why?
#dunfell
#yocto
Actually that was a problem with broken gcc package . It resolved when i cleaned the gcc and rebuilt the image.
Another Problem iam facing is we have actually 2 machine configurations , Same kernel
Actually that was a problem with broken gcc package . It resolved when i cleaned the gcc and rebuilt the image.
Another Problem iam facing is we have actually 2 machine configurations , Same kernel
|
By
sethu.m@...
·
#57621
·
|
|
Re: Using custom python modules in classes and functions
Thanks for your reply.
I am aware that recipe-sysroot has to be populated before and that's fine with anonymous functions not working, but even if I make sure that recipe-sysroot and
Thanks for your reply.
I am aware that recipe-sysroot has to be populated before and that's fine with anonymous functions not working, but even if I make sure that recipe-sysroot and
|
By
Marek S?omiany
·
#57620
·
|
|
Re: Using custom python modules in classes and functions
Hi Marek,
Anonymous functions are run during parsing before anything is built. Therefore, I don't think it'll be possible to use a python module from a recipe in an anonymous function.
In order to
Hi Marek,
Anonymous functions are run during parsing before anything is built. Therefore, I don't think it'll be possible to use a python module from a recipe in an anonymous function.
In order to
|
By
Quentin Schulz
·
#57619
·
|
|
Using custom python modules in classes and functions
Hello everyone,
I am working on creating a custom class (basically own image signing) that will be using a client's python module, but to simplify I'll use as an example a python3 module Magic as it
Hello everyone,
I am working on creating a custom class (basically own image signing) that will be using a client's python module, but to simplify I'll use as an example a python3 module Magic as it
|
By
Marek S?omiany
·
#57618
·
|
|
[meta-openssl102-fips][PATCH] openssl-fips: Exclude variable from task hash
Add LAYERPATH_meta-openssl-one-zero-two-fips to vardepsexclude for
do_check_fips to improve sstate reuse
This variable notifies the user of a machine specific path.
Signed-off-by: Jate Sujjavanich
Add LAYERPATH_meta-openssl-one-zero-two-fips to vardepsexclude for
do_check_fips to improve sstate reuse
This variable notifies the user of a machine specific path.
Signed-off-by: Jate Sujjavanich
|
By
Jate Sujjavanich
·
#57617
·
|
|
[meta-openssl102-fips][PATCH] MAINTAINERS: Fix mailing list email address
Signed-off-by: Jate Sujjavanich <jatedev@...>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 66a924c..e248803 100644
---
Signed-off-by: Jate Sujjavanich <jatedev@...>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 66a924c..e248803 100644
---
|
By
Jate Sujjavanich
·
#57616
·
|
|
[meta-security][PATCH V2] meta-security: Add recipe for libhoth
From: John Edward Broadbent <jebr@...>
Libhoth is usb protocol implementation which is required for hoth class
devices
Signed-off-by: John Edward Broadbent <jebr@...>
---
From: John Edward Broadbent <jebr@...>
Libhoth is usb protocol implementation which is required for hoth class
devices
Signed-off-by: John Edward Broadbent <jebr@...>
---
|
By
John Broadbent
·
#57615
·
|
|
Re: [meta-security][PATCH v2] meta-integrity: kernel-modsign: prevents splitting out debug symbols
done
By
Armin Kuster
·
#57614
·
|
|
Re: [meta-security][PATCH] meta-security: Add recipe for libhoth
I see, that should be ok. I do see a few issues with the patch see below.
This should be
HOMEPAGE = "https://github.com/google/libhoth"
This revision does not build with musl/clang atleast since
I see, that should be ok. I do see a few issues with the patch see below.
This should be
HOMEPAGE = "https://github.com/google/libhoth"
This revision does not build with musl/clang atleast since
|
By
Khem Raj
·
#57613
·
|
|
Re: [meta-security][PATCH] meta-security: Add recipe for libhoth
The examples are not separately buildable, and not installed. So there
is currently no way to make a sperate ${PN}-examples.
We don't need the examples now, but we are interested to know what you
The examples are not separately buildable, and not installed. So there
is currently no way to make a sperate ${PN}-examples.
We don't need the examples now, but we are interested to know what you
|
By
John Broadbent
·
#57612
·
|
|
Re: [meta-security][PATCH] meta-security: Add recipe for libhoth
<jebr=google.com@...> wrote:
Dont we want to package the examples too ? perhaps in a ${PN}-examples
or something ?
<jebr=google.com@...> wrote:
Dont we want to package the examples too ? perhaps in a ${PN}-examples
or something ?
|
By
Khem Raj
·
#57611
·
|
|
[meta-security][PATCH] meta-security: Add recipe for libhoth
From: John Edward Broadbent <jebr@...>
Libhoth is usb protocol implementation which is required for hoth class
devices
Signed-off-by: John Edward Broadbent <jebr@...>
---
From: John Edward Broadbent <jebr@...>
Libhoth is usb protocol implementation which is required for hoth class
devices
Signed-off-by: John Edward Broadbent <jebr@...>
---
|
By
John Broadbent
·
#57610
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 7/21/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Steve Sakoman, Joshua Watt, Saul Wold, Randy Macleod, Richard Purdie, Aryaman, Ross Burton, Alexandre Belloni, Tim
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Steve Sakoman, Joshua Watt, Saul Wold, Randy Macleod, Richard Purdie, Aryaman, Ross Burton, Alexandre Belloni, Tim
|
By
sakib.sajal@...
·
#57609
·
|
|
Re: Custom YOCTO meta-layer building on Ubuntu 20 but Not in Ubuntu 18.Why?
#dunfell
#yocto
there seems to be something in the interaction between core layer with your custom layers, Usually issues of this nature are solved in the custom layers. Since its not a community layer, its not easy
there seems to be something in the interaction between core layer with your custom layers, Usually issues of this nature are solved in the custom layers. Since its not a community layer, its not easy
|
By
Khem Raj
·
#57608
·
|
|
Re: Integrating Opentelemetry in Yocto Zeus
First, Zeus is *very* old: https://wiki.yoctoproject.org/wiki/Releases says that it was end-of-life in August 2020. Please upgrade to something newer.
Anyway, it looks like the opentelemetry
First, Zeus is *very* old: https://wiki.yoctoproject.org/wiki/Releases says that it was end-of-life in August 2020. Please upgrade to something newer.
Anyway, it looks like the opentelemetry
|
By
Ross Burton
·
#57607
·
|
|
Re: Integrating Opentelemetry in Yocto Zeus
Greetings !
I am having requirement of integrating Opentelemetry in Yocto Zeus . Requesting your suggestions/procedure for integrating Opentelemetry in Yocto Zeus .
Thanks in advance
Greetings !
I am having requirement of integrating Opentelemetry in Yocto Zeus . Requesting your suggestions/procedure for integrating Opentelemetry in Yocto Zeus .
Thanks in advance
|
By
Poornesh G ( India - Bangalore )
·
#57606
·
|
|
Custom YOCTO meta-layer building on Ubuntu 20 but Not in Ubuntu 18.Why?
#dunfell
#yocto
We are making a Custom BSP Package for our Board using the YOCTO. I encountered with a problem during the build of Yocto image in Ubuntu 18.04. But the Same image successfully got built in the Ubuntu
We are making a Custom BSP Package for our Board using the YOCTO. I encountered with a problem during the build of Yocto image in Ubuntu 18.04. But the Same image successfully got built in the Ubuntu
|
By
sethu.m@...
·
#57605
·
|