From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6625544440715935744 X-Received: by 2002:a2e:4253:: with SMTP id p80-v6mr1036297lja.13.1542891811490; Thu, 22 Nov 2018 05:03:31 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:2bda:: with SMTP id r87-v6ls1228173ljr.0.gmail; Thu, 22 Nov 2018 05:03:31 -0800 (PST) X-Google-Smtp-Source: AJdET5flzntKR3DRBbug9uUQZ4tki1a694V/y0HzunhaH8gT4yp9Ctof9voKBruBlQexiMRGzPaX X-Received: by 2002:a2e:8842:: with SMTP id z2-v6mr988095ljj.29.1542891810984; Thu, 22 Nov 2018 05:03:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542891810; cv=none; d=google.com; s=arc-20160816; b=EAHzkC55V+TDERa5dqx55h0VqPjotq92rhUKG4hP292hGxM6xveLGw1V92cFsGqnBy GLLWBWytEsPlQuupqw+kNwXjFrmsnWimh7A327iP2slYc4t/pHoqViHxgYXU+qNgGRyO 0SIolY7WvMuU0jjdZSRZ4/c5XwpOyB6WKFY6IHNf66EkeHBlJ0vyO7GlTXlQKObxQtkb QphAkHf6t3YDd05iIO48LEz1sq4Rtpf1B66shfSt8xlMaDBcDvPGWlTQoAFyArrNmcoq DrcCib0aTPDW6CvydQ/C9454FVSCO1aJMO2E4NGF4Kn9MQXUb6jFTcUsM/iofBEzkCVM UU8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:organization:references:to:from:subject; bh=uBnUCs/fgXDFRhpGNkPupD7bM9ipdB28NMe1JHLqlCI=; b=kTSg4mLh7yZ42Oipsy8A6FIApuh8j48b1pxR6hMdVeWS/hcgCa1JH42hvrGSEGdM3+ HV2vE70W1M8XTRLCfYLGqvgTPp4HJkbX+Q65UYdanTjtxn8s5NPLPxMGDRmhwnNbblMK I8ZnahXTl/f4hDnoNaeVRpNo6PZs8PE/xGwgRy74mEzKFtf3IG/86xeSDnV2KguVH8jl qXAe/9eTTnSA4nfyR0dzXh8VsofgDoHjPNklgCyIMFkT3qNp5z3/VET8Yf5mJKBaGvzs C3AdLktID3Sk85UjQ/Cfi6GOUvMq3tIl1uPCjiUwm2h5cSMeRNtWb3hXJMArcYl+36N/ dZDA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id 134si1497017lfa.1.2018.11.22.05.03.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Nov 2018 05:03:30 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Received: from [192.168.50.180] (nat-ppp-217.71.235.199-satnet-spb.ru [217.71.235.199] (may be forged)) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id wAMD3RAr023013 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Thu, 22 Nov 2018 14:03:29 +0100 Subject: Re: [PATCH] conf: Add value 'next' to LAYERSERIES_CORENAMES From: "Maxim Yu. Osipov" To: isar-users@googlegroups.com References: <20181119121604.28640-1-mosipov@ilbers.de> Organization: ilbers GmbH Message-ID: <6273679e-2af1-ea6a-c6f2-23d22d80bb91@ilbers.de> Date: Thu, 22 Nov 2018 16:03:22 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181119121604.28640-1-mosipov@ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: uU+kOrU1mNVu On 11/19/18 3:16 PM, Maxim Yu. Osipov wrote: > If you need to express the fact that your layer requires the > layer version higher than existing release corename, > use the value 'next'. Applied to the 'next'. > Signed-off-by: Maxim Yu. Osipov > --- > RECIPE-API-CHANGELOG.md | 8 ++++++++ > meta/conf/layer.conf | 2 +- > 2 files changed, 9 insertions(+), 1 deletion(-) > > diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md > index af12994..e3bed1b 100644 > --- a/RECIPE-API-CHANGELOG.md > +++ b/RECIPE-API-CHANGELOG.md > @@ -16,6 +16,14 @@ not just packaged as before. > - a lot of debhelpers will help .. or complain > fix the issues or override the helpers (see example-raw) > > +### Set LAYERSERIES_COMPAT_* when an own layer is defined > + > +When defining an own layer LAYERSERIES_COMPAT_mylayer_root_name has to be set, > +the possible values are listed in the variable LAYERSERIES_CORENAMES. > + > +If you need to express the fact that your layer requires the > +layer version higher than existing release corename, use the value 'next'. > + > ### location of image artifacts > > Align with OpenEmbedded and place image artifacts in a per-machine folder placed > diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf > index ec34d85..a38ab97 100644 > --- a/meta/conf/layer.conf > +++ b/meta/conf/layer.conf > @@ -11,7 +11,7 @@ BBFILE_COLLECTIONS += "core" > BBFILE_PATTERN_core = "^${LAYERDIR}/" > BBFILE_PRIORITY_core = "5" > > -LAYERSERIES_CORENAMES = "v0.6" > +LAYERSERIES_CORENAMES = "v0.6 next" > > # This should only be incremented on significant changes that will > # cause compatibility issues with other layers > -- Maxim Osipov ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn Germany +49 (151) 6517 6917 mosipov@ilbers.de http://ilbers.de/ Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov