mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
bitbake: bitbake: Strip old editor directives from file headers
There are much better ways to handle this and most editors shouldn't need this in modern times, drop the noise from the files. Its not consitently applied anyway. (Bitbake rev: 5e43070e3087d09aea2f459b033d035c5ef747d0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
cf9c0be3f6
commit
9501864db8
|
@ -1,6 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# <one line to give the program's name and a brief idea of what it does.>
|
# <one line to give the program's name and a brief idea of what it does.>
|
||||||
# Copyright (C) <year> <name of author>
|
# Copyright (C) <year> <name of author>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003, 2004 Chris Larson
|
# Copyright (C) 2003, 2004 Chris Larson
|
||||||
# Copyright (C) 2003, 2004 Phil Blundell
|
# Copyright (C) 2003, 2004 Phil Blundell
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2005 Holger Hans Peter Freyther
|
# Copyright (C) 2005 Holger Hans Peter Freyther
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Alex Damian
|
# Copyright (C) 2014 Alex Damian
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012, 2018 Wind River Systems, Inc.
|
# Copyright (C) 2012, 2018 Wind River Systems, Inc.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# This is a copy on write dictionary and set which abuses classes to try and be nice and fast.
|
# This is a copy on write dictionary and set which abuses classes to try and be nice and fast.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Build System Python Library
|
# BitBake Build System Python Library
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake 'Build' implementation
|
# BitBake 'Build' implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Cache implementation
|
# BitBake Cache implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Extra RecipeInfo will be all defined in this file. Currently,
|
# Extra RecipeInfo will be all defined in this file. Currently,
|
||||||
# Only Hob (Image Creator) Requests some extra fields. So
|
# Only Hob (Image Creator) Requests some extra fields. So
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003, 2004 Chris Larson
|
# Copyright (C) 2003, 2004 Chris Larson
|
||||||
# Copyright (C) 2003, 2004 Phil Blundell
|
# Copyright (C) 2003, 2004 Phil Blundell
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003, 2004 Chris Larson
|
# Copyright (C) 2003, 2004 Chris Larson
|
||||||
# Copyright (C) 2003, 2004 Phil Blundell
|
# Copyright (C) 2003, 2004 Phil Blundell
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Data' implementations
|
BitBake 'Data' implementations
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake Smart Dictionary Implementation
|
BitBake Smart Dictionary Implementation
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Event' implementation
|
BitBake 'Event' implementation
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' implementations
|
BitBake 'Fetch' implementations
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' clearcase implementation
|
BitBake 'Fetch' clearcase implementation
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' implementations
|
BitBake 'Fetch' implementations
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' git implementation
|
BitBake 'Fetch' git implementation
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' git annex implementation
|
BitBake 'Fetch' git annex implementation
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' git submodules implementation
|
BitBake 'Fetch' git submodules implementation
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' implementation for mercurial DRCS (hg).
|
BitBake 'Fetch' implementation for mercurial DRCS (hg).
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' implementations
|
BitBake 'Fetch' implementations
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' NPM implementation
|
BitBake 'Fetch' NPM implementation
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
Bitbake "Fetch" implementation for osc (Opensuse build service client).
|
Bitbake "Fetch" implementation for osc (Opensuse build service client).
|
||||||
Based on the svn "Fetch" implementation.
|
Based on the svn "Fetch" implementation.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' implementation for perforce
|
BitBake 'Fetch' implementation for perforce
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake "Fetch" repo (git) implementation
|
BitBake "Fetch" repo (git) implementation
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' implementation for Amazon AWS S3.
|
BitBake 'Fetch' implementation for Amazon AWS S3.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake SFTP Fetch implementation
|
BitBake SFTP Fetch implementation
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
'''
|
'''
|
||||||
BitBake 'Fetch' implementations
|
BitBake 'Fetch' implementations
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' implementation for svn.
|
BitBake 'Fetch' implementation for svn.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'Fetch' implementations
|
BitBake 'Fetch' implementations
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003, 2004 Chris Larson
|
# Copyright (C) 2003, 2004 Chris Larson
|
||||||
# Copyright (C) 2003, 2004 Phil Blundell
|
# Copyright (C) 2003, 2004 Phil Blundell
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006 Holger Hans Peter Freyther
|
# Copyright (C) 2006 Holger Hans Peter Freyther
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012 Robert Yang
|
# Copyright (C) 2012 Robert Yang
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'msg' implementation
|
BitBake 'msg' implementation
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
AbstractSyntaxTree classes for the Bitbake language
|
AbstractSyntaxTree classes for the Bitbake language
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
class for handling .bb files
|
class for handling .bb files
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
class for handling configuration data files
|
class for handling configuration data files
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake Parsers
|
BitBake Parsers
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003, 2004 Chris Larson
|
# Copyright (C) 2003, 2004 Chris Larson
|
||||||
# Copyright (C) 2003, 2004 Phil Blundell
|
# Copyright (C) 2003, 2004 Phil Blundell
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'RunQueue' implementation
|
BitBake 'RunQueue' implementation
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake 'TaskData' implementation
|
BitBake 'TaskData' implementation
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Test for codeparser.py
|
# BitBake Test for codeparser.py
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Tests for cooker.py
|
# BitBake Tests for cooker.py
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Tests for Copy-on-Write (cow.py)
|
# BitBake Tests for Copy-on-Write (cow.py)
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Tests for the Data Store (data.py/data_smart.py)
|
# BitBake Tests for the Data Store (data.py/data_smart.py)
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Tests for the Event implementation (event.py)
|
# BitBake Tests for the Event implementation (event.py)
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Tests for the Fetcher (fetch2/)
|
# BitBake Tests for the Fetcher (fetch2/)
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Test for lib/bb/parse/
|
# BitBake Test for lib/bb/parse/
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Test for lib/bb/persist_data/
|
# BitBake Test for lib/bb/persist_data/
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Tests for utils.py
|
# BitBake Tests for utils.py
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer
|
# Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer
|
||||||
# Copyright (C) 2006 - 2007 Richard Purdie
|
# Copyright (C) 2006 - 2007 Richard Purdie
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer
|
# Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer
|
||||||
# Copyright (C) 2006 - 2007 Richard Purdie
|
# Copyright (C) 2006 - 2007 Richard Purdie
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
"""
|
"""
|
||||||
BitBake Utility Functions
|
BitBake Utility Functions
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Intel Corporation
|
# Copyright (C) 2014 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Intel Corporation
|
# Copyright (C) 2014 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016-2017 Intel Corporation
|
# Copyright (C) 2016-2017 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Intel Corporation
|
# Copyright (C) 2013 Intel Corporation
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster functional tests implementation
|
# BitBake Toaster functional tests implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster functional tests implementation
|
# BitBake Toaster functional tests implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016 Intel Corporation
|
# Copyright (C) 2016 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Intel Corporation
|
# Copyright (C) 2015 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Intel Corporation
|
# Copyright (C) 2015 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Intel Corporation
|
# Copyright (C) 2013 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Intel Corporation
|
# Copyright (C) 2013 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Intel Corporation
|
# Copyright (C) 2015 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2018 Wind River Systems
|
# Copyright (C) 2018 Wind River Systems
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
#
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Intel Corporation
|
# Copyright (C) 2013 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016 Intel Corporation
|
# Copyright (C) 2016 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016 Intel Corporation
|
# Copyright (C) 2016 Intel Corporation
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#
|
#
|
||||||
# ex:ts=4:sw=4:sts=4:et
|
|
||||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
||||||
#
|
|
||||||
# BitBake Toaster Implementation
|
# BitBake Toaster Implementation
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Intel Corporation
|
# Copyright (C) 2013 Intel Corporation
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user