diff options
-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 54a1a1627a..3311f6e84e 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -213,7 +213,7 @@ do_kernel_metadata() { | |||
213 | meta_dir=$(kgit --meta) | 213 | meta_dir=$(kgit --meta) |
214 | 214 | ||
215 | # run1: pull all the configuration fragments, no matter where they come from | 215 | # run1: pull all the configuration fragments, no matter where they come from |
216 | elements="`echo -n ${bsp_definition} ${sccs} ${patches} ${KERNEL_FEATURES}`" | 216 | elements="`echo -n ${bsp_definition} $sccs_defconfig ${sccs} ${patches} ${KERNEL_FEATURES}`" |
217 | if [ -n "${elements}" ]; then | 217 | if [ -n "${elements}" ]; then |
218 | echo "${bsp_definition}" > ${S}/${meta_dir}/bsp_definition | 218 | echo "${bsp_definition}" > ${S}/${meta_dir}/bsp_definition |
219 | scc --force -o ${S}/${meta_dir}:cfg,merge,meta ${includes} $sccs_defconfig $bsp_definition $sccs $patches ${KERNEL_FEATURES} | 219 | scc --force -o ${S}/${meta_dir}:cfg,merge,meta ${includes} $sccs_defconfig $bsp_definition $sccs $patches ${KERNEL_FEATURES} |