From cc33e3a253bdea86106cbcd8556cc5098e4b9540 Mon Sep 17 00:00:00 2001 From: luca fancellu Date: Thu, 30 Sep 2021 15:54:22 +0100 Subject: xen, rpi4: Fix syntax in linux-yocto bbappend Syntax conversion for bbappend linux-yocto_5.10 and linux-yocto-dev inside the raspberrypi dynamic layer. Reviewed-by: Diego Sueiro Reviewed-by: Bertrand Marquis Reviewed-by: Christopher Clark Tested-by: Christopher Clark Signed-off-by: Luca Fancellu Signed-off-by: Bruce Ashfield --- .../raspberrypi/recipes-kernel/linux/linux-yocto-dev.bbappend | 6 +++--- .../raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto-dev.bbappend b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto-dev.bbappend index 8381e447..5f430522 100644 --- a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -1,8 +1,8 @@ # For a Xen-enabled distro on the Raspberry Pi, override the contents of cmdline.txt # with Xen-on-ARM-specific command line options -KBRANCH_raspberrypi4-64 ?= "standard/bcm-2xxx-rpi" -KMACHINE_raspberrypi4-64 ?= "bcm-2xxx-rpi4" -COMPATIBLE_MACHINE_raspberrypi4-64 = "(raspberrypi4-64)" +KBRANCH:raspberrypi4-64 ?= "standard/bcm-2xxx-rpi" +KMACHINE:raspberrypi4-64 ?= "bcm-2xxx-rpi4" +COMPATIBLE_MACHINE:raspberrypi4-64 = "(raspberrypi4-64)" require linux-yocto_xen-rpi.inc diff --git a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend index af92493d..f279ef7a 100644 --- a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend +++ b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend @@ -1,6 +1,6 @@ # Enable use of the linux-yocto 5.10 kernel for the Raspberry Pi 4 -KBRANCH_raspberrypi4-64 ?= "v5.10/standard/bcm-2xxx-rpi" -KMACHINE_raspberrypi4-64 ?= "bcm-2xxx-rpi4" -COMPATIBLE_MACHINE_raspberrypi4-64 = "(raspberrypi4-64)" +KBRANCH:raspberrypi4-64 ?= "v5.10/standard/bcm-2xxx-rpi" +KMACHINE:raspberrypi4-64 ?= "bcm-2xxx-rpi4" +COMPATIBLE_MACHINE:raspberrypi4-64 = "(raspberrypi4-64)" require linux-yocto_xen-rpi.inc -- cgit v1.2.3-54-g00ecf