All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] enable btrfs as a supported image fs type
@ 2011-09-06 21:06 nitin.a.kamble
  2011-09-06 21:06 ` [PATCH 1/1] image-types: add btrfs as a supported fstype nitin.a.kamble
  0 siblings, 1 reply; 7+ messages in thread
From: nitin.a.kamble @ 2011-09-06 21:06 UTC (permalink / raw)
  To: openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

The following changes since commit dbff56238e083d0110eb13c1f5a07716340fdfe4:

  icu-3.6: fix building with big make -j (2011-09-06 16:37:02 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/btrfs
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/btrfs

Nitin A Kamble (1):
  image-types: add btrfs as a supported fstype

 meta/classes/image_types.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.4.4




^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/1] image-types: add btrfs as a supported fstype
  2011-09-06 21:06 [PATCH 0/1] enable btrfs as a supported image fs type nitin.a.kamble
@ 2011-09-06 21:06 ` nitin.a.kamble
  2011-09-06 22:38   ` Joshua Lock
  2011-09-07  7:15   ` Anders Darander
  0 siblings, 2 replies; 7+ messages in thread
From: nitin.a.kamble @ 2011-09-06 21:06 UTC (permalink / raw)
  To: openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 meta/classes/image_types.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index c24b326..3e303ed 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -141,4 +141,4 @@ IMAGE_DEPENDS_ubi = "mtd-utils-native"
 IMAGE_DEPENDS_ubifs = "mtd-utils-native"
 
 # This variable is available to request which values are suitable for IMAGE_FSTYPES
-IMAGE_TYPES = "jffs2 cramfs ext2 ext2.gz ext3 ext3.gz live squashfs squashfs-lzma ubi tar tar.gz tar.bz2 tar.xz cpio cpio.gz cpio.xz cpio.lzma"
+IMAGE_TYPES = "jffs2 cramfs ext2 ext2.gz ext3 ext3.gz btrfs live squashfs squashfs-lzma ubi tar tar.gz tar.bz2 tar.xz cpio cpio.gz cpio.xz cpio.lzma"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] image-types: add btrfs as a supported fstype
  2011-09-06 21:06 ` [PATCH 1/1] image-types: add btrfs as a supported fstype nitin.a.kamble
@ 2011-09-06 22:38   ` Joshua Lock
  2011-09-07  7:15   ` Anders Darander
  1 sibling, 0 replies; 7+ messages in thread
From: Joshua Lock @ 2011-09-06 22:38 UTC (permalink / raw)
  To: openembedded-core

On Tue, 2011-09-06 at 14:06 -0700, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
>  meta/classes/image_types.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
> index c24b326..3e303ed 100644
> --- a/meta/classes/image_types.bbclass
> +++ b/meta/classes/image_types.bbclass
> @@ -141,4 +141,4 @@ IMAGE_DEPENDS_ubi = "mtd-utils-native"
>  IMAGE_DEPENDS_ubifs = "mtd-utils-native"
>  
>  # This variable is available to request which values are suitable for IMAGE_FSTYPES
> -IMAGE_TYPES = "jffs2 cramfs ext2 ext2.gz ext3 ext3.gz live squashfs squashfs-lzma ubi tar tar.gz tar.bz2 tar.xz cpio cpio.gz cpio.xz cpio.lzma"
> +IMAGE_TYPES = "jffs2 cramfs ext2 ext2.gz ext3 ext3.gz btrfs live squashfs squashfs-lzma ubi tar tar.gz tar.bz2 tar.xz cpio cpio.gz cpio.xz cpio.lzma"

This isn't enough, the variable you've modified is one used only by the
hob UI.

You need to define IMAGE_CMD_btrfs and possibly IMAGE_DEPENDS_btrfs
entries, maybe EXTRA_IMAGE_CMD_btrfs too if required?

Cheers,
Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] image-types: add btrfs as a supported fstype
  2011-09-06 21:06 ` [PATCH 1/1] image-types: add btrfs as a supported fstype nitin.a.kamble
  2011-09-06 22:38   ` Joshua Lock
@ 2011-09-07  7:15   ` Anders Darander
  2011-09-07 18:28     ` Kamble, Nitin A
  1 sibling, 1 reply; 7+ messages in thread
From: Anders Darander @ 2011-09-07  7:15 UTC (permalink / raw)
  To: openembedded-core

* nitin.a.kamble@intel.com <nitin.a.kamble@intel.com> [110906 23:07]:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
>  meta/classes/image_types.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
> index c24b326..3e303ed 100644
> --- a/meta/classes/image_types.bbclass
> +++ b/meta/classes/image_types.bbclass
> @@ -141,4 +141,4 @@ IMAGE_DEPENDS_ubi = "mtd-utils-native"
>  IMAGE_DEPENDS_ubifs = "mtd-utils-native"
>  
>  # This variable is available to request which values are suitable for IMAGE_FSTYPES
> -IMAGE_TYPES = "jffs2 cramfs ext2 ext2.gz ext3 ext3.gz live squashfs squashfs-lzma ubi tar tar.gz tar.bz2 tar.xz cpio cpio.gz cpio.xz cpio.lzma"
> +IMAGE_TYPES = "jffs2 cramfs ext2 ext2.gz ext3 ext3.gz btrfs live squashfs squashfs-lzma ubi tar tar.gz tar.bz2 tar.xz cpio cpio.gz cpio.xz cpio.lzma"

As Joshua already replied, this isn't enough.
This raises one question, though. Have you successfully built
btrfs-image? If so, I assume that you have more patches locally,
otherwise you should resist submitting patches, unless they're clearly
marked as RFC (request for comments, and thus not to be applied).

Cheers,
Anders

-- 
Anders Darander
ChargeStorm AB



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] image-types: add btrfs as a supported fstype
  2011-09-07  7:15   ` Anders Darander
@ 2011-09-07 18:28     ` Kamble, Nitin A
  2011-09-08  7:13       ` Anders Darander
  0 siblings, 1 reply; 7+ messages in thread
From: Kamble, Nitin A @ 2011-09-07 18:28 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Lock, Joshua



> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org
> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> Anders Darander
> Sent: Wednesday, September 07, 2011 12:16 AM
> To: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 1/1] image-types: add btrfs as a
> supported fstype
> 
> * nitin.a.kamble@intel.com <nitin.a.kamble@intel.com> [110906 23:07]:
> > From: Nitin A Kamble <nitin.a.kamble@intel.com>
> >
> > Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> > ---
> >  meta/classes/image_types.bbclass |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/meta/classes/image_types.bbclass
> b/meta/classes/image_types.bbclass
> > index c24b326..3e303ed 100644
> > --- a/meta/classes/image_types.bbclass
> > +++ b/meta/classes/image_types.bbclass
> > @@ -141,4 +141,4 @@ IMAGE_DEPENDS_ubi = "mtd-utils-native"
> >  IMAGE_DEPENDS_ubifs = "mtd-utils-native"
> >
> >  # This variable is available to request which values are suitable
> for IMAGE_FSTYPES
> > -IMAGE_TYPES = "jffs2 cramfs ext2 ext2.gz ext3 ext3.gz live squashfs
> squashfs-lzma ubi tar tar.gz tar.bz2 tar.xz cpio cpio.gz cpio.xz
> cpio.lzma"
> > +IMAGE_TYPES = "jffs2 cramfs ext2 ext2.gz ext3 ext3.gz btrfs live
> squashfs squashfs-lzma ubi tar tar.gz tar.bz2 tar.xz cpio cpio.gz
> cpio.xz cpio.lzma"
> 
> As Joshua already replied, this isn't enough.
> This raises one question, though. Have you successfully built
> btrfs-image? If so, I assume that you have more patches locally,
> otherwise you should resist submitting patches, unless they're clearly
> marked as RFC (request for comments, and thus not to be applied).
> 
> Cheers,
> Anders

All these pieces Josh mentioned are already in the tree. I found this new line, and saw btrfs was not listed in it so added there also. The btrfs support in yocto is working with Linux-yocto 3.x kernel. The btrfs kernel config needs to be enabled, I have sent a patch for that implementing it as a kernel feature, Once that is there then also need to enable the btrfs feature in the Linux-yocto kernel recipe. I will send a patch for that too. 

Thanks,
Nitin




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] image-types: add btrfs as a supported fstype
  2011-09-07 18:28     ` Kamble, Nitin A
@ 2011-09-08  7:13       ` Anders Darander
  2011-09-09 16:03         ` Kamble, Nitin A
  0 siblings, 1 reply; 7+ messages in thread
From: Anders Darander @ 2011-09-08  7:13 UTC (permalink / raw)
  To: openembedded-core

* Kamble, Nitin A <nitin.a.kamble@intel.com> [110907 20:28]:
> > -----Original Message----- From:
> > openembedded-core-bounces@lists.openembedded.org
> > [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf
> > Of Anders Darander Sent: Wednesday, September 07, 2011 12:16 AM To:
> > openembedded-core@lists.openembedded.org Subject: Re: [OE-core]
> > [PATCH 1/1] image-types: add btrfs as a supported fstype
> > 
> > As Joshua already replied, this isn't enough.  This raises one
> > question, though. Have you successfully built btrfs-image? If so, I
> > assume that you have more patches locally, otherwise you should
> > resist submitting patches, unless they're clearly marked as RFC
> > (request for comments, and thus not to be applied).
> 
> All these pieces Josh mentioned are already in the tree. I found this
> new line, and saw btrfs was not listed in it so added there also. The
> btrfs support in yocto is working with Linux-yocto 3.x kernel. The
> btrfs kernel config needs to be enabled, I have sent a patch for that
> implementing it as a kernel feature, Once that is there then also need
> to enable the btrfs feature in the Linux-yocto kernel recipe. I will
> send a patch for that too. 

My apologies. 
You're correct in that the pieces mentioned by Josh is already in the
tree.

However, the commit log should probably have included something like
"enabling btrfs support for hob", perhaps worded slightly better. 

Cheers,
Anders

-- 
Anders Darander
ChargeStorm AB



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] image-types: add btrfs as a supported fstype
  2011-09-08  7:13       ` Anders Darander
@ 2011-09-09 16:03         ` Kamble, Nitin A
  0 siblings, 0 replies; 7+ messages in thread
From: Kamble, Nitin A @ 2011-09-09 16:03 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

> 
> My apologies.
> You're correct in that the pieces mentioned by Josh is already in the
> tree.
> 
> However, the commit log should probably have included something like
> "enabling btrfs support for hob", perhaps worded slightly better.

Makes sense. I was not aware of that line is there for hob, now I know it, and change the commit log.
Nitin

> 
> Cheers,
> Anders
> 

> --
> Anders Darander
> ChargeStorm AB
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-09-09 16:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-06 21:06 [PATCH 0/1] enable btrfs as a supported image fs type nitin.a.kamble
2011-09-06 21:06 ` [PATCH 1/1] image-types: add btrfs as a supported fstype nitin.a.kamble
2011-09-06 22:38   ` Joshua Lock
2011-09-07  7:15   ` Anders Darander
2011-09-07 18:28     ` Kamble, Nitin A
2011-09-08  7:13       ` Anders Darander
2011-09-09 16:03         ` Kamble, Nitin A

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.