From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6621946372691066880 X-Received: by 2002:a1f:980b:: with SMTP id a11mr8369438vke.15.1541792040450; Fri, 09 Nov 2018 11:34:00 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a67:8442:: with SMTP id g63ls374407vsd.5.gmail; Fri, 09 Nov 2018 11:34:00 -0800 (PST) X-Google-Smtp-Source: AJdET5cyQ0NXC2EbBKZ8OwD/DsWaHmR78dQXuTxyCYqDNsRho8IEgLMF3TBs8cAjU3s/DKe9qFP0 X-Received: by 2002:a67:ba05:: with SMTP id l5mr8425516vsn.18.1541792040229; Fri, 09 Nov 2018 11:34:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541792040; cv=none; d=google.com; s=arc-20160816; b=IA/0G1NbI+HSU1lcLaDCZPxpG2d14JuDooS/fwO3jn/8TW9GT/WXuD10wCoAxjWgxT ZCd1a9Hj+ia7tGOgnWe8Ark5ubAGFGOX7OfCaD6t22P1uUv+G4gmVyiFWEebPDIGZWGj /+uPFIWODDqXiPWwN/KvVDgCUncTZgLz/wGzHzY5dTuWQ/GBKnoCQPu+6rMHzI43kwG1 zUURUKQAMIhgdkSxyj2MdbOv5M6u9Vyf91zJreWM+2lGoVLaCu+n36GuZTdnE1jTzz6w cX5M0PpU+fLAV1sh2/24qY986ZUAUeOEA5OsY3Y/8mSMg4OC2hDx+Rc7nXvNhYVrRXTL 91RQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:references:in-reply-to:message-id:date:subject:cc:to :from; bh=ASqc5C7JvD9doi2jeohaoG1FTlJsprhNmDv/XbtFmjU=; b=tlFKuaWNELRnY/OUpexLb6iMNIMQcV3Edlz6IZ8JLc5nGm0Rad0SjFiOP4TOjZS6yn 8+cksZTrhGXKMNHdFz6G2t0yAyGZqVuTTfdjCzmN59hjfwROZ7bQrmz1MFsmQNl5pM92 eTDT8JlVI2EvEqP5rMEG0y4hYPcQxQ2dWqQjrRBM8M2nfklhE5WyddDvTiDwRUB0U35i +hRTHHdtlLh4pgwazo+96qsmcIMBGabCsmbJ2+F3t3jXKJTpkQrALG6r6MupljoiDg2I pfQS0PYaxqBgDDlIu3Vc+heeaK2SCJema9Em/dOMH2tLz+NX1jN4gv4FQLSONHggbqzn zT3g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Return-Path: Received: from relay1.mentorg.com (relay1.mentorg.com. [192.94.38.131]) by gmr-mx.google.com with ESMTPS id x65si343060vkg.2.2018.11.09.11.34.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Nov 2018 11:34:00 -0800 (PST) Received-SPF: pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) client-ip=192.94.38.131; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-02.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1gLCXX-0005D8-9f from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Fri, 09 Nov 2018 11:33:59 -0800 Received: from FRG-W10-HOMBOUR.world.mentorg.com (137.202.0.90) by svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Fri, 9 Nov 2018 19:33:55 +0000 From: Cedric Hombourger To: CC: Cedric Hombourger Subject: [PATCH 2/2] bitbake.conf: add MACHINE to DEPLOY_DIR_IMAGE Date: Fri, 9 Nov 2018 20:33:43 +0100 Message-ID: <1541792023-514-3-git-send-email-Cedric_Hombourger@mentor.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1541792023-514-1-git-send-email-Cedric_Hombourger@mentor.com> References: <1541792023-514-1-git-send-email-Cedric_Hombourger@mentor.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) X-TUID: nY9o0roFiulH Align with OpenEmbedded and place image artifacts in a folder in tmp/deploy/images/. Suggested-by: Jan Kiszka Signed-off-by: Cedric Hombourger --- RECIPE-API-CHANGELOG.md | 5 +++++ meta/conf/isar-bitbake.conf | 1 + 2 files changed, 6 insertions(+) diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md index c7b7552..95a5f96 100644 --- a/RECIPE-API-CHANGELOG.md +++ b/RECIPE-API-CHANGELOG.md @@ -6,6 +6,11 @@ Baseline: Release v0.5 Upcoming changes (v0.7) ----------------------- +### location of image artifacts + +Align with OpenEmbedded and place image artifacts in a per-machine folder placed +in tmp/deploy (to avoid collisions among other things). + ### more consistent artifact names multiconfig image artifacts are all placed in tmp/deploy/images. They include diff --git a/meta/conf/isar-bitbake.conf b/meta/conf/isar-bitbake.conf index 666c4a3..d552c03 100644 --- a/meta/conf/isar-bitbake.conf +++ b/meta/conf/isar-bitbake.conf @@ -19,6 +19,7 @@ # OTHER DEALINGS IN THE SOFTWARE. WORKDIR = "${TMPDIR}/work/${DISTRO}-${DISTRO_ARCH}/${PF}" +DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" DL_DIR = "${TOPDIR}/downloads" SSTATE_DIR ?= "${TMPDIR}/sstate-cache" BUILDCHROOT_HOST_DIR = "${TMPDIR}/work/${DISTRO}-${DISTRO_ARCH}/buildchroot-host/rootfs" -- 2.11.0