[oe] [meta-oe][PATCH] libcbor: use shared libraries

2024-04-17 Thread Dan McGregor
libfido2 requires cbor be position independent. When PIE's the default this isn't a problem, but not all build configurations do that. Instead of relying on that, just make shared libraries. Signed-off-by: Dan McGregor --- meta-oe/recipes-extended/libcbor/libcbor_0.11.0.bb | 2

[oe] [meta-oe][PATCH] libfido2: new recipe

2024-04-05 Thread Dan McGregor
From: Dan McGregor libfido2 adds support for FIDO2 authenticators. It's required for OpenSSH to support FIDO backed keys, which I intend to add optional support for in oe-core. Signed-off-by: Dan McGregor --- .../libfido2/libfido2_1.14.0.bb | 25 +++ 1

[oe] [meta-oe][PATCH] dash: correct licence

2024-04-05 Thread Dan McGregor
From: Dan McGregor According to its copyright file, dash is only BSD-3-Clause. It has a build time tool from bash that's under the GPL, but only the tool's output is used, not the tool itself. So all compiled artefacts in dash appear to share the same licence. Signed-off-by: Da

Re: [oe] [meta-python][PATCH v2] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
Hopefully this works, used base64 encoding this time. Otherwise, you can pull from https://git.openembedded.org/meta-openembedded-contrib/log/?h=dankm/pylint On Wed, Mar 13, 2024, 19:05 Dan McGregor via lists.openembedded.org wrote: > From: Dan McGregor > > Due to the way we insta

[oe] [meta-python][PATCH v2] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
From: Dan McGregor Due to the way we install ptests, some imports switch from first party to third party. Update test expectations Signed-off-by: Dan McGregor --- ...1-Adjust-test-expectations-for-ptest.patch | 44 +++ .../python/python3-pylint_3.1.0.bb| 1 + 2

Re: [oe] [meta-python][PATCH] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
And bad news: dos2unix causes other ptest failures. On Wed, Mar 13, 2024, 17:17 Dan McGregor via lists.openembedded.org wrote: > Trying that out now, but it looked like it had some tests that depended on > line endings. > > Worst case I put the change up at > https://git.openem

Re: [oe] [meta-python][PATCH] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
rit dos2unix ? > > On Wed, Mar 13, 2024 at 3:05 PM Dan McGregor > wrote: > > > > > > > > On Wed, Mar 13, 2024, 15:17 Dan McGregor via lists.openembedded.org > wrote: > >> > >> From: Dan McGregor > >> > >> Due to the way we insta

Re: [oe] [meta-python][PATCH] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
On Wed, Mar 13, 2024, 15:17 Dan McGregor via lists.openembedded.org wrote: > From: Dan McGregor > > Due to the way we install ptests, some imports switch from > first party to third party. Update test expectations > > Signed-off-by: Dan McGregor > --- > ...1-Adju

[oe] [meta-python][PATCH] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
From: Dan McGregor Due to the way we install ptests, some imports switch from first party to third party. Update test expectations Signed-off-by: Dan McGregor --- ...1-Adjust-test-expectations-for-ptest.patch | 44 +++ .../python/python3-pylint_3.1.0.bb| 1 + 2

Re: [oe] [meta-python][PATCH v2] python3-pylint: Update to 3.1.0

2024-03-13 Thread Dan McGregor
Hm. looks like v1 was committed. I'll rebase this change and submit a new version. On Wed, 13 Mar 2024 at 14:53, Dan McGregor wrote: > > From: Dan McGregor > > PyLint needs to be comapatible with Astroid. It was recently updated > to version 3.1.0, so follow suit with pylin

[oe] [meta-python][PATCH v2] python3-pylint: Update to 3.1.0

2024-03-13 Thread Dan McGregor
From: Dan McGregor PyLint needs to be comapatible with Astroid. It was recently updated to version 3.1.0, so follow suit with pylint. Signed-off-by: Dan McGregor --- ...1-Adjust-test-expectations-for-ptest.patch | 44 +++ ...ylint_3.0.3.bb => python3-pylint_3.1.0.bb} |

[oe] [meta-python][PATCH] python3-pylint: Update to 3.1.0

2024-03-12 Thread Dan McGregor
PyLint needs to be comapatible with Astroid. It was recently updated to version 3.1.0, so follow suit with pylint. Signed-off-by: Dan McGregor --- .../{python3-pylint_3.0.3.bb => python3-pylint_3.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/reci

Re: [oe] [meta-python][PATCH] python3-pylint: allow native build

2023-10-11 Thread Dan McGregor
p. Armin is planning another downmerge from master > which should cover this too > > On Wed, Oct 11, 2023 at 12:07 PM Dan McGregor > wrote: > > > > We use pylint for some native recipes in our build. Allow pylint > > to be a native recipe, and likewise allow its runt

[oe] [meta-python][PATCH] python3-pylint: allow native build

2023-10-11 Thread Dan McGregor
We use pylint for some native recipes in our build. Allow pylint to be a native recipe, and likewise allow its runtime dependencies to be native recipes. Signed-off-by: Daniel McGregor --- meta-python/recipes-devtools/python/python3-astroid_3.0.0.bb | 2 ++ meta-python/recipes-devtools/python/p

[oe] [meta-python][nanbield][PATCH] python3-pylint: Upgrade to 3.0.0

2023-10-11 Thread Dan McGregor
From: Khem Raj Package additional hidden files for ptests (test_primer.py) Signed-off-by: Khem Raj --- ...001-pylint-remove-plugin-pickle-test.patch | 53 --- toml-Remove-hard-coded-dependencies.patch | 26 - ...lint_2.17.4.bb => python3-pylint_3.0.0.bb} | 5 +- 3

Re: [oe] [meta-oe][PATCH 5/7] Add static-passwd and static-group files

2023-10-11 Thread Dan McGregor
On Tue, 10 Oct 2023 at 03:39, Fabien Thomas wrote: > > In order to pass reproducible tests, recipes that use the > useradd class must have static ids configured. > > Signed-off-by: Fabien Thomas > Reviewed-by: Yoann Congal > --- > meta-oe/files/static-group-meta-oe | 8 > meta-oe/fil

Re: [oe] [meta-python][PATCH 3/3] python3-pylint: Upgrade to 3.0.0

2023-10-10 Thread Dan McGregor
On Tue, 10 Oct 2023 at 12:59, Khem Raj wrote: > > On Tue, Oct 10, 2023 at 11:35 AM Dan McGregor > wrote: > > > > I think these changes should be cherry-picked to nanbield. It's got > > the update for astroid to v3.0.0, and that breaks pylint on that > > b

Re: [oe] [meta-python][PATCH 3/3] python3-pylint: Upgrade to 3.0.0

2023-10-10 Thread Dan McGregor
I think these changes should be cherry-picked to nanbield. It's got the update for astroid to v3.0.0, and that breaks pylint on that branch. On Mon, 2 Oct 2023 at 22:23, Khem Raj wrote: > > Package additional hidden files for ptests (test_primer.py) > > Signed-off-by: Khem Raj > --- > ...001-py

[oe] [meta-oe][PATCH 1/2] vim: alternatify xxd

2018-10-18 Thread Dan McGregor
From: Dan McGregor toybox also provides xxd. Signed-off-by: Dan McGregor --- meta-oe/recipes-support/vim/vim_8.1.0347.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/vim/vim_8.1.0347.bb b/meta-oe/recipes-support/vim/vim_8.1.0347.bb index

[oe] [meta-oe][PATCH 2/2] toybox: Fix paths to match OE conventions

2018-10-18 Thread Dan McGregor
From: Dan McGregor Many toybox commands get installed in places that are unexpected in openembedded-core, causing conflicts. Fix up the paths I identified that are causing conflicts. Signed-off-by: Dan McGregor --- .../toybox/toybox/OE-path-changes.patch | 195 ++ meta

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-14 Thread Dan McGregor
On 10 May 2018 at 12:53, Khem Raj wrote: > Hi Dan, > > Thanks for testing > > On 5/10/18 7:34 AM, Dan McGregor wrote: >> >> On 4 May 2018 at 18:26, Khem Raj wrote: >>> >>> Hi All >>> >>> As you might have noticed that gcc 8.1 was re

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Dan McGregor
On 4 May 2018 at 18:26, Khem Raj wrote: > Hi All > > As you might have noticed that gcc 8.1 was released this week, I am > calling out for some testing help on testing branch so we can weed out > issues you might see in your setups. so if you have your > builders idling over weekend, then you know

Re: [oe] [meta-java][PATCH] jikes: fix absolute symlink error

2017-03-17 Thread Dan McGregor
On 17 March 2017 at 07:44, Maxin B. John wrote: > Hi Dan, > > On Thu, Mar 16, 2017 at 10:42:43AM -0600, Dan McGregor wrote: >> On 13 March 2017 at 03:22, Maxin B. John wrote: >> > The following oe-core commit made asbolute symlink an

Re: [oe] [meta-java][PATCH] jikes: fix absolute symlink error

2017-03-16 Thread Dan McGregor
On 13 March 2017 at 03:22, Maxin B. John wrote: > The following oe-core commit made asbolute symlink an error: > > commit 3eee8e99e114b3db8b718834ca52da8d2919b83f > sstate: Make absolute symlinks an error > > Fix this by inheritting relative_symlinks class: > ERROR: jikes-native-1.22-r0 do_populat

Re: [oe] [meta-java][PATCH] openjdk-8: fix compiler detection

2016-07-20 Thread Dan McGregor
On 20 July 2016 at 03:48, Patrick Ohly wrote: > When GCC is at version 4 or 5, parsing the recipe fails with: > > ERROR: ExpansionError during parsing > .../ostro-os/meta-java/recipes-core/openjdk/openjdk-8_72b05.bb > ... > bb.data_smart.ExpansionError: Failure expanding variable CFLAGS, > express

[oe] [meta-java][PATCH] openjdk-8-common: fix inline python

2016-07-20 Thread Dan McGregor
From: Daniel McGregor Ensure that the inline python doensn't try to expand a non-existant variable. Signed-off-by: Daniel McGregor --- recipes-core/openjdk/openjdk-8-common.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8-common.inc b/r

Re: [oe] [meta-java][PATCH] openjdk-8: make GCC6 happy

2016-07-18 Thread Dan McGregor
On 18 July 2016 at 01:51, Patrick Ohly wrote: > Dan McGregor gmail.com> writes: >> On 11 July 2016 at 05:29, Patrick Ohly intel.com> wrote: >> > Dan McGregor gmail.com> writes: >> >> From: Daniel McGregor vecima.com> >> >> >> >>

[oe] [meta-java][PATCH] openjdk-8: Detect compiler version

2016-07-15 Thread Dan McGregor
From: Daniel McGregor Some supported hosts still use GCC 4.X. These don't support the flags needed to make GCC 6 work, so check the GCC version and add appropriate compiler flags. This implementation will append flags for any gcc version, but it's only used for GCC 6 right now. Signed-off-by: D

Re: [oe] [meta-java] gcc 4.8 and openjdk-8

2016-07-15 Thread Dan McGregor
On 15 July 2016 at 03:47, Jacopo Malvestio wrote: > On 13/07/2016 01:23, Khem Raj wrote: >> On Mon, Jul 11, 2016 at 10:09 PM, Jacopo Malvestio >> wrote: >>> On 12/07/2016 01:48, Khem Raj wrote: On Mon, Jul 11, 2016 at 3:32 PM, Jacopo Malvestio wrote: > Hello All, > > I've c

Re: [oe] [meta-java][PATCH] openjdk-8: make GCC6 happy

2016-07-15 Thread Dan McGregor
On 11 July 2016 at 05:29, Patrick Ohly wrote: > Dan McGregor gmail.com> writes: >> From: Daniel McGregor vecima.com> >> >> GCC 6 sets the default C++ standard to C++14 and introduces dead store >> elimination by default. OpenJDK 8 is not ready for either

Re: [oe] [meta-java] gcc6 support breaks build for gcc < 6

2016-07-11 Thread Dan McGregor
On 11 Jul 2016 7:19 a.m., "Otavio Salvador" < otavio.salva...@ossystems.com.br> wrote: > > Hello Dobbe, > > (Added Khem and Fabio on Cc) > > On Mon, Jul 11, 2016 at 8:37 AM, Winfried wrote: > > Commit 33ddb28a6428b02ddcc82d1954ecf27cd426fbb5 (openjdk-8: make GCC6 > > happy) adds gcc option -fno-l

Re: [oe] [meta-java][PATCH] openjdk-8: make GCC6 happy

2016-07-11 Thread Dan McGregor
On 11 Jul 2016 11:44 a.m., "Otavio Salvador" < otavio.salva...@ossystems.com.br> wrote: > > On Mon, Jul 11, 2016 at 11:33 AM, Khem Raj wrote: > > On Mon, Jul 11, 2016 at 4:29 AM, Patrick Ohly wrote: > >> Dan McGregor gmail.com> writes: > >>>

[oe] [meta-java][PATCH] openjdk-7, openjdk-8: use vardeps to fix shared state

2016-07-07 Thread Dan McGregor
From: Daniel McGregor Previously if PARALLEL_MAKE changed, so did the task signature for do_configure. Use vardepsvalue so that the signature remains constant. Signed-off-by: Daniel McGregor --- recipes-core/openjdk/openjdk-7-common.inc | 1 + recipes-core/openjdk/openjdk-8-common.inc | 2 ++

Re: [oe] [meta-java][PATCH] openjdk-8: Add update version and build number to the java binaries

2016-06-30 Thread Dan McGregor
On 29 June 2016 at 07:20, Bernhard Dick wrote: > The OpenJDK builds did not include the update version and build number > leading to problems when applications check for the minimum needed version. > This commit fixes it by adding the update version and build number to the > configure parameters.

[oe] [meta-java][PATCH] openjdk-8: make GCC6 happy

2016-06-22 Thread Dan McGregor
From: Daniel McGregor GCC 6 sets the default C++ standard to C++14 and introduces dead store elimination by default. OpenJDK 8 is not ready for either of these changes, so set the C++ standard back to gnu++98 and disable dead store elimination. Switched to using --with-extra-cflags, cxxflags, an

Re: [oe] [meta-java][PATCH v2] icedtea7-native: make GCC 6 happy

2016-06-21 Thread Dan McGregor
On 21 June 2016 at 15:07, Dan McGregor wrote: > From: Daniel McGregor > > GCC 6 sets the default C++ standard to C++14 and introduces dead store > elimination by default. icedtea7 is not ready for either of these > changes, so just set the C++ standard back to gnu++98 and disab

[oe] [meta-java][PATCH v2] icedtea7-native: make GCC 6 happy

2016-06-21 Thread Dan McGregor
: Dan McGregor --- recipes-core/icedtea/icedtea7-native.inc | 9 + 1 file changed, 9 insertions(+) diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index d624b7a..3344acb 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes

Re: [oe] [meta-java][PATCH] icedtea7-native: make GCC 6 happy

2016-06-20 Thread Dan McGregor
On 20 June 2016 at 10:19, Khem Raj wrote: > On Mon, Jun 20, 2016 at 7:02 AM, Dan McGregor > wrote: >> From: Daniel McGregor >> >> GCC 6 sets the default C++ standard to C++14 and introduces dead store >> elimination by default. icedtea7 is not ready for either of

[oe] [meta-java][PATCH] icedtea7-native: make GCC 6 happy

2016-06-20 Thread Dan McGregor
: Dan McGregor --- recipes-core/icedtea/icedtea7-native.inc | 8 1 file changed, 8 insertions(+) diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index d624b7a..fa78991 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes

[oe] [meta-java][PATCH 2/2] openjdk-8: use private libs

2016-04-20 Thread Dan McGregor
From: Daniel McGregor Prevent a non-deterministic run time dependency between openjdk-8 and openjre-8. Without PRIVATE_LIBS, if openjre is built before openjdk, openjdk might RDEPEND on openjre. Signed-off-by: Daniel McGregor --- recipes-core/openjdk/openjdk-8-cross.inc | 9 + 1 file c

[oe] [meta-java][PATCH 1/2] openjdk-8: make jar repacking optional

2016-04-20 Thread Dan McGregor
From: Daniel McGregor Repacking the runtime jar files takes a long time, and is only done to save some space. Make it optional to speed up builds that don't need it. Signed-off-by: Daniel McGregor --- recipes-core/openjdk/openjdk-8-cross.inc | 21 - recipes-core/openjdk/ope

Re: [oe] [OE-core] [RFT] GCC 6 Recipes

2016-04-18 Thread Dan McGregor
On 17 April 2016 at 23:15, Khem Raj wrote: > Hello all, > > I have put together a potential gcc6 upgrade recipe set, and pushed the > branch to tree here > > > http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-6 > > and also at github fork of mine. > > https://github.com/kraj/

Re: [oe] [meta-python][PATCH] python-django: update package to 1.8.9

2016-02-05 Thread Dan McGregor
On 5 Feb 2016 5:29 a.m., "akuster808" wrote: > > > > On 02/04/2016 11:51 PM, Dan McGregor wrote: > > On 4 Feb 2016 11:23 a.m., "Armin Kuster" wrote: > >> > >> Update to a LTS version which might EOL in April 2018 > >> > >&

Re: [oe] [meta-python][PATCH] python-django: update package to 1.8.9

2016-02-04 Thread Dan McGregor
On 4 Feb 2016 11:23 a.m., "Armin Kuster" wrote: > > Update to a LTS version which might EOL in April 2018 > > The following security fixes are included; > CVE-2015-8213 > CVE-2015-5964 > CVE-2015-5963 > CVE-2015-5145 > CVE-2015-5144 > CVE-2015-5143 > CVE-2015-3982 > CVE-2015-2317 > CVE-2015-2316 >

Re: [oe] [meta-oe][PATCH v2 2/2] apache2: add openldap support to PACKAGECONFIG

2016-01-29 Thread Dan McGregor
On 29 Jan 2016 9:39 a.m., "Ioan-Adrian Ratiu" wrote: > > This config option is disabled by default > > Signed-off-by: Ioan-Adrian Ratiu > --- > meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-webserver/recipes-httpd/apache2/apa

[oe] [meta-python][PATCH v2 2/2] gateone: update to latest git

2015-11-04 Thread Dan McGregor
From: Dan McGregor This version works with pyton-tornado 4.2 as currently distributed with OE. Signed-off-by: Dan McGregor --- ...on.py-Hack-around-broken-gethostname-thin.patch | 26 -- .../gateone/gateone/{80oe.conf => 80oe.conf.in}| 5 +++-- .../gateone/{gate

[oe] [meta-python][PATCH v2 1/2] python-html5lib: import recipe from meta-openstack

2015-11-04 Thread Dan McGregor
From: Dan McGregor This recipe is needed for GateOne. Signed-off-by: Dan McGregor --- .../recipes-devtools/python/python-html5lib_0.999.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-html5lib_0.999.bb diff --git a

Re: [oe] [meta-python][PATCH 2/2] gateone: update to latest git

2015-11-04 Thread Dan McGregor
On 4 November 2015 at 22:03, Khem Raj wrote: > >> On Nov 4, 2015, at 7:58 PM, Dan McGregor wrote: >> >> From: Dan McGregor >> >> This version works with pyton-tornado 4.2 as currently distributed >> with OE. >> >> Signed-off-by: Dan McGregor

Re: [oe] [meta-python][PATCH 1/2] python-html5lib: import recipe from meta-openstack

2015-11-04 Thread Dan McGregor
On 4 November 2015 at 21:59, Khem Raj wrote: > >> On Nov 4, 2015, at 7:58 PM, Dan McGregor wrote: >> >> From: Dan McGregor >> >> This recipe is needed for GateOne. >> >> Signed-off-by: Dan McGregor >> --- >>

Re: [oe] [meta-oe][PATCH] tmux: update to 2.1

2015-11-04 Thread Dan McGregor
On 4 November 2015 at 22:05, Khem Raj wrote: > >> On Nov 4, 2015, at 7:55 PM, Dan McGregor wrote: >> >> From: Dan McGregor >> >> tmux 1.6 is three years old. Update to latest. >> >> Signed-off-by: Dan McGregor >> --- >> meta-oe/recipes-

[oe] [meta-python][PATCH 1/2] python-html5lib: import recipe from meta-openstack

2015-11-04 Thread Dan McGregor
From: Dan McGregor This recipe is needed for GateOne. Signed-off-by: Dan McGregor --- .../python/python-html5lib_0.999.bb| 27 ++ 1 file changed, 27 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-html5lib_0.999.bb diff --git a

[oe] [meta-python][PATCH 2/2] gateone: update to latest git

2015-11-04 Thread Dan McGregor
From: Dan McGregor This version works with pyton-tornado 4.2 as currently distributed with OE. Signed-off-by: Dan McGregor --- ...on.py-Hack-around-broken-gethostname-thin.patch | 26 -- .../recipes-connectivity/gateone/gateone/80oe.conf | 1 + .../recipes-connectivity

[oe] [meta-oe][PATCH] tmux: update to 2.1

2015-11-04 Thread Dan McGregor
From: Dan McGregor tmux 1.6 is three years old. Update to latest. Signed-off-by: Dan McGregor --- meta-oe/recipes-extended/tmux/tmux_1.6.bb | 18 -- meta-oe/recipes-extended/tmux/tmux_2.1.bb | 17 + 2 files changed, 17 insertions(+), 18 deletions(-) delete

Re: [oe] [OE-core] State of libcs in OE-Core glibc/uclibc/musl

2015-10-29 Thread Dan McGregor
On 29 October 2015 at 10:45, Phil Blundell wrote: > On Thu, 2015-10-29 at 08:42 -0700, Khem Raj wrote: > >> I would like to make a proposal for 2.1 release where >> >> 1. Drop kconfig support in glibc and we become inline with upstream >> 2. Move musl support to OE-Core from meta-musl >> 3. Drop u

Re: [oe] [meta-java][PATCH 4/4] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-10-28 Thread Dan McGregor
On 28 October 2015 at 12:01, Jens Rehsack wrote: > > This adds openjdk-8 for native and target builds and allows a stripped > openjre-8 being built as well instead of trying to cherry-pick jre > components from jdk-image. > > The recipes allow building openjdk-8 with or without: > * x11 > * cups >

Re: [oe] [meta-java][PATCH] cacao-initial-native: Fix undefined behaviour in gc

2015-10-23 Thread Dan McGregor
On 21 Oct 2015 3:42 a.m., "Erkka Kääriä" wrote: > > Upstream-Status: Backport > > Fixes undefined behaviour in boehm GC used by cacao-initial-native > as suggested at > https://github.com/ivmai/bdwgc/commit/16780405c899f01119bc45167122b4242f6b34fb . > > The undefined behaviour at very least causes

[oe] [OE-core][PATCH] systemd: don't create duplicate ACL entries

2015-03-04 Thread Dan McGregor
From: Dan McGregor On systems where /var/log is not a volatile systemd-tmpfiles creates duplicate ACL entries. This causes systemd-tmpfiles service to fail. Backport the fix from systemd master to fix this. Signed-off-by: Dan McGregor --- ...iles-avoid-creating-duplicate-acl-entries.patch

Re: [oe] [meta-oe][PATCH v3] emacs: Un-blacklist, seems to work fine with new qemu

2015-02-27 Thread Dan McGregor
On 27 February 2015 at 02:44, Martin Jansa wrote: > On Thu, Feb 19, 2015 at 12:35:34PM -0600, Dan McGregor wrote: >> From: Dan McGregor >> >> I've only tested the build with armv7 and x86, but the build >> doesn't segfault anymore. The last time this was t

Re: [oe] [RFT] gcc 5.0 recipes available for testing

2015-02-20 Thread Dan McGregor
On 20 February 2015 at 04:55, Khem Raj wrote: > Hi All > > Encouraged by help received on testing out glibc 2.21, now I have put > together OE recipes for gcc-5 > > GCC 5.0 is in prerelease stage 4 ( open for regression and doc fixes only) > > https://gcc.gnu.org/ml/gcc/2015-01/msg00156.html > >

[oe] [meta-oe][PATCH v3] emacs: Un-blacklist, seems to work fine with new qemu

2015-02-19 Thread Dan McGregor
From: Dan McGregor I've only tested the build with armv7 and x86, but the build doesn't segfault anymore. The last time this was tested was with qemu 1.5, we're now using 2.1. While here, don't copy stuff from the sysroot into the qemu tree just use the sysroot itself.

Re: [oe] [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-14 Thread Dan McGregor
On 14 Feb 2015 07:09, "Burton, Ross" wrote: > > Hi, > > On 14 February 2015 at 10:06, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: >> >> Right now, poky-tiny failed due to warning are errors and unused >> symbols. Minnow failed due to SSE instruction issues. Full build logs >> are a

Re: [oe] [meta-oe][PATCH 3/5] emacs: Un-blacklist, seems to work fine with new qemu

2015-02-12 Thread Dan McGregor
On 5 Feb 2015 14:10, "Nicolas Dechesne" wrote: > > On Thu, Feb 5, 2015 at 5:10 PM, Dan McGregor wrote: > > In my testing I explicitly disabled x11 in PACKAGECONFIG. I suspect > > there may be something broken in its X11 support, maybe I should > > remove x11

Re: [oe] [meta-oe][PATCH v2 3/5] emacs: Un-blacklist, seems to work fine with new qemu

2015-02-06 Thread Dan McGregor
On 5 February 2015 at 10:35, Martin Jansa wrote: > On Thu, Feb 05, 2015 at 10:23:04AM -0600, Dan McGregor wrote: >> From: Dan McGregor >> >> I've only tested the build with armv7 and x86, but the build >> doesn't segfault anymore. The last time this was t

Re: [oe] [meta-initramfs][PATCH v2 5/5] dracut: recipe cleanup

2015-02-06 Thread Dan McGregor
On 5 February 2015 at 12:44, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dan McGregor schreef op 05-02-15 om 17:29: >> From: Dan McGregor >> >> Split out bash-completion data Update RDEPENDS: getopt is >> util-linux-getopt now >

[oe] [meta-initramfs][PATCH v3 5/5] dracut: recipe cleanup

2015-02-06 Thread Dan McGregor
From: Dan McGregor Split out bash-completion data Update RDEPENDS: getopt is util-linux-getopt now Use distro_features_check to require systemd Recommend busybox Signed-off-by: Dan McGregor --- .../recipes-devtools/dracut/dracut_git.bb | 25 -- 1 file changed, 19

[oe] [meta-initramfs][PATCH v2 5/5] dracut: recipe cleanup

2015-02-05 Thread Dan McGregor
From: Dan McGregor Split out bash-completion data Update RDEPENDS: getopt is util-linux-getopt now Use distro_features_check to require systemd Recommend busybox Signed-off-by: Dan McGregor --- .../recipes-devtools/dracut/dracut_git.bb | 25 -- 1 file changed, 19

[oe] [meta-oe][PATCH v2 3/5] emacs: Un-blacklist, seems to work fine with new qemu

2015-02-05 Thread Dan McGregor
From: Dan McGregor I've only tested the build with armv7 and x86, but the build doesn't segfault anymore. The last time this was tested was with qemu 1.5, we're now using 2.1. While here, don't copy stuff from the sysroot into the qemu tree just use the sysroot itself. Also

Re: [oe] [meta-oe][PATCH 3/5] emacs: Un-blacklist, seems to work fine with new qemu

2015-02-05 Thread Dan McGregor
On 5 February 2015 at 07:43, Nicolas Dechesne wrote: > On Wed, Feb 4, 2015 at 9:29 PM, Dan McGregor > wrote: >> >> I've only tested the build with armv7 and x86, but the build >> doesn't segfault anymore. The last time this was tested was >> with qemu 1.

[oe] [meta-oe][PATCH 3/5] emacs: Un-blacklist, seems to work fine with new qemu

2015-02-04 Thread Dan McGregor
From: Dan McGregor I've only tested the build with armv7 and x86, but the build doesn't segfault anymore. The last time this was tested was with qemu 1.5, we're now using 2.1. While here, don't copy stuff from the sysroot into the qemu tree just use the sysroot itself.

[oe] [meta-initramfs][PATCH 5/5] dracut: recipe cleanup

2015-02-04 Thread Dan McGregor
From: Dan McGregor Split out bash-completion data Update RDEPENDS: getopt is util-linux-getopt now Use distro_features_check to require systemd Recommend busybox Signed-off-by: Dan McGregor --- .../recipes-devtools/dracut/dracut_git.bb | 25 -- 1 file changed, 19

[oe] [meta-oe][PATCH 2/5] lxdm: RDEPEND on libsvg-gtk

2015-02-04 Thread Dan McGregor
From: Dan McGregor The theme uses svg files. If libsvg-gtk isn't available lxdm still runs, but throws a bunch of pixbuf errors. Signed-off-by: Dan McGregor --- meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/re

[oe] [meta-gnome][PATCH 4/5] gdm: Only start in runlevel 5

2015-02-04 Thread Dan McGregor
From: Dan McGregor Runlevel 5 is traditionally graphical. If it starts in runlevel 2 or 3 systemd gets confused and adds it as a dependency of the multi-user target, not just the graphical target. Signed-off-by: Dan McGregor --- meta-gnome/recipes-gnome/gdm/gdm/gdm | 4 ++-- meta-gnome

[oe] [meta-oe][PATCH 0/5] Fixes for display managers, emacs, and dracut

2015-02-04 Thread Dan McGregor
From: Dan McGregor Here are a bunch of patches that I've been sitting on for far too long; it's time to push them up. Dan McGregor (5): xserver-nodm-init: only enable for runlevel 5 lxdm: RDEPEND on libsvg-gtk emacs: Un-blacklist, seems to work fine with new qemu gdm: Onl

[oe] [meta-oe][PATCH 1/5] xserver-nodm-init: only enable for runlevel 5

2015-02-04 Thread Dan McGregor
From: Dan McGregor Runlevel 5 is traditionally graphical. If it starts in runlevel 2 or 3 systemd gets confused and adds it as a dependency of the multi-user target, not just the graphical target. Signed-off-by: Dan McGregor --- .../xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm

Re: [oe] [meta-oe][PATCH 1/5] xserver-nodm-init: only enable for runlevel 5

2015-02-04 Thread Dan McGregor
On 4 February 2015 at 13:29, Martin Jansa wrote: > On Wed, Feb 04, 2015 at 12:38:28PM -0600, Dan McGregor wrote: >> From: Dan McGregor >> > > This e-mail seems to contain all 5 patches squashed into one. > > Patchwork is also confused: > http://patchwork.openembedd

[oe] [meta-initramfs][PATCH 5/5] dracut: recipe cleanup

2015-02-04 Thread Dan McGregor
From: Dan McGregor Split out bash-completion data Update RDEPENDS: getopt is util-linux-getopt now Use distro_features_check to require systemd Recommend busybox Signed-off-by: Dan McGregor --- .../recipes-devtools/dracut/dracut_git.bb | 25 -- 1 file changed, 19

[oe] [meta-gnome][PATCH 4/5] gdm: Only start in runlevel 5

2015-02-04 Thread Dan McGregor
From: Dan McGregor Runlevel 5 is traditionally graphical. If it starts in runlevel 2 or 3 systemd gets confused and adds it as a dependency of the multi-user target, not just the graphical target. Signed-off-by: Dan McGregor --- meta-gnome/recipes-gnome/gdm/gdm/gdm | 4 ++-- meta-gnome

[oe] [meta-oe][PATCH 2/5] lxdm: RDEPEND on libsvg-gtk

2015-02-04 Thread Dan McGregor
From: Dan McGregor The theme uses svg files. If libsvg-gtk isn't available lxdm still runs, but throws a bunch of pixbuf errors. Signed-off-by: Dan McGregor --- meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/re

[oe] [meta-oe][PATCH 3/5] emacs: Un-blacklist, seems to work fine with new qemu

2015-02-04 Thread Dan McGregor
From: Dan McGregor I've only tested the build with armv7 and x86, but the build doesn't segfault anymore. The last time this was tested was with qemu 1.5, we're now using 2.1. While here, don't copy stuff from the sysroot into the qemu tree just use the sysroot itself.

[oe] [meta-oe][PATCH 1/5] xserver-nodm-init: only enable for runlevel 5

2015-02-04 Thread Dan McGregor
From: Dan McGregor Runlevel 5 is traditionally graphical. If it starts in runlevel 2 or 3 systemd gets confused and adds it as a dependency of the multi-user target, not just the graphical target. Signed-off-by: Dan McGregor --- .../xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm

[oe] [PATCH 0/5] Fixes for display managers, emacs, and dracut

2015-02-04 Thread Dan McGregor
From: Dan McGregor Here are a bunch of patches that I've been sitting on for far too long; it's time to push them up. Dan McGregor (5): xserver-nodm-init: only enable for runlevel 5 lxdm: RDEPEND on libsvg-gtk emacs: Un-blacklist, seems to work fine with new qemu gdm: Onl

Re: [oe] [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-03 Thread Dan McGregor
On 2 February 2015 at 23:03, Khem Raj wrote: > On Mon, Feb 2, 2015 at 1:45 PM, Burton, Ross wrote: >> >> On 2 February 2015 at 18:33, Khem Raj wrote: >>> >>> Yeah, I am on archlinux (the other end of spectrum). Nevertheless, I have >>> updated the contrib tree which fixes cross-localedef-native

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-09-02 Thread Dan McGregor
On 29 August 2014 21:01, Khem Raj wrote: > On Fri, Aug 29, 2014 at 4:59 PM, Khem Raj wrote: >> On Fri, Aug 29, 2014 at 5:18 AM, Richard Purdie >> wrote: >>> On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj wrote: > reproduced. will apprise a

[oe] [meta-networking][PATCH] netcat-openbsd: fixup patching

2014-05-12 Thread Dan McGregor
From: Dan McGregor Do the patching in the do_patch phase instead of the compile phase. That way if the compile phase needs to be rerun patching isn't attempted a second time. Signed-off-by: Dan McGregor --- .../recipes-support/netcat/netcat-openbsd_1.105.bb| 11 ++- 1

[oe] [meta-oe][PATCH] Add sysv init script for gateone.

2013-06-03 Thread Dan McGregor
--- .../gateone/gateone/gateone-init | 47 ++ .../recipes-connectivity/gateone/gateone_git.bb| 7 +++- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-connectivity/gateone/gateone/gateone-init diff --git a/meta-oe/rec