From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6786557818880131072 X-Received: by 2002:a2e:9097:: with SMTP id l23mr9771204ljg.155.1583751702081; Mon, 09 Mar 2020 04:01:42 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:ae10:: with SMTP id f16ls1227151lfc.10.gmail; Mon, 09 Mar 2020 04:01:41 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtivKO2BqI91zxYiNV5zhbBCl73X1i46tSgqW56sD0AWRXS4qafciSNZwXqGO9WXK1XZjp3 X-Received: by 2002:a19:98a:: with SMTP id 132mr3806007lfj.171.1583751701424; Mon, 09 Mar 2020 04:01:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583751701; cv=none; d=google.com; s=arc-20160816; b=bwzN0+7vQX/eADl7CUHWoVKTenuJL3gPJkWhAl+5mkJ68rZDJl0ZZ/lacIjN4m3B/V 3HNmkcl6YTJd1/6S7ybSxZN61L4SfI7cYfwjiKvhK985DnIOUqQmmaTdvypSef0wYC3g fCtnHjlV6HSdTPSIJNOPTItssMLRGphcpOdJMNxNr5aT7fTENRQ7jiyPjOh4sZJ8EwFQ gSldQ65q5EerBGnO7hOpQYePaWjdcExrQaAJ9LrllQ5O5YA3Cty/3JegS+Gp/k2SAdwH +T518LJKEnigLAE5qh0XjoIUR5ETuc9mLOyopyw52Hlf3X4CuiyZKK7jk9BBh5E47Y1h o8dg== 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=sqkrv7R4N9xeVgqsr3KUneOIDSFdCqLbFV5XOlx1uko=; b=NoFVBfCfPweGzN7AtbDHJisJY9eWe952h09+Drj9d3WAxGr1D4zZ/a6UAPgvJ9W2HM E7iy/jRDXkmZl52YZCgELbq0+N4LwXmYbxzLYSWpLqiE8qli+9qvKas4R0lWaL4Sv1dx bhe9Ih188UGKIvxbhghyXn0qDeswvLi+dH0+9fxfvF4ZrmS/ERPOgc9pfU6qUWWrKvrj uPLweAywbiAm4svakVFgFBlm4uFNkAXNAleR2nyJYfGWICg9ZhWkiFQGxoE26BcrJ/U+ ej5VyJTkO5NXKdeFuUOEnZDGcMimgB6jROGI3nar7XjurzPMi1hc0jJYCk/sgfMyj1fV S+Vw== 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 s8si502308ljg.0.2020.03.09.04.01.41 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 09 Mar 2020 04:01:41 -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 (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 029B1cWF021570 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 9 Mar 2020 12:01:40 +0100 Date: Mon, 9 Mar 2020 12:01:37 +0100 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] wic-img: allow wic to find bitbake binary Message-ID: <20200309110137.e76xizpuuhhotfsf@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200127095019.16567-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200127095019.16567-1-henning.schild@siemens.com> User-Agent: NeoMutt/20180716 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: uJTIjCDDV9I5 On Mon, Jan 27, 2020 at 10:50:19AM +0100, Henning Schild wrote: > Some code paths/plugins use bitbake libraries. Those are found relative > to the bitbake binary. > Mount bitbake into the buildchroot and rewrite the sudo statement so > that bitbake will be found in PATH. > > One example to trigger the original problem would be to use the > "--exclude-path" argument for the "part" command of wic. Applied to next, thanks. With kind regards, Baurzhan.