diff options
Diffstat (limited to 'bitbake')
101 files changed, 0 insertions, 220 deletions
diff --git a/bitbake/HEADER b/bitbake/HEADER index 323892ecac..5f9e745ff4 100644 --- a/bitbake/HEADER +++ b/bitbake/HEADER | |||
@@ -1,6 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | ||
4 | # <one line to give the program's name and a brief idea of what it does.> | 1 | # <one line to give the program's name and a brief idea of what it does.> |
5 | # Copyright (C) <year> <name of author> | 2 | # Copyright (C) <year> <name of author> |
6 | # | 3 | # |
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index e425f70a58..b219d362e7 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # Copyright (C) 2003, 2004 Chris Larson | 3 | # Copyright (C) 2003, 2004 Chris Larson |
6 | # Copyright (C) 2003, 2004 Phil Blundell | 4 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/bin/bitdoc b/bitbake/bin/bitdoc index 4839a6489f..9bd02be69c 100755 --- a/bitbake/bin/bitdoc +++ b/bitbake/bin/bitdoc | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # Copyright (C) 2005 Holger Hans Peter Freyther | 3 | # Copyright (C) 2005 Holger Hans Peter Freyther |
6 | # | 4 | # |
diff --git a/bitbake/bin/toaster-eventreplay b/bitbake/bin/toaster-eventreplay index 3f01a3cc00..8fa4ab7116 100755 --- a/bitbake/bin/toaster-eventreplay +++ b/bitbake/bin/toaster-eventreplay | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # Copyright (C) 2014 Alex Damian | 3 | # Copyright (C) 2014 Alex Damian |
6 | # | 4 | # |
diff --git a/bitbake/contrib/dump_cache.py b/bitbake/contrib/dump_cache.py index 8963ca4b06..c6723cbf0a 100755 --- a/bitbake/contrib/dump_cache.py +++ b/bitbake/contrib/dump_cache.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # Copyright (C) 2012, 2018 Wind River Systems, Inc. | 3 | # Copyright (C) 2012, 2018 Wind River Systems, Inc. |
6 | # | 4 | # |
diff --git a/bitbake/lib/bb/COW.py b/bitbake/lib/bb/COW.py index 06678a9bf8..d26e981951 100644 --- a/bitbake/lib/bb/COW.py +++ b/bitbake/lib/bb/COW.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # This is a copy on write dictionary and set which abuses classes to try and be nice and fast. | 2 | # This is a copy on write dictionary and set which abuses classes to try and be nice and fast. |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index d57ebad90a..7579a893b6 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Build System Python Library | 2 | # BitBake Build System Python Library |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py index b4999e81d7..dae42ac47d 100644 --- a/bitbake/lib/bb/build.py +++ b/bitbake/lib/bb/build.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake 'Build' implementation | 2 | # BitBake 'Build' implementation |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index af410aac39..060758e0c4 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Cache implementation | 2 | # BitBake Cache implementation |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/cache_extra.py b/bitbake/lib/bb/cache_extra.py index d282601134..bf4226d168 100644 --- a/bitbake/lib/bb/cache_extra.py +++ b/bitbake/lib/bb/cache_extra.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # Extra RecipeInfo will be all defined in this file. Currently, | 2 | # Extra RecipeInfo will be all defined in this file. Currently, |
5 | # Only Hob (Image Creator) Requests some extra fields. So | 3 | # Only Hob (Image Creator) Requests some extra fields. So |
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index db08150d85..c8e14042d6 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # Copyright (C) 2003, 2004 Chris Larson | 3 | # Copyright (C) 2003, 2004 Chris Larson |
6 | # Copyright (C) 2003, 2004 Phil Blundell | 4 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py index 50b6b6bd3a..f8ae41093b 100644 --- a/bitbake/lib/bb/cookerdata.py +++ b/bitbake/lib/bb/cookerdata.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # Copyright (C) 2003, 2004 Chris Larson | 3 | # Copyright (C) 2003, 2004 Chris Larson |
6 | # Copyright (C) 2003, 2004 Phil Blundell | 4 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/lib/bb/data.py b/bitbake/lib/bb/data.py index 2dcb16e56a..92ef405304 100644 --- a/bitbake/lib/bb/data.py +++ b/bitbake/lib/bb/data.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Data' implementations | 2 | BitBake 'Data' implementations |
5 | 3 | ||
diff --git a/bitbake/lib/bb/data_smart.py b/bitbake/lib/bb/data_smart.py index da67998b10..dd5c618564 100644 --- a/bitbake/lib/bb/data_smart.py +++ b/bitbake/lib/bb/data_smart.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake Smart Dictionary Implementation | 2 | BitBake Smart Dictionary Implementation |
5 | 3 | ||
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py index 656491494e..7cbb5ca47e 100644 --- a/bitbake/lib/bb/event.py +++ b/bitbake/lib/bb/event.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Event' implementation | 2 | BitBake 'Event' implementation |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index 164c1a0ad4..0126e0d7c7 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' implementations | 2 | BitBake 'Fetch' implementations |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/clearcase.py b/bitbake/lib/bb/fetch2/clearcase.py index 09c9d0c33c..9ed0d9beaa 100644 --- a/bitbake/lib/bb/fetch2/clearcase.py +++ b/bitbake/lib/bb/fetch2/clearcase.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' clearcase implementation | 2 | BitBake 'Fetch' clearcase implementation |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/cvs.py b/bitbake/lib/bb/fetch2/cvs.py index c780a6a45d..1b35ba4cf0 100644 --- a/bitbake/lib/bb/fetch2/cvs.py +++ b/bitbake/lib/bb/fetch2/cvs.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' implementations | 2 | BitBake 'Fetch' implementations |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index 80caf109b1..e171aa7eb1 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' git implementation | 2 | BitBake 'Fetch' git implementation |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/gitannex.py b/bitbake/lib/bb/fetch2/gitannex.py index 939e058127..1d497dcb0f 100644 --- a/bitbake/lib/bb/fetch2/gitannex.py +++ b/bitbake/lib/bb/fetch2/gitannex.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' git annex implementation | 2 | BitBake 'Fetch' git annex implementation |
5 | """ | 3 | """ |
diff --git a/bitbake/lib/bb/fetch2/gitsm.py b/bitbake/lib/bb/fetch2/gitsm.py index b13b2c7888..1f03ba7a0d 100644 --- a/bitbake/lib/bb/fetch2/gitsm.py +++ b/bitbake/lib/bb/fetch2/gitsm.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' git submodules implementation | 2 | BitBake 'Fetch' git submodules implementation |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py index 289fcd14bf..15d729e7b2 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' implementation for mercurial DRCS (hg). | 2 | BitBake 'Fetch' implementation for mercurial DRCS (hg). |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/local.py b/bitbake/lib/bb/fetch2/local.py index b04476fe48..01d9ff9f8f 100644 --- a/bitbake/lib/bb/fetch2/local.py +++ b/bitbake/lib/bb/fetch2/local.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' implementations | 2 | BitBake 'Fetch' implementations |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/npm.py b/bitbake/lib/bb/fetch2/npm.py index 7235f899f4..f08bdee739 100644 --- a/bitbake/lib/bb/fetch2/npm.py +++ b/bitbake/lib/bb/fetch2/npm.py | |||
@@ -1,8 +1,6 @@ | |||
1 | # | 1 | # |
2 | # SPDX-License-Identifier: GPL-2.0-only | 2 | # SPDX-License-Identifier: GPL-2.0-only |
3 | # | 3 | # |
4 | # ex:ts=4:sw=4:sts=4:et | ||
5 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
6 | """ | 4 | """ |
7 | BitBake 'Fetch' NPM implementation | 5 | BitBake 'Fetch' NPM implementation |
8 | 6 | ||
diff --git a/bitbake/lib/bb/fetch2/osc.py b/bitbake/lib/bb/fetch2/osc.py index 19c0d9dcaa..3e567155dc 100644 --- a/bitbake/lib/bb/fetch2/osc.py +++ b/bitbake/lib/bb/fetch2/osc.py | |||
@@ -1,8 +1,6 @@ | |||
1 | # | 1 | # |
2 | # SPDX-License-Identifier: GPL-2.0-only | 2 | # SPDX-License-Identifier: GPL-2.0-only |
3 | # | 3 | # |
4 | # ex:ts=4:sw=4:sts=4:et | ||
5 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
6 | """ | 4 | """ |
7 | Bitbake "Fetch" implementation for osc (Opensuse build service client). | 5 | Bitbake "Fetch" implementation for osc (Opensuse build service client). |
8 | Based on the svn "Fetch" implementation. | 6 | Based on the svn "Fetch" implementation. |
diff --git a/bitbake/lib/bb/fetch2/perforce.py b/bitbake/lib/bb/fetch2/perforce.py index a03a36d340..54d001ec81 100644 --- a/bitbake/lib/bb/fetch2/perforce.py +++ b/bitbake/lib/bb/fetch2/perforce.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' implementation for perforce | 2 | BitBake 'Fetch' implementation for perforce |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/repo.py b/bitbake/lib/bb/fetch2/repo.py index cd752d5283..2bdbbd4097 100644 --- a/bitbake/lib/bb/fetch2/repo.py +++ b/bitbake/lib/bb/fetch2/repo.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake "Fetch" repo (git) implementation | 2 | BitBake "Fetch" repo (git) implementation |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/s3.py b/bitbake/lib/bb/fetch2/s3.py index 479528f926..ffca73c8e4 100644 --- a/bitbake/lib/bb/fetch2/s3.py +++ b/bitbake/lib/bb/fetch2/s3.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' implementation for Amazon AWS S3. | 2 | BitBake 'Fetch' implementation for Amazon AWS S3. |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/sftp.py b/bitbake/lib/bb/fetch2/sftp.py index f4a979197a..f87f292e5d 100644 --- a/bitbake/lib/bb/fetch2/sftp.py +++ b/bitbake/lib/bb/fetch2/sftp.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake SFTP Fetch implementation | 2 | BitBake SFTP Fetch implementation |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/ssh.py b/bitbake/lib/bb/fetch2/ssh.py index be2427cf9a..f5be060c43 100644 --- a/bitbake/lib/bb/fetch2/ssh.py +++ b/bitbake/lib/bb/fetch2/ssh.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | ''' | 1 | ''' |
4 | BitBake 'Fetch' implementations | 2 | BitBake 'Fetch' implementations |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/svn.py b/bitbake/lib/bb/fetch2/svn.py index 6a82da9d52..baeb0e7eea 100644 --- a/bitbake/lib/bb/fetch2/svn.py +++ b/bitbake/lib/bb/fetch2/svn.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' implementation for svn. | 2 | BitBake 'Fetch' implementation for svn. |
5 | 3 | ||
diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb/fetch2/wget.py index 143db1b361..0f71ee4eac 100644 --- a/bitbake/lib/bb/fetch2/wget.py +++ b/bitbake/lib/bb/fetch2/wget.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'Fetch' implementations | 2 | BitBake 'Fetch' implementations |
5 | 3 | ||
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index 3c8746d2bd..8d1978f986 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # Copyright (C) 2003, 2004 Chris Larson | 3 | # Copyright (C) 2003, 2004 Chris Larson |
6 | # Copyright (C) 2003, 2004 Phil Blundell | 4 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/lib/bb/methodpool.py b/bitbake/lib/bb/methodpool.py index 2f383c229c..51783acc1b 100644 --- a/bitbake/lib/bb/methodpool.py +++ b/bitbake/lib/bb/methodpool.py | |||
@@ -1,6 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | ||
4 | # | 1 | # |
5 | # Copyright (C) 2006 Holger Hans Peter Freyther | 2 | # Copyright (C) 2006 Holger Hans Peter Freyther |
6 | # | 3 | # |
diff --git a/bitbake/lib/bb/monitordisk.py b/bitbake/lib/bb/monitordisk.py index 855452d2b4..69b25c7720 100644 --- a/bitbake/lib/bb/monitordisk.py +++ b/bitbake/lib/bb/monitordisk.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # Copyright (C) 2012 Robert Yang | 3 | # Copyright (C) 2012 Robert Yang |
6 | # | 4 | # |
diff --git a/bitbake/lib/bb/msg.py b/bitbake/lib/bb/msg.py index a116444fa1..6216eb3bc4 100644 --- a/bitbake/lib/bb/msg.py +++ b/bitbake/lib/bb/msg.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake 'msg' implementation | 2 | BitBake 'msg' implementation |
5 | 3 | ||
diff --git a/bitbake/lib/bb/parse/ast.py b/bitbake/lib/bb/parse/ast.py index 71ee49b8ce..f0911e6fb7 100644 --- a/bitbake/lib/bb/parse/ast.py +++ b/bitbake/lib/bb/parse/ast.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | AbstractSyntaxTree classes for the Bitbake language | 2 | AbstractSyntaxTree classes for the Bitbake language |
5 | """ | 3 | """ |
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py index 55fd1cb6c3..889f230f79 100644 --- a/bitbake/lib/bb/parse/parse_py/BBHandler.py +++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | """ | 2 | """ |
5 | class for handling .bb files | 3 | class for handling .bb files |
6 | 4 | ||
diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/bitbake/lib/bb/parse/parse_py/ConfHandler.py index cc70da0db6..71bf61b761 100644 --- a/bitbake/lib/bb/parse/parse_py/ConfHandler.py +++ b/bitbake/lib/bb/parse/parse_py/ConfHandler.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | """ | 2 | """ |
5 | class for handling configuration data files | 3 | class for handling configuration data files |
6 | 4 | ||
diff --git a/bitbake/lib/bb/parse/parse_py/__init__.py b/bitbake/lib/bb/parse/parse_py/__init__.py index 696c71b458..cdebe440dd 100644 --- a/bitbake/lib/bb/parse/parse_py/__init__.py +++ b/bitbake/lib/bb/parse/parse_py/__init__.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | """ | 2 | """ |
5 | BitBake Parsers | 3 | BitBake Parsers |
6 | 4 | ||
diff --git a/bitbake/lib/bb/providers.py b/bitbake/lib/bb/providers.py index 78445d6a72..f80963cb40 100644 --- a/bitbake/lib/bb/providers.py +++ b/bitbake/lib/bb/providers.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # Copyright (C) 2003, 2004 Chris Larson | 2 | # Copyright (C) 2003, 2004 Chris Larson |
5 | # Copyright (C) 2003, 2004 Phil Blundell | 3 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 3dfa391c31..d573ed460e 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | """ | 2 | """ |
5 | BitBake 'RunQueue' implementation | 3 | BitBake 'RunQueue' implementation |
6 | 4 | ||
diff --git a/bitbake/lib/bb/taskdata.py b/bitbake/lib/bb/taskdata.py index 5c49739da3..c7de3db38d 100644 --- a/bitbake/lib/bb/taskdata.py +++ b/bitbake/lib/bb/taskdata.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | """ | 2 | """ |
5 | BitBake 'TaskData' implementation | 3 | BitBake 'TaskData' implementation |
6 | 4 | ||
diff --git a/bitbake/lib/bb/tests/codeparser.py b/bitbake/lib/bb/tests/codeparser.py index 742ccc2c27..826a2d2f6d 100644 --- a/bitbake/lib/bb/tests/codeparser.py +++ b/bitbake/lib/bb/tests/codeparser.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Test for codeparser.py | 2 | # BitBake Test for codeparser.py |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/tests/cooker.py b/bitbake/lib/bb/tests/cooker.py index 70b18598e1..090916e949 100644 --- a/bitbake/lib/bb/tests/cooker.py +++ b/bitbake/lib/bb/tests/cooker.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Tests for cooker.py | 2 | # BitBake Tests for cooker.py |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/tests/cow.py b/bitbake/lib/bb/tests/cow.py index 59ad242183..b4af4bbcbf 100644 --- a/bitbake/lib/bb/tests/cow.py +++ b/bitbake/lib/bb/tests/cow.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Tests for Copy-on-Write (cow.py) | 2 | # BitBake Tests for Copy-on-Write (cow.py) |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/tests/data.py b/bitbake/lib/bb/tests/data.py index 8bd472a8be..3cf5abec70 100644 --- a/bitbake/lib/bb/tests/data.py +++ b/bitbake/lib/bb/tests/data.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Tests for the Data Store (data.py/data_smart.py) | 2 | # BitBake Tests for the Data Store (data.py/data_smart.py) |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/tests/event.py b/bitbake/lib/bb/tests/event.py index e6254c7a1e..b6e40c6ae9 100644 --- a/bitbake/lib/bb/tests/event.py +++ b/bitbake/lib/bb/tests/event.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Tests for the Event implementation (event.py) | 2 | # BitBake Tests for the Event implementation (event.py) |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index c0ee308e12..97656dff63 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Tests for the Fetcher (fetch2/) | 2 | # BitBake Tests for the Fetcher (fetch2/) |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/tests/parse.py b/bitbake/lib/bb/tests/parse.py index 01d79e60f8..9afd1b208e 100644 --- a/bitbake/lib/bb/tests/parse.py +++ b/bitbake/lib/bb/tests/parse.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Test for lib/bb/parse/ | 2 | # BitBake Test for lib/bb/parse/ |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/tests/persist_data.py b/bitbake/lib/bb/tests/persist_data.py index dbb3ce183d..f641b5acbc 100644 --- a/bitbake/lib/bb/tests/persist_data.py +++ b/bitbake/lib/bb/tests/persist_data.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Test for lib/bb/persist_data/ | 2 | # BitBake Test for lib/bb/persist_data/ |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/tests/utils.py b/bitbake/lib/bb/tests/utils.py index 1f01447bbb..4d788281a7 100644 --- a/bitbake/lib/bb/tests/utils.py +++ b/bitbake/lib/bb/tests/utils.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # BitBake Tests for utils.py | 2 | # BitBake Tests for utils.py |
5 | # | 3 | # |
diff --git a/bitbake/lib/bb/ui/uievent.py b/bitbake/lib/bb/ui/uievent.py index 7276bdaf9d..fedb05064d 100644 --- a/bitbake/lib/bb/ui/uievent.py +++ b/bitbake/lib/bb/ui/uievent.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer | 2 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer |
5 | # Copyright (C) 2006 - 2007 Richard Purdie | 3 | # Copyright (C) 2006 - 2007 Richard Purdie |
diff --git a/bitbake/lib/bb/ui/uihelper.py b/bitbake/lib/bb/ui/uihelper.py index 45519c8afd..db7f0ca08b 100644 --- a/bitbake/lib/bb/ui/uihelper.py +++ b/bitbake/lib/bb/ui/uihelper.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | # | 1 | # |
4 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer | 2 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer |
5 | # Copyright (C) 2006 - 2007 Richard Purdie | 3 | # Copyright (C) 2006 - 2007 Richard Purdie |
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py index e438694082..ed19825faf 100644 --- a/bitbake/lib/bb/utils.py +++ b/bitbake/lib/bb/utils.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | ||
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
3 | """ | 1 | """ |
4 | BitBake Utility Functions | 2 | BitBake Utility Functions |
5 | """ | 3 | """ |
diff --git a/bitbake/lib/toaster/bldcontrol/bbcontroller.py b/bitbake/lib/toaster/bldcontrol/bbcontroller.py index 9b92207937..301df1880a 100644 --- a/bitbake/lib/toaster/bldcontrol/bbcontroller.py +++ b/bitbake/lib/toaster/bldcontrol/bbcontroller.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2014 Intel Corporation | 4 | # Copyright (C) 2014 Intel Corporation |
diff --git a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py index 41e5629ae0..39ea736b58 100644 --- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py +++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2014 Intel Corporation | 4 | # Copyright (C) 2014 Intel Corporation |
diff --git a/bitbake/lib/toaster/orm/management/commands/lsupdates.py b/bitbake/lib/toaster/orm/management/commands/lsupdates.py index a6ab6e8046..5b5abbb295 100644 --- a/bitbake/lib/toaster/orm/management/commands/lsupdates.py +++ b/bitbake/lib/toaster/orm/management/commands/lsupdates.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2016-2017 Intel Corporation | 4 | # Copyright (C) 2016-2017 Intel Corporation |
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py index 7174e85582..41a9f819df 100644 --- a/bitbake/lib/toaster/orm/models.py +++ b/bitbake/lib/toaster/orm/models.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2013 Intel Corporation | 4 | # Copyright (C) 2013 Intel Corporation |
diff --git a/bitbake/lib/toaster/tests/browser/selenium_helpers.py b/bitbake/lib/toaster/tests/browser/selenium_helpers.py index 56621096b5..6d9bb80928 100644 --- a/bitbake/lib/toaster/tests/browser/selenium_helpers.py +++ b/bitbake/lib/toaster/tests/browser/selenium_helpers.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py b/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py index 8c25740b64..8417aa3b25 100644 --- a/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py +++ b/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_all_builds_page.py b/bitbake/lib/toaster/tests/browser/test_all_builds_page.py index f895028686..f4021614bf 100644 --- a/bitbake/lib/toaster/tests/browser/test_all_builds_page.py +++ b/bitbake/lib/toaster/tests/browser/test_all_builds_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_all_projects_page.py b/bitbake/lib/toaster/tests/browser/test_all_projects_page.py index 1c46258641..f86d19d283 100644 --- a/bitbake/lib/toaster/tests/browser/test_all_projects_page.py +++ b/bitbake/lib/toaster/tests/browser/test_all_projects_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py b/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py index 350e5e0a95..53c125ec58 100644 --- a/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py +++ b/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py index a4f2f0c71a..c560d7de17 100644 --- a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py +++ b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py index ebf1f99083..e4f3d685ee 100644 --- a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py +++ b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py index c136fe3bf9..bdb0c27be4 100644 --- a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py +++ b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py b/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py index 76c3495e8c..63f3f4a74e 100644 --- a/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py +++ b/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_landing_page.py b/bitbake/lib/toaster/tests/browser/test_landing_page.py index 85529b2921..0a00fccc1a 100644 --- a/bitbake/lib/toaster/tests/browser/test_landing_page.py +++ b/bitbake/lib/toaster/tests/browser/test_landing_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py b/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py index 0a9fd85091..e34aa13dbd 100644 --- a/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py +++ b/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py b/bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py index e2601017b1..d52b18429c 100644 --- a/bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py +++ b/bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py b/bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py index f2f5e7104e..3b47a497e8 100644 --- a/bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py +++ b/bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_new_project_page.py b/bitbake/lib/toaster/tests/browser/test_new_project_page.py index d715d3a842..d250bd143e 100644 --- a/bitbake/lib/toaster/tests/browser/test_new_project_page.py +++ b/bitbake/lib/toaster/tests/browser/test_new_project_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_project_builds_page.py b/bitbake/lib/toaster/tests/browser/test_project_builds_page.py index 0a8a38b2c8..065f3ebe64 100644 --- a/bitbake/lib/toaster/tests/browser/test_project_builds_page.py +++ b/bitbake/lib/toaster/tests/browser/test_project_builds_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_project_config_page.py b/bitbake/lib/toaster/tests/browser/test_project_config_page.py index 5ae3a0a20c..48508dff3b 100644 --- a/bitbake/lib/toaster/tests/browser/test_project_config_page.py +++ b/bitbake/lib/toaster/tests/browser/test_project_config_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_project_page.py b/bitbake/lib/toaster/tests/browser/test_project_page.py index aa984237fb..5cb607ddd3 100644 --- a/bitbake/lib/toaster/tests/browser/test_project_page.py +++ b/bitbake/lib/toaster/tests/browser/test_project_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_sample.py b/bitbake/lib/toaster/tests/browser/test_sample.py index 219f00cec4..008ba14a26 100644 --- a/bitbake/lib/toaster/tests/browser/test_sample.py +++ b/bitbake/lib/toaster/tests/browser/test_sample.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_task_page.py b/bitbake/lib/toaster/tests/browser/test_task_page.py index 993f081d93..47c8c1aeea 100644 --- a/bitbake/lib/toaster/tests/browser/test_task_page.py +++ b/bitbake/lib/toaster/tests/browser/test_task_page.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_toastertable_ui.py b/bitbake/lib/toaster/tests/browser/test_toastertable_ui.py index f22239c482..b4f83447f6 100644 --- a/bitbake/lib/toaster/tests/browser/test_toastertable_ui.py +++ b/bitbake/lib/toaster/tests/browser/test_toastertable_ui.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/builds/buildtest.py b/bitbake/lib/toaster/tests/builds/buildtest.py index fce7b62144..9f40f978d0 100644 --- a/bitbake/lib/toaster/tests/builds/buildtest.py +++ b/bitbake/lib/toaster/tests/builds/buildtest.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/builds/test_core_image_min.py b/bitbake/lib/toaster/tests/builds/test_core_image_min.py index 63f62c8e5a..3d3aa2a8a2 100644 --- a/bitbake/lib/toaster/tests/builds/test_core_image_min.py +++ b/bitbake/lib/toaster/tests/builds/test_core_image_min.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/commands/test_loaddata.py b/bitbake/lib/toaster/tests/commands/test_loaddata.py index 27a0eca8f3..b633d9774d 100644 --- a/bitbake/lib/toaster/tests/commands/test_loaddata.py +++ b/bitbake/lib/toaster/tests/commands/test_loaddata.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/commands/test_lsupdates.py b/bitbake/lib/toaster/tests/commands/test_lsupdates.py index 854bb7ebab..23a84a248b 100644 --- a/bitbake/lib/toaster/tests/commands/test_lsupdates.py +++ b/bitbake/lib/toaster/tests/commands/test_lsupdates.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/commands/test_runbuilds.py b/bitbake/lib/toaster/tests/commands/test_runbuilds.py index 3180e96dba..29bc7c9005 100644 --- a/bitbake/lib/toaster/tests/commands/test_runbuilds.py +++ b/bitbake/lib/toaster/tests/commands/test_runbuilds.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/eventreplay/__init__.py b/bitbake/lib/toaster/tests/eventreplay/__init__.py index 941531461c..3606cba4f5 100644 --- a/bitbake/lib/toaster/tests/eventreplay/__init__.py +++ b/bitbake/lib/toaster/tests/eventreplay/__init__.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/functional/functional_helpers.py b/bitbake/lib/toaster/tests/functional/functional_helpers.py index 9de6fbcf04..6a3f74baae 100644 --- a/bitbake/lib/toaster/tests/functional/functional_helpers.py +++ b/bitbake/lib/toaster/tests/functional/functional_helpers.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster functional tests implementation | 3 | # BitBake Toaster functional tests implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/functional/test_functional_basic.py b/bitbake/lib/toaster/tests/functional/test_functional_basic.py index e58045d3e2..2b3a2886cc 100644 --- a/bitbake/lib/toaster/tests/functional/test_functional_basic.py +++ b/bitbake/lib/toaster/tests/functional/test_functional_basic.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster functional tests implementation | 3 | # BitBake Toaster functional tests implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/views/test_views.py b/bitbake/lib/toaster/tests/views/test_views.py index f4273367cd..477654ea5e 100644 --- a/bitbake/lib/toaster/tests/views/test_views.py +++ b/bitbake/lib/toaster/tests/views/test_views.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/toastergui/buildtables.py b/bitbake/lib/toaster/toastergui/buildtables.py index 4332107fc8..327059d00d 100644 --- a/bitbake/lib/toaster/toastergui/buildtables.py +++ b/bitbake/lib/toaster/toastergui/buildtables.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2016 Intel Corporation | 4 | # Copyright (C) 2016 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastergui/tablefilter.py b/bitbake/lib/toaster/toastergui/tablefilter.py index 04220cf24d..ffef7955f0 100644 --- a/bitbake/lib/toaster/toastergui/tablefilter.py +++ b/bitbake/lib/toaster/toastergui/tablefilter.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2015 Intel Corporation | 4 | # Copyright (C) 2015 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py index a3de22a359..b3ea2227e0 100644 --- a/bitbake/lib/toaster/toastergui/tables.py +++ b/bitbake/lib/toaster/toastergui/tables.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2015 Intel Corporation | 4 | # Copyright (C) 2015 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastergui/templatetags/projecttags.py b/bitbake/lib/toaster/toastergui/templatetags/projecttags.py index d2ee11d2f6..1dbab3bdb9 100644 --- a/bitbake/lib/toaster/toastergui/templatetags/projecttags.py +++ b/bitbake/lib/toaster/toastergui/templatetags/projecttags.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2013 Intel Corporation | 4 | # Copyright (C) 2013 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 5ef4f40da7..d7acaff892 100644 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2013 Intel Corporation | 4 | # Copyright (C) 2013 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastergui/widgets.py b/bitbake/lib/toaster/toastergui/widgets.py index fb03337498..645f4587e8 100644 --- a/bitbake/lib/toaster/toastergui/widgets.py +++ b/bitbake/lib/toaster/toastergui/widgets.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2015 Intel Corporation | 4 | # Copyright (C) 2015 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastermain/management/commands/buildimport.py b/bitbake/lib/toaster/toastermain/management/commands/buildimport.py index a6340575a9..408ad44e6e 100644 --- a/bitbake/lib/toaster/toastermain/management/commands/buildimport.py +++ b/bitbake/lib/toaster/toastermain/management/commands/buildimport.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2018 Wind River Systems | 4 | # Copyright (C) 2018 Wind River Systems |
diff --git a/bitbake/lib/toaster/toastermain/management/commands/checksocket.py b/bitbake/lib/toaster/toastermain/management/commands/checksocket.py index 822373011c..c1758f3402 100644 --- a/bitbake/lib/toaster/toastermain/management/commands/checksocket.py +++ b/bitbake/lib/toaster/toastermain/management/commands/checksocket.py | |||
@@ -1,6 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 2 | # |
5 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
6 | # | 4 | # |
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index 457ed0da10..74501fa26b 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/lib/toaster/toastermain/settings.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2013 Intel Corporation | 4 | # Copyright (C) 2013 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastermain/settings_production_example.py b/bitbake/lib/toaster/toastermain/settings_production_example.py index d06841fcce..6cd0f52dd7 100644 --- a/bitbake/lib/toaster/toastermain/settings_production_example.py +++ b/bitbake/lib/toaster/toastermain/settings_production_example.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2016 Intel Corporation | 4 | # Copyright (C) 2016 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastermain/settings_test.py b/bitbake/lib/toaster/toastermain/settings_test.py index 599cc186a6..6538d9e453 100644 --- a/bitbake/lib/toaster/toastermain/settings_test.py +++ b/bitbake/lib/toaster/toastermain/settings_test.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2016 Intel Corporation | 4 | # Copyright (C) 2016 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastermain/urls.py b/bitbake/lib/toaster/toastermain/urls.py index d3a95923f5..ac77bc3632 100644 --- a/bitbake/lib/toaster/toastermain/urls.py +++ b/bitbake/lib/toaster/toastermain/urls.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2013 Intel Corporation | 4 | # Copyright (C) 2013 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastermain/wsgi.py b/bitbake/lib/toaster/toastermain/wsgi.py index 5ad22aea18..4c31283279 100644 --- a/bitbake/lib/toaster/toastermain/wsgi.py +++ b/bitbake/lib/toaster/toastermain/wsgi.py | |||
@@ -3,9 +3,6 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | """ | 5 | """ |
6 | # ex:ts=4:sw=4:sts=4:et | ||
7 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
8 | # | ||
9 | WSGI config for Toaster project. | 6 | WSGI config for Toaster project. |
10 | 7 | ||
11 | This module contains the WSGI application used by Django's development server | 8 | This module contains the WSGI application used by Django's development server |