mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
grub-efi-cfg: exclude OVERRIDES from build_efi_cfg vardeps
This function is primarily *appending* configuration entries to the overrides, it only gets it to ensure it's set at all, so doesn't belong in the vardeps. Having a dependency on OVERRIDES means you cannot use a bbclass like distrooverrides without changing the signatures of recipes using this class. (From OE-Core rev: 8fad5db8c3275a0dc9fdb37761f2e9381e1413da) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a55817a35c
commit
13412b60bb
@@ -120,3 +120,4 @@ python build_efi_cfg() {
|
||||
|
||||
cfgfile.close()
|
||||
}
|
||||
build_efi_cfg[vardepsexclude] += "OVERRIDES"
|
||||
|
||||
Reference in New Issue
Block a user