From: Bruce Ashfield <[email protected]>

It was pointed out that since the check for the existence of
KBUILD_DEFCONFIG knows where it is looking, that should be part of
the error/log message.

We only look in one location for the defconfigs, so add where we
checked to the message.

Signed-off-by: Bruce Ashfield <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1d4d80be41d273abd1fb6416976603d924457973)
Signed-off-by: Steve Sakoman <[email protected]>
---
 meta/classes/kernel-yocto.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel-yocto.bbclass 
b/meta/classes/kernel-yocto.bbclass
index cc8bcb909a..ec5fb7b1de 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -148,7 +148,7 @@ do_kernel_metadata() {
                        fi
                        in_tree_defconfig="${WORKDIR}/defconfig"
                else
-                       bbfatal "A KBUILD_DEFCONFIG '${KBUILD_DEFCONFIG}' was 
specified, but not present in the source tree"
+                       bbfatal "A KBUILD_DEFCONFIG '${KBUILD_DEFCONFIG}' was 
specified, but not present in the source tree (${S}/arch/${ARCH}/configs/)"
                fi
        fi
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#142979): 
https://lists.openembedded.org/g/openembedded-core/message/142979
Mute This Topic: https://lists.openembedded.org/mt/77228490/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to