All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-baryon] [PATCH 0/5] Updates and fixes
@ 2013-03-19  1:05 Kevin Strasser
  2013-03-19 10:10 ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Strasser @ 2013-03-19  1:05 UTC (permalink / raw)
  To: yocto; +Cc: Paul Eggleton

Cc: Paul Eggleton <paul.eggleton@linux.intel.com>

The following changes since commit 566cb211cee8a9870257a4ac2fc706990a70b9d2:

  nfs-utils: update bbappend version to 1.2.7 (2013-02-27 15:24:30 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib strassek/baryon
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon

Kevin Strasser (5):
  kernel: enable nfsd in linux-yocto 3.8
  ffmpegthumbnailer: update to 2.0.8
  ffmpegthumbnailer: include cstring
  samba: sync with meta-oe
  lvm2: sync with meta-oe

 recipes-connectivity/samba/files/smb.conf          |   10 -
 .../bug_221618_precise-64bit-prototype.patch       |   20 +
 ...4104_mention-kerberos-in-smbspool-manpage.patch |   34 +
 ...m_7499-nss_wins-dont-clobber-daemons-logs.patch |   47 +
 .../bug_601406_fix-perl-path-in-example.patch      |   15 +
 ...04768_upstream_7826_drop-using-samba-link.patch |   21 +
 ...ug_604768_upstream_7826_fix-WHATSNEW-link.patch |   18 +
 ...onfigure-disable-core_pattern-cross-check.patch |   20 +
 .../configure-disable-getaddrinfo-cross.patch      |   11 +
 .../samba/samba-3.6.8/documentation.patch          |  302 +
 .../samba/samba-3.6.8/documentation2.patch         |  314 +
 .../samba-3.6.8/dont-build-VFS-examples.patch      |   31 +
 .../samba/samba-3.6.8/fhs-filespaths.patch         |   65 +
 .../samba/samba-3.6.8/installswat.sh.patch         |   23 +
 .../samba-3.6.8/libutil_drop_AI_ADDRCONFIG.patch   |   54 +
 .../samba-3.6.8/only_export_public_symbols.patch   |   21 +
 .../samba/samba-3.6.8/pam-examples.patch           |   17 +
 .../samba/samba-3.6.8/shadow_copy2_backport.patch  | 2101 +++
 .../samba/samba-3.6.8/smbclient-pager.patch        |   18 +
 .../samba/samba-3.6.8/smbtar-bashism.patch         |   19 +
 .../samba/samba-3.6.8/smbtorture-manpage.patch     |   94 +
 .../samba/samba-3.6.8/undefined-symbols.patch      |   24 +
 .../samba/samba-3.6.8/usershare.patch              |   38 +
 .../samba/samba-3.6.8/waf-as-source.patch          |18534 ++++++++++++++++++++
 recipes-connectivity/samba/samba-basic.inc         |   38 +-
 recipes-connectivity/samba/samba.inc               |   43 +-
 .../samba/samba/Managing-Samba.txt                 |   40 +
 recipes-connectivity/samba/samba/cifs.patch        |   10 +
 .../samba/{files => samba}/config-h.patch          |    0
 .../samba/{files => samba}/config-lfs.patch        |    0
 .../samba/samba/configure-3.3.0.patch              |   85 +
 .../samba/{files/init => samba/init.samba}         |    4 +-
 recipes-connectivity/samba/samba/init.winbind      |   38 +
 recipes-connectivity/samba/samba/mtab.patch        |   11 +
 .../samba/{files => samba}/quota.patch             |    0
 .../{files/smb.conf.example => samba/smb.conf}     |   34 +-
 recipes-connectivity/samba/{files => samba}/tdb.pc |    2 +-
 .../samba/{files => samba}/tdbheaderfix.patch      |    0
 .../samba/{files => samba}/volatiles.03_samba      |    0
 recipes-connectivity/samba/samba_3.5.6.bb          |   50 -
 recipes-connectivity/samba/samba_3.6.8.bb          |   59 +
 ...yocto_3.0.bbappend => linux-yocto_3.8.bbappend} |    0
 .../ffmpeg/ffmpegthumbnailer/include-cstring.patch |   25 +
 ...bnailer_2.0.7.bb => ffmpegthumbnailer_2.0.8.bb} |    9 +-
 recipes-support/lvm2/lvm2.inc                      |    6 +-
 recipes-support/lvm2/lvm2_2.02.85.bb               |    7 -
 recipes-support/lvm2/lvm2_2.02.97.bb               |    6 +
 47 files changed, 22209 insertions(+), 109 deletions(-)
 delete mode 100644 recipes-connectivity/samba/files/smb.conf
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_221618_precise-64bit-prototype.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_387266_upstream_4104_mention-kerberos-in-smbspool-manpage.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_598313_upstream_7499-nss_wins-dont-clobber-daemons-logs.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_601406_fix-perl-path-in-example.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_604768_upstream_7826_drop-using-samba-link.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_604768_upstream_7826_fix-WHATSNEW-link.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/configure-disable-core_pattern-cross-check.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/configure-disable-getaddrinfo-cross.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/documentation.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/documentation2.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/fhs-filespaths.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/installswat.sh.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/libutil_drop_AI_ADDRCONFIG.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/only_export_public_symbols.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/pam-examples.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/shadow_copy2_backport.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/smbclient-pager.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/smbtar-bashism.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/smbtorture-manpage.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/undefined-symbols.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/usershare.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/waf-as-source.patch
 create mode 100644 recipes-connectivity/samba/samba/Managing-Samba.txt
 create mode 100644 recipes-connectivity/samba/samba/cifs.patch
 rename recipes-connectivity/samba/{files => samba}/config-h.patch (100%)
 rename recipes-connectivity/samba/{files => samba}/config-lfs.patch (100%)
 create mode 100644 recipes-connectivity/samba/samba/configure-3.3.0.patch
 rename recipes-connectivity/samba/{files/init => samba/init.samba} (98%)
 create mode 100644 recipes-connectivity/samba/samba/init.winbind
 create mode 100644 recipes-connectivity/samba/samba/mtab.patch
 rename recipes-connectivity/samba/{files => samba}/quota.patch (100%)
 rename recipes-connectivity/samba/{files/smb.conf.example => samba/smb.conf} (94%)
 rename recipes-connectivity/samba/{files => samba}/tdb.pc (87%)
 rename recipes-connectivity/samba/{files => samba}/tdbheaderfix.patch (100%)
 rename recipes-connectivity/samba/{files => samba}/volatiles.03_samba (100%)
 delete mode 100644 recipes-connectivity/samba/samba_3.5.6.bb
 create mode 100644 recipes-connectivity/samba/samba_3.6.8.bb
 rename recipes-kernel/linux/{linux-yocto_3.0.bbappend => linux-yocto_3.8.bbappend} (100%)
 create mode 100644 recipes-multimedia/ffmpeg/ffmpegthumbnailer/include-cstring.patch
 rename recipes-multimedia/ffmpeg/{ffmpegthumbnailer_2.0.7.bb => ffmpegthumbnailer_2.0.8.bb} (71%)
 delete mode 100644 recipes-support/lvm2/lvm2_2.02.85.bb
 create mode 100644 recipes-support/lvm2/lvm2_2.02.97.bb

-- 
1.7.9.5



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

* Re: [meta-baryon] [PATCH 0/5] Updates and fixes
  2013-03-19  1:05 [meta-baryon] [PATCH 0/5] Updates and fixes Kevin Strasser
@ 2013-03-19 10:10 ` Paul Eggleton
  2013-03-21  0:42   ` kevin.strasser
  2013-03-21 20:24   ` [meta-baryon] [PATCH v2 0/6] " Kevin Strasser
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Eggleton @ 2013-03-19 10:10 UTC (permalink / raw)
  To: Kevin Strasser; +Cc: yocto

Hi Kevin,

On Monday 18 March 2013 18:05:21 Kevin Strasser wrote:
> Cc: Paul Eggleton <paul.eggleton@linux.intel.com>
> 
> The following changes since commit 566cb211cee8a9870257a4ac2fc706990a70b9d2:
> 
>   nfs-utils: update bbappend version to 1.2.7 (2013-02-27 15:24:30 +0000)
> 
> are available in the git repository at:
> 
>   git://git.yoctoproject.org/poky-contrib strassek/baryon
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon
> 
> Kevin Strasser (5):
>   kernel: enable nfsd in linux-yocto 3.8
>   ffmpegthumbnailer: update to 2.0.8
>   ffmpegthumbnailer: include cstring
>   samba: sync with meta-oe
>   lvm2: sync with meta-oe
> 
>  recipes-connectivity/samba/files/smb.conf          |   10 -
>  .../bug_221618_precise-64bit-prototype.patch       |   20 +
>  ...4104_mention-kerberos-in-smbspool-manpage.patch |   34 +
>  ...m_7499-nss_wins-dont-clobber-daemons-logs.patch |   47 +
>  .../bug_601406_fix-perl-path-in-example.patch      |   15 +
>  ...04768_upstream_7826_drop-using-samba-link.patch |   21 +
>  ...ug_604768_upstream_7826_fix-WHATSNEW-link.patch |   18 +
>  ...onfigure-disable-core_pattern-cross-check.patch |   20 +
>  .../configure-disable-getaddrinfo-cross.patch      |   11 +
>  .../samba/samba-3.6.8/documentation.patch          |  302 +
>  .../samba/samba-3.6.8/documentation2.patch         |  314 +
>  .../samba-3.6.8/dont-build-VFS-examples.patch      |   31 +
>  .../samba/samba-3.6.8/fhs-filespaths.patch         |   65 +
>  .../samba/samba-3.6.8/installswat.sh.patch         |   23 +
>  .../samba-3.6.8/libutil_drop_AI_ADDRCONFIG.patch   |   54 +
>  .../samba-3.6.8/only_export_public_symbols.patch   |   21 +
>  .../samba/samba-3.6.8/pam-examples.patch           |   17 +
>  .../samba/samba-3.6.8/shadow_copy2_backport.patch  | 2101 +++
>  .../samba/samba-3.6.8/smbclient-pager.patch        |   18 +
>  .../samba/samba-3.6.8/smbtar-bashism.patch         |   19 +
>  .../samba/samba-3.6.8/smbtorture-manpage.patch     |   94 +
>  .../samba/samba-3.6.8/undefined-symbols.patch      |   24 +
>  .../samba/samba-3.6.8/usershare.patch              |   38 +
>  .../samba/samba-3.6.8/waf-as-source.patch          |18534
> ++++++++++++++++++++ recipes-connectivity/samba/samba-basic.inc         |  
> 38 +-
>  recipes-connectivity/samba/samba.inc               |   43 +-
>  .../samba/samba/Managing-Samba.txt                 |   40 +
>  recipes-connectivity/samba/samba/cifs.patch        |   10 +
>  .../samba/{files => samba}/config-h.patch          |    0
>  .../samba/{files => samba}/config-lfs.patch        |    0
>  .../samba/samba/configure-3.3.0.patch              |   85 +
>  .../samba/{files/init => samba/init.samba}         |    4 +-
>  recipes-connectivity/samba/samba/init.winbind      |   38 +
>  recipes-connectivity/samba/samba/mtab.patch        |   11 +
>  .../samba/{files => samba}/quota.patch             |    0
>  .../{files/smb.conf.example => samba/smb.conf}     |   34 +-
>  recipes-connectivity/samba/{files => samba}/tdb.pc |    2 +-
>  .../samba/{files => samba}/tdbheaderfix.patch      |    0
>  .../samba/{files => samba}/volatiles.03_samba      |    0
>  recipes-connectivity/samba/samba_3.5.6.bb          |   50 -
>  recipes-connectivity/samba/samba_3.6.8.bb          |   59 +
>  ...yocto_3.0.bbappend => linux-yocto_3.8.bbappend} |    0
>  .../ffmpeg/ffmpegthumbnailer/include-cstring.patch |   25 +
>  ...bnailer_2.0.7.bb => ffmpegthumbnailer_2.0.8.bb} |    9 +-
>  recipes-support/lvm2/lvm2.inc                      |    6 +-
>  recipes-support/lvm2/lvm2_2.02.85.bb               |    7 -
>  recipes-support/lvm2/lvm2_2.02.97.bb               |    6 +
>  47 files changed, 22209 insertions(+), 109 deletions(-)
>  delete mode 100644 recipes-connectivity/samba/files/smb.conf
>  create mode 100644
> recipes-connectivity/samba/samba-3.6.8/bug_221618_precise-64bit-prototype.p
> atch create mode 100644
> recipes-connectivity/samba/samba-3.6.8/bug_387266_upstream_4104_mention-ker
> beros-in-smbspool-manpage.patch create mode 100644
> recipes-connectivity/samba/samba-3.6.8/bug_598313_upstream_7499-nss_wins-do
> nt-clobber-daemons-logs.patch create mode 100644
> recipes-connectivity/samba/samba-3.6.8/bug_601406_fix-perl-path-in-example.
> patch create mode 100644
> recipes-connectivity/samba/samba-3.6.8/bug_604768_upstream_7826_drop-using-
> samba-link.patch create mode 100644
> recipes-connectivity/samba/samba-3.6.8/bug_604768_upstream_7826_fix-WHATSNE
> W-link.patch create mode 100644
> recipes-connectivity/samba/samba-3.6.8/configure-disable-core_pattern-cross
> -check.patch create mode 100644
> recipes-connectivity/samba/samba-3.6.8/configure-disable-getaddrinfo-cross.
> patch create mode 100644
> recipes-connectivity/samba/samba-3.6.8/documentation.patch create mode
> 100644 recipes-connectivity/samba/samba-3.6.8/documentation2.patch create
> mode 100644
> recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch create
> mode 100644 recipes-connectivity/samba/samba-3.6.8/fhs-filespaths.patch
> create mode 100644
> recipes-connectivity/samba/samba-3.6.8/installswat.sh.patch create mode
> 100644
> recipes-connectivity/samba/samba-3.6.8/libutil_drop_AI_ADDRCONFIG.patch
> create mode 100644
> recipes-connectivity/samba/samba-3.6.8/only_export_public_symbols.patch
> create mode 100644
> recipes-connectivity/samba/samba-3.6.8/pam-examples.patch create mode
> 100644 recipes-connectivity/samba/samba-3.6.8/shadow_copy2_backport.patch
> create mode 100644
> recipes-connectivity/samba/samba-3.6.8/smbclient-pager.patch create mode
> 100644 recipes-connectivity/samba/samba-3.6.8/smbtar-bashism.patch create
> mode 100644 recipes-connectivity/samba/samba-3.6.8/smbtorture-manpage.patch
> create mode 100644
> recipes-connectivity/samba/samba-3.6.8/undefined-symbols.patch create mode
> 100644 recipes-connectivity/samba/samba-3.6.8/usershare.patch create mode
> 100644 recipes-connectivity/samba/samba-3.6.8/waf-as-source.patch create
> mode 100644 recipes-connectivity/samba/samba/Managing-Samba.txt create mode
> 100644 recipes-connectivity/samba/samba/cifs.patch
>  rename recipes-connectivity/samba/{files => samba}/config-h.patch (100%)
>  rename recipes-connectivity/samba/{files => samba}/config-lfs.patch (100%)
>  create mode 100644 recipes-connectivity/samba/samba/configure-3.3.0.patch
>  rename recipes-connectivity/samba/{files/init => samba/init.samba} (98%)
>  create mode 100644 recipes-connectivity/samba/samba/init.winbind
>  create mode 100644 recipes-connectivity/samba/samba/mtab.patch
>  rename recipes-connectivity/samba/{files => samba}/quota.patch (100%)
>  rename recipes-connectivity/samba/{files/smb.conf.example =>
> samba/smb.conf} (94%) rename recipes-connectivity/samba/{files =>
> samba}/tdb.pc (87%)
>  rename recipes-connectivity/samba/{files => samba}/tdbheaderfix.patch
> (100%) rename recipes-connectivity/samba/{files =>
> samba}/volatiles.03_samba (100%) delete mode 100644
> recipes-connectivity/samba/samba_3.5.6.bb
>  create mode 100644 recipes-connectivity/samba/samba_3.6.8.bb
>  rename recipes-kernel/linux/{linux-yocto_3.0.bbappend =>
> linux-yocto_3.8.bbappend} (100%) create mode 100644
> recipes-multimedia/ffmpeg/ffmpegthumbnailer/include-cstring.patch rename
> recipes-multimedia/ffmpeg/{ffmpegthumbnailer_2.0.7.bb =>
> ffmpegthumbnailer_2.0.8.bb} (71%) delete mode 100644
> recipes-support/lvm2/lvm2_2.02.85.bb
>  create mode 100644 recipes-support/lvm2/lvm2_2.02.97.bb

Looks good, thanks. My only concern is with the samba update - without testing 
it, it looks a bit like it won't be configured to work out of the box. Perhaps 
we can get away with this though given that it can be configured through 
Webmin. What do you think?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [meta-baryon] [PATCH 0/5] Updates and fixes
  2013-03-19 10:10 ` Paul Eggleton
@ 2013-03-21  0:42   ` kevin.strasser
  2013-03-21 20:24   ` [meta-baryon] [PATCH v2 0/6] " Kevin Strasser
  1 sibling, 0 replies; 5+ messages in thread
From: kevin.strasser @ 2013-03-21  0:42 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: kevstras, yocto

> Hi Kevin,
>
> On Monday 18 March 2013 18:05:21 Kevin Strasser wrote:
>> Cc: Paul Eggleton <paul.eggleton@linux.intel.com>
>>
>> The following changes since commit
>> 566cb211cee8a9870257a4ac2fc706990a70b9d2:
>>
>>   nfs-utils: update bbappend version to 1.2.7 (2013-02-27 15:24:30
>> +0000)
>>
>> are available in the git repository at:
>>
>>   git://git.yoctoproject.org/poky-contrib strassek/baryon
>>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon
>>
>> Kevin Strasser (5):
>>   kernel: enable nfsd in linux-yocto 3.8
>>   ffmpegthumbnailer: update to 2.0.8
>>   ffmpegthumbnailer: include cstring
>>   samba: sync with meta-oe
>>   lvm2: sync with meta-oe
>>
>
> Looks good, thanks. My only concern is with the samba update - without
> testing
> it, it looks a bit like it won't be configured to work out of the box.
> Perhaps
> we can get away with this though given that it can be configured through
> Webmin. What do you think?
>

Sorry for the delayed response. Now that you mention it, yes it does make
sense to try to keep the old behavior when possible. It looks like we've
been keeping a custom config file to achieve that end. I'll take a closer
look and then send out a revised patch.

-Kevin


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

* [meta-baryon] [PATCH v2 0/6] Updates and fixes
  2013-03-19 10:10 ` Paul Eggleton
  2013-03-21  0:42   ` kevin.strasser
@ 2013-03-21 20:24   ` Kevin Strasser
  2013-03-25 11:49     ` Paul Eggleton
  1 sibling, 1 reply; 5+ messages in thread
From: Kevin Strasser @ 2013-03-21 20:24 UTC (permalink / raw)
  To: yocto; +Cc: Paul Eggleton

Hi Paul,

The old configuration bits are now included with the new samba recipe and
everything is again working out-of-the-box. Also, I've added a commit to 
the series that removes our workaround for the NFS regression; it has been
fixed both in OE-core as well as upstream.

The following changes since commit 566cb211cee8a9870257a4ac2fc706990a70b9d2:

  nfs-utils: update bbappend version to 1.2.7 (2013-02-27 15:24:30 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib strassek/baryon
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon

Kevin Strasser (6):
  kernel: enable nfsd in linux-yocto 3.8
  ffmpegthumbnailer: update to 2.0.8
  ffmpegthumbnailer: include cstring
  lvm2: sync with meta-oe
  nfs-utils: remove NFS upcall workaround
  samba: sync with meta-oe

 .../nfs-utils/nfs-utils_1.2.7.bbappend             |    8 -
 .../bug_221618_precise-64bit-prototype.patch       |   20 +
 ...4104_mention-kerberos-in-smbspool-manpage.patch |   34 +
 ...m_7499-nss_wins-dont-clobber-daemons-logs.patch |   47 +
 .../bug_601406_fix-perl-path-in-example.patch      |   15 +
 ...04768_upstream_7826_drop-using-samba-link.patch |   21 +
 ...ug_604768_upstream_7826_fix-WHATSNEW-link.patch |   18 +
 ...onfigure-disable-core_pattern-cross-check.patch |   20 +
 .../configure-disable-getaddrinfo-cross.patch      |   11 +
 .../samba/samba-3.6.8/documentation.patch          |  302 +
 .../samba/samba-3.6.8/documentation2.patch         |  314 +
 .../samba-3.6.8/dont-build-VFS-examples.patch      |   31 +
 .../samba/samba-3.6.8/fhs-filespaths.patch         |   65 +
 .../samba/samba-3.6.8/installswat.sh.patch         |   23 +
 .../samba-3.6.8/libutil_drop_AI_ADDRCONFIG.patch   |   54 +
 .../samba-3.6.8/only_export_public_symbols.patch   |   21 +
 .../samba/samba-3.6.8/pam-examples.patch           |   17 +
 .../samba/samba-3.6.8/shadow_copy2_backport.patch  | 2101 +++
 .../samba/samba-3.6.8/smbclient-pager.patch        |   18 +
 .../samba/samba-3.6.8/smbtar-bashism.patch         |   19 +
 .../samba/samba-3.6.8/smbtorture-manpage.patch     |   94 +
 .../samba/samba-3.6.8/undefined-symbols.patch      |   24 +
 .../samba/samba-3.6.8/usershare.patch              |   38 +
 .../samba/samba-3.6.8/waf-as-source.patch          |18534 ++++++++++++++++++++
 recipes-connectivity/samba/samba-basic.inc         |   38 +-
 recipes-connectivity/samba/samba.inc               |   41 +-
 .../samba/samba/Managing-Samba.txt                 |   40 +
 recipes-connectivity/samba/samba/cifs.patch        |   10 +
 .../samba/{files => samba}/config-h.patch          |    0
 .../samba/{files => samba}/config-lfs.patch        |    0
 .../samba/samba/configure-3.3.0.patch              |   85 +
 .../samba/{files/init => samba/init.samba}         |    4 +-
 recipes-connectivity/samba/samba/init.winbind      |   38 +
 recipes-connectivity/samba/samba/mtab.patch        |   11 +
 .../samba/{files => samba}/quota.patch             |    0
 .../samba/{files => samba}/smb.conf                |    0
 .../samba/{files => samba}/smb.conf.example        |   34 +-
 recipes-connectivity/samba/{files => samba}/tdb.pc |    2 +-
 .../samba/{files => samba}/tdbheaderfix.patch      |    0
 .../samba/{files => samba}/volatiles.03_samba      |    0
 recipes-connectivity/samba/samba_3.5.6.bb          |   50 -
 recipes-connectivity/samba/samba_3.6.8.bb          |   73 +
 ...yocto_3.0.bbappend => linux-yocto_3.8.bbappend} |    0
 .../ffmpeg/ffmpegthumbnailer/include-cstring.patch |   25 +
 ...bnailer_2.0.7.bb => ffmpegthumbnailer_2.0.8.bb} |    9 +-
 recipes-support/lvm2/lvm2.inc                      |    6 +-
 recipes-support/lvm2/lvm2_2.02.85.bb               |    7 -
 recipes-support/lvm2/lvm2_2.02.97.bb               |    6 +
 48 files changed, 22223 insertions(+), 105 deletions(-)
 delete mode 100644 recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bbappend
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_221618_precise-64bit-prototype.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_387266_upstream_4104_mention-kerberos-in-smbspool-manpage.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_598313_upstream_7499-nss_wins-dont-clobber-daemons-logs.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_601406_fix-perl-path-in-example.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_604768_upstream_7826_drop-using-samba-link.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/bug_604768_upstream_7826_fix-WHATSNEW-link.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/configure-disable-core_pattern-cross-check.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/configure-disable-getaddrinfo-cross.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/documentation.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/documentation2.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/fhs-filespaths.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/installswat.sh.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/libutil_drop_AI_ADDRCONFIG.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/only_export_public_symbols.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/pam-examples.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/shadow_copy2_backport.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/smbclient-pager.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/smbtar-bashism.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/smbtorture-manpage.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/undefined-symbols.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/usershare.patch
 create mode 100644 recipes-connectivity/samba/samba-3.6.8/waf-as-source.patch
 create mode 100644 recipes-connectivity/samba/samba/Managing-Samba.txt
 create mode 100644 recipes-connectivity/samba/samba/cifs.patch
 rename recipes-connectivity/samba/{files => samba}/config-h.patch (100%)
 rename recipes-connectivity/samba/{files => samba}/config-lfs.patch (100%)
 create mode 100644 recipes-connectivity/samba/samba/configure-3.3.0.patch
 rename recipes-connectivity/samba/{files/init => samba/init.samba} (98%)
 create mode 100644 recipes-connectivity/samba/samba/init.winbind
 create mode 100644 recipes-connectivity/samba/samba/mtab.patch
 rename recipes-connectivity/samba/{files => samba}/quota.patch (100%)
 rename recipes-connectivity/samba/{files => samba}/smb.conf (100%)
 rename recipes-connectivity/samba/{files => samba}/smb.conf.example (94%)
 rename recipes-connectivity/samba/{files => samba}/tdb.pc (87%)
 rename recipes-connectivity/samba/{files => samba}/tdbheaderfix.patch (100%)
 rename recipes-connectivity/samba/{files => samba}/volatiles.03_samba (100%)
 delete mode 100644 recipes-connectivity/samba/samba_3.5.6.bb
 create mode 100644 recipes-connectivity/samba/samba_3.6.8.bb
 rename recipes-kernel/linux/{linux-yocto_3.0.bbappend => linux-yocto_3.8.bbappend} (100%)
 create mode 100644 recipes-multimedia/ffmpeg/ffmpegthumbnailer/include-cstring.patch
 rename recipes-multimedia/ffmpeg/{ffmpegthumbnailer_2.0.7.bb => ffmpegthumbnailer_2.0.8.bb} (71%)
 delete mode 100644 recipes-support/lvm2/lvm2_2.02.85.bb
 create mode 100644 recipes-support/lvm2/lvm2_2.02.97.bb

Cc: Paul Eggleton <paul.eggleton@linux.intel.com>
-- 
1.7.9.5



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

* Re: [meta-baryon] [PATCH v2 0/6] Updates and fixes
  2013-03-21 20:24   ` [meta-baryon] [PATCH v2 0/6] " Kevin Strasser
@ 2013-03-25 11:49     ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2013-03-25 11:49 UTC (permalink / raw)
  To: Kevin Strasser; +Cc: yocto

On Thursday 21 March 2013 13:24:21 Kevin Strasser wrote:
> Hi Paul,
> 
> The old configuration bits are now included with the new samba recipe and
> everything is again working out-of-the-box. Also, I've added a commit to
> the series that removes our workaround for the NFS regression; it has been
> fixed both in OE-core as well as upstream.
> 
> The following changes since commit 566cb211cee8a9870257a4ac2fc706990a70b9d2:
> 
>   nfs-utils: update bbappend version to 1.2.7 (2013-02-27 15:24:30 +0000)
> 
> are available in the git repository at:
> 
>   git://git.yoctoproject.org/poky-contrib strassek/baryon
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon
> 
> Kevin Strasser (6):
>   kernel: enable nfsd in linux-yocto 3.8
>   ffmpegthumbnailer: update to 2.0.8
>   ffmpegthumbnailer: include cstring
>   lvm2: sync with meta-oe
>   nfs-utils: remove NFS upcall workaround
>   samba: sync with meta-oe
> 

Merged, thanks!

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

end of thread, other threads:[~2013-03-25 11:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19  1:05 [meta-baryon] [PATCH 0/5] Updates and fixes Kevin Strasser
2013-03-19 10:10 ` Paul Eggleton
2013-03-21  0:42   ` kevin.strasser
2013-03-21 20:24   ` [meta-baryon] [PATCH v2 0/6] " Kevin Strasser
2013-03-25 11:49     ` Paul Eggleton

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.