yoctoproject / bmaptool

BMAP Tools
GNU General Public License v2.0
27 stars 13 forks source link

bmaptools: Use df -P for POSIX portable output #2

Closed deepcube closed 8 months ago

deepcube commented 8 months ago

The df -P option forces output as specified by POSIX. Without -P df can output any format it likes. While most output is the same, I've seen long lines split onto multiple lines without -P which causes errors parsing the output in BmapHelpers.py.

Add -P to ensure a known portable output and avoid errors with long lines.

twoerner commented 8 months ago

Can you please add an SoB line? Thanks.

deepcube commented 8 months ago

Can you please add an SoB line? Thanks.

Done

twoerner commented 8 months ago

Great, thank you!