Is there a way to set overrides only for specific targets? ...let me explain my problem:
I have a wks file I use for the base image, and a separate one for installer. In my installer recipe, I have
WKS_FILE = <my installer file>
but in another kas file loaded for a given option, I am defining an override
OVERRIDES .= ":my_override"
and
WKS_FILE:my_override = "different wks file"
unfortunately this means that it uses my overridden wks file when this option is used... In my opinion, the right solution would be to use a different variable for the installer wks file, unless there's a solution here I'm not seeing.
Thanks,
Stephen