]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel-yocto: trivial: remove extra } from bsp_definition
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 14 Feb 2017 21:14:24 +0000 (16:14 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Feb 2017 14:16:51 +0000 (06:16 -0800)
A typo introduced an extra } in the logging of the bsp_definition.
While this won't cause problems .. it needs to be fixed!

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass

index 33361b962469f23d806fa3356da0d4cfc70d31ae..0330270d3fead01edbfebd5ed4421e0a392239d9 100644 (file)
@@ -148,7 +148,7 @@ do_kernel_metadata() {
        # run1: pull all the configuration fragments, no matter where they come from
        elements="`echo -n ${bsp_definition} ${sccs} ${patches} ${KERNEL_FEATURES}`"
        if [ -n "${elements}" ]; then
-               echo "${bsp_definition}}" > ${S}/${meta_dir}/bsp_definition
+               echo "${bsp_definition}" > ${S}/${meta_dir}/bsp_definition
                scc --force -o ${S}/${meta_dir}:cfg,merge,meta ${includes} ${bsp_definition} ${sccs} ${patches} ${KERNEL_FEATURES}
                if [ $? -ne 0 ]; then
                        bbfatal_log "Could not generate configuration queue for ${KMACHINE}."