[PATCH v2 1/1] examples: make examples/ optional
Simon Glass
sjg at chromium.org
Thu Sep 24 18:07:54 CEST 2020
On Wed, 23 Sep 2020 at 11:10, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Most users don't need the standalone API examples. Distributions like SUSE
> do not supply libgcc for cross-compiling and we cannot do without on ARMv8
> for building examples/.
>
> Make examples selectable via symbol CONFIG_EXAMPLES. It defaults to
> yes on ARCH_QEMU to ensure that we compile the API as part of our
> continuous integration.
>
> Cc: Matthias Brugger <mbrugger at suse.com>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v2:
> default=y on ARCH_QEMU only
> ---
> Kconfig | 8 ++++++++
> examples/Makefile | 2 +-
> 2 files changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list