From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6621782831461826560 X-Received: by 2002:adf:b244:: with SMTP id y4-v6mr1605785wra.19.1541753960227; Fri, 09 Nov 2018 00:59:20 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a5d:4e85:: with SMTP id e5-v6ls214976wru.26.gmail; Fri, 09 Nov 2018 00:59:19 -0800 (PST) X-Google-Smtp-Source: AJdET5ewGUXpJgiZr2qXAVz0uO2pxNDOafExZtVs7L+EjOvCvHRrNHMlNVwx//YDSz9KbAIVCNCx X-Received: by 2002:adf:9d1e:: with SMTP id k30-v6mr1548266wre.3.1541753959808; Fri, 09 Nov 2018 00:59:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541753959; cv=none; d=google.com; s=arc-20160816; b=PBBimuKf0NWW9Ihb5L0mg3uE/+bgcd6OlCCIDN7MiGtpbX8onXV/K9S9whIGDEPl3C BR1rMXCCANGIPCW1CjA1PHeDnBo+iwJ7vBYLhBd+2/Y6u8o6tTqiCvhGuUxIOnv3Jlv4 w82Arruu2wIHRdG6t8Yb0qCZDr0KqHHwbYcG0QSYeqfXdR4rMbFTiOe3O47m4cHaHOAF wH6e49EOkQHEatc6qvMj+SGt0nk3RBy+9sxnIhhi9txgQIAbGDCdxIXFfi+i7JbEykGY L9yuiqZSY2WAvSd6vsIwdtR9sdFbT4myeAO+RNVVaPhhAGlrtTlPwq6iwlgyDfxLmDSn MDyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:to:from; bh=zlgKMQEnMM2cd9bWmi8bz7oiCZZBI0IFAoaPyBkmpLo=; b=KcwN7LlBlcQvHHSnvKcN9rBk38I7PZT+5H7U/ADTzYIFsJvsewuRr/N/MmLCksxN8n bE8FtRoRYJm1pIf9GrQHGpjSHKmwvbWBohN9lIlq0fc+VpOW9fxr8/e2YPMaK5xgqTDM ukvE6fGGV5V4e4H0bHNDp/DLn9UPi7qApGbOAOYoRmEJD95E7T43PvTqGeG9Bcqjf+e0 jCIx2TPQ/nZGkPslYckv4tWWjX8kpyi8wge2T4PeRUQooqmFnGCxsEiCEds0VK86z4D3 XVIyt2wesqZtXPoIcKmMQqwGCqzVTaYHCfW7Yhww11aqsEHCw3/EgUMJf6idItovuPct owJQ== 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 l4-v6si19079wrb.4.2018.11.09.00.59.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Nov 2018 00:59:19 -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 azat.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id wA98x4fp015410 (version=TLSv1/SSLv3 cipher=AES128-SHA256 bits=128 verify=NOT) for ; Fri, 9 Nov 2018 09:59:19 +0100 From: "Maxim Yu. Osipov" To: isar-users@googlegroups.com Subject: [PATCH v2 2/2] meta: Set LAYERSERIES_* variables Date: Fri, 9 Nov 2018 09:59:03 +0100 Message-Id: <20181109085903.8299-3-mosipov@ilbers.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20181109085903.8299-1-mosipov@ilbers.de> References: <20181109085903.8299-1-mosipov@ilbers.de> X-TUID: eKoHFlLe3pUk 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" 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}" -- 2.11.0