[PATCH] ARM: xz: do not try to use a ramdisk in defconfig

Jun Nie jun.nie at linaro.org
Mon May 18 17:49:25 PDT 2015


B.R.
Jun


2015-05-18 23:24 GMT+08:00 Arnd Bergmann <arnd at arndb.de>:
> The original zx defconfig file looks for a ./rootfs.cpio file,
> but that breaks with
>
>   scripts/gen_initramfs_list.sh: Cannot open 'initramfs.cpio.gz'
>
> when trying to build this kernel. Anybody who relies on the
> current behavior should change their build scripts to append
> the initramfs manually, as this patch removes that default
> in order to help autmatic testing.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> ---
> I'm applying this directly to the next/defconfig branch to kernel the
> kernelci builds.
>
Thanks for education. I learn it now :)

Jun

> diff --git a/arch/arm/configs/zx_defconfig b/arch/arm/configs/zx_defconfig
> index d411cd6bdb7f..b200bb0fecdd 100644
> --- a/arch/arm/configs/zx_defconfig
> +++ b/arch/arm/configs/zx_defconfig
> @@ -13,7 +13,6 @@ CONFIG_RT_GROUP_SCHED=y
>  CONFIG_NAMESPACES=y
>  CONFIG_USER_NS=y
>  CONFIG_BLK_DEV_INITRD=y
> -CONFIG_INITRAMFS_SOURCE="initramfs.cpio.gz"
>  CONFIG_SYSCTL_SYSCALL=y
>  CONFIG_KALLSYMS_ALL=y
>  CONFIG_EMBEDDED=y
>



More information about the linux-arm-kernel mailing list