From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6527905254150766592 X-Received: by 2002:a17:902:1a2:: with SMTP id b31-v6mr190071plb.17.1519896382900; Thu, 01 Mar 2018 01:26:22 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.99.116.86 with SMTP id e22ls1318633pgn.0.gmail; Thu, 01 Mar 2018 01:26:22 -0800 (PST) X-Google-Smtp-Source: AG47ELt+ILQunWEFra1A34uyyozTrVMFt7RcLJIuVXi1hHkpA2QuGDGD8Wi9kPm03703e20m5IpA X-Received: by 10.99.126.17 with SMTP id z17mr151728pgc.162.1519896382303; Thu, 01 Mar 2018 01:26:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519896382; cv=none; d=google.com; s=arc-20160816; b=yjeqmHJ5T96u//oZTygJ2JcXwm/hibQxf3vuHqKImATepZOa/v1y8ZwuLqnkYfjqxb oTLHKkW6EIlSW1NAk/z9PzDlyuC8AwH73WlJ8Ti0j3gJzGxtnqKiTJBTs164Ne+cmCzH b68TW5cN+OjwANfUHJah6WGKoSeKRZRaCnHCeEOinHJxAW/t18TSsjL1D3e8HdOnRCQB NqicVk8Rasj3/r3fpY8q1S/dNvZ/SfZLdFHbl2w0x46w6tWpSWYA4wt9tHJiIWaZnTsI YNDWZI1bs+V5zBLTLElZH0LkodVXf2NxSusVnZLAaGngqzgRBxiRcMjETZD18ADS8oMc eWzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:message-id:date:subject:to:from :arc-authentication-results; bh=kD6W0P/XVdQ5W11rJrc9AcU5DFuqiFDEzACEGQ+8wQk=; b=qUlbAOORk51n8OJBpKNiF4EEJwwkFg5W3yYUO7HWII0OtOdMxu6eY4NYD+Xk5NhW+C U/aILNcovYYA7oObc2/+Wy80xzdXliYF5tjU9XNFLaLpF5hnZJclPuuNZNgN0yFxdPoL zvZ8eSdW1AZpzGNDR5Jg5KmNa5GGk9FcY5KpAuVY904zbgOoMWLdJnmnoW8tlYS75nnd Oyobb4ogMzOpLbGzWqN64n5F3EOOj4CCwmYwSVOwZREsA/FGiQHrdC3NtI4H1cbvmznj rpDTU+p1WrMr833m2zTecrzTJgyr8TIHSRH4esjsvpquss8I7NF0PfN2SezQELfs3tTI SMmA== 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 w4-v6si298257plp.4.2018.03.01.01.26.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Mar 2018 01:26:22 -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 1erKTl-00042s-Nj from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Thu, 01 Mar 2018 01:26:22 -0800 Received: from 8ed3f6b9f02f.anacadf.mentorg.com (137.202.0.87) by svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Thu, 1 Mar 2018 09:26:14 +0000 From: Cedric Hombourger To: Subject: [PATCH 0/1] bind mount our downloads folder from buildchroot Date: Thu, 1 Mar 2018 09:25:45 +0000 Message-ID: <20180301092546.47270-1-Cedric_Hombourger@mentor.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [137.202.0.87] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) X-TUID: 0jt0qlOrYVI/ The dpkg-base class would only mount our downloads folder if isar-apt is not yet mounted. When we do a full build, the buildchroot recipe will mount isar-apt and the mount condition found in the dpkg-base class will always be false. Bind mount the downloads folder from the buildchroot (we could have also changed the dpkg-base class). Cedric Hombourger (1): buildchroot: bind mount our downloads folder meta/recipes-devtools/buildchroot/buildchroot.bb | 1 + 1 file changed, 1 insertion(+) -- 2.11.0