In the query path the error message should mention 'query' and not 'creation'.
Signed-off-by: Trevor Woerner <[email protected]> --- tools/kgit-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kgit-config b/tools/kgit-config index d2ecaad..d3f0a8a 100755 --- a/tools/kgit-config +++ b/tools/kgit-config @@ -574,7 +574,7 @@ if args.create: if args.query: # todo: convert to absolute and make sure it exists if not args.kmeta: - print( "[ERROR]: meta data required for minimal BSP creation" ) + print( "[ERROR]: meta data required for config query" ) sys.exit(1) if args.args[0] == "query": -- 2.30.0.rc0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10567): https://lists.yoctoproject.org/g/linux-yocto/message/10567 Mute This Topic: https://lists.yoctoproject.org/mt/86482566/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
