[OE-core] [PATCH v3] valgrind: Update 3.12.0 -> 3.13.0

2017-07-09 Thread Soren Brinkmann
Signed-off-by: Soren Brinkmann --- v3: - rebased onto latest master branch v2: - no change --- .../valgrind/0001-fix-build-for-musl-targets.patch | 69 -- .../valgrind/0004-Fix-out-of-tree-builds.patch | 34 +++ .../{valgrind_3.12.0.bb => valgrind_3.13.0

[OE-core] [PATCH v2 2/2] valgrind: Update 3.12.0 -> 3.13.0

2017-07-04 Thread Soren Brinkmann
Signed-off-by: Soren Brinkmann --- .../valgrind/0001-fix-build-for-musl-targets.patch | 69 -- .../valgrind/0004-Fix-out-of-tree-builds.patch | 37 +++- .../{valgrind_3.12.0.bb => valgrind_3.13.0.bb} | 13 ++-- 3 files changed, 27 insertions(+), 92 deleti

[OE-core] [PATCH v2 1/2] mirrors: Add HTTP mirrors for ftp://sourceware.org

2017-07-04 Thread Soren Brinkmann
Signed-off-by: Soren Brinkmann --- v2: - Add '/pub' URL suffix --- meta/classes/mirrors.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index b7c20b6cf5a2..de2c2b995bc9 100644 --- a/meta/classes/mirrors.bbc

[OE-core] [PATCH 1/2] mirrors: Add HTTP mirrors for ftp://sourceware.org

2017-06-29 Thread Soren Brinkmann
Signed-off-by: Soren Brinkmann --- meta/classes/mirrors.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index b7c20b6cf5a2..8cc1a315c480 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass

[OE-core] [PATCH 2/2] valgrind: Update 3.12.0 -> 3.13.0

2017-06-29 Thread Soren Brinkmann
Signed-off-by: Soren Brinkmann --- One of the non-upstream patches seems to be obsolete and another one I updated. All others still cleanly apply. I successfully tested 3.13.0 with glibc on aarch64. Sören .../valgrind/0001-fix-build-for-musl-targets.patch | 69

[OE-core] [PATCH v3] dosfstools: Add recipe for v3.0.28

2015-06-02 Thread Soren Brinkmann
From: Sören Brinkmann Add a recipe for building the latest (as of today) version of dosfstools. Signed-off-by: Sören Brinkmann --- v3: - remove .inc file and duplicate content instead - pass DOCDIR and MANDIR to the make process v2: - add recipe for 3.0.28 additionally to the 2.11 one --- .

[OE-core] [PATCH v2] dosfstools: Add recipe for v3.0.28

2015-05-25 Thread Soren Brinkmann
Add a recipe for building the latest (as of today) version of dosfstools. Signed-off-by: Soren Brinkmann --- v2: - add recipe for 3.0.28 additionally to the 2.11 one --- meta/recipes-devtools/dosfstools/dosfstools.inc| 8 .../recipes-devtools/dosfstools/dosfstools_2.11.bb | 7

[OE-core] [PATCH RFC] dosfstools: Bump to version 3.0.28

2015-05-17 Thread Soren Brinkmann
From: Sören Brinkmann Migrate to a new upstream at https://github.com/dosfstools/dosfstools and use the latest release available as of today. Signed-off-by: Sören Brinkmann --- Hi, I was looking for the application 'fatlabel' and found that dosfstools provide that app, but not in the version c

[OE-core] [PATCH] shadow: securetty: Add Xilinx Zynq SoC

2015-01-08 Thread Soren Brinkmann
Add Zynq's console devices to securetty. Signed-off-by: Soren Brinkmann --- meta/recipes-extended/shadow/files/securetty | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-extended/shadow/files/securetty b/meta/recipes-extended/shadow/files/securetty index ecc246f

[OE-core] [PATCH] base-files: Allow setting hostname through DISTRO_HOSTNAME

2014-09-11 Thread Soren Brinkmann
Add a distro variable to set the hostname. This allows easily assigning a hostname in local.conf. Signed-off-by: Soren Brinkmann --- meta/conf/documentation.conf | 1 + meta/recipes-core/base-files/base-files_3.0.14.bb | 5 +++-- 2 files changed, 4 insertions(+), 2