From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web12.2728.1616184704759990373 for ; Fri, 19 Mar 2021 13:11:44 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 3299A40BA9; Fri, 19 Mar 2021 20:11:44 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vS3IfKU_TD9u; Fri, 19 Mar 2021 20:11:44 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 1ACE840BA7; Fri, 19 Mar 2021 20:11:43 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id D9D15174558; Fri, 19 Mar 2021 16:11:42 -0400 (EDT) Date: Fri, 19 Mar 2021 16:11:42 -0400 From: "Denys Dmytriyenko" To: Khem Raj Cc: meta-ti@lists.yoctoproject.org Subject: Re: [meta-ti] [PATCH] layer.conf: add hardknott to compatible release branches Message-ID: <20210319201142.GC18041@denix.org> References: <20210318061816.1562693-1-raj.khem@gmail.com> <20210319195052.GB18041@denix.org> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Mar 19, 2021 at 01:05:50PM -0700, Khem Raj wrote: > On Fri, Mar 19, 2021 at 12:50 PM Denys Dmytriyenko wrote: > > > > On Wed, Mar 17, 2021 at 11:18:16PM -0700, Khem Raj wrote: > > > Signed-off-by: Khem Raj > > > --- > > > conf/layer.conf | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/conf/layer.conf b/conf/layer.conf > > > index 2393e61a..6fb214c6 100644 > > > --- a/conf/layer.conf > > > +++ b/conf/layer.conf > > > @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti" > > > BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" > > > BBFILE_PRIORITY_meta-ti = "6" > > > > > > -LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth" > > > +LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth hardknott" > > > > This should probably be cleaned to list the correct compatible releases... > > perhaps but as a separate patch, I only test master Just sent separate patches for master and dunfell with cleanup. > > > > > > > LICENSE_PATH += "${LAYERDIR}/licenses" > > > > > > -- > > > 2.31.0