summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-yocto.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
-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 0df61cdef0..7deadcaedb 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -474,7 +474,7 @@ python do_config_analysis() {
474 env['srctree'] = s 474 env['srctree'] = s
475 475
476 # read specific symbols from the kernel recipe or from local.conf 476 # read specific symbols from the kernel recipe or from local.conf
477 # i.e.: CONFIG_ANALYSIS_pn-linux-yocto-dev = 'NF_CONNTRACK LOCALVERSION' 477 # i.e.: CONFIG_ANALYSIS:pn-linux-yocto-dev = 'NF_CONNTRACK LOCALVERSION'
478 config = d.getVar( 'CONFIG_ANALYSIS' ) 478 config = d.getVar( 'CONFIG_ANALYSIS' )
479 if not config: 479 if not config:
480 config = [ "" ] 480 config = [ "" ]