diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-03-02 23:44:20 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-04 17:11:00 +0000 |
commit | e8f6db9436dfc923e236f2cbc08f357e3b24fd5d (patch) | |
tree | 50994f91eb577fe3fc2117012b03624216cb9216 /scripts/lib/devtool | |
parent | 68db200ca5b404d6c0aa0cbf5a587397d0aa65da (diff) | |
download | openembedded-core-e8f6db9436dfc923e236f2cbc08f357e3b24fd5d.tar.gz openembedded-core-e8f6db9436dfc923e236f2cbc08f357e3b24fd5d.tar.bz2 openembedded-core-e8f6db9436dfc923e236f2cbc08f357e3b24fd5d.zip |
devtool: build-image: rename module
Hyphens aren't allowed in python identifiers, so you shouldn't use them
in module names or they are more difficult to import.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool')
-rw-r--r-- | scripts/lib/devtool/build_image.py (renamed from scripts/lib/devtool/build-image.py) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/scripts/lib/devtool/build-image.py b/scripts/lib/devtool/build_image.py index ff764fa833..ff764fa833 100644 --- a/scripts/lib/devtool/build-image.py +++ b/scripts/lib/devtool/build_image.py |