summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-altera-configs.inc
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2016-03-09 09:48:30 -0800
committerDalon Westergreen <dwesterg@gmail.com>2016-03-09 09:48:30 -0800
commit9a380b942aa9d1047ac01be35ca088c6c6603516 (patch)
tree93ee28915ec27093e83d1f8d05a1b89ea2b476d2 /recipes-kernel/linux/linux-altera-configs.inc
parent6a2bec38f7a68a7f7f0028c15562489b75e733bd (diff)
downloadmeta-altera-9a380b942aa9d1047ac01be35ca088c6c6603516.tar.gz
Use KBUILD_DEFCONFIG instead of in recipe kernel metadata for kernel configuration. Use of in kernel source defconfigs will create tested configurations of the kernel, and still allow additional features to be enabled using cfg files
Diffstat (limited to 'recipes-kernel/linux/linux-altera-configs.inc')
-rw-r--r--recipes-kernel/linux/linux-altera-configs.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-altera-configs.inc b/recipes-kernel/linux/linux-altera-configs.inc
index 5354773..fb9763c 100644
--- a/recipes-kernel/linux/linux-altera-configs.inc
+++ b/recipes-kernel/linux/linux-altera-configs.inc
@@ -1,5 +1,3 @@
1 1
2FILESEXTRAPATHS_prepend := "${THISDIR}/config:" 2KBUILD_DEFCONFIG ?= "socfpga_defconfig"
3SRC_URI_append += " \ 3
4 file://socfpga-base;type=kmeta;destsuffix=socfpga-base \
5 "