diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2023-06-13 11:02:16 +0300 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-07-12 05:11:38 -1000 |
commit | c7bc5446a6dd6869a235f59fc43b76f423bcea8f (patch) | |
tree | 8770eb06378cd983a15735c3865c6baeaeffdfb0 /scripts/lib/devtool/standard.py | |
parent | d2a1c3e5d7c63f1b3a75740772fcb1430bfbc421 (diff) | |
download | poky-c7bc5446a6dd6869a235f59fc43b76f423bcea8f.tar.gz |
useradd-staticids.bbclass: improve error message
Current error message is difficult to read:
ERROR: Nothing PROVIDES 'image'
trs-image was skipped: image - image: normal username test does not have a static ID defined. Add test to one of these files
It's not clear that first "image" is recipe name, second "image" is
binary package name and that "test" is the user account which does not
have a static ID defined. Improve the error message so that these are
more explicit. Now the error message looks like:
image was skipped: Recipe image, package image: normal username "test" does not have a static ID defined.
(From OE-Core rev: 572c507736b2fcc31f7f13cb3da0d5be361838f5)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 07898218f3908a83e07178b6530dfa48d55d4ec2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions