All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Exclude OVERRIDES from vardeps for a couple funcs
@ 2020-12-10 20:28 Christopher Larson
  2020-12-10 20:28 ` [PATCH 1/2] grub-efi-cfg: exclude OVERRIDES from build_efi_cfg vardeps Christopher Larson
  2020-12-10 20:28 ` [PATCH 2/2] uboot-extlinux-config: exclude OVERRIDES from do_create_extlinux_config vardeps Christopher Larson
  0 siblings, 2 replies; 3+ messages in thread
From: Christopher Larson @ 2020-12-10 20:28 UTC (permalink / raw)
  To: openembedded-core; +Cc: Christopher Larson

These functions are primarily *appending* configuration entries to the
overrides, they only get 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.

Christopher Larson (2):
  grub-efi-cfg: exclude OVERRIDES from build_efi_cfg vardeps
  uboot-extlinux-config: exclude OVERRIDES from
    do_create_extlinux_config vardeps

 meta/classes/grub-efi-cfg.bbclass          | 1 +
 meta/classes/uboot-extlinux-config.bbclass | 1 +
 2 files changed, 2 insertions(+)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-10 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-10 20:28 [PATCH 0/2] Exclude OVERRIDES from vardeps for a couple funcs Christopher Larson
2020-12-10 20:28 ` [PATCH 1/2] grub-efi-cfg: exclude OVERRIDES from build_efi_cfg vardeps Christopher Larson
2020-12-10 20:28 ` [PATCH 2/2] uboot-extlinux-config: exclude OVERRIDES from do_create_extlinux_config vardeps Christopher Larson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.