aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/source/bootimg-pcbios.py
diff options
context:
space:
mode:
authorGeoff Parker <geoffhp@gmail.com>2018-10-11 09:31:26 -0700
committerArmin Kuster <akuster808@gmail.com>2019-04-07 15:06:06 +0530
commit6b5681533eed4e6c00e1cc7ee442c93076f1c976 (patch)
tree82fb7d9fa25d3ef913da2a5cc4e1b50af12be607 /scripts/lib/wic/plugins/source/bootimg-pcbios.py
parent2f2d52a958d3e9d511a2f5b8b14ed46466dd0d23 (diff)
downloadopenembedded-core-contrib-6b5681533eed4e6c00e1cc7ee442c93076f1c976.tar.gz
wic: make engine.py:get_partitions() resilient to parted/dmidecode stderr output
Running wic commands on Debian 10 systems fail in scripts/lib/wic/engine.py:get_partitions() due to new stderr output captured when trying to parse the output from /sbin/parted as a non-root user. The parted command calls the dmidecode utility, which produces this error as a non-root user: /sys/firmware/dmi/tables/smbios_entry_point: Permission denied /dev/mem: Permission denied scripts/lib/wic/engine.py:get_partitions() calls misc.py:exec_cmd(), a subprocess wrapper which returns a combined stderr and sdtdout. These messages to stderr confuse the partition table parser in get_partitions(). This patch has the partition table parser ignore lines before the expected "BYT;" header string. Running wic in Debian 9 does not have this issue. Signed-off-by: Geoff Parker <geoffhp@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts/lib/wic/plugins/source/bootimg-pcbios.py')
0 files changed, 0 insertions, 0 deletions