* [PATCH 0/1] add a btrfs feature in linux-yocto-3.0 @ 2011-09-06 19:55 nitin.a.kamble 2011-09-06 19:56 ` [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support nitin.a.kamble 0 siblings, 1 reply; 9+ messages in thread From: nitin.a.kamble @ 2011-09-06 19:55 UTC (permalink / raw) To: yocto From: Nitin A Kamble <nitin.a.kamble@intel.com> The following changes since commit 3c9ebeed2598b74798a0c9247ef7c385e0cd96a7: meta: re-enable utrace feature for linux-yocto (2011-09-05 15:40:08 -0400) are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib nitin/linux-yocto-3.0/meta http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=nitin/linux-yocto-3.0/meta Nitin A Kamble (1): btrfs: Add a new kernel feature to enable the btrfs support meta/cfg/kernel-cache/features/btrfs/btrfs.cfg | 1 + meta/cfg/kernel-cache/features/btrfs/btrfs.scc | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.cfg create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.scc -- 1.7.4.4 ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support 2011-09-06 19:55 [PATCH 0/1] add a btrfs feature in linux-yocto-3.0 nitin.a.kamble @ 2011-09-06 19:56 ` nitin.a.kamble 2011-09-06 20:30 ` Bruce Ashfield 0 siblings, 1 reply; 9+ messages in thread From: nitin.a.kamble @ 2011-09-06 19:56 UTC (permalink / raw) To: yocto From: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> --- meta/cfg/kernel-cache/features/btrfs/btrfs.cfg | 1 + meta/cfg/kernel-cache/features/btrfs/btrfs.scc | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.cfg create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.scc diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg new file mode 100644 index 0000000..605c183 --- /dev/null +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg @@ -0,0 +1 @@ +CONFIG_BTRFS_FS=y diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.scc b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc new file mode 100644 index 0000000..cf18a2e --- /dev/null +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc @@ -0,0 +1 @@ +kconf non-hardware btrfs.cfg -- 1.7.4.4 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support 2011-09-06 19:56 ` [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support nitin.a.kamble @ 2011-09-06 20:30 ` Bruce Ashfield 2011-09-09 16:14 ` Kamble, Nitin A 2011-09-13 20:16 ` Kamble, Nitin A 0 siblings, 2 replies; 9+ messages in thread From: Bruce Ashfield @ 2011-09-06 20:30 UTC (permalink / raw) To: nitin.a.kamble; +Cc: yocto On 11-09-06 03:56 PM, nitin.a.kamble@intel.com wrote: > From: Nitin A Kamble<nitin.a.kamble@intel.com> Looks good. If we are merging this as config only, I've been putting them in meta/cfg/kernel-cache/cfg/ So I relocated this configuration to that directory. I'll have it pushed out in the next day or so (I'm getting on a plane shortly). Bruce > > Signed-off-by: Nitin A Kamble<nitin.a.kamble@intel.com> > --- > meta/cfg/kernel-cache/features/btrfs/btrfs.cfg | 1 + > meta/cfg/kernel-cache/features/btrfs/btrfs.scc | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > new file mode 100644 > index 0000000..605c183 > --- /dev/null > +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > @@ -0,0 +1 @@ > +CONFIG_BTRFS_FS=y > diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.scc b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > new file mode 100644 > index 0000000..cf18a2e > --- /dev/null > +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > @@ -0,0 +1 @@ > +kconf non-hardware btrfs.cfg ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support 2011-09-06 20:30 ` Bruce Ashfield @ 2011-09-09 16:14 ` Kamble, Nitin A 2011-09-09 21:09 ` Darren Hart 2011-09-13 20:16 ` Kamble, Nitin A 1 sibling, 1 reply; 9+ messages in thread From: Kamble, Nitin A @ 2011-09-09 16:14 UTC (permalink / raw) To: Bruce Ashfield; +Cc: yocto@yoctoproject.org, Hart, Darren Thanks Bruce, BTW we should enable this btrfs feature for linux-yocto-3 kernel. What is the right way to do it? Shall I send a patch for the Linux-yocot-3.0 recipe in the oe-core repository? Thanks, Nitin > -----Original Message----- > From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com] > Sent: Tuesday, September 06, 2011 1:30 PM > To: Kamble, Nitin A > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to > enable the btrfs support > > On 11-09-06 03:56 PM, nitin.a.kamble@intel.com wrote: > > From: Nitin A Kamble<nitin.a.kamble@intel.com> > > Looks good. If we are merging this as config only, I've been > putting them in meta/cfg/kernel-cache/cfg/ > > So I relocated this configuration to that directory. I'll have > it pushed out in the next day or so (I'm getting on a plane > shortly). > > Bruce > > > > > Signed-off-by: Nitin A Kamble<nitin.a.kamble@intel.com> > > --- > > meta/cfg/kernel-cache/features/btrfs/btrfs.cfg | 1 + > > meta/cfg/kernel-cache/features/btrfs/btrfs.scc | 1 + > > 2 files changed, 2 insertions(+), 0 deletions(-) > > create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > > > diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > new file mode 100644 > > index 0000000..605c183 > > --- /dev/null > > +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > @@ -0,0 +1 @@ > > +CONFIG_BTRFS_FS=y > > diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > new file mode 100644 > > index 0000000..cf18a2e > > --- /dev/null > > +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > @@ -0,0 +1 @@ > > +kconf non-hardware btrfs.cfg ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support 2011-09-09 16:14 ` Kamble, Nitin A @ 2011-09-09 21:09 ` Darren Hart 0 siblings, 0 replies; 9+ messages in thread From: Darren Hart @ 2011-09-09 21:09 UTC (permalink / raw) To: Kamble, Nitin A; +Cc: yocto@yoctoproject.org On 09/09/2011 09:14 AM, Kamble, Nitin A wrote: > Thanks Bruce, BTW we should enable this btrfs feature for > linux-yocto-3 kernel. What is the right way to do it? Shall I send a > patch for the Linux-yocot-3.0 recipe in the oe-core repository? Hi Nitin, Having a config fragment for btrfs available in linux-yocto is appropriate and makes btrfs easily added to any BSP from recipe space or from the linux-yocto meta repository. However, we do not want to enable it by default for all linux-yocto BSPs. Unless a device requires a specific FS to boot (fat, jffs2, etc) I am happy to stick with ext3/4 for now. If you have a compelling reason to enable btrfs for all embedded platforms, we can reconsider. This does highlight a TODO for the kernel team. We need to define and make readily available a Yocto Project Kernel Policy. This should identify the non-hardware-specific CONFIG options that will be enabled in any linux-yocto BSP config by default. We have discussed this some at LPC already, and will continue to flesh it out. Thanks, Darren > > Thanks, Nitin > > >> -----Original Message----- From: Bruce Ashfield >> [mailto:bruce.ashfield@windriver.com] Sent: Tuesday, September 06, >> 2011 1:30 PM To: Kamble, Nitin A Cc: yocto@yoctoproject.org >> Subject: Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature >> to enable the btrfs support >> >> On 11-09-06 03:56 PM, nitin.a.kamble@intel.com wrote: >>> From: Nitin A Kamble<nitin.a.kamble@intel.com> >> >> Looks good. If we are merging this as config only, I've been >> putting them in meta/cfg/kernel-cache/cfg/ >> >> So I relocated this configuration to that directory. I'll have it >> pushed out in the next day or so (I'm getting on a plane shortly). >> >> Bruce >> >>> >>> Signed-off-by: Nitin A Kamble<nitin.a.kamble@intel.com> --- >>> meta/cfg/kernel-cache/features/btrfs/btrfs.cfg | 1 + >>> meta/cfg/kernel-cache/features/btrfs/btrfs.scc | 1 + 2 files >>> changed, 2 insertions(+), 0 deletions(-) create mode 100644 >>> meta/cfg/kernel-cache/features/btrfs/btrfs.cfg create mode 100644 >>> meta/cfg/kernel-cache/features/btrfs/btrfs.scc >>> >>> diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg >> b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg >>> new file mode 100644 index 0000000..605c183 --- /dev/null +++ >>> b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg @@ -0,0 +1 @@ >>> +CONFIG_BTRFS_FS=y diff --git >>> a/meta/cfg/kernel-cache/features/btrfs/btrfs.scc >> b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc >>> new file mode 100644 index 0000000..cf18a2e --- /dev/null +++ >>> b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc @@ -0,0 +1 @@ >>> +kconf non-hardware btrfs.cfg -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support 2011-09-06 20:30 ` Bruce Ashfield 2011-09-09 16:14 ` Kamble, Nitin A @ 2011-09-13 20:16 ` Kamble, Nitin A 2011-09-13 20:17 ` Ashfield, Bruce 1 sibling, 1 reply; 9+ messages in thread From: Kamble, Nitin A @ 2011-09-13 20:16 UTC (permalink / raw) To: Bruce Ashfield; +Cc: yocto@yoctoproject.org Hi Bruce, I am seeing that the patch is still not part of the Linux-yocto-3.0 repository. Is there any reason it is being hold? Thanks, Nitin > -----Original Message----- > From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com] > Sent: Tuesday, September 06, 2011 1:30 PM > To: Kamble, Nitin A > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to > enable the btrfs support > > On 11-09-06 03:56 PM, nitin.a.kamble@intel.com wrote: > > From: Nitin A Kamble<nitin.a.kamble@intel.com> > > Looks good. If we are merging this as config only, I've been > putting them in meta/cfg/kernel-cache/cfg/ > > So I relocated this configuration to that directory. I'll have > it pushed out in the next day or so (I'm getting on a plane > shortly). > > Bruce > > > > > Signed-off-by: Nitin A Kamble<nitin.a.kamble@intel.com> > > --- > > meta/cfg/kernel-cache/features/btrfs/btrfs.cfg | 1 + > > meta/cfg/kernel-cache/features/btrfs/btrfs.scc | 1 + > > 2 files changed, 2 insertions(+), 0 deletions(-) > > create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > > > diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > new file mode 100644 > > index 0000000..605c183 > > --- /dev/null > > +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > @@ -0,0 +1 @@ > > +CONFIG_BTRFS_FS=y > > diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > new file mode 100644 > > index 0000000..cf18a2e > > --- /dev/null > > +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > @@ -0,0 +1 @@ > > +kconf non-hardware btrfs.cfg ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support 2011-09-13 20:16 ` Kamble, Nitin A @ 2011-09-13 20:17 ` Ashfield, Bruce 2011-09-13 21:19 ` Kamble, Nitin A 2011-09-15 4:08 ` Bruce Ashfield 0 siblings, 2 replies; 9+ messages in thread From: Ashfield, Bruce @ 2011-09-13 20:17 UTC (permalink / raw) To: 'nitin.a.kamble@intel.com'; +Cc: 'yocto@yoctoproject.org' It's there. Have a look in the cfg Sabourin Bruce ----- Original Message ----- From: Kamble, Nitin A [mailto:nitin.a.kamble@intel.com] Sent: Tuesday, September 13, 2011 01:16 PM To: Ashfield, Bruce Cc: yocto@yoctoproject.org <yocto@yoctoproject.org> Subject: RE: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support Hi Bruce, I am seeing that the patch is still not part of the Linux-yocto-3.0 repository. Is there any reason it is being hold? Thanks, Nitin > -----Original Message----- > From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com] > Sent: Tuesday, September 06, 2011 1:30 PM > To: Kamble, Nitin A > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to > enable the btrfs support > > On 11-09-06 03:56 PM, nitin.a.kamble@intel.com wrote: > > From: Nitin A Kamble<nitin.a.kamble@intel.com> > > Looks good. If we are merging this as config only, I've been > putting them in meta/cfg/kernel-cache/cfg/ > > So I relocated this configuration to that directory. I'll have > it pushed out in the next day or so (I'm getting on a plane > shortly). > > Bruce > > > > > Signed-off-by: Nitin A Kamble<nitin.a.kamble@intel.com> > > --- > > meta/cfg/kernel-cache/features/btrfs/btrfs.cfg | 1 + > > meta/cfg/kernel-cache/features/btrfs/btrfs.scc | 1 + > > 2 files changed, 2 insertions(+), 0 deletions(-) > > create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > > > diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > new file mode 100644 > > index 0000000..605c183 > > --- /dev/null > > +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > @@ -0,0 +1 @@ > > +CONFIG_BTRFS_FS=y > > diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > new file mode 100644 > > index 0000000..cf18a2e > > --- /dev/null > > +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > @@ -0,0 +1 @@ > > +kconf non-hardware btrfs.cfg ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support 2011-09-13 20:17 ` Ashfield, Bruce @ 2011-09-13 21:19 ` Kamble, Nitin A 2011-09-15 4:08 ` Bruce Ashfield 1 sibling, 0 replies; 9+ messages in thread From: Kamble, Nitin A @ 2011-09-13 21:19 UTC (permalink / raw) To: Ashfield, Bruce; +Cc: 'yocto@yoctoproject.org' Yes, I found it. Thank you ! Nitin > -----Original Message----- > From: Ashfield, Bruce [mailto:Bruce.Ashfield@windriver.com] > Sent: Tuesday, September 13, 2011 1:18 PM > To: Kamble, Nitin A > Cc: 'yocto@yoctoproject.org' > Subject: Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to > enable the btrfs support > > It's there. Have a look in the cfg Sabourin > > Bruce > > ----- Original Message ----- > From: Kamble, Nitin A [mailto:nitin.a.kamble@intel.com] > Sent: Tuesday, September 13, 2011 01:16 PM > To: Ashfield, Bruce > Cc: yocto@yoctoproject.org <yocto@yoctoproject.org> > Subject: RE: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to > enable the btrfs support > > Hi Bruce, > I am seeing that the patch is still not part of the Linux-yocto-3.0 > repository. Is there any reason it is being hold? > > Thanks, > Nitin > > > > -----Original Message----- > > From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com] > > Sent: Tuesday, September 06, 2011 1:30 PM > > To: Kamble, Nitin A > > Cc: yocto@yoctoproject.org > > Subject: Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to > > enable the btrfs support > > > > On 11-09-06 03:56 PM, nitin.a.kamble@intel.com wrote: > > > From: Nitin A Kamble<nitin.a.kamble@intel.com> > > > > Looks good. If we are merging this as config only, I've been > > putting them in meta/cfg/kernel-cache/cfg/ > > > > So I relocated this configuration to that directory. I'll have > > it pushed out in the next day or so (I'm getting on a plane > > shortly). > > > > Bruce > > > > > > > > Signed-off-by: Nitin A Kamble<nitin.a.kamble@intel.com> > > > --- > > > meta/cfg/kernel-cache/features/btrfs/btrfs.cfg | 1 + > > > meta/cfg/kernel-cache/features/btrfs/btrfs.scc | 1 + > > > 2 files changed, 2 insertions(+), 0 deletions(-) > > > create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > > create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > > > > > diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > > new file mode 100644 > > > index 0000000..605c183 > > > --- /dev/null > > > +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg > > > @@ -0,0 +1 @@ > > > +CONFIG_BTRFS_FS=y > > > diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > > new file mode 100644 > > > index 0000000..cf18a2e > > > --- /dev/null > > > +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc > > > @@ -0,0 +1 @@ > > > +kconf non-hardware btrfs.cfg ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support 2011-09-13 20:17 ` Ashfield, Bruce 2011-09-13 21:19 ` Kamble, Nitin A @ 2011-09-15 4:08 ` Bruce Ashfield 1 sibling, 0 replies; 9+ messages in thread From: Bruce Ashfield @ 2011-09-15 4:08 UTC (permalink / raw) To: Ashfield, Bruce; +Cc: 'yocto@yoctoproject.org' On 11-09-13 4:17 PM, Ashfield, Bruce wrote: > It's there. Have a look in the cfg Sabourin Ech. This just looped around now after a few days delay. Sorry about the garbled message .. "sabourin" looked like "subdir" on my phone when I sent this. Bruce > > Bruce > > ----- Original Message ----- > From: Kamble, Nitin A [mailto:nitin.a.kamble@intel.com] > Sent: Tuesday, September 13, 2011 01:16 PM > To: Ashfield, Bruce > Cc: yocto@yoctoproject.org<yocto@yoctoproject.org> > Subject: RE: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support > > Hi Bruce, > I am seeing that the patch is still not part of the Linux-yocto-3.0 repository. Is there any reason it is being hold? > > Thanks, > Nitin > > >> -----Original Message----- >> From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com] >> Sent: Tuesday, September 06, 2011 1:30 PM >> To: Kamble, Nitin A >> Cc: yocto@yoctoproject.org >> Subject: Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to >> enable the btrfs support >> >> On 11-09-06 03:56 PM, nitin.a.kamble@intel.com wrote: >>> From: Nitin A Kamble<nitin.a.kamble@intel.com> >> >> Looks good. If we are merging this as config only, I've been >> putting them in meta/cfg/kernel-cache/cfg/ >> >> So I relocated this configuration to that directory. I'll have >> it pushed out in the next day or so (I'm getting on a plane >> shortly). >> >> Bruce >> >>> >>> Signed-off-by: Nitin A Kamble<nitin.a.kamble@intel.com> >>> --- >>> meta/cfg/kernel-cache/features/btrfs/btrfs.cfg | 1 + >>> meta/cfg/kernel-cache/features/btrfs/btrfs.scc | 1 + >>> 2 files changed, 2 insertions(+), 0 deletions(-) >>> create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.cfg >>> create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.scc >>> >>> diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg >> b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg >>> new file mode 100644 >>> index 0000000..605c183 >>> --- /dev/null >>> +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.cfg >>> @@ -0,0 +1 @@ >>> +CONFIG_BTRFS_FS=y >>> diff --git a/meta/cfg/kernel-cache/features/btrfs/btrfs.scc >> b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc >>> new file mode 100644 >>> index 0000000..cf18a2e >>> --- /dev/null >>> +++ b/meta/cfg/kernel-cache/features/btrfs/btrfs.scc >>> @@ -0,0 +1 @@ >>> +kconf non-hardware btrfs.cfg > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-09-15 4:08 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-09-06 19:55 [PATCH 0/1] add a btrfs feature in linux-yocto-3.0 nitin.a.kamble 2011-09-06 19:56 ` [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support nitin.a.kamble 2011-09-06 20:30 ` Bruce Ashfield 2011-09-09 16:14 ` Kamble, Nitin A 2011-09-09 21:09 ` Darren Hart 2011-09-13 20:16 ` Kamble, Nitin A 2011-09-13 20:17 ` Ashfield, Bruce 2011-09-13 21:19 ` Kamble, Nitin A 2011-09-15 4:08 ` Bruce Ashfield
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.