public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Cedric Hombourger <Cedric_Hombourger@mentor.com>
To: <isar-users@googlegroups.com>
Cc: Cedric Hombourger <Cedric_Hombourger@mentor.com>
Subject: [PATCH 0/1] isar-bootstrap-helper: fix "Argument list too long" error
Date: Sun, 9 Dec 2018 16:21:39 +0100	[thread overview]
Message-ID: <20181209152140.9013-1-Cedric_Hombourger@mentor.com> (raw)

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


             reply	other threads:[~2018-12-09 15:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-09 15:21 Cedric Hombourger [this message]
2018-12-09 15:21 ` [PATCH 1/1] " Cedric Hombourger
2018-12-11  8:12   ` Maxim Yu. Osipov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181209152140.9013-1-Cedric_Hombourger@mentor.com \
    --to=cedric_hombourger@mentor.com \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox