[oe-commits] [openembedded-core] 07/16: kernel.bbclass: add user output to savedefconfig

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 21:05:21 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 95d7e7de5440caad5eb0fe7d1f157c40c82462f7
Author: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
AuthorDate: Wed Aug 31 16:47:23 2016 +0200

    kernel.bbclass: add user output to savedefconfig
    
    In a similar manner to diffconfig, tell the bitbake user where the
    defconfig will be saved to.
    
    Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/kernel.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 7ee22e1..023e308 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -430,6 +430,7 @@ kernel_do_configure() {
 }
 
 do_savedefconfig() {
+	bbplain "Saving defconfig to:\n${B}/defconfig"
 	oe_runmake -C ${B} savedefconfig
 }
 do_savedefconfig[nostamp] = "1"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list