On Thu, Sep 30, 2021 at 8:03 AM Bertrand Marquis <[email protected]> wrote:
> Hi Luca, > > > On 30 Sep 2021, at 15:54, Luca Fancellu <[email protected]> wrote: > > > > Syntax conversion for bbappend linux-yocto_5.10 > > and linux-yocto-dev inside the raspberrypi > > dynamic layer. > > > > Signed-off-by: Luca Fancellu <[email protected]> > > Reviewed-by: Diego Sueiro <[email protected]> > > Reviewed-by: Bertrand Marquis <[email protected]> > Reviewed-by: Christopher Clark <[email protected]> Tested-by: Christopher Clark <[email protected]> > > Thanks a lot for that :-) > Agreed! Thanks, Luca! Christopher > > Cheers > Bertrand > > > --- > > .../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 > > > > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately and do not disclose the > contents to any other person, use it for any purpose, or store or copy the > information in any medium. Thank you. > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6814): https://lists.yoctoproject.org/g/meta-virtualization/message/6814 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]] -=-=-=-=-=-=-=-=-=-=-=-
