diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2017-10-02 12:54:53 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-10-02 12:54:53 +0100 |
commit | eb4d7d7b967ff59101511664aaa1b70841936f36 (patch) | |
tree | 36fe2ed2f2e202a800f93f55a40d7f35b4fcb86d | |
parent | 04b37dbdb79638b17a670280058400ffaf1b6ccb (diff) | |
download | meta-raspberrypi-fix-rpi0wifi-kernel.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.inc | 1 |
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 | |||
12 | require recipes-kernel/linux/linux-yocto.inc | 12 | require recipes-kernel/linux/linux-yocto.inc |
13 | 13 | ||
14 | KCONFIG_MODE = "--alldefconfig" | 14 | KCONFIG_MODE = "--alldefconfig" |
15 | KBUILD_DEFCONFIG_raspberrypi0-wifi ?= "bcmrpi_defconfig" | ||
15 | KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" | 16 | KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" |
16 | KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" | 17 | KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" |
17 | KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig" | 18 | KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig" |