From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Christopher Clark <christopher.w.clark@gmail.com>
Cc: meta-virtualization@yoctoproject.org, cardoe@gentoo.org
Subject: Re: [PATCH] xen, linux-yocto-dev, RPi4: weaker assign for KBRANCH and KMACHINE
Date: Mon, 28 Dec 2020 22:54:31 -0500 [thread overview]
Message-ID: <20201229035428.GA14464@gmail.com> (raw)
In-Reply-To: <20201224010310.13962-1-christopher.w.clark@gmail.com>
merged.
Bruce
In message: [PATCH] xen, linux-yocto-dev, RPi4: weaker assign for KBRANCH and KMACHINE
on 23/12/2020 Christopher Clark wrote:
> Switch to use ?= to set KBRANCH_raspberrypi4-64 to make it easier to
> override elsewhere when needed for switching to a different kernel branch.
> Also make the same change for KMACHINE_raspberrypi4-64 to match how it is
> assigned in the meta-yocto-bsp layer.
>
> Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
> ---
> .../raspberrypi/recipes-kernel/linux/linux-yocto-dev.bbappend | 4 ++--
> 1 file changed, 2 insertions(+), 2 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 85d6feb..2a0416f 100644
> --- a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto-dev.bbappend
> +++ b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto-dev.bbappend
> @@ -5,6 +5,6 @@ DEFAULT_CMDLINE := "${CMDLINE}"
> XEN_LINUX_CMDLINE ?= "console=hvc0 clk_ignore_unused earlycon=xenboot debug root=/dev/mmcblk0p2 rootwait"
> CMDLINE = "${@bb.utils.contains('DISTRO_FEATURES', 'xen', '${XEN_LINUX_CMDLINE}', '${DEFAULT_CMDLINE}', d)}"
>
> -KBRANCH_raspberrypi4-64 = "standard/bcm-2xxx-rpi"
> -KMACHINE_raspberrypi4-64 = "bcm-2xxx-rpi4"
> +KBRANCH_raspberrypi4-64 ?= "standard/bcm-2xxx-rpi"
> +KMACHINE_raspberrypi4-64 ?= "bcm-2xxx-rpi4"
> COMPATIBLE_MACHINE_raspberrypi4-64 = "(raspberrypi4-64)"
> --
> 2.17.1
>
prev parent reply other threads:[~2020-12-29 3:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-24 1:03 [PATCH] xen, linux-yocto-dev, RPi4: weaker assign for KBRANCH and KMACHINE Christopher Clark
2020-12-29 3:54 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201229035428.GA14464@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=cardoe@gentoo.org \
--cc=christopher.w.clark@gmail.com \
--cc=meta-virtualization@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.