From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/3] 11372: allow to set varflags in image_* classes
Date: Wed, 14 Jun 2017 12:07:03 +0300 [thread overview]
Message-ID: <cover.1497430965.git.ed.bartosh@linux.intel.com> (raw)
Hi,
This patchset fixes Bug 11372 - image.bbclass forces some flags for do_image_X tasks
by replacing setVarFlag calls with appendVarFlag for prefuncs, postfuncs and subimages
flags. This should allow to modify these flags in image_* classes.
The patchset contains a little bit of code cleanup and a small fix for setting
vardeps flag.
The following changes since commit 7aae19322ad34fa471550b70e223a702449320a2:
buildhistory-diff: exclude paths from the output (2017-06-13 17:28:07 +0300)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ed/wip
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wip
Ed Bartosh (3):
image.bbclass: cleanup: add new variable "task"
image.bbclass: improve setup of flags
image.bbclass: fix setting of vardeps flag
meta/classes/image.bbclass | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
--
Regards,
Ed
next reply other threads:[~2017-06-14 9:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-14 9:07 Ed Bartosh [this message]
2017-06-14 9:07 ` [PATCH 1/3] image.bbclass: cleanup: add new variable "task" Ed Bartosh
2017-06-14 9:07 ` [PATCH 2/3] image.bbclass: improve setup of flags Ed Bartosh
2017-06-14 9:07 ` [PATCH 3/3] image.bbclass: fix setting of vardeps flag Ed Bartosh
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=cover.1497430965.git.ed.bartosh@linux.intel.com \
--to=ed.bartosh@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.