|
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
·
|
|
dunfell: pkgconfig-native build fails in existing Yocto BSP
Hello,
our dunfell based yocto no longer builds in the pkgconfig-native section. I tried it in an Ubuntu 18.04 and Debian 10 Docker container.
The build always aborts as follows:
checking thread
Hello,
our dunfell based yocto no longer builds in the pkgconfig-native section. I tried it in an Ubuntu 18.04 and Debian 10 Docker container.
The build always aborts as follows:
checking thread
|
By
Matthias Klein
·
#55129
·
|
|
Re: How to enable graphics acceleration on qemux86-64?
Hi all,
hi Alexander,
I solved my problems. Things work fine now. Below I'm summing things up as documentation for myself and also others in case this pops up in someones search query.
Am So, 17. Okt
Hi all,
hi Alexander,
I solved my problems. Things work fine now. Below I'm summing things up as documentation for myself and also others in case this pops up in someones search query.
Am So, 17. Okt
|
By
Manuel Wagesreither
·
#55128
·
|
|
Re: [meta-qt4]
Cc'd Paul Eggleton's current email. Perhaps the readme file in meta-qt4 needs updating.
Thanks,
--
Paul Barker
https://pbarker.dev/
Cc'd Paul Eggleton's current email. Perhaps the readme file in meta-qt4 needs updating.
Thanks,
--
Paul Barker
https://pbarker.dev/
|
By
Paul Barker
·
#55127
·
|
|
Re: rebuilding perf fails after cleanall
Bruce,
I am running a 8 month old version of poky Dunfell, commit e32d854e. I can see the code in perf.bb where it copies over the kernel code to its directory, so I think
Bruce,
I am running a 8 month old version of poky Dunfell, commit e32d854e. I can see the code in perf.bb where it copies over the kernel code to its directory, so I think
|
By
chuck kamas
·
#55126
·
|
|
Re: [meta-qt4]
Hi Jared
Please see [1] usually sending to the right mailing list and CCing the maintainers is the usual way to send patches
[1] https://git.yoctoproject.org/cgit/cgit.cgi/meta-qt4/tree/README
Hi Jared
Please see [1] usually sending to the right mailing list and CCing the maintainers is the usual way to send patches
[1] https://git.yoctoproject.org/cgit/cgit.cgi/meta-qt4/tree/README
|
By
Khem Raj
·
#55125
·
|
|
Re: [meta-qt4]
Here is the patch if anybody is interested, should have attached that the first time.
Here is the patch if anybody is interested, should have attached that the first time.
|
By
jared_terry@...
·
#55124
·
|