diff options
-rwxr-xr-x | bitbake/bin/bitbake-layers | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 70894e60e1..c85e26edc8 100755 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/bin/bitbake-layers | |||
@@ -4,6 +4,9 @@ | |||
4 | # displaying useful information, or acting against them. | 4 | # displaying useful information, or acting against them. |
5 | # See the help output for details on available commands. | 5 | # See the help output for details on available commands. |
6 | 6 | ||
7 | # Copyright (C) 2011 Mentor Graphics Corporation | ||
8 | # Copyright (C) 2012 Intel Corporation | ||
9 | |||
7 | import cmd | 10 | import cmd |
8 | import logging | 11 | import logging |
9 | import os | 12 | import os |