From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6491554293275951104 X-Received: by 10.80.201.7 with SMTP id o7mr4571566edh.3.1511432764239; Thu, 23 Nov 2017 02:26:04 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.179.211 with SMTP id t19ls1137564edd.3.gmail; Thu, 23 Nov 2017 02:26:03 -0800 (PST) X-Google-Smtp-Source: AGs4zMb4iLUUd2kQLyjW2Nc6Zv8KJxOYSRTiWeao6cx4g7mtheIY06L2YSlYUKe2AccnKGXSxaDe X-Received: by 10.80.142.245 with SMTP id x50mr7531648edx.0.1511432763905; Thu, 23 Nov 2017 02:26:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511432763; cv=none; d=google.com; s=arc-20160816; b=Lvdt2WdRNddr25EEThO1m3QHliPaAV20qhG0sLDEe7Uw9izlzjB2UZBTvi77ggYKIV Poa/r/yoeRhSypGVm5xeUdF8UCZJQS4wIUlPjvwy153Tm9U5TDiVtNDa0jPIR6X75HAn oMVX7aw2HOT1Pq7lyTtaWj9fszx3n6epZ9F2hybcuK9G3O2/yTVXz4hldSTgpfPEznsq 2ZK6jWvec5OTnemUj7geDjkYeifZuMxGST3ZiJsxlVESLLNUG+HjVxkMuQomnvAwIKOi 67FnfPPl8Rc1XHb2VdQf6ArHSy59F/+NK+/xhReSH+BibBnmpx2mOUsduulDx5kP9Muo 9ojg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=TRAkVZRj5ksMyeIu2uaDsgzf+fHTWQeWoGDbejnNPgk=; b=q/9Hm8gVnWelDMZWUZEHN00zUDEUVbQ2LGveWVTy/FTBcsN1W4PSq790cltBiaRl9Y EBgQyHwWuQcViiJZxCzjsoPJsBqf5xbSKkUxyDAx45U1vRxKe5g0w3gg4Pb/leNPuIL1 7RdxhNDPAWAiqR8tF/i1K+b5WuAGXNcRJ7611bJTVlqlw86KQLIEqPfDc1QYJxh7BRew yHeHQjpoCk+TwhTS1+IHX7jzWrPZ8HIRP0EMnV0ZmjJFOFAU/o0b3CdbZVhwJjKLqmWN WgYRCvs+slzSR6M437qQ9uNZNV57mahpUc2ET3O62+LRw96/J4hj9HZUxUwFHslGUo1q li9g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id h23si1789150ede.4.2017.11.23.02.26.03 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Nov 2017 02:26:03 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id vANAPlsT005990 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 23 Nov 2017 11:25:54 +0100 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH 0/4 v2] Buildchroot prepare/cleanup Date: Thu, 23 Nov 2017 13:25:28 +0300 Message-Id: <20171123102532.26274-1-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.5 X-TUID: DrWKTwz2zS0J Hi all, the goal of this series is to intrioduce 'prepare' and 'cleanup' tasks for buildchroot. Here they are used to mount/umount git downloads to buildchroot. In parallel several issue were fixed. With best regards, Alex Alexander Smirnov (4): dpkg-base: Fix buildchroot dependancy image: Add do_rootfs template to image class buildchroot: Add prepare and cleanup tasks dpkg-base: Update git alternates meta-isar/recipes-core/images/isar-image-base.bb | 3 --- meta/classes/dpkg-base.bbclass | 10 ++++++++-- meta/classes/image.bbclass | 9 +++++++++ meta/recipes-devtools/buildchroot/buildchroot.bb | 21 +++++++++++++++++++++ 4 files changed, 38 insertions(+), 5 deletions(-) -- 2.9.5