summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-raspberrypi.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 19:58:04 +0200
committerAndrei Gherzan <andrei@gherzan.com>2021-08-04 12:30:12 +0300
commit9ea7aa2cd2cdc775425797b689e782718896ea50 (patch)
tree3831e2403262e27cd178a213b82c2ed8ad91e9a6 /recipes-kernel/linux/linux-raspberrypi.inc
parent8dc3a310883ea87cd9900442f46f20bb08e57583 (diff)
downloadmeta-raspberrypi-9ea7aa2cd2cdc775425797b689e782718896ea50.tar.gz
Convert to new override syntax
This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-kernel/linux/linux-raspberrypi.inc')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index 683253c..ea47b56 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -18,14 +18,14 @@ SRC_URI += " \
18 " 18 "
19 19
20KCONFIG_MODE = "--alldefconfig" 20KCONFIG_MODE = "--alldefconfig"
21KBUILD_DEFCONFIG_raspberrypi0-wifi ?= "bcmrpi_defconfig" 21KBUILD_DEFCONFIG:raspberrypi0-wifi ?= "bcmrpi_defconfig"
22KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" 22KBUILD_DEFCONFIG:raspberrypi ?= "bcmrpi_defconfig"
23KBUILD_DEFCONFIG_raspberrypi-cm3 ?= "bcm2709_defconfig" 23KBUILD_DEFCONFIG:raspberrypi-cm3 ?= "bcm2709_defconfig"
24KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" 24KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig"
25KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig" 25KBUILD_DEFCONFIG:raspberrypi3 ?= "bcm2709_defconfig"
26KBUILD_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig" 26KBUILD_DEFCONFIG:raspberrypi3-64 ?= "bcmrpi3_defconfig"
27KBUILD_DEFCONFIG_raspberrypi4 ?= "bcm2711_defconfig" 27KBUILD_DEFCONFIG:raspberrypi4 ?= "bcm2711_defconfig"
28KBUILD_DEFCONFIG_raspberrypi4-64 ?= "bcm2711_defconfig" 28KBUILD_DEFCONFIG:raspberrypi4-64 ?= "bcm2711_defconfig"
29 29
30LINUX_VERSION_EXTENSION ?= "" 30LINUX_VERSION_EXTENSION ?= ""
31 31