All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-fsl-ppc master: inherit image_types_uboot
@ 2013-01-07 14:45 Bob Cochran
  2013-01-07 20:17 ` McClintock Matthew-B29882
  0 siblings, 1 reply; 6+ messages in thread
From: Bob Cochran @ 2013-01-07 14:45 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-09  4:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 14:45 [PATCH] meta-fsl-ppc master: inherit image_types_uboot Bob Cochran
2013-01-07 20:17 ` 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

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.