|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-4.1_M2.rc1)
Hello everyone,
This is the full report for yocto-4.1_M2.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hello everyone,
This is the full report for yocto-4.1_M2.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#57632
·
|
|
#archiver Error when building initramfs image with configured sources archive
#archiver
Hello,
I am trying to generate configured sources archives using the archiver class but it fails when generating the initramfs image:
ERROR: core-image-minimal-initramfs-1.0-r0 do_rootfs: The file
Hello,
I am trying to generate configured sources archives using the archiver class but it fails when generating the initramfs image:
ERROR: core-image-minimal-initramfs-1.0-r0 do_rootfs: The file
|
By
sebastien.got@...
·
#57631
·
|
|
Re: Adding and using user in more than one recipe
Hi Khem,
That's originally what I had, but for some reason I hadn't put in the useradd line. I'm assuming that then because this is at the beginning of the image generation, I can then use the new
Hi Khem,
That's originally what I had, but for some reason I hadn't put in the useradd line. I'm assuming that then because this is at the beginning of the image generation, I can then use the new
|
By
Greg Wilson-Lindberg <gwilson@...>
·
#57630
·
|
|
Re: Adding and using user in more than one recipe
<gwilson@...> wrote:
you can do it in image recipe
inherit extrausers
IMAGE_FEATURES:remove = "debug-tweaks"
EXTRA_USERS_PARAMS += "\
useradd scribbledeedoo; \
usermod -p
<gwilson@...> wrote:
you can do it in image recipe
inherit extrausers
IMAGE_FEATURES:remove = "debug-tweaks"
EXTRA_USERS_PARAMS += "\
useradd scribbledeedoo; \
usermod -p
|
By
Khem Raj
·
#57629
·
|
|
Adding and using user in more than one recipe
Hello list,
I’m trying to understand how the extrauser and adduser packages are used and interact in kirkstone.
I need to add a user and I would like to also use this user in another recipe.
Hello list,
I’m trying to understand how the extrauser and adduser packages are used and interact in kirkstone.
I need to add a user and I would like to also use this user in another recipe.
|
By
Greg Wilson-Lindberg <gwilson@...>
·
#57628
·
|
|
Re: [meta-security][PATCH V3] meta-security: Add recipe for libhoth
right, I missed that in this v3 the SRCREV is bumped too which should
address the issue.
right, I missed that in this v3 the SRCREV is bumped too which should
address the issue.
|
By
Khem Raj
·
#57627
·
|
|
Re: [meta-security][PATCH V3] meta-security: Add recipe for libhoth
That is unexpected.
The sha change should have changed the PAGE_SIZE to SPI_PAGE_SIZE,
correcting the macro shadowing
That is unexpected.
The sha change should have changed the PAGE_SIZE to SPI_PAGE_SIZE,
correcting the macro shadowing
|
By
John Broadbent
·
#57626
·
|
|
Re: [meta-security][PATCH V3] meta-security: Add recipe for libhoth
lists.yoctoproject.org <jebr=google.com@...> wrote:
it still has the musl related issue, that I pointed out
lists.yoctoproject.org <jebr=google.com@...> wrote:
it still has the musl related issue, that I pointed out
|
By
Khem Raj
·
#57625
·
|
|
[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
·
|