All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Cochran <yocto@mindchasers.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-ppc][PATCH 10/12] add default setting for MKUBIFS_ARGS and UBINIZE_ARGS
Date: Fri, 18 Jul 2014 15:28:08 -0400	[thread overview]
Message-ID: <53C97548.2020004@mindchasers.com> (raw)
In-Reply-To: <1405066162-30121-10-git-send-email-ting.liu@freescale.com>

On 07/11/2014 04:09 AM, ting.liu@freescale.com wrote:
> From: Ting Liu <b28495@freescale.com>
>
> Signed-off-by: Ting Liu <b28495@freescale.com>
> ---
>   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"

> +
>



  parent reply	other threads:[~2014-07-18 19:28 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-11  8:09 [meta-fsl-ppc][PATCH 01/12] move all inc files to folder include/ ting.liu
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 02/12] remove kernel26 machine feature usage ting.liu
2014-07-11 17:06   ` Otavio Salvador
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 03/12] remove obsolete PREFERRED_VERSION for virtual/kernel ting.liu
2014-07-11 17:10   ` Otavio Salvador
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 04/12] conf/machine/: move common bits to inc files ting.liu
2014-07-11 17:16   ` Otavio Salvador
2014-07-14  2:23     ` ting.liu
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 05/12] u-boot: rename to u-boot-qoriq ting.liu
2014-07-11 17:17   ` Otavio Salvador
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 06/12] linux-qoriq-sdk: rename to linux-qoriq ting.liu
2014-07-11 17:06   ` Otavio Salvador
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 07/12] remove fslmachine MACHINEOVERRIDES usage ting.liu
2014-07-11 17:18   ` Otavio Salvador
2014-07-14  5:12   ` Bob Cochran
2014-07-14  7:52     ` ting.liu
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 08/12] add u-boot as EXTRA_IMAGEDEPENDS ting.liu
2014-07-11 17:17   ` Otavio Salvador
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 09/12] set IMAGE_CLASSES = "image_types_uboot" as defaut ting.liu
2014-07-11 17:07   ` Otavio Salvador
2014-07-14  2:10     ` ting.liu
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 10/12] add default setting for MKUBIFS_ARGS and UBINIZE_ARGS ting.liu
2014-07-11 17:09   ` Otavio Salvador
2014-07-18 19:28   ` Bob Cochran [this message]
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 11/12] inherit qoriq_build_64bit_kernel for kernel/module recipes ting.liu
2014-07-11 17:12   ` Otavio Salvador
2014-07-11  8:09 ` [meta-fsl-ppc][PATCH 12/12] ipc-modules: move to recipes-kernel/ ting.liu
2014-07-11 17:08   ` Otavio Salvador
2014-07-11 17:09 ` [meta-fsl-ppc][PATCH 01/12] move all inc files to folder include/ Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53C97548.2020004@mindchasers.com \
    --to=yocto@mindchasers.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.