public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] conf: Move base-apt to downloads directory
@ 2018-11-14 12:44 Maxim Yu. Osipov
  2018-11-22 12:51 ` Maxim Yu. Osipov
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Yu. Osipov @ 2018-11-14 12:44 UTC (permalink / raw)
  To: isar-users

Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
 meta-isar/conf/layer.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-isar/conf/layer.conf b/meta-isar/conf/layer.conf
index bc26516..5d3ae88 100644
--- a/meta-isar/conf/layer.conf
+++ b/meta-isar/conf/layer.conf
@@ -26,5 +26,5 @@ REPO_ISAR_DIR ?= "${DEPLOY_DIR}/isar-apt/apt"
 REPO_ISAR_DB_DIR ?= "${DEPLOY_DIR}/isar-apt/db"
 
 # Base apt repository paths
-REPO_BASE_DIR ?= "${DEPLOY_DIR}/base-apt/apt"
-REPO_BASE_DB_DIR ?= "${DEPLOY_DIR}/base-apt/db"
+REPO_BASE_DIR ?= "${DL_DIR}/base-apt/apt"
+REPO_BASE_DB_DIR ?= "${DL_DIR}/base-apt/db"
-- 
2.11.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-22 12:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-14 12:44 [PATCH] conf: Move base-apt to downloads directory Maxim Yu. Osipov
2018-11-22 12:51 ` Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox