From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6694185841788452864 X-Received: by 2002:a05:6402:13cf:: with SMTP id a15mr96199733edx.70.1558611598763; Thu, 23 May 2019 04:39:58 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:b527:: with SMTP id y36ls1239410edd.12.gmail; Thu, 23 May 2019 04:39:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqxAqm94+IuH1FjIu78boIDBcqS3/iMn5WxPod2eqCIRkOhw0CeyS4dJ5z5YIwrdUYUiNbbr X-Received: by 2002:a50:8803:: with SMTP id b3mr96930296edb.153.1558611598292; Thu, 23 May 2019 04:39:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558611598; cv=none; d=google.com; s=arc-20160816; b=RWybmdGlIrtJPblbgEtP0VaRvbFN1P4su1R7yNxdLipJeVDC62Fc6votHfeN2RCubO cOKfhWZo207wS0QCyRf2f3DM8UDK+k1jDEXr6qktET/tVpuRrRdmxNUGU3C9Z3CwduNq VAdZXT1vg5fOQcmkXHNtic0rxD44PS1d7GAQ1Pk+Ue/nyPN62Y29GxNKa2VDpCyJg7uU SEZA5hVFySFjDxiooV/m4wqUhvRrclaVBPS2j4+/P00s8/Jn0yBqL++GiA7ugDYA4gvS SqL+xT8syh73stiM4nu9RXziJ+ke/86L0DIHef1lgG4c80anFYkcuZSZsokTAAPl/8NH WdEw== 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=cGeZ5/4DuxKBJw5NZNZWvO3cAmUQNS73QbZ34SLRSHI=; b=dcojG5KJcNIeQ6L22BqsEi2ChDZN15vjd+K2VUqMmbvVlPUmrmyh6w8C2i130MHOAB fzCJuGaxYAiCBnK9wT9FqTcIt5IG/Gwf77mOrstGC+I39fCjE4Bwsymi/NUp/Z1THPzc V78x2p75Wp1rsVEdhVNtMK+ymAaTS2D+GhNtpLFoGkYnyYNiTGZ2ZqNNOmdNNysLnmhS tK93bjzlzcqcQQygDPgTEOwbrMaWiOCi8LofxIyIjwfWxaN2l2f5uLga4VP8bgCElypM bi2VGADfJPEVPbzg/lkkHIJ7KQkcMKux04UYdk1uRHsu/ak/AgbZr5SSbbRStrOLsg80 YeSw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id l30si2886343edd.4.2019.05.23.04.39.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 May 2019 04:39:58 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id x4NBdvqx026668 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 23 May 2019 13:39:57 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.232]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x4NBdvWG032541; Thu, 23 May 2019 13:39:57 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH 2/6] bitbake: added DISTRO to REPO_BASE_{DB_}DIR Date: Thu, 23 May 2019 13:39:45 +0200 Message-Id: <20190523113949.20080-3-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190523113949.20080-1-claudius.heine.ext@siemens.com> References: <20190523113949.20080-1-claudius.heine.ext@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: azPnrkUhVXsB From: Claudius Heine The base-apt repository can only contain one codename, so the path should be specific to the DISTRO variable to avoid conflicts. Signed-off-by: Claudius Heine --- meta/conf/bitbake.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 381c121..3d18223 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -69,8 +69,8 @@ REPO_ISAR_DB_DIR = "${DEPLOY_DIR}/isar-apt/db" THIRD_PARTY_APT_KEYRING = "/etc/apt/trusted.gpg.d/third_party.gpg" # Base apt repository paths -REPO_BASE_DIR = "${DL_DIR}/base-apt/apt" -REPO_BASE_DB_DIR = "${DL_DIR}/base-apt/db" +REPO_BASE_DIR = "${DL_DIR}/base-apt/${DISTRO}/apt" +REPO_BASE_DB_DIR = "${DL_DIR}/base-apt/${DISTRO}/db" BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH BBSERVER DL_DIR \ SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL TERM \ -- 2.20.1