Re: [yocto] bbappend usage

2021-10-25 Thread Alexander Kanavin
ents I will not > be using from my running image > > -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Leon Woestenberg > Sent: Monday, October 25, 2021 9:12 AM > To: Monsees, Steven C (US) > Cc: yocto@lists.yoctoproject.org > Subject: Re: [y

Re: [yocto] bbappend usage

2021-10-25 Thread Monsees, Steven C (US) via lists.yoctoproject.org
@lists.yoctoproject.org Subject: Re: [yocto] bbappend usage External Email Alert This email has been sent from an account outside of the BAE Systems network. Please treat the email with caution, especially if you are requested to click on a link, decrypt/open an attachment, or enable macros. For further

Re: [yocto] bbappend usage

2021-10-25 Thread Monsees, Steven C (US) via lists.yoctoproject.org
. Day Sent: Monday, October 25, 2021 9:10 AM To: Monsees, Steven C (US) Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] bbappend usage External Email Alert This email has been sent from an account outside of the BAE Systems network. Please treat the email with caution, especially if you

Re: [yocto] bbappend usage

2021-10-25 Thread Konrad Weihmann
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 actual image you only install packages into a file system, so if you don't want bar to be

Re: [yocto] bbappend usage

2021-10-25 Thread Leon Woestenberg
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 image? Regards, Leon. -- Leon Woestenberg l...@sidebranch.com T: +31 40 711 42 76 M: +31 6 472 30 372 Sidebranch

Re: [yocto] bbappend usage

2021-10-25 Thread Robert P. J. Day
On Mon, 25 Oct 2021, Monsees, Steven C (US) via lists.yoctoproject.org wrote: > 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… > > Which is the best place to modify

[yocto] bbappend usage

2021-10-25 Thread Monsees, Steven C (US) via lists.yoctoproject.org
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... Which is the best place to modify the build with bbappend ? Would I modify a recipe's do_install