From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6787079713742389248 X-Received: by 2002:a17:906:2b48:: with SMTP id b8mr28212881ejg.125.1600283529612; Wed, 16 Sep 2020 12:12:09 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:907:387:: with SMTP id ss7ls1573750ejb.5.gmail; Wed, 16 Sep 2020 12:12:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw5fq06MM8Vi/254JxmIlITu49UDQQ+soxpVMgHoZvu+nPSPxLPpPzhBgUJIx3CCQRtMpbW X-Received: by 2002:a17:906:e50:: with SMTP id q16mr28164257eji.544.1600283528559; Wed, 16 Sep 2020 12:12:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600283528; cv=none; d=google.com; s=arc-20160816; b=owZzjtZ4zk2Eu0X15olFpvMGO+YvC0X+laia6wCV7pFi7as0LQ12ujbRh5+sNu7fJU +vI+KeteJfXFgfzbmNqLJDwajs6jvMPv4pN8yDby9QkiTn+y9Zu5+OD0MNsE7ulSXuFq UZ0zWsD4dERFPWcffi8+CTgm4Pmmtfy3u/8+qaoA/WbY1xZ5O38503JhL4BPeX6CfFfe euJNtWcIK0Un2TNBdw/2DhtmbYHEpzCVsoFYD1qZUGbwjin9npMNDpKOsWGmse35zJtV x5Xz/1VHTJGvSGd/Na2VvR58noNrujlLle5gv1sdjS+9XPgV08aDoeseZfu6HW8C4Ies Z6oQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=dya+ZYctiXxDM2l8mNfKElCAwdJRvj3Upnt3VNiqDzI=; b=b17QibzVFd38W0yFgwx3KdoG2YI9fIDn21IgQc/r4rAbO+WJiuNuB32lvcrl5xgsTW ugkeRELt1vjm3BoI/g/hceI+apzRiePlbaxmmrNMUn9JGaWP/7pOLHULtWcN533NGEoJ Q9MVD9dnR/2pmLCffex3n4O+JV48QORA34iVj34QQp08uGTqV7GIEgBJenwo7p67WWwL 5S2IDMPRLRzSURhHQAxYxJPoXLLb8hBGVzw7J6jf3REQuXqch6Vq2HbxtCKyr1/06uJD QFFA2fyb3hbhK0GGPLlzH7voDHczThxes/QyXNn5LIA0yBpB4D7V20e+zXu+RZe7SsD2 j/2A== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id a16si919112ejk.1.2020.09.16.12.12.08 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 Sep 2020 12:12:08 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (ip-109-42-0-212.web.vodafone.de [109.42.0.212]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 08GJC3Po008489 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 16 Sep 2020 21:12:07 +0200 Date: Wed, 16 Sep 2020 21:11:57 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH v3] Replace ISARROOT with more relevant variables Message-ID: <20200916191157.GG16317@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200427102837.1755-1-Vijaikumar_Kanagarajan@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200427102837.1755-1-Vijaikumar_Kanagarajan@mentor.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: UDzLk8GX0UKx Hello Vijai Kumar, thanks for updating the wic series. Could you please also rebase this one? With kind regards, Baurzhan. On Mon, Apr 27, 2020 at 03:58:37PM +0530, Vijai Kumar K wrote: > When switching between two ISAR workspaces in the same shell > session, the ISARROOT setting of the previous workspace would be > picked up for the new workspace resulting in an incorrect > configuration. The user had to manually unset ISARROOT to avoid > any issues. > > As like OEROOT in OE, let us unset ISARROOT at the end of the > initialization script. This helps us to avoid the above issue > and also preserves support for passing ISARROOT from a caller > script as in OE. > > ISARROOT is used mostly to derive the location of bitbake, scripts, > testsuite, meta and meta-isar directories. > > Layers like meta, meta-isar already have their paths in LAYERDIR_core > and LAYERDIR_isar which can be used. For other directories introduce > dedicated variables BITBAKEDIR, SCRIPTSDIR and TESTSUITEDIR.