diff options
Diffstat (limited to 'bitbake/lib/bblayers')
| -rw-r--r-- | bitbake/lib/bblayers/action.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bblayers/action.py b/bitbake/lib/bblayers/action.py index f05f5d330f..6723e2c605 100644 --- a/bitbake/lib/bblayers/action.py +++ b/bitbake/lib/bblayers/action.py | |||
| @@ -53,7 +53,7 @@ class ActionPlugin(LayerPlugin): | |||
| 53 | except (bb.tinfoil.TinfoilUIException, bb.BBHandledException): | 53 | except (bb.tinfoil.TinfoilUIException, bb.BBHandledException): |
| 54 | # Restore the back up copy of bblayers.conf | 54 | # Restore the back up copy of bblayers.conf |
| 55 | shutil.copy2(backup, bblayers_conf) | 55 | shutil.copy2(backup, bblayers_conf) |
| 56 | bb.fatal("Parse failure with the specified layer added, aborting.") | 56 | bb.fatal("Parse failure with the specified layer added, exiting.") |
| 57 | else: | 57 | else: |
| 58 | for item in notadded: | 58 | for item in notadded: |
| 59 | sys.stderr.write("Specified layer %s is already in BBLAYERS\n" % item) | 59 | sys.stderr.write("Specified layer %s is already in BBLAYERS\n" % item) |
