|
Re: cross-localedef file not found in do_rootfs
#yocto
#zeus
to get more info, can you try adding
IMAGE_LINGUAS = " "
and see if this changes anything ?
to get more info, can you try adding
IMAGE_LINGUAS = " "
and see if this changes anything ?
|
By
Khem Raj
·
#55409
·
|
|
Re: [docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: remove gatesgarth
I'm a bit torn on this. They are no longer officially supported releases now but
it may make sense to rebuild all the sphinx docs in this script rather than some
subset?
Cheers,
Richard
I'm a bit torn on this. They are no longer officially supported releases now but
it may make sense to rebuild all the sphinx docs in this script rather than some
subset?
Cheers,
Richard
|
By
Richard Purdie
·
#55408
·
|
|
Re: Problem installing python package from a wheel
#bitbake
#python
Installing third-party wheels is not something we are likely to ever support in Yocto Project/OpenEmbedded recipes.
Are you trying to install using pip3 on target?
Note that many factors will make it
Installing third-party wheels is not something we are likely to ever support in Yocto Project/OpenEmbedded recipes.
Are you trying to install using pip3 on target?
Note that many factors will make it
|
By
Tim Orling
·
#55407
·
|
|
[PATCH yocto-autobuilder-helper] scripts/run-docs-build: remove gatesgarth
Together with the corresponding Bitbake version, which are no
longer supported.
Signed-off-by: Michael Opdenacker <michael.opdenacker@...>
---
scripts/run-docs-build | 4 ++--
1 file
Together with the corresponding Bitbake version, which are no
longer supported.
Signed-off-by: Michael Opdenacker <michael.opdenacker@...>
---
scripts/run-docs-build | 4 ++--
1 file
|
By
Michael Opdenacker
·
#55406
·
|
|
Re: User configuration & host contamination
On Thu, Nov 11, 2021 at 03:34 PM, Jeffrey Simons wrote:
Hi Manuel,
Subject: Re: [yocto] User configuration & host contamination
Hi Jeffrey,
Does the recipe which builds the application DEPEND on the
On Thu, Nov 11, 2021 at 03:34 PM, Jeffrey Simons wrote:
Hi Manuel,
Subject: Re: [yocto] User configuration & host contamination
Hi Jeffrey,
Does the recipe which builds the application DEPEND on the
|
By
Jeffrey Simons
·
#55405
·
|
|
Re: [PATCH yocto-autobuilder-helper] config.json: set ZSTD_THREADS like XZ_THREADS
I'm not sure I agree with that.
We have 60+ "intermittent" bugs and some of us are in weekly meetings trying to
do something about working out why these are failing. It feels like we're not
really
I'm not sure I agree with that.
We have 60+ "intermittent" bugs and some of us are in weekly meetings trying to
do something about working out why these are failing. It feels like we're not
really
|
By
Richard Purdie
·
#55404
·
|
|
cross-localedef file not found in do_rootfs
#yocto
#zeus
Hello All,
I created a simple image recipe for initramfs type of image with no IMAGE_FEATURES and simply:When I bitbake the image I get the following error:
---------------------------
ERROR:
Hello All,
I created a simple image recipe for initramfs type of image with no IMAGE_FEATURES and simply:When I bitbake the image I get the following error:
---------------------------
ERROR:
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#55403
·
|
|
Re: [PATCH yocto-autobuilder-helper] config.json: set ZSTD_THREADS like XZ_THREADS
But the AB has not been exhibiting any problems with zstd, and this will degrade performance. Let's only fix what is broken.
Alex
But the AB has not been exhibiting any problems with zstd, and this will degrade performance. Let's only fix what is broken.
Alex
|
By
Alexander Kanavin
·
#55402
·
|
|
Re: [PATCH yocto-autobuilder-helper] config.json: set ZSTD_THREADS like XZ_THREADS
There was a long thread about this on oe-core recently:
https://lists.openembedded.org/g/openembedded-core/message/157999
//Ernst
There was a long thread about this on oe-core recently:
https://lists.openembedded.org/g/openembedded-core/message/157999
//Ernst
|
By
Ernst Sjöstrand <ernst.sjostrand@...>
·
#55401
·
|
|
Re: [PATCH yocto-autobuilder-helper] config.json: set ZSTD_THREADS like XZ_THREADS
My personal build machine has been crashing and dying due to overload
with the default ZSTD_THREADS, and the AB has had problems with xz due
to overload so I was being proactive and ensuring zstd is
My personal build machine has been crashing and dying due to overload
with the default ZSTD_THREADS, and the AB has had problems with xz due
to overload so I was being proactive and ensuring zstd is
|
By
Ross Burton <ross@...>
·
#55400
·
|
|
Re: [qa-build-notification] [yocto] QA notification for completed autobuilder build (yocto-3.1.12.rc1)
Thanks Jay.
The TSC discussed 3.1.12 and are happy for rc1 to be released.
Cheers,
Richard
Thanks Jay.
The TSC discussed 3.1.12 and are happy for rc1 to be released.
Cheers,
Richard
|
By
Richard Purdie
·
#55399
·
|
|
Re: [PATCH yocto-autobuilder-helper] config.json: set ZSTD_THREADS like XZ_THREADS
Is there a particular reason?
Alex
Is there a particular reason?
Alex
|
By
Alexander Kanavin
·
#55398
·
|
|
Yocto Project Status WW46`21
Current Dev Position: YP 3.5 M1
Next Deadline: 6th Dec. 2021 YP 3.5 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Nov. 25th at 7:30am PDT
Current Dev Position: YP 3.5 M1
Next Deadline: 6th Dec. 2021 YP 3.5 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Nov. 25th at 7:30am PDT
|
By
Stephen Jolley
·
#55397
·
|
|
[PATCH yocto-autobuilder-helper] config.json: set ZSTD_THREADS like XZ_THREADS
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.json b/config.json
index 7203783..c0543d9 100644
--- a/config.json
+++
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.json b/config.json
index 7203783..c0543d9 100644
--- a/config.json
+++
|
By
Ross Burton <ross@...>
·
#55396
·
|
|
[PATCH yocto-autobuilder-helper] config.json: build generic-arm64 instead of Juno
generic-arm64 is the recommeded generic BSP for modern Arm deployments,
so ensure it is exercised in the autobuilder.
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 4 ++--
1
generic-arm64 is the recommeded generic BSP for modern Arm deployments,
so ensure it is exercised in the autobuilder.
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 4 ++--
1
|
By
Ross Burton <ross@...>
·
#55395
·
|
|
Build ROS2 package that contains custom interfaces (msg, srv)
#yocto
Hi, guys!
I have a DART-MX8M-Mini machine running Yocto Hardknott.
I properly added meta-ros layer and ROS2 foxy distro to our Yocto build by following instructions from here (Sanity Tests pass
Hi, guys!
I have a DART-MX8M-Mini machine running Yocto Hardknott.
I properly added meta-ros layer and ROS2 foxy distro to our Yocto build by following instructions from here (Sanity Tests pass
|
By
bojankoce
·
#55394
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.12.rc1)
Hi all,
This is the full report for yocto-3.1.12.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hi all,
This is the full report for yocto-3.1.12.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#55393
·
|
|
Upgrade to version 1.40 broken WiFi
Hi,
I built connman version 1.37 and wpa_supplicant in zeus, it worked
well. I have just upgraded OE / Yoctor to Honister, I built the
connman version 1.40 and ran it with wpa_applicant, but it is
Hi,
I built connman version 1.37 and wpa_supplicant in zeus, it worked
well. I have just upgraded OE / Yoctor to Honister, I built the
connman version 1.40 and ran it with wpa_applicant, but it is
|
By
JH
·
#55392
·
|
|
[meta-cgl][PATCH] resource-agents: Fix QA Issue:
ERROR: resource-agents-4.5.0-r0 do_package_qa: QA Issue: resource-agents installs files in /var/volatile, but it is expected to be empty [empty-dirs]
Signed-off-by: Lei Maohui
ERROR: resource-agents-4.5.0-r0 do_package_qa: QA Issue: resource-agents installs files in /var/volatile, but it is expected to be empty [empty-dirs]
Signed-off-by: Lei Maohui
|
By
leimaohui
·
#55391
·
|
|
Re: Problem installing python package from a wheel
#bitbake
#python
I made it a little further by adding --no-cache-dir to the pip3 install command. That got rid fo the warning about not being able to access the .cache/pip. However I still have the error:
| ERROR:
I made it a little further by adding --no-cache-dir to the pip3 install command. That got rid fo the warning about not being able to access the .cache/pip. However I still have the error:
| ERROR:
|
By
David Babich
·
#55390
·
|