From: Igor Grinberg <grinberg@compulab.co.il>
To: Otavio Salvador <otavio@ossystems.com.br>,
meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Subject: Re: [PATCH 2/5] imx-base.inc, mxs-base.inc: Stop generating tar.bz2 image tarball by default
Date: Thu, 24 Sep 2015 11:49:13 +0300 [thread overview]
Message-ID: <5603B909.9020205@compulab.co.il> (raw)
In-Reply-To: <1442926012-22340-3-git-send-email-otavio@ossystems.com.br>
Hi Otavio,
On 09/22/15 15:46, Otavio Salvador wrote:
> The tar.bz2 is useful for people using NFS or generating the SD card
> image byhand, those can enable this in the board file or in the
> local.conf when needed. By the fault the SD card image should be the
> only image built as it is the most commonly used one for initial
> development.
It is also useful for uniform deployment, when you do not know which
storage is going to be used for rootfs. For example you can provide
the tar.bz2 for deployment on any device, e.g. NAND, SD card, mSATA...
Although it will require another form of deployment technique (not dd),
but I think it is still useful.
On the other hand, I agree that it can be enabled in the board file or
the local.conf.
So, you decide...
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>
> conf/machine/include/imx-base.inc | 2 +-
> conf/machine/include/mxs-base.inc | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
> index f54e9b7..d2075f1 100644
> --- a/conf/machine/include/imx-base.inc
> +++ b/conf/machine/include/imx-base.inc
> @@ -127,7 +127,7 @@ IMX_DEFAULT_KERNEL_mx6ul = "linux-imx"
> PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}"
>
> SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
> -IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
> +IMAGE_FSTYPES ?= "ext3 sdcard"
>
> SERIAL_CONSOLE = "115200 ttymxc0"
>
> diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
> index b32e926..38450be 100644
> --- a/conf/machine/include/mxs-base.inc
> +++ b/conf/machine/include/mxs-base.inc
> @@ -36,7 +36,7 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
> KERNEL_IMAGETYPE = "zImage"
>
> SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
> -IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
> +IMAGE_FSTYPES ?= "ext3 uboot.mxsboot-sdcard sdcard"
>
> # Add the ability to specify _imx machines
> MACHINEOVERRIDES =. "imx:"
>
--
Regards,
Igor.
next prev parent reply other threads:[~2015-09-24 10:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-22 12:46 [PATCH 0/5] Consolidate all i.MX base settings in imx-base.inc Otavio Salvador
2015-09-22 12:46 ` [PATCH 1/5] mxs-base.inc: Consolidate IMAGE_FSTYPES definition Otavio Salvador
2015-09-22 12:46 ` [PATCH 2/5] imx-base.inc, mxs-base.inc: Stop generating tar.bz2 image tarball by default Otavio Salvador
2015-09-24 8:49 ` Igor Grinberg [this message]
2015-09-24 11:46 ` Otavio Salvador
2015-09-22 12:46 ` [PATCH 3/5] imx-base.inc, mxs-base.inc: Change default image to sdcard.gz Otavio Salvador
2015-09-22 12:46 ` [PATCH 4/5] imx-base.inc, mxs-base.inc: Use ext4 filesystem for images as default Otavio Salvador
2015-09-22 12:46 ` [PATCH 5/5] Move mxs-base.inc contents to imx-base.inc 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=5603B909.9020205@compulab.co.il \
--to=grinberg@compulab.co.il \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/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.