* [PATCH 0/1] new kernel feature btrfs
@ 2011-06-21 1:05 nitin.a.kamble
2011-06-21 1:05 ` [PATCH 1/1] btrfs.scc, cfg: add a new feature which enables btrfs kernel configuration nitin.a.kamble
2011-06-21 3:40 ` [PATCH 0/1] new kernel feature btrfs Bruce Ashfield
0 siblings, 2 replies; 4+ messages in thread
From: nitin.a.kamble @ 2011-06-21 1:05 UTC (permalink / raw)
To: poky, dvhart, bruce.ashfield
From: Nitin A Kamble <nitin.a.kamble@intel.com>
The following changes since commit 8888d948e0ddbc5f37bd3dc23cc1b398ab230e2e:
meta: add utrace feature for linux-yocto (2011-06-16 15:41:23 -0400)
are available in the git repository at:
git://git.pokylinux.org/linux-yocto-2.6.37-contrib nitin/btrfs
http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=nitin/btrfs
Nitin A Kamble (1):
btrfs.scc,cfg: add a new feature which enables btrfs kernel
configuration
meta/cfg/kernel-cache/cfg/btrfs.cfg | 2 ++
meta/cfg/kernel-cache/cfg/btrfs.scc | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 meta/cfg/kernel-cache/cfg/btrfs.cfg
create mode 100644 meta/cfg/kernel-cache/cfg/btrfs.scc
--
1.7.4.4
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/1] btrfs.scc, cfg: add a new feature which enables btrfs kernel configuration
2011-06-21 1:05 [PATCH 0/1] new kernel feature btrfs nitin.a.kamble
@ 2011-06-21 1:05 ` nitin.a.kamble
2011-06-21 3:40 ` [PATCH 0/1] new kernel feature btrfs Bruce Ashfield
1 sibling, 0 replies; 4+ messages in thread
From: nitin.a.kamble @ 2011-06-21 1:05 UTC (permalink / raw)
To: poky, dvhart, bruce.ashfield
From: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta/cfg/kernel-cache/cfg/btrfs.cfg | 2 ++
meta/cfg/kernel-cache/cfg/btrfs.scc | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 meta/cfg/kernel-cache/cfg/btrfs.cfg
create mode 100644 meta/cfg/kernel-cache/cfg/btrfs.scc
diff --git a/meta/cfg/kernel-cache/cfg/btrfs.cfg b/meta/cfg/kernel-cache/cfg/btrfs.cfg
new file mode 100644
index 0000000..d727f20
--- /dev/null
+++ b/meta/cfg/kernel-cache/cfg/btrfs.cfg
@@ -0,0 +1,2 @@
+CONFIG_BTRFS_FS=y
+CONFIG_BTRFS_FS_POSIX_ACL=y
diff --git a/meta/cfg/kernel-cache/cfg/btrfs.scc b/meta/cfg/kernel-cache/cfg/btrfs.scc
new file mode 100644
index 0000000..cf18a2e
--- /dev/null
+++ b/meta/cfg/kernel-cache/cfg/btrfs.scc
@@ -0,0 +1 @@
+kconf non-hardware btrfs.cfg
--
1.7.4.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] new kernel feature btrfs
2011-06-21 1:05 [PATCH 0/1] new kernel feature btrfs nitin.a.kamble
2011-06-21 1:05 ` [PATCH 1/1] btrfs.scc, cfg: add a new feature which enables btrfs kernel configuration nitin.a.kamble
@ 2011-06-21 3:40 ` Bruce Ashfield
2011-06-25 4:58 ` Kamble, Nitin A
1 sibling, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2011-06-21 3:40 UTC (permalink / raw)
To: nitin.a.kamble; +Cc: dvhart, poky
On 11-06-20 9:05 PM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>
>
> The following changes since commit 8888d948e0ddbc5f37bd3dc23cc1b398ab230e2e:
>
> meta: add utrace feature for linux-yocto (2011-06-16 15:41:23 -0400)
>
> are available in the git repository at:
> git://git.pokylinux.org/linux-yocto-2.6.37-contrib nitin/btrfs
> http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=nitin/btrfs
Looks good here. I'm doing a config update at the moment, and I've
pulled it into 2.6.37, once in, it'll propagate through to the dev
kernels and follow us as we update.
Cheers,
Bruce
>
> Nitin A Kamble (1):
> btrfs.scc,cfg: add a new feature which enables btrfs kernel
> configuration
>
> meta/cfg/kernel-cache/cfg/btrfs.cfg | 2 ++
> meta/cfg/kernel-cache/cfg/btrfs.scc | 1 +
> 2 files changed, 3 insertions(+), 0 deletions(-)
> create mode 100644 meta/cfg/kernel-cache/cfg/btrfs.cfg
> create mode 100644 meta/cfg/kernel-cache/cfg/btrfs.scc
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] new kernel feature btrfs
2011-06-21 3:40 ` [PATCH 0/1] new kernel feature btrfs Bruce Ashfield
@ 2011-06-25 4:58 ` Kamble, Nitin A
0 siblings, 0 replies; 4+ messages in thread
From: Kamble, Nitin A @ 2011-06-25 4:58 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: dvhart@linux.intel.com, poky@yoctoproject.org
Thanks Bruce for pushing forward.
Nitin
> -----Original Message-----
> From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com]
> Sent: Monday, June 20, 2011 8:41 PM
> To: Kamble, Nitin A
> Cc: poky@yoctoproject.org; dvhart@linux.intel.com
> Subject: Re: [PATCH 0/1] new kernel feature btrfs
>
> On 11-06-20 9:05 PM, nitin.a.kamble@intel.com wrote:
> > From: Nitin A Kamble<nitin.a.kamble@intel.com>
> >
> >
> > The following changes since commit
> 8888d948e0ddbc5f37bd3dc23cc1b398ab230e2e:
> >
> > meta: add utrace feature for linux-yocto (2011-06-16 15:41:23 -
> 0400)
> >
> > are available in the git repository at:
> > git://git.pokylinux.org/linux-yocto-2.6.37-contrib nitin/btrfs
> > http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-
> contrib/log/?h=nitin/btrfs
>
> Looks good here. I'm doing a config update at the moment, and I've
> pulled it into 2.6.37, once in, it'll propagate through to the dev
> kernels and follow us as we update.
>
> Cheers,
>
> Bruce
>
> >
> > Nitin A Kamble (1):
> > btrfs.scc,cfg: add a new feature which enables btrfs kernel
> > configuration
> >
> > meta/cfg/kernel-cache/cfg/btrfs.cfg | 2 ++
> > meta/cfg/kernel-cache/cfg/btrfs.scc | 1 +
> > 2 files changed, 3 insertions(+), 0 deletions(-)
> > create mode 100644 meta/cfg/kernel-cache/cfg/btrfs.cfg
> > create mode 100644 meta/cfg/kernel-cache/cfg/btrfs.scc
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-25 4:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21 1:05 [PATCH 0/1] new kernel feature btrfs nitin.a.kamble
2011-06-21 1:05 ` [PATCH 1/1] btrfs.scc, cfg: add a new feature which enables btrfs kernel configuration nitin.a.kamble
2011-06-21 3:40 ` [PATCH 0/1] new kernel feature btrfs Bruce Ashfield
2011-06-25 4:58 ` 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.