From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6633014101288157184 X-Received: by 2002:a24:7515:: with SMTP id y21mr7484342itc.38.1544368942783; Sun, 09 Dec 2018 07:22:22 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a6b:8d91:: with SMTP id p139ls2225120iod.4.gmail; Sun, 09 Dec 2018 07:22:22 -0800 (PST) X-Google-Smtp-Source: AFSGD/XXvwm2xj95mYXzrSorRgGgz8GuqciguMBrwJWxNGR0dnkkocOsypvc1ZCJix6xMe51AtcS X-Received: by 2002:a5d:8d1a:: with SMTP id p26mr7037206ioj.21.1544368942436; Sun, 09 Dec 2018 07:22:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544368942; cv=none; d=google.com; s=arc-20160816; b=F5oVpz/VedLlxoMSRlXXGS2+akcRxrsfOVZAK+RbhcNHo7isLo8Q/yxT7tZGiAEVdM 8hHFs++Lg42HJZywfa8ubVAeg5WFS/n8uEe7kS95wGO2TC9CJ/Mv7NYuWBD1RiDknlWg b7202PPyyc6x03R///uYh+tnKeyGlG2ngnTFWlOfjbBPfXrBOzNLeCUmxJn7ZKzjO8th dxMWKzDOEiVSOzWVFmSKMyH1/vkMpM1g55jHKwdIww1Tt5CXSUXdtPAJNsvWROMlMXjH KltyZmtmE3ylDrXPuhMp8AP/00ktLo2GKZPGUZf4KqFAUl09DFZ8bKldvx3yJ5Qn8i/O YR6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:message-id:date:subject:cc:to:from; bh=NaViFHPTxlvYbpiQ1uXo9Gcs4ntVwLxJIaMAnIWZqzw=; b=BdQtRmGGB7a9JXjlRrTwmDdFdEDEe449KE6Cb8VGVfweHBdfTnP8y6i9Mhb4sQplpt zWhCDSSRdpJloORouuHSlwZVAf+lzCTOEwO133Y9oHOLEMqbdkxaLUkLEWABMOYRpq2V oVES7FRV0K6bt0Ds2abHKrW4US7mFS8nEid3CxZZX3ec7me3+WJbZDBtOCMZriEf2idM sUbWkSOrTGlP5SC4EyqgmzVaqGo0hDE5N/tgbCRZmFkRWpqncp/HQ3s9lHujfl0QaLXg kcffbRyKCHg5r3uaYHeTO3sjKxfc0G7BZTQ2l67ROb0ObCQAQdk1efGfboCWoX5fgl+T ycCw== 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 f13si481730itf.2.2018.12.09.07.22.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Dec 2018 07:22: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 1gW0uT-00049s-0l from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Sun, 09 Dec 2018 07:22:21 -0800 Received: from localhost.localdomain (137.202.0.90) by svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Sun, 9 Dec 2018 15:22:17 +0000 From: Cedric Hombourger To: CC: Cedric Hombourger Subject: [PATCH 0/1] isar-bootstrap-helper: fix "Argument list too long" error Date: Sun, 9 Dec 2018 16:21:39 +0100 Message-ID: <20181209152140.9013-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.90] X-ClientProxiedBy: SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) X-TUID: +t7LAWEt/Xh6 One of our customer projects has many packages includes in the root file-system. This caused the setup_root_file_system function to fail when calling /bin/mv to move downloaded .deb files to the apt cache with an "Argument list too long" error. This can be fixed by using 'find -execdir {} +'. The number of /bin/mv calls will remain minimal and command lines within system limits. Cedric Hombourger (1): isar-bootstrap-helper: fix "Argument list too long" error meta/classes/isar-bootstrap-helper.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- 2.11.0