public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/1] isar-bootstrap-helper: fix "Argument list too long" error
@ 2018-12-09 15:21 Cedric Hombourger
  2018-12-09 15:21 ` [PATCH 1/1] " Cedric Hombourger
  0 siblings, 1 reply; 3+ messages in thread
From: Cedric Hombourger @ 2018-12-09 15:21 UTC (permalink / raw)
  To: isar-users; +Cc: Cedric Hombourger

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-11  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-09 15:21 [PATCH 0/1] isar-bootstrap-helper: fix "Argument list too long" error Cedric Hombourger
2018-12-09 15:21 ` [PATCH 1/1] " Cedric Hombourger
2018-12-11  8:12   ` Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox