From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7018102194747473920 X-Received: by 2002:a5d:6c6a:: with SMTP id r10mr30034734wrz.389.1634029251637; Tue, 12 Oct 2021 02:00:51 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a7b:c4c3:: with SMTP id g3ls1002650wmk.0.gmail; Tue, 12 Oct 2021 02:00:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxSs53Nvk5BAfmQOWtEVR7uXP7cG6iEW5ucz9FWcucYcSy7fvt3lq9TJn9tHl37YvrBPGwo X-Received: by 2002:a1c:4e12:: with SMTP id g18mr4167684wmh.63.1634029250643; Tue, 12 Oct 2021 02:00:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634029250; cv=none; d=google.com; s=arc-20160816; b=jYzqV3/qKZOAfAq0Go8wi/cTvoxzsbrWTXuRauf4YuN24xDSCBoLve2OBFjnfLXr1y bQOkKbBSF1mmEBt7d4xgAkcAD/X62quCnpQxnaUzXieSv+MKyl0PUCqpO4ranzUfTMAU /lANm35q2+LUlxsEUVK/s4hU4h/ZsZg47SLMh6nF6DNvyo7M/hUF/6ytlKWcRwo/NR21 LN5QVou1lp9fkC/dAItzEzYNft7lj++j+bF7GK5bhkDhNOsYAaRWkDpP1/I7Ks27E8G0 7i7k+C5xYmwEHegvHLQkq/EvgKrKVPXzMQcjGYXJQJ7DKvaoXsS5qZYyHv7iXppdEbG+ rg6w== 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:from:references:to:subject; bh=k+bZ0xq89HoRYgIa347fvSG8ZaogYz2tuzLUhtdp7OU=; b=GOu/sHcS9wgpYNS8l8QFcBO7z+T+yBQPZlcnpwEI+hXeKbV6CrFCG21NT1TSH3NseG E5H306bFQR+FHOnWvD1lK6nmsLziU8V3gs9LeqC79ntC6E16NwboAurphOXbZ6z2byXm xk4IQ1nk0yO+G+VAlZvW+oOQ5WyCBiSeOWtyDIgAQF2IJc2Le0oeOURqNHGeNkfDygoM XE3e3N70yUp1rAdboecbaVAmn4jA9pPVw5PPkDATovxZ7Oeujgi39xHXlGFYNPMJfJaX HIrsDDBgHMdeNKBR0iSCUJ2GGxgkyH9Z0goQJsL+VNiDbzedRfttxYy+StIPl0x6Smqn YGRw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id a10si120787wmb.0.2021.10.12.02.00.50 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Oct 2021 02:00:50 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@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 thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id 19C90oST027712 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 12 Oct 2021 11:00:50 +0200 Received: from [167.87.72.172] ([167.87.72.172]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 19C90n8r006899; Tue, 12 Oct 2021 11:00:49 +0200 Subject: Re: [PATCH] isar-bootstrap: Fix SRC_URI inclusion To: Vijai Kumar K , isar-users@googlegroups.com References: <20211012081922.31157-1-Vijaikumar_Kanagarajan@mentor.com> From: Jan Kiszka Message-ID: Date: Tue, 12 Oct 2021 11:00:49 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20211012081922.31157-1-Vijaikumar_Kanagarajan@mentor.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: TingsYzMTkUl On 12.10.21 10:19, Vijai Kumar K wrote: > Fix commit 447b298. > > Include the right entries to SRC_URI. > > Signed-off-by: Vijai Kumar K > --- > meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc > index b8af676..9f297ce 100644 > --- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc > +++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc > @@ -64,7 +64,7 @@ python () { > d.appendVar("SRC_URI", " file://%s" % bb.parse.resolve_file(file, d)) > > distro_apt_preferences = d.getVar(d.getVar("DISTRO_VARS_PREFIX") + "DISTRO_APT_PREFERENCES", True) > - for file in distro_apt_sources.split(): > + for file in distro_apt_preferences.split(): > d.appendVar("SRC_URI", " file://%s" % bb.parse.resolve_file(file, d)) > } > > Ah, good catch! Reviewed-by: Jan Kiszka Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux