diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2016-08-31 16:47:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 23:45:53 +0100 |
commit | c93ee727330bf65503792fef3c6050052a9b5081 (patch) | |
tree | ea27a262500752ff5cf12294b14468ff37d2410b /meta/classes | |
parent | 34d0cf33649611bd7b368c231e3b00e30d92f58e (diff) | |
download | poky-c93ee727330bf65503792fef3c6050052a9b5081.tar.gz |
kernel.bbclass: add user output to savedefconfig
In a similar manner to diffconfig, tell the bitbake user where the
defconfig will be saved to.
(From OE-Core rev: 8e4cefb093e0df9660e2a6215cfe21c6c779c23f)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/kernel.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 7ee22e145d..023e308869 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -430,6 +430,7 @@ kernel_do_configure() { | |||
430 | } | 430 | } |
431 | 431 | ||
432 | do_savedefconfig() { | 432 | do_savedefconfig() { |
433 | bbplain "Saving defconfig to:\n${B}/defconfig" | ||
433 | oe_runmake -C ${B} savedefconfig | 434 | oe_runmake -C ${B} savedefconfig |
434 | } | 435 | } |
435 | do_savedefconfig[nostamp] = "1" | 436 | do_savedefconfig[nostamp] = "1" |