summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2020-01-06 16:26:27 -0300
committerAndrei Gherzan <andrei@gherzan.ro>2020-01-08 11:24:51 +0000
commit12bbdd91b27b65b0e3f1e3592a62d740464ef5c7 (patch)
treefba6d27e1ceae804d2e84ff81c566487f5df1209
parenta4c8118676ba8002edab29fc81b4e4edd9fad1f1 (diff)
downloadmeta-raspberrypi-12bbdd91b27b65b0e3f1e3592a62d740464ef5c7.tar.gz
linux-raspberrypi: define kbuild defconfig for rpi cm3
Also define a default kbuild defconfig value for rpi cm3. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
-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 f6e5774..3c3a8e5 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -16,6 +16,7 @@ SRC_URI += "file://rpi-kernel-misc.cfg"
16KCONFIG_MODE = "--alldefconfig" 16KCONFIG_MODE = "--alldefconfig"
17KBUILD_DEFCONFIG_raspberrypi0-wifi ?= "bcmrpi_defconfig" 17KBUILD_DEFCONFIG_raspberrypi0-wifi ?= "bcmrpi_defconfig"
18KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" 18KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
19KBUILD_DEFCONFIG_raspberrypi-cm3 ?= "bcm2709_defconfig"
19KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" 20KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig"
20KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig" 21KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig"
21KBUILD_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig" 22KBUILD_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig"