Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Drew Moseley
On 8/19/22 11:07 AM, Dragos-Marian Panait wrote: On 19.08.2022 17:34, Drew Moseley wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] On 8/19/22 8:50 AM, Dragos-Marian Panait wrote: Hi Claudius, On 19.08.2022 12:36, Claudius Heine wrote: [Please note: This e-mail

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Drew Moseley
On 8/19/22 8:50 AM, Dragos-Marian Panait wrote: Hi Claudius, On 19.08.2022 12:36, Claudius Heine wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Hi Dew. On 2022-08-15 20:25, drew.mose...@gmail.com wrote: From: Drew Moseley The previous change to remove the

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-15 Thread Drew Moseley
Hi Khem, It looks like you recently removed both the dependency on hwrng and systemd-udev-settle.  Do you think this change will be useful? Claudius, any thoughts here? Drew On 8/15/22 2:25 PM, drew.mose...@gmail.com wrote: From: Drew Moseley The previous change to remove the

[OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-15 Thread Drew Moseley
From: Drew Moseley The previous change to remove the dependency on systemd-udev-settle caused boot delays at least on qemu. It seems that change required a hwrng device but that's not necessarily available on all platforms. This changes the "Requires" to a "WantedBy&q

Re: [OE-core][PATCH v2] rng-tools: Replace obsolete "wants systemd-udev-settle"

2022-08-12 Thread Drew Moseley
TIME ] Timed out waiting for device /dev/hwrng. [DEPEND] Dependency failed for Hard…e RNG Entropy Gatherer Daemon. Regards, Dragos On 04.08.2022 18:09, Drew Moseley wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] From: Drew Moseley The systemd-udev-settle service is l

[OE-core][PATCH v2] rng-tools: Replace obsolete "wants systemd-udev-settle"

2022-08-04 Thread Drew Moseley
From: Drew Moseley The systemd-udev-settle service is listed as obsolete and does in some cases result in a significant boot time. Replace that with a specific wait for the random source hardware device to be loaded. Before this change: Startup finished in 4.025s (kernel) + 2min 13.236s

Re: [OE-core][PATCH] rng-tools: Replace obsolete "wants systemd-udev-settle"

2022-08-01 Thread Drew Moseley
On 7/26/22 9:17 AM, drew.mose...@gmail.com wrote: From: Drew Moseley The systemd-udev-settle service is listed as obsolete and does in some cases result in a significant boot time. Replace that with "after systemd-modules-load" to allow the random source hardware to be loaded in

[OE-core][PATCH] rng-tools: Replace obsolete "wants systemd-udev-settle"

2022-07-26 Thread Drew Moseley
From: Drew Moseley The systemd-udev-settle service is listed as obsolete and does in some cases result in a significant boot time. Replace that with "after systemd-modules-load" to allow the random source hardware to be loaded in the proper sequence. Before this change: Startup f

Re: [OE-core] [PATCH] rng-tools: add systemd-udev-settle wants to service

2022-07-22 Thread Drew Moseley
So should I submit a patch with that change? I don't know how to reproduce the original issue so I won't have any way to prove if this is a viable fix. Drew -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#168425): https://lists.openembedded.org/g/

Re: [OE-core] [PATCH] rng-tools: add systemd-udev-settle wants to service

2022-07-21 Thread Drew Moseley
On 2/3/22 9:12 AM, Kyle Russell wrote: Thanks, Claudius.  I really appreciate your responses.  I'm not trying to be pedantic.  Since I don't have your test setup, I was just trying to make sure I understood the context of the problem as I figure out how to deal with issues this is causing in o

Re: [OE-core] DTC_FLAGS with devshell

2021-02-25 Thread Drew Moseley
On 2/25/21 12:35 PM, Quentin Schulz wrote: >> Is there a better mechanism for handling this? >> > There's a recent patch for this: > https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/classes/kernel-devicetree.bbclass?id=ff036cbb77124867a6c6f97ca206b4fd3ee00c70 > > Reading the commit log,

[OE-core] DTC_FLAGS with devshell

2021-02-25 Thread Drew Moseley
Hello, I'm having difficulty using "bitbake -c devshell virtual/kernel" to build dtb files properly. In our case, we set "DTC_FLAGS=-@" in recipe metadata to ensure device tree overlay support is available. It all works fine when run as a standard build.  In the devshell, that variable is not resp

[OE-core] [PATCH] perl: Add missing dependency for tie-hash on carp.

2020-04-22 Thread Drew Moseley via lists.openembedded.org
From: Drew Moseley Signed-off-by: Drew Moseley --- meta/recipes-devtools/perl/files/perl-rdepends.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/perl/files/perl-rdepends.txt b/meta/recipes-devtools/perl/files/perl-rdepends.txt index 331a44d308..9ecfce0011 100644

[OE-core] [PATCH] runqemu: Fix typo in help text.

2019-09-03 Thread drew . moseley
From: Drew Moseley Signed-off-by: Drew Moseley --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index 4079f2b17d..44128b118b 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -83,7 +83,7 @@ of the following

[OE-core] [PATCH] networkmanager: Use ALTERNATIVES for resolv-conf handling.

2019-03-14 Thread drew . moseley
From: Drew Moseley This brings the networkmanager in sync with how systemd-resolved and connman work. Additionally this allows it to function with a read-only rootFS. Signed-off-by: Drew Moseley --- .../networkmanager/networkmanager_1.14.4.bb | 12 +++- 1 file changed

[OE-core] [pyro][PATCH] archiver.bbclass: adapt do_unpack_and_patch to RSS

2017-10-02 Thread drew . moseley
WORKDIR. Adapt do_unpack_and_patch to RSS by restoring the original STAGING_DIR_NATIVE after WORKDIR is changed to ARCHIVER_WORKDIR. (From OE-Core rev: db7d2cc5a4df3c2077ba874c7ae395c73fd9ed13) Tested-by: Drew Moseley Signed-off-by: Mikko Ylinen Signed-off-by: Ross Burton Signed-off-by: Richard Pu

[OE-core] [PATCH V2] local.conf.sample.extended: remove references to image_types_uboot

2017-08-01 Thread drew . moseley
From: Drew Moseley This class was removed with commit: OE-Core rev: 65f27122950a35a67ce39ae4cfe93d0dca6b0dab Signed-off-by: Drew Moseley --- meta-poky/conf/local.conf.sample.extended | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-poky/conf/local.conf.sample.extended b/meta

Re: [OE-core] [PATCH] local.conf.sample.extended: remove references to image_types_uboot

2017-08-01 Thread Drew Moseley
> On Jul 31, 2017, at 5:23 PM, Tom Rini wrote: > > On Mon, Jul 31, 2017 at 04:16:24PM -0400, drew.mose...@northern.tech wrote: > >> From: Drew Moseley >> >> This class was removed with commit: >>OE-Core rev: 65f27122950a35a67ce39ae4cfe93d0dca6b0da

[OE-core] [PATCH] image_types.bbclass: Embed IMAGE_NAME in ubinize config file

2016-02-05 Thread Drew Moseley
/work/blah/core-image-base/1.0-r0/temp/create_image.multiubi:1 exit 1 from mv ubinize${vname}.cfg blahtmp/deploy/images/blah/ Signed-off-by: Drew Moseley --- meta/classes/image_types.bbclass | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/clas

[OE-core] [PATCH v3] mesa-demos: Fix building demos which require GLU.

2015-07-21 Thread Drew Moseley
Set glu_enabled when pkg-config detects GLU. This is needed so that HAVE_GLU is properly set to enable the GLU based demos. Signed-off-by: Drew Moseley --- .../0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2] mesa-demos: Fix building demos which require GLU.

2015-07-16 Thread Drew Moseley
The existing test for GLU support is backwards. Reverse the sense of the conditional when built with "--enable-glu". Signed-off-by: Drew Moseley --- ...figure-Allow-to-disable-demos-which-require-GLEW-.patch | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) dif

[OE-core] [PATCH] mesa: Add blank r600 PACKAGECONFIG

2015-06-29 Thread Drew Moseley
Fixes warnings such as: WARNING: mesa: invalid PACKAGECONFIG: r600 when building with the r600 configuration. Signed-off-by: Drew Moseley --- meta/recipes-graphics/mesa/mesa.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics

[OE-core] [PATCH 2/2] init-install-efi.sh: Switch to using static device paths.

2015-01-09 Thread Drew Moseley
Use static device paths for mounting from /dev/disk/ in case the device ordering changes. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install-efi.sh | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/initrdscripts

[OE-core] [PATCH 1/2] init-install.sh: Switch to using static device paths.

2015-01-09 Thread Drew Moseley
Use static device paths for mounting from /dev/disk/ in case the device ordering changes. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install.sh | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/initrdscripts

[OE-core] [PATCH] mesa-demos: Fix building demos which require GLU.

2014-12-11 Thread Drew Moseley
Reverse the sense of the conditional to test for GLU support when built with "--enable-glu". Signed-off-by: Drew Moseley --- ...figure-Allow-to-disable-demos-which-require-GLEW-.patch | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/meta/recipes-gra

[OE-core] [PATCH 2/2] mesa-demos: Move util to the front of the SUBDIRS variable.

2014-11-26 Thread Drew Moseley
ned-off-by: Drew Moseley --- ...-configure-Allow-to-disable-demos-which-require-GLEW-.patch | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos/0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch b/meta/recipes-graphics

[OE-core] [PATCH 1/2] glew: Additional fix for generation of glew.pc.

2014-11-26 Thread Drew Moseley
@requireslib@ was not found in the pkg-config search path. Perhaps you should add the directory containing `@requireslib@.pc' to the PKG_CONFIG_PATH environment variable Package '@requireslib@', required by 'glew', not found configure:16539: $? = 1 Signed-o

[OE-core] [PATCH] poky: daisy: grub: add cmdpath to grub configuration file

2014-10-17 Thread Drew Moseley
the standalone bootx64.efi image. The commit prepends ($cmdpath) to the search path for grub.cfg, thus making sure the UEFI environment itself sets this to the correct device path. This in-turn lets the grub.cfg of the boot device to be loaded. Signed-off-by: Arindam Nath Reviewed-by: Drew Moseley

[OE-core] [PATCH] gstreamer: Set DEPENDS dynamically for plugins-ugly and plugins-bad

2014-08-28 Thread Drew Moseley
Only add plugins-ugly or plugins-bad to the DEPENDS if they are added to the COMMERCIAL_AUDIO_PLUGINS or COMMERCIAL_VIDEO_PLUGINS. Signed-off-by: Drew Moseley --- meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 7 ++- meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb

[OE-core] [PATCH] gstreamer1.0-omx: Remove unnecessary dependency on plugins-bad.

2014-08-04 Thread Drew Moseley
This also corrects an erroneous overwriting of the dependencies from the inc file. Signed-off-by: Drew Moseley --- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb b/meta

[OE-core] [PATCH 1/3] init-install-efi.sh: Verify /sys based files exist before displaying them

2014-07-30 Thread Drew Moseley
Some mmc cards do not have all the data files in /sys/block populated. Check for existence before displaying the files to avoid erroring out of the install process. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install-efi.sh | 11 --- 1 file changed, 8

[OE-core] [PATCH 3/3] init-install: Skip CDROM devices during probe

2014-07-30 Thread Drew Moseley
Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install-efi.sh | 3 +++ meta/recipes-core/initrdscripts/files/init-install.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh b/meta/recipes-core

[OE-core] [PATCH 2/3] init-install: Strip partition number from live_dev_name

2014-07-30 Thread Drew Moseley
This is needed in case the boot disk was created with mkdiskimage. In that case the parameter passed is a variant of /dev/sda4 which includes the partition number. Without this change this install script will offer to install onto the live media. Signed-off-by: Drew Moseley --- meta/recipes

[OE-core] [PATCH] libx11: Add missing NULL check

2014-07-27 Thread Drew Moseley
Add a check for NULL on dereferencing the xim pointer. Using mplayer with the x11 backend will trigger this and result in a segfault. Signed-off-by: Drew Moseley --- .../libx11/libX11-Add-missing-NULL-check.patch | 72 ++ meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb

[OE-core] [PATCH V2 1/2] Revert "libomxil-0.9.3: Remove versioning for .so files."

2014-07-24 Thread Drew Moseley
. - -Upstream-Status: Submitted @ https://sourceforge.net/p/omxil/bugs/59/ - -Signed-off-by: Drew Moseley - -diff -rub libomxil-bellagio-0.9.3-orig/src/components/audio_effects/Makefile.am libomxil-bellagio-0.9.3/src/components/audio_effects/Makefile.am libomxil-bellagio-0.9.3-orig/src/components

[OE-core] [PATCH V2 2/2] libomxil-0.9.3: Remove versioning for bellagio .so files.

2014-07-24 Thread Drew Moseley
The so files installed under ${libdir}/bellagio are not versioned and should be installed without version-based symlinks so that omxregister-bellagio can properly find and register them. Signed-off-by: Drew Moseley --- .../libomxil-0.9.3/disable-so-versioning.patch | 36

[OE-core] [PATCH] libomxil-0.9.3: Updated CORE_NAME to drop .0 extension.

2014-07-23 Thread Drew Moseley
As a result of commit 0ef3734c2f279bf463ba4d1aef5241cd4882d483 the ".0" extension for GSTREAMER_1_0_OMX_CORE_NAME is no longer needed. Signed-off-by: Drew Moseley --- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[OE-core] [PATCH RFC] gstreamer: Set DEPENDS dynamically for plugins-ugly and plugins-bad

2014-07-22 Thread Drew Moseley
Only add plugins-ugly or plugins-bad to the DEPENDS if they are added to the COMMERCIAL_AUDIO_PLUGINS or COMMERCIAL_VIDEO_PLUGINS. Signed-off-by: Drew Moseley --- meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 7 ++- meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb

[OE-core] [PATCH v2] libomxil-0.9.3: Remove versioning for .so files.

2014-07-20 Thread Drew Moseley
The so files installed by libomxil are not versioned and should be installed without version-based symlinks so that omxregister-bellagio can properly find and register them. Signed-off-by: Drew Moseley --- .../libomxil-0.9.3/disable-so-versioning.patch | 69 ++ meta

[OE-core] [PATCH] libomxil-0.9.3: Move .so files to main package.

2014-07-10 Thread Drew Moseley
The omxregister-bellagio app scans the libdir for the '*.so' files to get them properly registered. Make sure they are included in the base package rather than the dev. Signed-off-by: Drew Moseley --- meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 10 ++ 1 file

[OE-core] [PATCH] gstreamer1.0-omx: Use variables for CORE_NAME processing.

2014-07-09 Thread Drew Moseley
Use the "libdir" and "sysconfdir" variables rather than hard-coding "/usr/lib" and "/etc". Signed-off-by: Drew Moseley --- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -

[OE-core] [PATCH 1/2] init-install-efi.sh: Verify /sys based files exist before displaying them

2014-07-06 Thread Drew Moseley
Some mmc cards do not have all the data files in /sys/block populated. Check for existence before displaying the files to avoid erroring out of the install process. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install-efi.sh | 11 --- 1 file changed, 8

[OE-core] [PATCH 2/2] init-install.sh: Verify /sys based files exist before displaying them

2014-07-06 Thread Drew Moseley
Some mmc cards do not have all the data files in /sys/block populated. Check for existence before displaying the files to avoid erroring out of the install process. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install.sh | 11 --- 1 file changed, 8

[OE-core] [PATCH 1/2] init-install-efi.sh: improve hard drive searching process

2014-07-02 Thread Drew Moseley
live image into a removable media such as an USB. This patch enables this possibility. In addition, this patch presents more information about the hard drives so that user may have more knowledge about which hard drive they are going to install their image into. Signed-off-by: Dr

[OE-core] [PATCH 2/2] init-install-efi.sh: fix to handle the boot partition correctly

2014-07-02 Thread Drew Moseley
. The name of /ssd is dropped. Signed-off-by: Drew Moseley --- .../initrdscripts/files/init-install-efi.sh| 47 -- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh b/meta/recipes-core/initrdscripts

[OE-core] [PATCH] initrdscripts: Try to boot if boot label is unknown

2014-06-28 Thread Drew Moseley
s unknown, at least attempt to boot. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-live.sh | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh b/meta/recipes-core/initrdscripts/files/init-live.sh index 0be9b6f..282

[OE-core] [PATCH] classes/kernel: Use full path for symlink in update-alternatives.

2014-06-26 Thread Drew Moseley
Use a fully qualified path for the parameter in calls to update-alternatives. The chkconfig-alternatives version requires a full path and without it, the symlink is not properly created. Signed-off-by: Drew Moseley --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] classes/kernel: Use full path for symlink in update-alternatives.

2014-06-26 Thread Drew Moseley
Use a fully qualified path for the parameter in calls to update-alternatives. The chkconfig-alternatives version requires a full path and without it, the symlink is not properly created. Signed-off-by: Drew Moseley --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] bluez5: Force obex.service in /usr/lib

2014-06-12 Thread Drew Moseley
Upstream bluez installs the obex.service file into /usr/lib regardless of the multilib settings as does the current systemd recipe. Make sure it gets packaged properly. Signed-off-by: Drew Moseley --- meta/recipes-connectivity/bluez5/bluez5.inc |2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 3/3] mesa-demos: Use DEMOS_DATA_DIR.

2014-06-02 Thread Drew Moseley
Modify mesa demo apps to respect the DEMOS_DATA_DIR configuration parameter for locating data files. Signed-off-by: Drew Moseley --- ...s-Use-DEMOS_DATA_DIR-to-locate-data-files.patch | 234 + meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb | 3 +- 2 files changed, 236

[OE-core] [PATCH 1/3] mesa-demos: Build with system data files

2014-06-02 Thread Drew Moseley
Use the "--with-system-data-files" when configuring mesa-demos so that the data files in /usr/share/mesa-demos/ will be properly located at run time. Copy some additional data files into the target filesystem. Signed-off-by: Drew Moseley --- meta/recipes-graphics/mesa/mesa-demos_8.1

[OE-core] [PATCH 2/3] mesa-demos: Add missing data files.

2014-06-02 Thread Drew Moseley
Add some data files that are present in the git repository: http://cgit.freedesktop.org/mesa/demos/tree/?id=mesa-demos-8.1.0 but not in the release tarball ftp://ftp.freedesktop.org/pub/mesa/demos/8.1.0/mesa-demos-8.1.0.tar.bz2 Signed-off-by: Drew Moseley --- .../0001-mesa-demos-Add

[OE-core] [PATCH] glib-2.0: Do not use readlink to set target paths.

2014-05-14 Thread Drew Moseley
Do not use readlink to set ABS_GLIB_RUNTIME_LIBDIR when cross compiling. Doing so causes host paths to potentially pollute the target. Unfortunately in this case we don't actually convert to an absolute path. Signed-off-by: Drew Moseley --- ...c-Do-not-use-readlink-when-cross-compilin.

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir properly.

2014-05-12 Thread Drew Moseley
On May 12, 2014, at 5:42 PM, Richard Purdie wrote: > On Mon, 2014-05-12 at 16:10 -0400, \Drew Moseley wrote: >> From: Drew Moseley >> >> Use STAGING_EXECPREFIXDIR to specify the location of glut >> header files and libs rather than STAGING_LIBDIR. >> >

[OE-core] [PATCH] mesa-demos: Specify the lib dir properly.

2014-05-12 Thread \Drew Moseley
From: Drew Moseley Use STAGING_EXECPREFIXDIR to specify the location of glut header files and libs rather than STAGING_LIBDIR. Also revert the previous unneeded change to glut.patch. Signed-off-by: Drew Moseley --- meta/recipes-graphics/mesa/mesa-demos/glut.patch |2 +- meta/recipes

[OE-core] [PATCH] glib-2.0: Do not use readlink to set target paths.

2014-05-12 Thread Drew Moseley
From: Drew Moseley Do not use readlink to set ABS_GLIB_RUNTIME_LIBDIR when cross compiling. Doing so causes host paths to potentially pollute the target. Unfortunately in this case we don't actually convert to an absolute path. Signed-off-by: Drew Moseley --- ...c-Do-not-use-readlink

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
On May 12, 2014, at 12:34 PM, Drew Moseley wrote: > From: Drew Moseley > > Signed-off-by: Drew Moseley Not sure why "git send-email" dropped the V2 that I thought I put into the subject but for clarity this patch completely replaces my earlier one. The modification

[OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
From: Drew Moseley Signed-off-by: Drew Moseley --- meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb index d6e6fbc..7cda19e

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
On May 12, 2014, at 11:06 AM, Burton, Ross wrote: > On 12 May 2014 15:40, Drew Moseley wrote: >>> should this be libdir instead ? >> >> I don't believe so. This is used at compile time to locate the libraries >> and header files. However forcing it h

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
On May 10, 2014, at 2:33 AM, Khem Raj wrote: > On Thu, May 8, 2014 at 1:17 PM, Drew Moseley wrote: >> +PACKAGECONFIG[glut] = "--with-glut=${STAGING_LIBDIR},--without-glut," > > should this be libdir instead ? I don't believe so. This is used at compile time to lo

[OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-08 Thread Drew Moseley
From: Drew Moseley Signed-off-by: Drew Moseley --- meta/recipes-graphics/mesa/mesa-demos/glut.patch |2 +- meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos/glut.patch b/meta

Re: [OE-core] [PATCH] systemd: Check for HAVE_POSIX_FALLOCATE

2014-04-28 Thread Drew Moseley
On Apr 28, 2014, at 1:10 PM, Khem Raj wrote: > On Mon, Apr 28, 2014 at 8:38 AM, Drew Moseley wrote: >> From: Drew Moseley >> >> The check for the config variable is using the wrong define >> resulting in the #else always being used. >> > > good catch

[OE-core] [PATCH] systemd: Check for HAVE_POSIX_FALLOCATE

2014-04-28 Thread Drew Moseley
From: Drew Moseley The check for the config variable is using the wrong define resulting in the #else always being used. Signed-off-by: Drew Moseley --- .../systemd/systemd-pam-fix-fallocate.patch|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 2/2] busybox: Specify '-nostdlib' when linking to a .o file.

2014-04-03 Thread Drew Moseley
ta/recipes-core/busybox/busybox/0001-build-system-Specify-nostldlib-when-linking-to-.o-fi.patch @@ -0,0 +1,40 @@ +From 28389e59701c2408e87e886c358f8e1766c677f7 Mon Sep 17 00:00:00 2001 +From: Drew Moseley +Date: Sat, 29 Mar 2014 11:13:16 -0400 +Subject: [PATCH] build system: Specify '-nostldlib&#

[OE-core] [PATCH 1/2] busybox: Use CCLD

2014-04-03 Thread Drew Moseley
] Error 1 Signed-off-by: Drew Moseley --- meta/recipes-core/busybox/busybox.inc |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 69b9b0c..eedbe46 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta

[OE-core] [PATCH] zisofs-tools-native: Add missing dependency on zlib-native

2014-03-27 Thread Drew Moseley
Signed-off-by: Drew Moseley --- .../zisofs-tools/zisofs-tools-native_1.0.8.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb b/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb index 1501307..5ea2bfb

[OE-core] [PATCH] orc: Add generic license

2013-05-15 Thread Drew Moseley
Signed-off-by: Drew Moseley --- meta/conf/licenses.conf|2 +- meta/files/common-licenses/orc | 62 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 meta/files/common-licenses/orc diff --git a/meta/conf/licenses.conf b

[OE-core] [PATCH] kernel: Package additional modules files needed for systemtap

2013-05-14 Thread Drew Moseley
Signed-off-by: Drew Moseley --- meta/classes/kernel.bbclass |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 6ba31bd..f23818e 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass