From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5C7A3E0043F; Fri, 18 Jul 2014 12:28:16 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1EE41E00342 for ; Fri, 18 Jul 2014 12:28:11 -0700 (PDT) Received: from [192.168.1.10] (c-68-38-40-177.hsd1.nj.comcast.net [68.38.40.177]) by smtp.webfaction.com (Postfix) with ESMTP id 9710B20F1A3C for ; Fri, 18 Jul 2014 19:28:09 +0000 (UTC) Message-ID: <53C97548.2020004@mindchasers.com> Date: Fri, 18 Jul 2014 15:28:08 -0400 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1405066162-30121-1-git-send-email-ting.liu@freescale.com> <1405066162-30121-10-git-send-email-ting.liu@freescale.com> In-Reply-To: <1405066162-30121-10-git-send-email-ting.liu@freescale.com> Subject: Re: [meta-fsl-ppc][PATCH 10/12] add default setting for MKUBIFS_ARGS and UBINIZE_ARGS 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: Fri, 18 Jul 2014 19:28:16 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/11/2014 04:09 AM, ting.liu@freescale.com wrote: > From: Ting Liu > > Signed-off-by: Ting Liu > --- > conf/machine/include/qoriq-default-settings.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/conf/machine/include/qoriq-default-settings.inc b/conf/machine/include/qoriq-default-settings.inc > index f808ac2..ef07b7d 100644 > --- a/conf/machine/include/qoriq-default-settings.inc > +++ b/conf/machine/include/qoriq-default-settings.inc > @@ -16,3 +16,6 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" > > USE_VT = "0" > > +MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" Hi Ting, Just an FYI: when building meta-fsl-ppc master with poky master alongside sdk1.6 meta-fsl-networking, I need to bump mkfs.ubifs max_leb_cnt (-c param) to avoid error when building image: ERROR: Error: The image creation script '/build/yocto/t1040_master/tmp/work/t1040rdb_64b-fsl-linux/fsl-image-core/1.0-r0/temp/create_image.ubi' returned 255: Error: max_leb_cnt too low (3701 needed) I don't know if something is amiss somewhere else or if 3600 was tight to begin with. In order to move forward, I'm bumping the value in qoriq-default-settings.inc and assigning it so it overrides the default also set in meta-fsl-networking. I probably won't revisit the actual size of my FLASH image for awhile. Let me know if you want me to look into anything related to this. Bob > +UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" > + >