diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-24 15:31:14 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-06 14:15:22 +0100 |
| commit | 01ef240aed0e421ff843e7b08540cecf5f4b7aaf (patch) | |
| tree | 218aa7a4c08a311baaeea40a4c81092b65ea086a /meta/classes | |
| parent | 08fb02b12f27d9840c8cd910052532a065bfd7ed (diff) | |
| download | poky-01ef240aed0e421ff843e7b08540cecf5f4b7aaf.tar.gz | |
kernel-yocto: add KBUILD_DEFCONFIG search location to failure message
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.
(From OE-Core rev: 9f0e7c1a17542aa36d4245f15f6ffbafcbaf9bd3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1d4d80be41d273abd1fb6416976603d924457973)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/kernel-yocto.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 148 | fi | 148 | fi |
| 149 | in_tree_defconfig="${WORKDIR}/defconfig" | 149 | in_tree_defconfig="${WORKDIR}/defconfig" |
| 150 | else | 150 | else |
| 151 | bbfatal "A KBUILD_DEFCONFIG '${KBUILD_DEFCONFIG}' was specified, but not present in the source tree" | 151 | bbfatal "A KBUILD_DEFCONFIG '${KBUILD_DEFCONFIG}' was specified, but not present in the source tree (${S}/arch/${ARCH}/configs/)" |
| 152 | fi | 152 | fi |
| 153 | fi | 153 | fi |
| 154 | 154 | ||
