From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
To: isar-users@googlegroups.com
Subject: [PATCH v2] ubifs-img: Correct function name
Date: Wed, 17 Jul 2019 14:31:20 +0200 [thread overview]
Message-ID: <20190717123120.18052-1-quirin.gylstorff@siemens.com> (raw)
In-Reply-To: <20190717113239.15136-1-quirin.gylstorff@siemens.com>
Fix python exception:
ERROR: /work/isar-siemens/recipes-core/images/ubi-fit-swu-demo-image.bb: Error executing a python functi
on in <code>:
...
File: '/work/isar/meta/classes/ubifs-img.bbclass', lineno: 8, function: __anon_9__work_isar_meta_classes
_ubifs_img_bbclass
...
Exception: AttributeError: module 'bb.parse' has no attribute 'skiprecipe'
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
meta/classes/ubifs-img.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/ubifs-img.bbclass b/meta/classes/ubifs-img.bbclass
index aeb986c..78926f6 100644
--- a/meta/classes/ubifs-img.bbclass
+++ b/meta/classes/ubifs-img.bbclass
@@ -5,7 +5,7 @@
python() {
if not d.getVar("MKUBIFS_ARGS"):
- raise bb.parse.skiprecipe("mkubifs_args must be set")
+ raise bb.parse.SkipRecipe("mkubifs_args must be set")
}
UBIFS_IMAGE_FILE ?= "${IMAGE_FULLNAME}.ubifs.img"
--
2.20.1
next prev parent reply other threads:[~2019-07-17 12:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-17 11:32 [PATCH] " Quirin Gylstorff
2019-07-17 11:53 ` Henning Schild
2019-07-17 12:31 ` Quirin Gylstorff [this message]
2019-07-24 7:49 ` [PATCH v2] " Henning Schild
2019-07-29 11:39 ` Baurzhan Ismagulov
2019-07-23 12:00 [PATCH 2/3] meta-isar: Add example for user settings Quirin Gylstorff
2019-07-23 12:06 ` [PATCH 0/3] Add skeleton dir option Quirin Gylstorff
2019-07-23 12:06 ` [PATCH v2] ubifs-img: Correct function name Quirin Gylstorff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190717123120.18052-1-quirin.gylstorff@siemens.com \
--to=quirin.gylstorff@siemens.com \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox