From: Denys Dmytriyenko <denis@denix.org>
To: Ross Burton <ross.burton@arm.com>
Cc: meta-arm@lists.yoctoproject.org, nd@arm.com
Subject: Re: [meta-arm] [PATCH 01/10] meta-*: mark layers as compatible with mickledore only
Date: Thu, 12 Jan 2023 08:31:34 -0500 [thread overview]
Message-ID: <20230112133134.GW22689@denix.org> (raw)
In-Reply-To: <20230112110257.2070363-1-ross.burton@arm.com>
On Thu, Jan 12, 2023 at 11:02:48AM +0000, Ross Burton wrote:
> oe-core's master branch is diverging fron landgale and meta-arm will be
typo - landgale?
> following this, so drop compatibity with langdale in master so we're
> free to diverge too.
>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
> meta-arm-bsp/conf/layer.conf | 2 +-
> meta-arm-toolchain/conf/layer.conf | 2 +-
> meta-arm/conf/layer.conf | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
> index 75efe546..e192a83d 100644
> --- a/meta-arm-bsp/conf/layer.conf
> +++ b/meta-arm-bsp/conf/layer.conf
> @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-arm-bsp"
> BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
> BBFILE_PRIORITY_meta-arm-bsp = "5"
>
> -LAYERSERIES_COMPAT_meta-arm-bsp = "langdale mickledore"
> +LAYERSERIES_COMPAT_meta-arm-bsp = "mickledore"
>
> LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
> # This won't be used by layerindex-fetch, but works everywhere else
> diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
> index bb37cd06..a6f403ec 100644
> --- a/meta-arm-toolchain/conf/layer.conf
> +++ b/meta-arm-toolchain/conf/layer.conf
> @@ -9,4 +9,4 @@ BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
> BBFILE_PRIORITY_arm-toolchain = "5"
>
> LAYERDEPENDS_arm-toolchain = "core"
> -LAYERSERIES_COMPAT_arm-toolchain = "langdale mickledore"
> +LAYERSERIES_COMPAT_arm-toolchain = "mickledore"
> diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> index 68d8c562..be8201c7 100644
> --- a/meta-arm/conf/layer.conf
> +++ b/meta-arm/conf/layer.conf
> @@ -13,7 +13,7 @@ LAYERDEPENDS_meta-arm = " \
> core \
> arm-toolchain \
> "
> -LAYERSERIES_COMPAT_meta-arm = "langdale mickledore"
> +LAYERSERIES_COMPAT_meta-arm = "mickledore"
>
> # runfvp --console needs telnet, so pull this in for testimage.
> HOSTTOOLS_NONFATAL += "telnet"
> --
> 2.34.1
next prev parent reply other threads:[~2023-01-12 13:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-12 11:02 [PATCH 01/10] meta-*: mark layers as compatible with mickledore only Ross Burton
2023-01-12 11:02 ` [PATCH 02/10] arm: Add addpylib declaration Ross Burton
2023-01-12 11:02 ` [PATCH 03/10] arm-toolchain: remove obsolete oe_import Ross Burton
2023-01-12 11:02 ` [PATCH 04/10] CI: switch back to master Ross Burton
2023-01-12 11:02 ` [PATCH 05/10] CI: remove obsolete linux-yocto workarounds Ross Burton
2023-01-12 11:02 ` [PATCH 06/10] Revert "CI: revert a meta-clang change which breaks pixman (thus, xserver)" Ross Burton
2023-01-12 11:02 ` [PATCH 07/10] arm-bsp/fvp-base*: no need to remove rng-tools from openssh Ross Burton
2023-01-12 11:02 ` [PATCH 08/10] arm-bsp/fvp-baser-aemv8r64: Rebase u-boot patches onto v2022.10 Ross Burton
2023-01-12 11:02 ` [PATCH 09/10] arm-bsp/u-boot: corstone500: bump to 2022.10 Ross Burton
2023-01-12 11:02 ` [PATCH 10/10] arm-bsp/u-boot: Corstone1000: bump to v2022.10 Ross Burton
2023-01-12 13:31 ` Denys Dmytriyenko [this message]
2023-01-13 15:03 ` [meta-arm] [PATCH 01/10] meta-*: mark layers as compatible with mickledore only Jon Mason
2023-01-13 18:05 ` Jon Mason
2023-01-20 2:01 ` Jon Mason
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=20230112133134.GW22689@denix.org \
--to=denis@denix.org \
--cc=meta-arm@lists.yoctoproject.org \
--cc=nd@arm.com \
--cc=ross.burton@arm.com \
/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.