[meta-freescale] [PATCH] meta-fsl-ppc master: inherit image_types_uboot

Bob Cochran yocto at mindchasers.com
Mon Jan 7 06:45:24 PST 2013


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 at 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



More information about the meta-freescale mailing list