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 BF4CDE011AB for ; Tue, 8 Jan 2013 05:37:00 -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 D2A4966EF03D; Tue, 8 Jan 2013 07:36:59 -0600 (CST) Message-ID: <50EC20F9.6030605@mindchasers.com> Date: Tue, 08 Jan 2013 08:36:57 -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: McClintock Matthew-B29882 References: <50EADF84.70902@mindchasers.com> <70CC66F5C30A414DADDA6973E4CA391A818C88@039-SN1MPN1-002.039d.mgd.msft.net> In-Reply-To: <70CC66F5C30A414DADDA6973E4CA391A818C88@039-SN1MPN1-002.039d.mgd.msft.net> Cc: "meta-freescale@yoctoproject.org" Subject: Re: [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: Tue, 08 Jan 2013 13:37:00 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 01/07/2013 03:17 PM, McClintock Matthew-B29882 wrote: > On Mon, Jan 7, 2013 at 8:45 AM, Bob Cochran wrote: >> 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. > > You can remove this bit, or place it below the --- line Matthew, I'll resubmit this patch & the one Otavio commented on (image_types_uboot). I also want to send up a patch to do a rename: recipes-append/libxml/libxml2_2.8.0.bbappend -> recipes-append/libxml/libxml2_2.9.0.bbappend Should I just send up a new patch set today with the three patches included, or do you want me to address each individually? Thanks, Bob > >> 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 > > $ git ls-tree --name-only -r HEAD | grep fsl-image > images/fsl-image-lsb-sdk.bb > images/fsl-image-minimal.bb > > I think the other image needs this too. > > -M > >> @@ -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 >> _______________________________________________ >> meta-freescale mailing list >> meta-freescale@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/meta-freescale >