From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6750639733816164352 X-Received: by 2002:a05:6402:68b:: with SMTP id f11mr16319203edy.173.1571914463121; Thu, 24 Oct 2019 03:54:23 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:907:20b2:: with SMTP id pw18ls1208227ejb.11.gmail; Thu, 24 Oct 2019 03:54:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqxhFoFRyczGXzPy3FguIvsPzRH8dwTyZ4MAKHgXF0jpHQl8mDKrcpYmNgUXBy9VrMMp12g6 X-Received: by 2002:a17:906:448e:: with SMTP id y14mr37869936ejo.136.1571914462373; Thu, 24 Oct 2019 03:54:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571914462; cv=none; d=google.com; s=arc-20160816; b=Ph5dJUoT0UsFhhBy4cVkbNTjcRP/LdPXhPbFdbajFMETnRdt+516NSU3N2fG1oIz+M x3HVI/KQ3WOAAkp5daVb5z/EqCYox8Osf0lYzfIEnUwyyhqiz7HTd15kXJ73CNFMfWzG W1MLXatGt/s9fKBBszgPGoo0aO+sQ858jtNvIHFDiDwKuKhcSHlISxuS67tp8yKL6jqO gRxKTCsVk18bp/ylREt6I1e5JuzHL4xskvjM6QN/5/6XSFB7blkW7kt7C0guXhQVLqpZ 3hcLjUQjXAWH9vg1xH31C7w3fGU4dSr1vP6LQ24Ro/0jx4FvwY5Mjdmby8WTDQo+AqCM FQUw== 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=evhqgwWXt89wQ1VqsZB2TX5dwiJ6XyRFssR+pFWB5os=; b=YXDjcs2RpaBq4YTU0a4OddJQixQz1Nv1Y+phoQ5naLGLuw4SN/6pjn8aXCEl/g1y5e VszYdttV7fL9kiOgAlUewBFwRzZgr7jv03y5SSqacG252RLcTmeWoSDQDfiziWjxc9Lt LoLql8EtK3y1UEAgC38TodIvrnT6eNNPBLqJhvfbrNShiFWkCztRt+2P/gaZ/VNj2RSW fFB/2+m7w6x+55y2uVAVG5UJGe3qObqK3wWQPyvB2GuCLzVq/kExCcIoCZBzltNYh83u Owhwj32ACj0Xv66kPfQNuR5ItPFN7SduISmSppD0iArirSn/ShPBBMYDGa2TSX0rLD0F axhg== 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 c28si1203553eda.4.2019.10.24.03.54.22 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 24 Oct 2019 03:54:22 -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 x9OAsKFk015612 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 24 Oct 2019 12:54:21 +0200 Date: Thu, 24 Oct 2019 12:54:20 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH v2] meta: rootfs: Fix manifest generation Message-ID: <20191024105420.i43dpqdos5344ouq@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20191022144930.3458-1-Vijaikumar_Kangarajan@mentor.com> <20191022145336.3873-1-Vijaikumar_Kangarajan@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191022145336.3873-1-Vijaikumar_Kangarajan@mentor.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: 5a8rxuStt0Ga On Tue, Oct 22, 2019 at 08:23:36PM +0530, vijaikumar.kanagarajan@gmail.com wrote: > finalize-rootfs task removes qemu-*-static. It is needed for > rootfs_generate_manifest to work when HOST_ARCH != DISTRO_ARCH. > > Make sure a proper chroot environment is available when > generating manifest. Applied to next, thanks. With kind regards, Baurzhan.