Re: [yocto] exclude layer from specific image when have multiple images

2024-11-07 Thread Haimbach
Hi, I have layer which I add into it some patches and configuration files for the RT PATCH. So I need for an example the RT patch for "Image-A", and for "Image-B" I don't need it. Regards, Haim -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#642

Re: [yocto] exclude layer from specific image when have multiple images

2024-11-07 Thread Haimbach
Hi, I don't want to specify those files which are inside the same layer, *because they can be changed.(this is layer I maintain)* for an example, *first version* of the layer have the file *rt.patch,* but the *second version* of the layer have the file *rt1.patch* And if they changed I don't wa

Re: [yocto] exclude layer from specific image when have multiple images

2024-11-07 Thread Quentin Schulz via lists.yoctoproject.org
Hi Haim, On 11/7/24 12:32 PM, Haimbach via Lists.Yoctoproject.Org wrote: Hi, I have layer which I add into it some patches and configuration files for the RT PATCH. So I need for an example the RT patch for "Image-A", and for "Image-B" I don't need it. You probably want a DISTRO here. Th

Re: [yocto] exclude layer from specific image when have multiple images

2024-11-07 Thread Quentin Schulz via lists.yoctoproject.org
Hi Haim, On 11/7/24 8:23 AM, Haimbach via lists.yoctoproject.org wrote: Hello, I have just wonder if there is an option to exclude specific layer to specific images. For an example, lets says I have 2 images called: *image-A.bb* , *image-B.bb* And lets says I have the next layer: *meta-my-lay

[yocto] exclude layer from specific image when have multiple images

2024-11-06 Thread Haimbach
Hello, I have just wonder if there is an option to exclude specific layer to specific images. For an example, lets says I have 2 images called: *image-A.bb* , *image-B.bb* And lets says I have the next layer: *meta-my-layer* this layer is in the list of the bblayers.conf. Now I want only that *