All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: Daiane Angolini <daiane.list@gmail.com>
Cc: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm PATCH 15/16] mfgtool-initramfs-image.bbclass: Abstracts the MfgTool's initramfs needs
Date: Wed, 26 Feb 2014 10:06:23 -0300	[thread overview]
Message-ID: <CAP9ODKqRzF5iB3NnnneQkH9iP1U8h25kwOERQm4xziwHs8LEAQ@mail.gmail.com> (raw)
In-Reply-To: <CAP9ODKo2+tS8Fzu9=_N+VuZ=qV-bRWAnOY2OzS1=qXYEqh0Hcw@mail.gmail.com>

Hello,

Pressed sent too soon hehe

On Wed, Feb 26, 2014 at 9:58 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> Hello Daiane,
>
> On Tue, Feb 25, 2014 at 3:13 PM, Daiane Angolini <daiane.list@gmail.com> wrote:
>> On Mon, Feb 24, 2014 at 3:52 PM, Otavio Salvador
>> <otavio@ossystems.com.br> wrote:
>>> Manage the initramfs requirements for Manufacturing Tool use and allow
>>> future addition of new filesystem support if needed.
>>>
>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>>> ---
>>>
>>>  classes/mfgtool-initramfs-image.bbclass | 26 ++++++++++++++++++++++++++
>>>  1 file changed, 26 insertions(+)
>>>  create mode 100644 classes/mfgtool-initramfs-image.bbclass
>>>
>>> diff --git a/classes/mfgtool-initramfs-image.bbclass b/classes/mfgtool-initramfs-image.bbclass
>>> new file mode 100644
>>> index 0000000..3c2e445
>>> --- /dev/null
>>> +++ b/classes/mfgtool-initramfs-image.bbclass
>>> @@ -0,0 +1,26 @@
>>
>> Would be possible to add a DESCRIPTION in a class? In case it´s not
>> possible, would be nice to add a comment only to inform the goal of
>> this class?
>
> I added a comment block in the class.
>
>>> +DEPENDS += "u-boot-mfgtool linux-mfgtool"
>>> +
>>> +PACKAGE_GROUP_mtd = "packagegroup-fsl-mfgtool-mtd"
>>> +PACKAGE_GROUP_extfs = "packagegroup-fsl-mfgtool-extfs"
>>> +
>>> +IMAGE_FSTYPES = "cpio.gz.u-boot"
>>
>> Do you intent to not allow IMAGE_FSTYPES to be overridden?
>
> Yes; it is possible to override it in the image file, if nee

Yes; it is possible to override it in the image file, if need. For the
goal of the class, the cpio.gz is enough and being a specific propose
image I think it is fine.

>>> +IMAGE_ROOTFS_SIZE ?= "8192"
>>> +IMAGE_CLASSES = "image_types_uboot"
>>> +
>>> +IMAGE_FEATURES = " \
>>
>> When you say future addition of new file system support you mean a
>> patch to add it on recipe or you mean it being overridden by
>> local.conf?

We may add fsfs, btrfs or other; the idea is we may not enable it by
default in the image features but allow it to be upstreamed ;-)

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


  reply	other threads:[~2014-02-26 13:06 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-24 18:52 [meta-fsl-arm PATCH 0/16] Freescale MfgTool artifacts support Otavio Salvador
2014-02-24 18:52 ` [meta-fsl-arm PATCH 01/16] imx-uuc: Add 0.4 recipe Otavio Salvador
2014-02-24 19:01   ` Mario Domenech Goulart
2014-02-24 19:09     ` Otavio Salvador
2014-02-25 17:37   ` Daiane Angolini
2014-02-24 18:52 ` [meta-fsl-arm PATCH 02/16] imx-kobs: Upgrade to 3.10.17-1.0.0 version Otavio Salvador
2014-02-25 17:41   ` Daiane Angolini
2014-02-24 18:52 ` [meta-fsl-arm PATCH 03/16] packagegroup-fsl-mfgtool: Provide the required packages Otavio Salvador
2014-02-25 17:44   ` Daiane Angolini
2014-02-24 18:52 ` [meta-fsl-arm PATCH 04/16] u-boot-mfgtool.inc: Build a Manufactoring Tool variant Otavio Salvador
2014-02-25 17:51   ` Daiane Angolini
2014-02-25 18:23     ` Eric Nelson
2014-02-25 18:30       ` Gary Thomas
2014-02-25 18:54       ` Daiane Angolini
2014-02-25 19:12         ` Mario Domenech Goulart
2014-02-25 19:29           ` Daiane Angolini
2014-02-24 18:52 ` [meta-fsl-arm PATCH 05/16] u-boot-imx-mfgtool: Add 2013.04 version Otavio Salvador
2014-02-25 17:53   ` Daiane Angolini
2014-02-24 18:52 ` [meta-fsl-arm PATCH 06/16] imx6slevk: Add U-Boot Manufacturing Tool config Otavio Salvador
2014-02-25 17:59   ` Daiane Angolini
2014-02-24 18:52 ` [meta-fsl-arm PATCH 07/16] imx6dlsabreauto: " Otavio Salvador
2014-02-25 18:00   ` Daiane Angolini
2014-02-26  3:16     ` Otavio Salvador
2014-02-24 18:52 ` [meta-fsl-arm PATCH 08/16] imx6dlsabresd: " Otavio Salvador
2014-02-24 18:52 ` [meta-fsl-arm PATCH 09/16] imx6qsabreauto: " Otavio Salvador
2014-02-24 18:52 ` [meta-fsl-arm PATCH 10/16] imx6qsabresd: " Otavio Salvador
2014-02-24 18:52 ` [meta-fsl-arm PATCH 11/16] imx6solosabreauto: " Otavio Salvador
2014-02-24 18:52 ` [meta-fsl-arm PATCH 12/16] imx6solosabresd: " Otavio Salvador
2014-02-24 18:52 ` [meta-fsl-arm PATCH 13/16] linux-mfgtool.inc: Build a Manufactoring Tool variant Otavio Salvador
2014-02-25 18:06   ` Daiane Angolini
2014-02-26  3:46     ` Otavio Salvador
2014-02-26 12:53       ` Daiane.Angolini
2014-02-24 18:52 ` [meta-fsl-arm PATCH 14/16] linux-imx-mfgtool: Add 3.10.17 version Otavio Salvador
2014-02-25 18:07   ` Daiane Angolini
2014-02-24 18:52 ` [meta-fsl-arm PATCH 15/16] mfgtool-initramfs-image.bbclass: Abstracts the MfgTool's initramfs needs Otavio Salvador
2014-02-25 18:13   ` Daiane Angolini
2014-02-26 12:58     ` Otavio Salvador
2014-02-26 13:06       ` Otavio Salvador [this message]
2014-02-24 18:52 ` [meta-fsl-arm PATCH 16/16] fsl-image-mfgtool-initramfs: Add image Otavio Salvador
2014-02-25 18:15 ` [meta-fsl-arm PATCH 0/16] Freescale MfgTool artifacts support Daiane Angolini
2014-02-25 19:28   ` Daiane Angolini

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=CAP9ODKqRzF5iB3NnnneQkH9iP1U8h25kwOERQm4xziwHs8LEAQ@mail.gmail.com \
    --to=otavio@ossystems.com.br \
    --cc=daiane.list@gmail.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.