]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel-yocto: replace '=' with '+='
authorMing Liu <ming.liu@windriver.com>
Sun, 9 Mar 2014 10:05:52 +0000 (10:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Mar 2014 14:59:46 +0000 (07:59 -0700)
The dependency to CCACHE_DIR was moved to ccache.bbclass in
commit 2acf8da4f13c175ea818b9514677b7059de1e3e2:
[ ccache: Separate out into its own class ]

then the '=' should be replaced by '+=', otherwise, it will overwrite
the original ${CCACHE_DIR} in dirs.

Signen-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass

index 707a219f6587b4c9d8935272bcaa38be25d99dfc..53bc6d443cdb2eb2d30128c99af838bc5f83b092 100644 (file)
@@ -236,7 +236,7 @@ do_kernel_checkout[dirs] = "${S}"
 
 addtask kernel_checkout before do_patch after do_unpack
 
-do_kernel_configme[dirs] = "${S} ${B}"
+do_kernel_configme[dirs] += "${S} ${B}"
 do_kernel_configme() {
        echo "[INFO] doing kernel configme"
        export KMETA=${KMETA}