]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
rootfs.py: check depmodwrapper execution result
authorYang Xu <yang.xu@mediatek.com>
Tue, 9 Jan 2024 11:05:15 +0000 (11:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Jan 2024 16:58:21 +0000 (16:58 +0000)
commit2f88e7d331390c6aaecc4522253e24791aec299e
tree50898fce2d0e71217fff8630f01a2c8d2a448339
parentbe1b8f2c7f6763f64f7fdfd6e17586403bd63a7e
rootfs.py: check depmodwrapper execution result

The execution result of depmodwrapper is not checked which makes depmod
generation failed sliently and hard to detect.

So check exection result and stop building if depmodwrapper failed.

Signed-off-by: Yang Xu <yang.xu@mediatek.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/lib/oe/rootfs.py