Syntax conversion for bbappend linux-yocto_5.10 and linux-yocto-dev inside the raspberrypi dynamic layer.
Signed-off-by: Luca Fancellu <[email protected]> --- .../recipes-kernel/linux/linux-yocto-dev.bbappend | 6 +++--- .../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 8381e44..5f43052 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 af92493..f279ef7 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 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6797): https://lists.yoctoproject.org/g/meta-virtualization/message/6797 Mute This Topic: https://lists.yoctoproject.org/mt/85975489/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
