]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bmaptool: add 3 fixes
authorTrevor Woerner <twoerner@gmail.com>
Fri, 12 Jan 2024 14:18:56 +0000 (09:18 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Jan 2024 21:42:05 +0000 (21:42 +0000)
commit72ae1304bc8d3db14d0a7cc01d10328e47cf5a09
treec5f1ab1b658486ff0b1ed1d70ec5cc312d8605ca
parentc0ea63f3c8143052a081d696e714b358ef6d03bd
bmaptool: add 3 fixes

I found a couple issues with bmaptool, including a race condition, which I
have fixed and submitted upstream. This patch adds these fixes to the project
now while waiting for feedback and a new release:

BmapCopy.py: fix error message
CLI.py: fix block device udev race condition
BmapCopy.py: tweak suggested udev rule

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bmap-tools/bmap-tools_git.bb
meta/recipes-support/bmap-tools/files/0001-BmapCopy.py-fix-error-message.patch [new file with mode: 0644]
meta/recipes-support/bmap-tools/files/0002-CLI.py-fix-block-device-udev-race-condition.patch [new file with mode: 0644]
meta/recipes-support/bmap-tools/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch [new file with mode: 0644]