|
Re: [hardknott][yocto-autobuilder-helper][PATCH] config.json: set max load in PARALLEL_MAKE
it was dunfell primarily
By
Khem Raj
·
#55149
·
|
|
Re: [hardknott][yocto-autobuilder-helper][PATCH] config.json: set max load in PARALLEL_MAKE
On Mon, Oct 25, 2021 at 6:46 AM Steve Sakoman via
lists.yoctoproject.org <steve=sakoman.com@...>
wrote:
Accidentally hit send :-)
I intended to say that master has been running
On Mon, Oct 25, 2021 at 6:46 AM Steve Sakoman via
lists.yoctoproject.org <steve=sakoman.com@...>
wrote:
Accidentally hit send :-)
I intended to say that master has been running
|
By
Steve Sakoman
·
#55148
·
|
|
Re: [hardknott][yocto-autobuilder-helper][PATCH] config.json: set max load in PARALLEL_MAKE
Which branch did you test this with? I had some issues when I
originally added it to dunfell but after the last patch series I am
getting green a-full and meta-oe builds on the autobuilder.
And
Which branch did you test this with? I had some issues when I
originally added it to dunfell but after the last patch series I am
getting green a-full and meta-oe builds on the autobuilder.
And
|
By
Steve Sakoman
·
#55147
·
|
|
Re: [hardknott][yocto-autobuilder-helper][PATCH] config.json: set max load in PARALLEL_MAKE
We have seen a lot of hung builds when we used this option internally on builders, Additionally some packages like bison started to fail intermittently which seemed like a parallel build issue but
We have seen a lot of hung builds when we used this option internally on builders, Additionally some packages like bison started to fail intermittently which seemed like a parallel build issue but
|
By
Khem Raj
·
#55146
·
|
|
Re: dunfell: pkgconfig-native build fails in existing Yocto BSP
Hello Richard,
Thanks for the quick help!
Best regards,
Matthias
Hello Richard,
Thanks for the quick help!
Best regards,
Matthias
|
By
Matthias Klein
·
#55145
·
|
|
[hardknott][yocto-autobuilder-helper][PATCH] config.json: set max load in PARALLEL_MAKE
From: Trevor Gamblin <trevor.gamblin@...>
Add "-l 52" to PARALLEL_MAKE in config.json to limit Make and Ninja
builds based on the detected system load. With this option added, if
either
From: Trevor Gamblin <trevor.gamblin@...>
Add "-l 52" to PARALLEL_MAKE in config.json to limit Make and Ninja
builds based on the detected system load. With this option added, if
either
|
By
Anuj Mittal
·
#55144
·
|
|
Re: How to iherit class based on a conditional variable?
#sysvinit
#systemd
It's fine to inherit both classes and install both files without even checking DISTRO_FEATURES. There's behind the scenes magic that will do the right thing depending on what init manager is chosen in
It's fine to inherit both classes and install both files without even checking DISTRO_FEATURES. There's behind the scenes magic that will do the right thing depending on what init manager is chosen in
|
By
Alexander Kanavin
·
#55143
·
|
|
Re: bbappend usage
There is no one-size-fits-all answer to this. It helps if you provide specifics: what components and what portions of them and why.
Alex
There is no one-size-fits-all answer to this. It helps if you provide specifics: what components and what portions of them and why.
Alex
|
By
Alexander Kanavin
·
#55142
·
|
|
Re: bbappend usage
I am looking to selectively remove portions of 1or 2 components I will not be using from my running image
I am looking to selectively remove portions of 1or 2 components I will not be using from my running image
|
By
Monsees, Steven C (US)
·
#55141
·
|
|
Re: bbappend usage
No, you got it wromg... I have a buildable image which has all the components necessary, I want to remove some overhead installed by some components that I will not be within my running application...
No, you got it wromg... I have a buildable image which has all the components necessary, I want to remove some overhead installed by some components that I will not be within my running application...
|
By
Monsees, Steven C (US)
·
#55140
·
|
|
Re: bbappend usage
The super yoctoish way would be to alter the packaging of the recipe to your needs.
Let's assume recipe-a consists of the files
foo
bar
and it would package both files into recipe-a pkg.
In the
The super yoctoish way would be to alter the packaging of the recipe to your needs.
Let's assume recipe-a consists of the files
foo
bar
and it would package both files into recipe-a pkg.
In the
|
By
Konrad Weihmann <kweihmann@...>
·
#55139
·
|
|
Re: bbappend usage
Hello Steve,
Is the approach where you remove the recipes from the image an option?
Is there a reason why you want to build the recipes that you do not
want to appear in your
Hello Steve,
Is the approach where you remove the recipes from the image an option?
Is there a reason why you want to build the recipes that you do not
want to appear in your
|
By
Leon Woestenberg
·
#55138
·
|
|
Re: bbappend usage
i would think start with defining a minimal image, then define other
images based on that one which add more recipes. this has nothing to
do with redefining the recipes, it just means defining more
i would think start with defining a minimal image, then define other
images based on that one which add more recipes. this has nothing to
do with redefining the recipes, it just means defining more
|
By
Robert P. J. Day
·
#55137
·
|
|
bbappend usage
Hello:
If I am building an image “image-ABC”, and it is composed of a number recipes, and for some of these recipes I may NOT want to install their final components within my image…
Hello:
If I am building an image “image-ABC”, and it is composed of a number recipes, and for some of these recipes I may NOT want to install their final components within my image…
|
By
Monsees, Steven C (US)
·
#55136
·
|
|
How to iherit class based on a conditional variable?
#sysvinit
#systemd
Hello,
I have a recipe that installs a simple bash script to run on startup.
As you all know, there is systemd and sysvinit.
I need to add support for both init managers.
I can do :
SRC_URI_append = "
Hello,
I have a recipe that installs a simple bash script to run on startup.
As you all know, there is systemd and sysvinit.
I need to add support for both init managers.
I can do :
SRC_URI_append = "
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#55135
·
|
|
Re: dunfell: pkgconfig-native build fails in existing Yocto BSP
I just backported a uninative upgrade to dunfell which should address this
issue.
Cheers,
Richard
I just backported a uninative upgrade to dunfell which should address this
issue.
Cheers,
Richard
|
By
Richard Purdie
·
#55134
·
|
|
Re: dunfell: pkgconfig-native build fails in existing Yocto BSP
Hello,
We also have the same issue with similar in-docker builds, a workaround for the issue is mentioned here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14519 until the fix is backported to
Hello,
We also have the same issue with similar in-docker builds, a workaround for the issue is mentioned here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14519 until the fix is backported to
|
By
Ahmed Hossam
·
#55133
·
|
|
Re: Build Ubuntu Distro
#ubuntu
#distro
No there isn't - with the yocto project you can build your own distribution not mimic other already available distributions.
If you want to build Ubuntu you have to ask canonical.
No there isn't - with the yocto project you can build your own distribution not mimic other already available distributions.
If you want to build Ubuntu you have to ask canonical.
|
By
Konrad Weihmann <kweihmann@...>
·
#55132
·
|
|
Build Ubuntu Distro
#ubuntu
#distro
I want to build ubuntu distro using yocto.
Is there a way for that ?
I want to build ubuntu distro using yocto.
Is there a way for that ?
|
By
keyurthumar0402@...
·
#55131
·
|
|
Re: How to enable graphics acceleration on qemux86-64?
Cheers :) you should also try this on bleeding edge master, it should work the same as hardknott, but if there are issues, you can make and send patches to fix them.
Alex
Cheers :) you should also try this on bleeding edge master, it should work the same as hardknott, but if there are issues, you can make and send patches to fix them.
Alex
|
By
Alexander Kanavin
·
#55130
·
|