On 19/08/2020 14:44, Joel Sherrill wrote:

On Tue, Aug 18, 2020 at 5:52 PM Chris Johns <chr...@rtems.org <mailto:chr...@rtems.org>> wrote:

    On 18/8/20 9:16 pm, Sebastian Huber wrote:
    > This patch is for the new build system.

    <stand><clap><clap><clap>

    Looking forward to this change.


Me too.

We determined that the Python tar defaulted to " POSIX.1-2001 (pax) format"
which is newer than the "IEEE Std 1003.2 (“POSIX.2”)" from the pax man
page as ustar as best I can tell.

I was not really sure which format we need. The

+            tar = tarfile.TarFile(
+                task.outputs[0].abspath(), "w", format=tarfile.USTAR_FORMAT
+            )

seems to work.

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to