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.web08.1466.1616194992820222621 for ; Fri, 19 Mar 2021 16:03:13 -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 4FC8D40BA9; Fri, 19 Mar 2021 23:03:11 +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 ltA26M1fGod6; Fri, 19 Mar 2021 23:03:11 +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 34E8E409E0; Fri, 19 Mar 2021 23:03:10 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 80D3F174558; Fri, 19 Mar 2021 19:03:09 -0400 (EDT) Date: Fri, 19 Mar 2021 19:03:09 -0400 From: "Denys Dmytriyenko" To: "Bajjuri, Praneeth" Cc: meta-ti@lists.yoctoproject.org Subject: Re: [meta-ti] [master][PATCH] layer.conf: add hardknott to compatible release branches Message-ID: <20210319230309.GF18041@denix.org> References: <166DD7328409F7DB.26345@lists.yoctoproject.org> <20210319203112.GE18041@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 05:58:26PM -0500, Bajjuri, Praneeth wrote: > > > On 3/19/2021 3:31 PM, Denys Dmytriyenko wrote: > >Praneeth, > > > >When merging, please make sure the correct patch goes to correct branch, > >as indicated in the subject tag - this one is for master and the other > >for dunfell. Best time to merge them is when you don't have anything > >pending in -next. So, instead of cherry-picking between branches, just > >merge different patches. Thanks! > > > > sounds good. done . merged to master and dunfell the seperate patches. Thanks! > >On Fri, Mar 19, 2021 at 04:07:19PM -0400, Denys Dmytriyenko wrote: > >>From: Denys Dmytriyenko > >> > >>While at it, remove old releases before dunfell. > >> > >>Signed-off-by: Khem Raj > >>Signed-off-by: Denys Dmytriyenko > >>--- > >> conf/layer.conf | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >>diff --git a/conf/layer.conf b/conf/layer.conf > >>index 2393e61..3bed9fc 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 = "dunfell gatesgarth hardknott" > >> LICENSE_PATH += "${LAYERDIR}/licenses" > >>-- > >>2.7.4