All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Cochran <yocto@mindchasers.com>
To: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: [PATCH] meta-fsl-ppc master: inherit image_types_uboot
Date: Mon, 07 Jan 2013 09:45:24 -0500	[thread overview]
Message-ID: <50EADF84.70902@mindchasers.com> (raw)

Without this patch, fsl-image-minimal-<machine>.ext2.gz.u-boot links to 
a non existent file (u-boot rootfs isn't actually built).

As commented by Matthew McClintock on 1/2/13, this had been handled 
previously using a setup script.

Signed-off-by: Robert Cochran <yocto@mindchasers.com>
---

diff --git a/images/fsl-image-minimal.bb b/images/fsl-image-minimal.bb
index 1732585..64fa096 100644
--- a/images/fsl-image-minimal.bb
+++ b/images/fsl-image-minimal.bb
@@ -6,7 +6,7 @@ IMAGE_LINGUAS = " "

  LICENSE = "MIT"

-inherit core-image
+inherit core-image image_types_uboot

  IMAGE_ROOTFS_SIZE = "8192"

--
1.7.9.5


             reply	other threads:[~2013-01-07 14:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-07 14:45 Bob Cochran [this message]
2013-01-07 20:17 ` [PATCH] meta-fsl-ppc master: inherit image_types_uboot McClintock Matthew-B29882
2013-01-08 13:36   ` Bob Cochran
2013-01-08 17:28     ` McClintock Matthew-B29882
2013-01-09  3:47     ` Luo Zhenhua-B19537
2013-01-09  4:10       ` McClintock Matthew-B29882

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=50EADF84.70902@mindchasers.com \
    --to=yocto@mindchasers.com \
    --cc=meta-freescale@yoctoproject.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.