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 b336e43ffe..962b4936b9 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
| @@ -20,7 +20,7 @@ def find_sccs(d): | |||
| 20 | sources_list=[] | 20 | sources_list=[] |
| 21 | for s in sources: | 21 | for s in sources: |
| 22 | base, ext = os.path.splitext(os.path.basename(s)) | 22 | base, ext = os.path.splitext(os.path.basename(s)) |
| 23 | if ext and ext in ('.scc' '.cfg'): | 23 | if ext and ext in [".scc", ".cfg"]: |
| 24 | sources_list.append(s) | 24 | sources_list.append(s) |
| 25 | elif base and base in 'defconfig': | 25 | elif base and base in 'defconfig': |
| 26 | sources_list.append(s) | 26 | sources_list.append(s) |
