diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2017-10-02 12:54:53 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-10-03 17:09:35 +0100 |
commit | c716e0d30cf897d1fb132e2e67e08e6cd20d312d (patch) | |
tree | eae2a3541a9a90f0047595c31c66c007e1ae32b8 /recipes-kernel | |
parent | 70b9c3ec57a08b0458a5128b039b29e436bc5975 (diff) | |
download | meta-raspberrypi-c716e0d30cf897d1fb132e2e67e08e6cd20d312d.tar.gz |
linux-raspberrypi.inc: Define KBUILD_DEFCONFIG for rpi0 WiFi
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-kernel')
-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" |