You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix setting a config with an already-existing conflicting value
Fix setting a config value in kconfig-inclusions when there's already a
conflicting existing value in defconfig.
For example, setting CONFIG_SYSTEM_TRUSTED_KEYS would have no effect,
because there would already be a setting for this specified by Debian's
default config.
With this, it _might_ be possible to remove the need for
kconfig-force-inclusions, but that still needs to be checked.
Signed-off-by: Saikrishna Arcot <[email protected]>
0 commit comments