summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2017-02-16 14:40:08 +0100
committerEnrico Jorns <ejo@pengutronix.de>2017-02-16 14:44:00 +0100
commitb57a3eea8cf23187687d98a5ce2109f8accbeb79 (patch)
treed981421a4ab863a3e6ccb0c037cfea6c97e48600
parentc3a09fabf352a18e327eccbdc5316ee6e79ae81d (diff)
downloadmeta-ptx-b57a3eea8cf23187687d98a5ce2109f8accbeb79.tar.gz
meta-ptx-b57a3eea8cf23187687d98a5ce2109f8accbeb79.tar.xz
classes/bundle: remove incompatible print call
The printout is not really needed and incompatible with python 3.x, thus it was removed. Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
-rw-r--r--classes/bundle.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/bundle.bbclass b/classes/bundle.bbclass
index 63be7c7..0f18b47 100644
--- a/classes/bundle.bbclass
+++ b/classes/bundle.bbclass
@@ -135,7 +135,6 @@ python do_fetch() {
else:
raise bb.build.FuncFailed('Unknown image type: %s' % imgtype)
- print imgname
manifest.write("filename=%s\n" % imgname)
if slotflags and 'hooks' in slotflags:
manifest.write("hooks=%s\n" % slotflags.get('hooks'))