Skip to content

Build a "bootable" allmodconfig #20

@roxell

Description

@roxell

Can we add a new allmodconfig build where we build allmodconfig + the architecture specific defconfig ?
The idea is that this should be a bootable configuration.

for x86
$ make allmodconfig KCONFIG_ALLCONFIG=$(pwd)/arch/x86/configs/x86_64_defconfig

for arm64
$ make ARCH=arm64 CROSS_COMPILE=... allmodconfig \
KCONFIG_ALLCONFIG=$(pwd)/arch/arm64/configs/defconfig

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions