Re: [yocto] Safely cleaning 'downloads'

2015-10-01 Thread Smith, Virgil
The following is roughly the procedure I follow and that works for me. Maybe someone could chime in with how some of this should be trimmed based on yocto/bitbake intent/design. Even so I'd probably stick with this level of extremism because without a known good backup of your

Re: [yocto] Safely cleaning 'downloads'

2015-10-01 Thread Christopher Larson
On Thu, Oct 1, 2015 at 9:49 AM, Gary Thomas wrote: > On 2015-10-01 10:38, Smith, Virgil wrote: > >> The following is roughly the procedure I follow and that works for me. >> Maybe someone could chime in with how some of this should be trimmed based >> on yocto/bitbake

Re: [yocto] Safely cleaning 'downloads'

2015-10-01 Thread Gary Thomas
On 2015-10-01 10:38, Smith, Virgil wrote: The following is roughly the procedure I follow and that works for me. Maybe someone could chime in with how some of this should be trimmed based on yocto/bitbake intent/design. Even so I'd probably stick with this level of extremism because without a

Re: [yocto] Safely cleaning 'downloads'

2015-10-01 Thread Martin Jansa
On Thu, Oct 01, 2015 at 09:54:51AM -0700, Christopher Larson wrote: > On Thu, Oct 1, 2015 at 9:49 AM, Gary Thomas wrote: > > > On 2015-10-01 10:38, Smith, Virgil wrote: > > > >> The following is roughly the procedure I follow and that works for me. > >> Maybe someone could

Re: [yocto] Safely cleaning 'downloads'

2015-10-01 Thread Gary Thomas
On 2015-10-01 10:54, Christopher Larson wrote: On Thu, Oct 1, 2015 at 9:49 AM, Gary Thomas > wrote: On 2015-10-01 10:38, Smith, Virgil wrote: The following is roughly the procedure I follow and that works for me. Maybe someone could

[yocto] [PATCH 6/7][meta-openembedded] Update libnftnl from 1.0.3 to 1.0.5

2015-10-01 Thread Jens Rehsack
Signed-off-by: Jens Rehsack --- meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb | 13 - meta-networking/recipes-filter/libnftnl/libnftnl_1.0.5.bb | 13 + 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644

[yocto] [PATCH 5/7][meta-java] avoid garbadge files making noise when gitting around :)

2015-10-01 Thread Jens Rehsack
Signed-off-by: Jens Rehsack --- .gitignore | 4 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..51a512c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.bak +*.orig +*.rej +*.swp --

[yocto] [PATCH 1/7][meta-openembedded] Update llvm to 3.5 to have a sane ARM JIT for OpenJDK-8

2015-10-01 Thread Jens Rehsack
Signed-off-by: Jens Rehsack --- meta-oe/recipes-core/llvm/llvm.inc | 7 +-- ...r-output-from-configure-if-CFLAGS-is-set-.patch | 52 -- .../llvm/llvm3.3/arm_fenv_uclibc.patch | 14 -- meta-oe/recipes-core/llvm/llvm3.3_3.3.bb

[yocto] [PATCH 2/7][meta-openembedded] Ensure JIT is built with llvm

2015-10-01 Thread Jens Rehsack
Signed-off-by: Jens Rehsack --- meta-oe/recipes-core/llvm/llvm.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-core/llvm/llvm.inc b/meta-oe/recipes-core/llvm/llvm.inc index 032fb47..cc45ca7 100644 --- a/meta-oe/recipes-core/llvm/llvm.inc +++

[yocto] [PATCH 5/7][meta-openembedded] Update nginx to 1.9.5

2015-10-01 Thread Jens Rehsack
many bux-fixes, optmizations and features added: Changes with nginx 1.9.5 22 Sep 2015 *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module). Thanks to Dropbox and Automattic for sponsoring this work. *) Change: now the

[yocto] [PATCH 6/7][meta-java] Avoid extra-noise because of self-satisfying dependency

2015-10-01 Thread Jens Rehsack
I realized one small issue last days: the dependency of openjdk-*-demos on java2-vm, which is provided by the current recipe (eg. openjdk-7) causes bitbake scan for alternatives (eg. java2-vm provided by openjdk-6) without any need. I would recommend to remove such a generic dependency: *

[yocto] [PATCH 4/7][meta-openembedded] Fix broken proxy_pass feature for nginx

2015-10-01 Thread Jens Rehsack
Accoriding to https://trac.nginx.org/nginx/ticket/748 or https://github.com/archlinuxarm/PKGBUILDs/issues/1161, respectively, proxy_pass is broken on some architectures without position independent code Signed-off-by: Jens Rehsack ---

[yocto] [PATCH 1/7][meta-java] Revert "Avoid parse time errors due to dependency on x11, for distros without x11"

2015-10-01 Thread Jens Rehsack
Since OpenJDK-8 builds find without x11 and icedtea does either (native builds), the restriction is a bit to hasty. This reverts commit 24b98ac3a6ca7fadfba24709aac8d0b71316e299. --- recipes-core/cacao/cacao_1.6.1.bb | 4 +--- recipes-core/classpath/classpath.inc| 4 +---

[yocto] [PATCH 7/7][meta-openembedded] Update nftables userland tools from 0.4 to 0.5

2015-10-01 Thread Jens Rehsack
Signed-off-by: Jens Rehsack --- meta-networking/recipes-filter/nftables/nftables_0.4.bb | 17 - meta-networking/recipes-filter/nftables/nftables_0.5.bb | 17 + 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644

[yocto] [PATCH 3/7][meta-openembedded] adding the capability of native-builds to get rrdtool-oo in meta-cpan running

2015-10-01 Thread Jens Rehsack
Signed-off-by: Jens Rehsack --- meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb index 91a30cf..aba342b 100644 ---

[yocto] [PATCH 2/7][meta-java] Fix rebuild with uncleaned workdir breaks accidently

2015-10-01 Thread Jens Rehsack
Signed-off-by: Jens Rehsack --- recipes-core/cacao/cacao-initial-native_0.98.bb | 2 +- recipes-core/classpath/classpath.inc| 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-core/cacao/cacao-initial-native_0.98.bb

[yocto] [PATCH 3/7][meta-java] compiling openjdk7 without x11

2015-10-01 Thread Jens Rehsack
This affects the native part only which is required to bootstrap openjdk-8-native for cross-compiling openjdk-8, but should be adoptable for cross-compiled recipe as well as for openjdk-6. Signed-off-by: Jens Rehsack --- recipes-core/icedtea/icedtea7-native.inc | 14

Re: [yocto] [PATCH 5/7][meta-openembedded] Update nginx to 1.9.5

2015-10-01 Thread Khem Raj
Jens > On Oct 1, 2015, at 11:18 AM, Jens Rehsack wrote: > > > many bux-fixes, optmizations and features added: > > Changes with nginx 1.9.5 22 Sep 2015 > >*) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module). >