|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#57847
·
|
|
[PATCH yocto-autobuilder-helper 1/2] config.json: enable CPU and IO pressure regulation
Prevent severe system overload by setting the pressure limits for CPU
and IO at 10000.
Signed-off-by: Aryaman Gupta <aryaman.gupta@...>
Signed-off-by: Randy Macleod
Prevent severe system overload by setting the pressure limits for CPU
and IO at 10000.
Signed-off-by: Aryaman Gupta <aryaman.gupta@...>
Signed-off-by: Randy Macleod
|
By
Aryaman Gupta <aryaman.gupta@...>
·
#57846
·
|
|
[PATCH yocto-autobuilder-helper 2/2] scripts/archive_buildstats.py: archive buildstats to tar.zst
Archive the buildstats of every failed build and 1% of random builds. Convert
the time-stamped buildstats directory to a compressed tarball using the
hostname as a prefix (to the file name only) so
Archive the buildstats of every failed build and 1% of random builds. Convert
the time-stamped buildstats directory to a compressed tarball using the
hostname as a prefix (to the file name only) so
|
By
Aryaman Gupta <aryaman.gupta@...>
·
#57845
·
|
|
no framebuffer graphics when fbcon cursor is disabled
#framebuffer
#yocto
#honister
Hello,
Im using the 5.10.100 kernel from the meta-intel layer and have an image that runs most of the df_* demos as well as cinematicexperience Qt5 example without any interference from the console
Hello,
Im using the 5.10.100 kernel from the meta-intel layer and have an image that runs most of the df_* demos as well as cinematicexperience Qt5 example without any interference from the console
|
By
douglas.cooper1@...
·
#57844
·
|
|
[meta-security][PATCH] cyptmount: Fix mount.h conflicts seen with glibc 2.36+
Signed-off-by: Armin Kuster <akuster808@...>
---
.../cryptmount/cryptmount_5.3.3.bb | 4 +++-
.../cryptmount/files/remove_linux_fs.patch | 19 +++++++++++++++++++
2 files
Signed-off-by: Armin Kuster <akuster808@...>
---
.../cryptmount/cryptmount_5.3.3.bb | 4 +++-
.../cryptmount/files/remove_linux_fs.patch | 19 +++++++++++++++++++
2 files
|
By
Armin Kuster
·
#57843
·
|
|
Re: do_install & RDEPENDS
It's hard to say what happens if we can't see your recipes. Can you
publish them?
Alex
It's hard to say what happens if we can't see your recipes. Can you
publish them?
Alex
|
By
Alexander Kanavin
·
#57842
·
|
|
Re: question about PREFERRED_RPROVIDER
I did as Richard suggested, It worked as expected now
feature-public.bb or feature-private.bb:
SRC_URI = "git://public or git://private"
PROVIDES += "virtual/feature"
RPROVIDES:${PN} += "
I did as Richard suggested, It worked as expected now
feature-public.bb or feature-private.bb:
SRC_URI = "git://public or git://private"
PROVIDES += "virtual/feature"
RPROVIDES:${PN} += "
|
By
John Wang
·
#57841
·
|
|
do_install & RDEPENDS
Inside the do_install I copy some files
but it seems that bitbake set those files in the RDEPENS.
In the log during the do_root_fs I see:
Requires(post): ... mylib.so
After that the commands fail with
Inside the do_install I copy some files
but it seems that bitbake set those files in the RDEPENS.
In the log during the do_root_fs I see:
Requires(post): ... mylib.so
After that the commands fail with
|
By
glmeocci@...
·
#57840
·
|
|
Re: A bitbake error caused by "Variable BB_ENV_EXTRAWHITE"
#bitbake
Then you need to check the output of 'env'
a) when you start the shell
b) when you use oe-init-build-env
and figure out how the incorrect variable gets into the environment.
Are you using
Then you need to check the output of 'env'
a) when you start the shell
b) when you use oe-init-build-env
and figure out how the incorrect variable gets into the environment.
Are you using
|
By
Alexander Kanavin
·
#57839
·
|
|
Re: question about PREFERRED_RPROVIDER
fetcher will try to get versions of recipes during parse phase and if
your recipes are using AUTOREV they will try to poke at git server for
latest commit SHA
are you using AUTOREV by chance ?
fetcher will try to get versions of recipes during parse phase and if
your recipes are using AUTOREV they will try to poke at git server for
latest commit SHA
are you using AUTOREV by chance ?
|
By
Khem Raj
·
#57838
·
|
|
[meta-security][PATCH] suricata: fix compile issue
make[2]: *** No rule to make target '../rust/target/arm-poky-linux-gnueabi/release/libsuricata.a', needed by 'suricata'
Signed-off-by: Armin Kuster <akuster808@...>
---
make[2]: *** No rule to make target '../rust/target/arm-poky-linux-gnueabi/release/libsuricata.a', needed by 'suricata'
Signed-off-by: Armin Kuster <akuster808@...>
---
|
By
Armin Kuster
·
#57837
·
|
|
Re: question about PREFERRED_RPROVIDER
"virtual" entries only work in PROVIDES and PREFERRED_PROVIDER, not in
the runtime version of the variable.
Cheers,
Richard
"virtual" entries only work in PROVIDES and PREFERRED_PROVIDER, not in
the runtime version of the variable.
Cheers,
Richard
|
By
Richard Purdie
·
#57836
·
|
|
question about PREFERRED_RPROVIDER
Hi,
There is a package with two versions, private and public.
But when I use the PREFERRED_RPROVIDER to select the public version,
bitbake still tries fetch the private one, and then bitabke
Hi,
There is a package with two versions, private and public.
But when I use the PREFERRED_RPROVIDER to select the public version,
bitbake still tries fetch the private one, and then bitabke
|
By
John Wang
·
#57835
·
|
|
Re: A bitbake error caused by "Variable BB_ENV_EXTRAWHITE"
#bitbake
Hello,
you probably need to exit the shell and then restart it and
re-initialize your environment (with oe-init-build-env), as it
contains the obsolete variable.
Alex
Hello,
you probably need to exit the shell and then restart it and
re-initialize your environment (with oe-init-build-env), as it
contains the obsolete variable.
Alex
|
By
Alexander Kanavin
·
#57834
·
|
|
A bitbake error caused by "Variable BB_ENV_EXTRAWHITE"
#bitbake
Hellow everyone, this is Yan. I am new to Yocto Project, still, I am learning.
There is a question, when I bitbaked my image I found this ERROR:
yanxk@yanxk-Ubuntu:~/Yocto/poky/build$ bitbake
Hellow everyone, this is Yan. I am new to Yocto Project, still, I am learning.
There is a question, when I bitbaked my image I found this ERROR:
yanxk@yanxk-Ubuntu:~/Yocto/poky/build$ bitbake
|
By
Yan Xinkuan
·
#57833
·
|
|
Re: [meta-security][PATCH] samhain-standalone: fix buildpaths issue
merged
By
Armin Kuster
·
#57832
·
|
|
Re: [meta-security][PATCH V2] meta-security: Add recipe for Glome
merged
By
Armin Kuster
·
#57831
·
|
|
Re: [meta-cgl][PATCH] resource-agents: Bug fix.
Merged.
By
Jeremy Puhlman
·
#57830
·
|
|
Unable to add .bb in a layer - newcomer to Yocto
#yocto
Hi all,
I have taken on myself a task to write a custom Yocto-based image for Nvidia Xavier which poses somewhat of a difficult task.
After few videos on Youtube and some documentation, I started
Hi all,
I have taken on myself a task to write a custom Yocto-based image for Nvidia Xavier which poses somewhat of a difficult task.
After few videos on Youtube and some documentation, I started
|
By
shauli.arazi@...
·
#57829
·
|
|
[meta-mingw][PATCH] Switch to HOSTTOOLS_NONFATAL
The changes to split classes into global vs. image specific contexts
has broken the inclusion of `wine` and `wineserver` host tools for
testing MinGW SDKs. This is because testsdk is an image specific
The changes to split classes into global vs. image specific contexts
has broken the inclusion of `wine` and `wineserver` host tools for
testing MinGW SDKs. This is because testsdk is an image specific
|
By
Joshua Watt
·
#57828
·
|