Re: [yocto] How to archive source for a single package

2013-04-15 Thread Kevin Strasser
: Tasks Summary: Attempted 0 tasks of which 0 didn't need to be rerun and all succeeded. Summary: There was 1 WARNING message shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code. $ /Mats On Fri, Apr 12, 2013 at 9:15 PM, Kevin Strasser kevin.stras

Re: [yocto] How to archive source for a single package

2013-04-12 Thread Kevin Strasser
Hi Mats, On Fri, Apr 12, 2013 at 03:58:01PM +0200, Mats Liljegren wrote: I need to archive source for virtual/kernel when building. This is needed for other builds that uses the bitbake build result. I saw that there is archive-patched-source class, which seems to do what I want plus a lot

[yocto] [yocto-docs][PATCH 1/1] ref-manual/ref-classes: update source archiver entry

2013-04-12 Thread Kevin Strasser
The src_distribute*.bbclass files have been removed in favor of archive*.bbclass. Update classes reference to reflect that change. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- documentation/ref-manual/ref-classes.xml | 40 +++--- 1 file changed, 15

[yocto] [meta-baryon] [PATCH v2 0/6] Updates and fixes

2013-03-21 Thread Kevin Strasser
/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

Re: [yocto] [meta-baryon] [PATCH 0/5] Updates and fixes

2013-03-20 Thread kevin . strasser
Hi Kevin, On Monday 18 March 2013 18:05:21 Kevin Strasser wrote: Cc: Paul Eggleton paul.eggle...@linux.intel.com The following changes since commit 566cb211cee8a9870257a4ac2fc706990a70b9d2: nfs-utils: update bbappend version to 1.2.7 (2013-02-27 15:24:30 +) are available

Re: [yocto] [meta-meson][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-19 Thread kevin . strasser
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

[yocto] [meta-baryon] [PATCH 0/5] Updates and fixes

2013-03-18 Thread Kevin Strasser
/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

Re: [yocto] [meta-baryon][PATCH 0/4] Webmin updates/fixes

2013-02-26 Thread kevin . strasser
/cgit.cgi/poky-contrib/log/?h=paule/webmin-update Kevin Strasser (1): webmin: correct net-lib.pl patch Paul Eggleton (3): webmin: update to 1.620 webmin: tidy up recipe webmin: fix for changes in OE-Core master .../webmin/files/disable-version-check.patch | 25

[yocto] [yocto-docs][PATCH 0/3] Archiver documentation updates

2013-01-28 Thread Kevin Strasser
/cgit.cgi/poky-contrib/log/?h=strassek/docs_updates Kevin Strasser (3): dev-manual: use path independent bblayers.conf example dev-manual: fix gpl source release example dev-manual: clarify what source is being archived .../dev-manual/dev-manual-common-tasks.xml | 20

[yocto] [yocto-docs][PATCH 1/3] dev-manual: use path independent bblayers.conf example

2013-01-28 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- .../dev-manual/dev-manual-common-tasks.xml | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common

[yocto] [yocto-docs][PATCH 2/3] dev-manual: fix gpl source release example

2013-01-28 Thread Kevin Strasser
The example doesn't account for an extra level of directories that organise the sources by machine type. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- .../dev-manual/dev-manual-common-tasks.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] [yocto-docs][PATCH 3/3] dev-manual: clarify what source is being archived

2013-01-28 Thread Kevin Strasser
Part of section 5.15.1 incorrectly implies that only copyleft source will be archived to the specified directory, when in fact copyleft filtering is disabled by default. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- .../dev-manual/dev-manual-common-tasks.xml |6

[yocto] [meta-baryon][PATCH 0/4] baryon updates

2013-01-07 Thread Kevin Strasser
: conditionally remove /usr/libexec (2012-12-05 16:27:36 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib strassek/baryon-updates http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon-updates Kevin Strasser (4): webmin: remove perl-module

[yocto] [meta-baryon][PATCH 1/4] webmin: remove perl-module-warnings-register RDEPENDS

2013-01-07 Thread Kevin Strasser
As of poky commit 51cbb5ae76a22d465e2f6c5ef923ec2682624e3b, the module is included by default and an error is produced if requested. Fixes [YOCTO #3530] Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-extended/webmin/webmin_1.590.bb |4 ++-- 1 file changed, 2

[yocto] [meta-baryon][PATCH 2/4] ffmpeg: build position independent code where possible

2013-01-07 Thread Kevin Strasser
Fixes several of the textrel warnings the package has been producing. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-multimedia/ffmpeg/ffmpeg_0.6.1.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-multimedia/ffmpeg/ffmpeg_0.6.1.bb b

[yocto] [meta-baryon][PATCH 3/4] baryon-image: use parted instead of util-linux

2013-01-07 Thread Kevin Strasser
util-linux replaces the 'reset' command provided by busybox with a script that uses 'tset', which fails because it isn't installed. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-extended/images/baryon-image.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion

[yocto] [meta-baryon][PATCH 4/4] schroedinger: specify the version of MPL in use

2013-01-07 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-multimedia/schroedinger/schroedinger.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/schroedinger/schroedinger.inc b/recipes-multimedia/schroedinger/schroedinger.inc index

[yocto] [meta-baryon][PATCH 0/1] proftpd fix

2012-12-03 Thread Kevin Strasser
recipe (2012-10-28 01:47:32 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib strassek/baryon-proftpd http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/poky-contrib Kevin Strasser (1): proftpd: conditionally remove /usr/libexec recipes

[yocto] [meta-baryon][PATCH 1/1] proftpd: conditionally remove /usr/libexec

2012-12-03 Thread Kevin Strasser
As of poky commit id 1d18224b24a515a07170ce36dbd725cb203d3300 libexecdir has been changed to ${libdir}/${BPN} which is typically /usr/lib. This change introduces a check to see if /usr/libexec is being used before attempting to remove it. Fixes [YOCTO #3504] Signed-off-by: Kevin Strasser

Re: [yocto] [meta-baryon][PATCH 1/3] packagegroup-core-tools: exclude packages that depend on x11

2012-11-20 Thread kevin . strasser
On 20 November 2012 14:39, Paul Eggleton paul.eggle...@linux.intel.com wrote: This would work, but in this instance I think it would be better if we fixed the packagegroup-core-tools-* recipes in OE-Core so that the items that require X11 are only included when x11 is in DISTRO_FEATURES,

[yocto] [meta-baryon][PATCH 0/3] respect EXTRA_IMAGE_FEATURES

2012-11-19 Thread Kevin Strasser
repository at: git://git.yoctoproject.org/poky-contrib strassek/baryon-image-features http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon-image-features Kevin Strasser (3): packagegroup-core-tools: exclude packages that depend on x11 baryon-image: use parted instead

[yocto] [meta-baryon][PATCH 2/3] baryon-image: use parted instead of util-linux

2012-11-19 Thread Kevin Strasser
util-linux replaces the 'reset' command provided by busybox with a script that uses 'tset', which fails because it isn't installed. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-extended/images/baryon-image.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion

[yocto] [meta-baryon][PATCH 1/3] packagegroup-core-tools: exclude packages that depend on x11

2012-11-19 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- .../packagegroup-core-tools-profile.bbappend | 15 +++ .../packagegroup-core-tools-testapps.bbappend | 12 2 files changed, 27 insertions(+) create mode 100644 recipes-core/packagegroups

[yocto] [meta-baryon][PATCH 3/3] baryon-image: change IMAGE_FEATURES assignment to +=

2012-11-19 Thread Kevin Strasser
this will allow EXTRA_IMAGE_FEATURES to have an affect on the image. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-extended/images/baryon-image.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/images/baryon-image.bb b/recipes

Re: [yocto] [meta-baryon][PATCH 1/1] nfs-utils: workaround for nfsd regression in the 3.4 kernel

2012-10-01 Thread kevin . strasser
Hi Kevin, On Friday 28 September 2012 12:44:06 Kevin Strasser wrote: The version of nfsd used in 3.4 kernels tries to upcall the new reboot-recovery daemon and gets stuck if it is not found. This causes client mounts to fail and prints the following error message during boot: NFSD

[yocto] [meta-baryon][PATCH 0/1] nfs regression workaround

2012-09-28 Thread Kevin Strasser
/cgit.cgi/poky-contrib/log/?h=strassek/baryon-nfsd-regression Kevin Strasser (1): nfs-utils: workaround for nfsd regression in the 3.4 kernel .../nfs-utils/nfs-utils_1.2.3.bbappend |8 1 file changed, 8 insertions(+) create mode 100644 recipes-connectivity/nfs-utils/nfs

[yocto] [meta-baryon][PATCH 1/1] nfs-utils: workaround for nfsd regression in the 3.4 kernel

2012-09-28 Thread Kevin Strasser
If the directory /var/lib/nfs/v4recovery exists, nfsd will revert back to the old method. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- .../nfs-utils/nfs-utils_1.2.3.bbappend |8 1 file changed, 8 insertions(+) create mode 100644 recipes-connectivity/nfs-utils/nfs

[yocto] [meta-baryon][PATCH 0/4] clear up build warnings

2012-09-27 Thread Kevin Strasser
) are available in the git repository at: git://git.yoctoproject.org/poky-contrib strassek/baryon-warnings http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon-warnings Kevin Strasser (4): proftpd: remove unused directories after install samba: remove unused directories after

[yocto] [meta-baryon][PATCH 1/4] proftpd: remove unused directories after install

2012-09-27 Thread Kevin Strasser
-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-extended/proftpd/proftpd_1.3.4b.bb |1 + 1 file changed, 1 insertion(+) diff --git a/recipes-extended/proftpd/proftpd_1.3.4b.bb b/recipes-extended/proftpd/proftpd_1.3.4b.bb index b7e201b..45e73d9 100644 --- a/recipes-extended

[yocto] [meta-baryon][PATCH 4/4] talloc: specify the version of LGPL and include the license text

2012-09-27 Thread Kevin Strasser
talloc is made available under version 3 (or later) of the LGPL. This change fixes the following warning: WARNING: talloc: No generic license file exists for: LGPL in any provider Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-support/talloc/talloc_2.0.1.bb |6

[yocto] [meta-baryon][PATCH 3/4] orc: specify the generic licenses being used

2012-09-27 Thread Kevin Strasser
warning: WARNING: orc: No generic license file exists for: orc in any provider Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-multimedia/orc/orc.inc |2 +- recipes-multimedia/orc/orc_0.4.5.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [yocto] [meta-baryon][PATCH 2/2] proftpd: update package to 1.3.4b

2012-09-13 Thread kevin . strasser
Kevin, On Monday 10 September 2012 14:50:10 Kevin Strasser wrote: The contrib directry now contains its own Makefile which is used during installation. It was required to pass DESTDIR through when it gets called from the base Makefile. Signed-off-by: Kevin Strasser kevin.stras

[yocto] [meta-baryon] [PATCH 1/2] proftpd: update package to 1.3.4b

2012-08-06 Thread Kevin Strasser
The contrib directory now contains its own Makefile which is used during installation. It was required to pass in the DESTDIR variable. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-extended/proftpd/files/contrib.patch | 25 recipes-extended/proftpd

[yocto] [meta-baryon][PATCH 1/2] webmin: include webmin-module-acl

2012-08-01 Thread Kevin Strasser
Webmin's logging module depends on webmin-module-acl. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-extended/images/baryon-image.bb |1 + recipes-extended/webmin/webmin_1.570.bb |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes

[yocto] [meta-baryon][PATCH] webmin: fixed nfs exports configuration

2012-07-25 Thread Kevin Strasser
No longer attempting to kill any rpc.nfsd processes. Also, fixed a reference to the nfsserver init script. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-extended/webmin/webmin_1.570.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes

[yocto] [meta-baryon][PATCH] webmin: remove use of the rename command

2012-07-23 Thread Kevin Strasser
Several webmin modules are left out of the build due to misuse of the rename command. Acceptable use of the rename command depends on the version being supplied. Without knowledge of the version being used it is possible that any particular use will result in syntax errors. Signed-off-by: Kevin

[yocto] [meta-baryon][PATCH] webmin: fix dash incompatibility in do_configure

2012-07-16 Thread Kevin Strasser
The use of brackets was causing dash to skip over the removal of several unwanted files. The presence of these files was causing an exception during packaging. Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-extended/webmin/webmin_1.570.bb |7 --- 1 file changed

[yocto] [meta-baryon][PATCH 1/2] ffmpegthumbnailer: enable jpeg support

2012-07-13 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- .../ffmpeg/ffmpegthumbnailer_2.0.7.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.7.bb b/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.7

[yocto] [meta-baryon][PATCH 2/2] kernel: enable nfsd when using the 3.2 kernel

2012-07-13 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-kernel/linux/linux-yocto_3.2.bbappend |3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_3.2.bbappend diff --git a/recipes-kernel/linux/linux-yocto_3.2.bbappend b/recipes

[yocto] [meta-baryon][PATCH] ffmpeg: ensure libjpeg dependency is included

2012-07-12 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- recipes-core/base-files/base-files_3.0.14.bbappend |2 +- .../ffmpeg/ffmpegthumbnailer_2.0.7.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/base-files/base-files_3.0.14

[yocto] [PATCH] meta-baryon: add build documentation

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- README | 24 1 file changed, 24 insertions(+) diff --git a/README b/README index 2a9c77d..698d403 100644 --- a/README +++ b/README @@ -27,6 +27,30 @@ to yocto@yoctoproject.org with '[meta-baryon

[yocto] [PATCH] [meta-baryon] add build documentation

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- README | 24 1 file changed, 24 insertions(+) diff --git a/README b/README index 2a9c77d..8303cdf 100644 --- a/README +++ b/README @@ -27,6 +27,30 @@ to yocto@yoctoproject.org with '[meta-baryon

[yocto] [meta-baryon] add build documentation

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- README | 24 1 file changed, 24 insertions(+) diff --git a/README b/README index 2a9c77d..10a338a 100644 --- a/README +++ b/README @@ -27,6 +27,30 @@ to yocto@yoctoproject.org with '[meta-baryon

[yocto] [PATCH] meta-baryon: update proftpd SRC_URI

2012-07-10 Thread Kevin Strasser
ftp.nl.uu.net is no longer hosting the proftpd package. Signed-off-by: Kevin Strasser kevin.stras...@intel.com --- recipes-extended/proftpd/proftpd_1.3.3c.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/proftpd/proftpd_1.3.3c.bb b/recipes-extended

[yocto] [PATCH] meta-baryon: add build documentation

2012-07-10 Thread Kevin Strasser
Signed-off-by: Kevin Strasser kevin.stras...@linux.intel.com --- README | 18 ++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 2a9c77d..bdd2269 100644 --- a/README +++ b/README @@ -27,6 +27,24 @@ to yocto@yoctoproject.org with '[meta-baryon