summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-06-27 14:10:43 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commit16f465bc67d59aadfb9a79574872eddd8b632d63 (patch)
tree6fc2d7a8a269c54d54d6e00905405cd321a74940
parent2a056033131d63a96573a5a51779cd35e6c57a61 (diff)
downloadmeta-raspberrypi-16f465bc67d59aadfb9a79574872eddd8b632d63.tar.gz
linux-raspberrypi: Include configuration for RaspberryPi3 defconfig
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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 01f2425..7b66fd1 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -19,6 +19,7 @@ KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
19KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" 19KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig"
20KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig" 20KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig"
21KBUILD_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig" 21KBUILD_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig"
22KBUILD_DEFCONFIG_raspberrypi4 ?= "bcm2711_defconfig"
22 23
23# CMDLINE for raspberrypi 24# CMDLINE for raspberrypi
24SERIAL = "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}" 25SERIAL = "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}"