summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2017-10-02 12:54:53 +0100
committerAndrei Gherzan <andrei@gherzan.com>2017-10-02 12:54:53 +0100
commiteb4d7d7b967ff59101511664aaa1b70841936f36 (patch)
tree36fe2ed2f2e202a800f93f55a40d7f35b4fcb86d
parent04b37dbdb79638b17a670280058400ffaf1b6ccb (diff)
downloadmeta-raspberrypi-eb4d7d7b967ff59101511664aaa1b70841936f36.tar.gz
linux-raspberrypi.inc: Define KBUILD_DEFCONFIG for rpi0 WiFifix-rpi0wifi-kernel
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index 37cf0bb..ee46532 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -12,6 +12,7 @@ inherit kernel siteinfo
12require recipes-kernel/linux/linux-yocto.inc 12require recipes-kernel/linux/linux-yocto.inc
13 13
14KCONFIG_MODE = "--alldefconfig" 14KCONFIG_MODE = "--alldefconfig"
15KBUILD_DEFCONFIG_raspberrypi0-wifi ?= "bcmrpi_defconfig"
15KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" 16KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
16KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" 17KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig"
17KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig" 18KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig"