diff options
-rwxr-xr-x | scripts/yocto-bsp | 2 | ||||
-rwxr-xr-x | scripts/yocto-kernel | 2 | ||||
-rwxr-xr-x | scripts/yocto-layer | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/yocto-bsp b/scripts/yocto-bsp index ce30e55334..6a422c3891 100755 --- a/scripts/yocto-bsp +++ b/scripts/yocto-bsp | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | 2 | # ex:ts=4:sw=4:sts=4:et |
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- |
4 | # | 4 | # |
diff --git a/scripts/yocto-kernel b/scripts/yocto-kernel index daaad07520..fd97cb77d9 100755 --- a/scripts/yocto-kernel +++ b/scripts/yocto-kernel | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | 2 | # ex:ts=4:sw=4:sts=4:et |
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- |
4 | # | 4 | # |
diff --git a/scripts/yocto-layer b/scripts/yocto-layer index 356972ece8..a5267f2c11 100755 --- a/scripts/yocto-layer +++ b/scripts/yocto-layer | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | 2 | # ex:ts=4:sw=4:sts=4:et |
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- |
4 | # | 4 | # |