From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6621782831461826560 X-Received: by 2002:a2e:9b99:: with SMTP id z25-v6mr24534lji.7.1542014407957; Mon, 12 Nov 2018 01:20:07 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:4f0a:: with SMTP id d10ls439030lfb.11.gmail; Mon, 12 Nov 2018 01:20:07 -0800 (PST) X-Google-Smtp-Source: AJdET5eWDRf0cMHrX24BA5IuwHAtbkoQwuUUESr9vyCsDoPO5SeQUE0Z9aczG6WqyuGiofyCJCd/ X-Received: by 2002:a19:740a:: with SMTP id v10mr22630lfe.16.1542014407483; Mon, 12 Nov 2018 01:20:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542014407; cv=none; d=google.com; s=arc-20160816; b=kT4NRff7Q8pVkF+JV+uI2zCCEbuD3yjo8zy2Avb1WevIzVyE4Om2Tof8GpsmBcIHV3 DP0DHhwoBAKWyup9tDh9rftLPp2TJgpenoDOm87kWf3D492YSl2KD/INRWyb3S2FjOJC Pprt3uwAk5iEDmpraxY6w2VU+MHrvL/YEJXykKYiKlO3J3lfNQahC4ly7tPORRdTwJlq dwq+nmHOCR+wYcAyvJ0i80LR77Ct+HbVWVDKRFrbZa5FGFBL47fK4WMGzdVNX6da10Tg QrIWt0+LVptQpGktMLLZwwYWjQxcV3Z40j3gVM8OPJM7fGUqCo5P8oHpcG0qP07N3z/U LoFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date; bh=0ZwB24P84ZhXlAKR/CPX7jvWdyCjFGjAmzOFJX8dWxo=; b=Wyw/5IkE+Rd7O03vk7rivt93tXCUbMS7EUb4/iUrhlA76F+p2IossPXQnsqN4cyRsL 6ntcSw62YXO2WqfXu4gsNKNDbTjTz4mP9RndH21iyQSiCDmVQMYBtJ+oLAGiQaWqYwhI bdTS+I9DGHBO1KQJzLEjkNwX0A6WVLy8SeHLXlxohKTQRjtmP9f9rpAmMI+2OeGBKf2E Hb4CHHsfgd+EzAxPEUdRkA76rA5I8eJgaxv1pFNE0zHR7fWGqJaVG+fUbCKqJY7nVcOV wrJaqejwVb+hDIe0OMc7FFYwp0FNiFbKpNYyb8jL+kqWNct0ArT4xr8BhEkista4rnpS +K4w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id t5-v6si617085lje.3.2018.11.12.01.20.07 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Nov 2018 01:20:07 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id wAC9K65j014117 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 12 Nov 2018 10:20:06 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.69.119]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id wAC9K6a4030502; Mon, 12 Nov 2018 10:20:06 +0100 Date: Mon, 12 Nov 2018 10:20:06 +0100 From: Henning Schild To: "Maxim Yu. Osipov" Cc: Subject: Re: [PATCH v2 2/2] meta: Set LAYERSERIES_* variables Message-ID: <20181112102006.6f52306a@md1za8fc.ad001.siemens.net> In-Reply-To: <20181109085903.8299-3-mosipov@ilbers.de> References: <20181109085903.8299-1-mosipov@ilbers.de> <20181109085903.8299-3-mosipov@ilbers.de> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: Ht5KYLL9H3MQ Am Fri, 9 Nov 2018 09:59:03 +0100 schrieb "Maxim Yu. Osipov" : > Fix warnings after update to the latest bitbake. > > Signed-off-by: Maxim Yu. Osipov > --- > meta-isar/conf/layer.conf | 1 + > meta/conf/layer.conf | 3 +++ > 2 files changed, 4 insertions(+) > > diff --git a/meta-isar/conf/layer.conf b/meta-isar/conf/layer.conf > index 4aa1cf1..bc26516 100644 > --- a/meta-isar/conf/layer.conf > +++ b/meta-isar/conf/layer.conf > @@ -14,6 +14,7 @@ BBFILE_PRIORITY_isar = "5" > # This should only be incremented on significant changes that will > # cause compatibility issues with other layers > LAYERVERSION_isar = "3" > +LAYERSERIES_COMPAT_isar = "v0.6" Will this cause warnings or confusion once we are at > 0.6? Say i have a layer that truly needs >=0.8 but sits on an Isar with the 0.6 still in there. Henning > LAYERDIR_isar = "${LAYERDIR}" > > diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf > index ab6ae8e..ec34d85 100644 > --- a/meta/conf/layer.conf > +++ b/meta/conf/layer.conf > @@ -11,8 +11,11 @@ BBFILE_COLLECTIONS += "core" > BBFILE_PATTERN_core = "^${LAYERDIR}/" > BBFILE_PRIORITY_core = "5" > > +LAYERSERIES_CORENAMES = "v0.6" > + > # This should only be incremented on significant changes that will > # cause compatibility issues with other layers > LAYERVERSION_core = "1" > +LAYERSERIES_COMPAT_core = "v0.6" > > LAYERDIR_core = "${LAYERDIR}"