[PATCH 19/19] CI: Make check for new defined CONFIG symbols even more robust

Simon Glass sjg at chromium.org
Wed Jan 11 01:15:22 CET 2023


On Tue, 10 Jan 2023 at 09:23, Tom Rini <trini at konsulko.com> wrote:
>
> Now that all remaining in-tree cases where we define or undef a CONFIG
> symbol have been migrated to Kconfig or renamed to CFG we can make the
> CI check more robust. We will exclude the doc, tools and arch/arm/dts
> directories from this check as they are special cases. Further, we can
> exclude the scripts/kconfig/lkc.h and include/linux/kconfig.h files as
> the CONFIG values they define are special tooling cases and not real
> symbols.
>
> In the case of docs, the only places that currently fail this test are
> old documentation that should be rewritten so that we can remove this
> special case.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
>  .azure-pipelines.yml | 3 ++-
>  .gitlab-ci.yml       | 3 ++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list