summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/kernel-yocto.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index fb30c7cc05..b276ded775 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -192,7 +192,7 @@ do_kernel_metadata() {
192 if [ -n "$in_tree_defconfig" ]; then 192 if [ -n "$in_tree_defconfig" ]; then
193 sccs_defconfig=$in_tree_defconfig 193 sccs_defconfig=$in_tree_defconfig
194 if [ -n "$src_uri_defconfig" ]; then 194 if [ -n "$src_uri_defconfig" ]; then
195 bbwarn "[NOTE]: defconfig was supplied both via KBUILD_DEFCONFIG and SRC_URI. Dropping SRC_URI defconfig" 195 bbwarn "[NOTE]: defconfig was supplied both via KBUILD_DEFCONFIG and SRC_URI. Dropping SRC_URI entry $src_uri_defconfig"
196 fi 196 fi
197 else 197 else
198 # if we didn't have an in-tree one, make our defconfig the one 198 # if we didn't have an in-tree one, make our defconfig the one