All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] xen, rpi4: Fix syntax in linux-yocto bbappend
@ 2021-09-30 14:54 luca fancellu
  2021-09-30 14:54 ` [PATCH 2/2] xen, rpi4: Use PARTUUID for rootfs discovery luca fancellu
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: luca fancellu @ 2021-09-30 14:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bertrand.marquis

Syntax conversion for bbappend linux-yocto_5.10
and linux-yocto-dev inside the raspberrypi
dynamic layer.

Signed-off-by: Luca Fancellu <luca.fancellu@arm.com>
---
 .../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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-10-05  4:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 14:54 [PATCH 1/2] xen, rpi4: Fix syntax in linux-yocto bbappend luca fancellu
2021-09-30 14:54 ` [PATCH 2/2] xen, rpi4: Use PARTUUID for rootfs discovery luca fancellu
2021-09-30 14:59   ` [meta-virtualization] " Diego Sueiro
2021-09-30 15:02   ` Bertrand Marquis
2021-10-05  4:47     ` [meta-virtualization] " Christopher Clark
2021-09-30 14:59 ` [meta-virtualization] [PATCH 1/2] xen, rpi4: Fix syntax in linux-yocto bbappend Diego Sueiro
2021-09-30 15:02 ` Bertrand Marquis
2021-10-05  4:39   ` [meta-virtualization] " Christopher Clark
2021-10-04  1:42 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.