From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6750925682511970304 X-Received: by 2002:a1c:7219:: with SMTP id n25mr7126944wmc.101.1571822371796; Wed, 23 Oct 2019 02:19:31 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:9cd7:: with SMTP id f206ls925171wme.5.gmail; Wed, 23 Oct 2019 02:19:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqyO/27bXBk7o61YroVC74IQo91JlJsYQf5tcuW58b4FwjybDxJNgWxJZ27KU6WMRq/VIpLI X-Received: by 2002:a1c:9c0c:: with SMTP id f12mr6838007wme.133.1571822371233; Wed, 23 Oct 2019 02:19:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571822371; cv=none; d=google.com; s=arc-20160816; b=gctfyAgtnsRw7RZqEz/dRzig2Cfc+32QQ+mpbU3LApmNOqdpsk9Y2ek0ZIY46fPUlp Fk8XOIOrat4MfAHlrk7ib/gzuhEkWEd4IoNUUNdZ2MrrAq9jINlfq5NAQtBvZrZmujH1 ejUUJxl0wuQIamWWpP1iKNn0T9nJM5tMPgENZ49i64nAOk+Swwvfnmm8d5DHtwCs/k8+ K1NLheMtTzgH4hHZUDNAv6A9Mf3Od2WY+AJivSiMrlzC/0+PkFWd3FAM0EnzZAXbuWrk vaLr6efsYfm2wryaO2QA6IUpJ1UHxb6Y0kjaQ4PyqLgWrXw/CK9xKopSu4Uo2anIxayt +hjA== 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:date:subject:cc:to:from; bh=HlQHeZfjGq/2LGaGErPtmScLgmMLB11qhRXIU0fq5+U=; b=hU7DHwDvtk/wDghRg0uVCTQvsnEw/xeq6ld5OzciN+M5x9qfQoFWBHIgz5SwCOMWAO D4XSIW6FFvGGEAxLyFF5gZg+LtRJDqEByuf9AZXEAS8YsI+LBIxOALzqRCUlhq2/1t+L LdUP1XfH/FxrQSlQmoy1VxuPcdOrxT/hkQcKbWIpcHLKZAJwARuYCwUiUYz32S24tuQy SWb6kTH0nCvbWm6RgbdKA12rPMVNEHqTgeokCcIgKS9zW6+rEyNFbDWrP2xtZEq5pDuB AiCXuPoGISLuwh7Aqx/rriO9YdLDoxY9ekiEK9Dh8ap/zNxQq34/ho3B3GitJkVQIO9d fhFg== 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id p15si1094583wrj.0.2019.10.23.02.19.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Oct 2019 02:19:31 -0700 (PDT) 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=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 x9N9JUXi017293 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 23 Oct 2019 11:19:30 +0200 Received: from md1za8fc.ad001.siemens.net ([139.25.0.8]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x9N9JU23004871; Wed, 23 Oct 2019 11:19:30 +0200 From: Henning Schild To: isar-users@googlegroups.com Cc: Jan Kiszka , Henning Schild Subject: [PATCHv2 1/3] meta-isar/recipes-app: change SRC_URIs of hello rebuild example Date: Wed, 23 Oct 2019 11:19:27 +0200 Message-Id: <20191023091929.21562-2-henning.schild@siemens.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191023091929.21562-1-henning.schild@siemens.com> References: <20191023091929.21562-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: 55kjFExYo4yT From: Henning Schild A following change will require the PV to be the exact match of the upstream PV. So "2.10" will not work because upsteam is at "2.10-2", and similar for "2.9". We do not want the examples to rebuild an exact version, but rather the most recent from the suite. The "=" was in there mainly to document the choosing feature, which is now done by the comment. Signed-off-by: Henning Schild --- meta-isar/recipes-app/hello/hello.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-isar/recipes-app/hello/hello.inc b/meta-isar/recipes-app/hello/hello.inc index 747b96b..c5f322b 100644 --- a/meta-isar/recipes-app/hello/hello.inc +++ b/meta-isar/recipes-app/hello/hello.inc @@ -5,8 +5,10 @@ inherit dpkg -# this will fetch and unpack the sources from upstream debian -SRC_URI = "apt://${PN}=${PV}" +# This will fetch and unpack the sources from upstream Debian. +# Note that you can also choose a version but have to pick the exact one +# i.e. "apt://hello=2.10-2". +SRC_URI = "apt://${PN}" MAINTAINER = "isar-users " CHANGELOG_V = "${PV}-99+isar" -- 2.23.0