From 2fc563b1979b272c68c59005ed5a1717871034b5 Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Fri, 26 Jul 2019 11:23:52 +0700 Subject: rcar-gen3: linux-renesas: Generate defconfig automatically KCONFIG_MODE helps to select defconfig and generate it automatically, there is no need to have an external defconfig file. Change-Id: Ibedbaa95476d8b2bbd7c5950ae95d21bb617068e Signed-off-by: Duy Dang Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb') diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb index 2f2f779..27705e3 100644 --- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb @@ -20,8 +20,11 @@ LINUX_VERSION ?= "4.14.75" PV = "${LINUX_VERSION}+git${SRCPV}" PR = "r1" +# For generating defconfig +KCONFIG_MODE = "--alldefconfig" +KBUILD_DEFCONFIG = "defconfig" + SRC_URI_append = " \ - file://defconfig \ file://touch.cfg \ ${@oe.utils.conditional("USE_AVB", "1", " file://usb-video-class.cfg", "", d)} \ " -- cgit 1.2.3-korg