From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/2][EDISON 1.1.2] image.bbclass: add check for live and convert to ext3
Date: Sun, 06 May 2012 09:56:32 +0100 [thread overview]
Message-ID: <1336294592.23777.56.camel@ted> (raw)
In-Reply-To: <1336148632-5828-1-git-send-email-sgw@linux.intel.com>
On Fri, 2012-05-04 at 09:23 -0700, Saul Wold wrote:
> The live image type depends on ext3 which has it's own
> dependencies, while the live type has none, this is a
> backport change to fix [YOCTO #2246]
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta/classes/image.bbclass | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
> index b8ca370..e9a3aa6 100644
> --- a/meta/classes/image.bbclass
> +++ b/meta/classes/image.bbclass
> @@ -76,6 +76,8 @@ inherit image-${IMAGE_TYPE}
> python () {
> deps = bb.data.getVarFlag('do_rootfs', 'depends', d) or ""
> for type in (bb.data.getVar('IMAGE_FSTYPES', d, True) or "").split():
> + if type == "live":
> + type = "ext3"
> for dep in ((bb.data.getVar('IMAGE_DEPENDS_%s' % type, d) or "").split() or []):
> deps += " %s:do_populate_sysroot" % dep
> for dep in (bb.data.getVar('EXTRA_IMAGEDEPENDS', d, True) or "").split():
Merged to 2011-1 and master, thanks.
Richard
prev parent reply other threads:[~2012-05-06 9:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-04 16:23 [PATCH 1/2][EDISON 1.1.2] image.bbclass: add check for live and convert to ext3 Saul Wold
2012-05-04 16:23 ` [PATCH 2/2][EDISON 1.1.2] grub: Add SRC_URI Checksums for sanity Saul Wold
2012-05-06 8:56 ` Richard Purdie [this message]
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=1336294592.23777.56.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox