[Buildroot] [PATCH v2 1/7] configs/guest_*: some new defconfig

Christian Stewart christian at paral.in
Sat Jun 6 23:02:28 UTC 2020


Hi Francois,


On Sat, May 30, 2020 at 5:48 AM Francois Perrad <fperrad at gmail.com> wrote:
>  create mode 100644 configs/guest_arm_a7_defconfig
>  create mode 100644 configs/guest_arm_a9_defconfig
>  create mode 100644 configs/guest_x86_64_defconfig
> +++ b/configs/guest_arm_a7_defconfig
> @@ -0,0 +1,16 @@
> +# Architecture
> +BR2_arm=y
> +BR2_cortex_a7=y
> +
> +# Toolchain
> +BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
> +BR2_KERNEL_HEADERS_VERSION=y
> +BR2_DEFAULT_KERNEL_VERSION="4.15"
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y
> +
> +# System
> +BR2_INIT_SYSTEMD=y
> +# BR2_TARGET_GENERIC_GETTY is not set
> +
> +# Filesystem
> +BR2_TARGET_ROOTFS_TAR=y

These appear to be basically the default configuration, except TAR is
selected and GETTY is disabled. Is it necessary to add these given
that they don't do much?

Best,
Christian Stewart


More information about the buildroot mailing list