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
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
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
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
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
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
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
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
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
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
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} |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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>
>> >>
>> >>
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
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
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
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
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:
> >>>
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 ++
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.
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
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
: 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
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
: 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
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
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
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/
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
> >>
> >&
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
>
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
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
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
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
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
>> ---
>>
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-
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
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
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
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
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
>
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
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
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
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
>
>
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.
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
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
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
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
>
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
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
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
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.
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.
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
---
.../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
85 matches
Mail list logo