From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2F182E00724 for ; Mon, 7 Jan 2013 06:45:27 -0800 (PST) Received: from [192.168.1.11] (c-68-46-169-75.hsd1.nj.comcast.net [68.46.169.75]) by smtp.webfaction.com (Postfix) with ESMTP id 552E066EE65D for ; Mon, 7 Jan 2013 08:45:26 -0600 (CST) Message-ID: <50EADF84.70902@mindchasers.com> Date: Mon, 07 Jan 2013 09:45:24 -0500 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: [PATCH] meta-fsl-ppc master: inherit image_types_uboot X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 14:45:27 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Without this patch, fsl-image-minimal-.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 --- 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