Re: how often would one use "VAR_someoverride_append = ..."?
Quentin Schulz
Hi Robert,
On Wed, Mar 10, 2021 at 06:16:44AM -0500, Robert P. J. Day wrote: On Tue, 9 Mar 2021, Quentin Schulz wrote:https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux/linux-yocto_5.10.bb#n12Hi Robert,can you point at an actual example of that? i took a look and all for example. This is an example of a "valid" use case (not that there are invalid ones) for VAR_foo. Would probably a better example: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux/linux-yocto_5.10.bb#n50 So, you might decide that a machine is so much different than others that KERNEL_FEATURES should be overridden for said machine. Then in a bbappend, one might want to add another feature for this machine, they'll therefore need to use KERNEL_FEATURES_foo_append. I do not have examples at hand of VAR_foo_append except the ones Leon sent in another mail. Which should show how rare it is :) Cheers, Quentin |
|