diff options
Diffstat (limited to 'bitbake/lib/bblayers/action.py')
-rw-r--r-- | bitbake/lib/bblayers/action.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bblayers/action.py b/bitbake/lib/bblayers/action.py index 739ae27b97..cf9470427a 100644 --- a/bitbake/lib/bblayers/action.py +++ b/bitbake/lib/bblayers/action.py | |||
@@ -180,7 +180,7 @@ build results (as the layer priority order has effectively changed). | |||
180 | 180 | ||
181 | if first_regex: | 181 | if first_regex: |
182 | # Find the BBFILES entries that match (which will have come from this conf/layer.conf file) | 182 | # Find the BBFILES entries that match (which will have come from this conf/layer.conf file) |
183 | bbfiles = str(self.tinfoil.config_data.getVar('BBFILES', True)).split() | 183 | bbfiles = str(self.tinfoil.config_data.getVar('BBFILES')).split() |
184 | bbfiles_layer = [] | 184 | bbfiles_layer = [] |
185 | for item in bbfiles: | 185 | for item in bbfiles: |
186 | if first_regex.match(item): | 186 | if first_regex.match(item): |