Re: [OE-core] [PATCH] sysvinit rc: Use PSPLASH_FIFO_DIR for progress fifo

2020-09-26 Thread Michael Gloff
it back, test it, and send a patch: >http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded > > Thanks, > > ../Randy > > > > > Thanks, > > Mihai > > > > On Sat, Aug 29, 2020 at 06:09 AM, Michael Gloff wrote: > > > >> &g

[OE-core][dunfell][PATCH V2] sysvinit: Remove ${B} assignment

2020-09-12 Thread Michael Gloff
top level Makefile does not cause any additional builds to occur. Signed-off-by: Michael Gloff --- meta/recipes-core/sysvinit/sysvinit_2.96.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/sysvinit/sysvinit_2.96.bb b/meta/recipes-core/sysvinit/sysvinit_2.96.bb index

[OE-core][PATCH V2] sysvinit: Remove ${B} assignment

2020-09-12 Thread Michael Gloff
top level Makefile does not cause any additional builds to occur. Signed-off-by: Michael Gloff --- meta/recipes-core/sysvinit/sysvinit_2.97.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/sysvinit/sysvinit_2.97.bb b/meta/recipes-core/sysvinit/sysvinit_2.97.bb index

Re: [OE-core][PATCH] sysvinit: Remove ${B} assignment

2020-09-12 Thread Michael Gloff
On Sat, Sep 12, 2020 at 3:11 PM Andre McCurdy wrote: > On Sat, Sep 12, 2020 at 12:46 PM Michael Gloff wrote: > > > > On Sat, Sep 12, 2020 at 2:11 PM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > >> > >> On Sat, 2020-09-12 at 11:48 -

Re: [OE-core][PATCH] sysvinit: Remove ${B} assignment

2020-09-12 Thread Michael Gloff
On Sat, Sep 12, 2020 at 2:11 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sat, 2020-09-12 at 11:48 -0500, Michael Gloff wrote: > > In order for the VERSION variable to be set, the > > top level Makefile should be used, which only > > bui

[OE-core][dunfell][PATCH] sysvinit: Remove ${B} assignment

2020-09-12 Thread Michael Gloff
In order for the VERSION variable to be set, the top level Makefile should be used, which only builds the code in /src anyway. Signed-off-by: Michael Gloff --- meta/recipes-core/sysvinit/sysvinit_2.96.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/sysvinit/sysvinit_2.96

[OE-core][PATCH] sysvinit: Remove ${B} assignment

2020-09-12 Thread Michael Gloff
In order for the VERSION variable to be set, the top level Makefile should be used, which only builds the code in /src anyway. Signed-off-by: Michael Gloff --- meta/recipes-core/sysvinit/sysvinit_2.97.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/sysvinit/sysvinit_2.97

[OE-core][PATCH] sysvinit rc: Use PSPLASH_FIFO_DIR for progress fifo

2020-08-28 Thread Michael Gloff
psplash expects the fifo to be in /run or specified by PSPLASH_FIFO_DIR. This patch allows psplash to quit normally. Also, fix the work around of using echo directly into the fifo and use psplash-write. Signed-off-by: Michael Gloff --- meta/recipes-core/sysvinit/sysvinit/rc | 9 +++-- 1

Re: [OE-core] Sumo webkitgtk fails to compile

2018-06-29 Thread Michael Gloff
ander Kanavin wrote: > TBH, I'm not sure why Michael is seeing this failure either. Sumo does > get built on the AB against several qemu targets, and the failure does > not happen there. > > Alex > > 2018-06-28 4:28 GMT+02:00 Carlos Alberto Lopez Perez : > > O

Re: [OE-core] Sumo webkitgtk fails to compile

2018-06-27 Thread Michael Gloff
d that it will build with the _armv5 case. Thanks, Michael Gloff [1] https://bug784779.bugzilla-attachments.gnome.org/attachment.cgi?id=357732 On Tue, Jun 26, 2018 at 2:24 PM, Alexander Kanavin wrote: > The bug refers to a gstreamer bug with patches, which you should probably > appl

[OE-core] Sumo webkitgtk fails to compile

2018-06-26 Thread Michael Gloff
Does anyone know what the proper fix for this is or at least a work around? Thanks, Michael Gloff In file included from /home/mgloff/poky/build/tmp/work/armv5e-poky-linux-gnueabi/webkitgtk/2.18.6-r0/recipe-sysroot/usr/include/GL/gl.h:2055:0, from /home/mgloff/poky/build/tmp/work/a

[OE-core] Busybox post install

2018-05-02 Thread Michael Gloff
-r0/rootfs/usr/bin/lsattr exists and is not a link In Rocko and before, this error is present, but the script continues creating the rest of the symlinks and exits with success. Does anyone have any idea why the failure is now causing the script to stop executing? Michael Gloff mgl...@emacinc.com

[OE-core] Sumo/Master Busybox post install

2018-05-01 Thread Michael Gloff
/rootfs/usr/bin/lsattr exists and is not a link In Rocko and before, this error is present, but the script continues creating the rest of the symlinks and exits with success. Does anyone have any idea why the failure is now causing the script to stop executing? Michael Gloff mgl...@emacinc.com

[OE-core] [PATCH] utils.py: Use minimum value for PARALLEL_MAKE.

2018-02-20 Thread Michael Gloff
feded5fe2755fc6523c235fd6e82a0972e197c08 introduces parallel_make_argument with optional limit value. We need the min of PARRALLEL_MAKE and limit. Signed-off-by: Michael Gloff --- meta/lib/oe/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/utils.py b

Re: [OE-core] Debugfs + nfs-utils-client + ipkg

2016-12-02 Thread Michael Gloff
Thanks Robert! Bug filed: https://bugzilla.yoctoproject.org/show_bug.cgi?id=10761 Michael On Fri, Dec 2, 2016 at 1:17 AM, Robert Yang wrote: > Hi Michael, > > On 12/02/2016 11:19 AM, Michael Gloff wrote: > >> I've run into an issue recently when trying to build an

[OE-core] Debugfs + nfs-utils-client + ipkg

2016-12-01 Thread Michael Gloff
e/developer/oe/recipes/poky/meta/recipes-core/images/core-image-minimal.bb: do_rootfs Summary: There were 2 ERROR messages shown, returning a non-zero exit code. Thanks, Michael Gloff mgl...@emacinc.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] sanity.bbclass: Add syntax check on MACHINE variable

2015-03-04 Thread Michael Gloff
Why? Uppercase letters should be allowed and work fine for the most part. Below are a few excerpts from last year: On Wed, Mar 5, 2014 at 11:45 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: On Wednesday 05 March 2014 11:00:31 Michael Gloff wrote: > On Mon, Mar 3, 2014 at

[OE-core] NFS server

2015-02-28 Thread Michael Gloff
x27;m not sure how to proceed, but this pretty much breaks nfs server capabilities. Michael Gloff From 25e83c2270b2d2966c992885faed0b79be09f474 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Thu, 1 May 2014 11:15:16 -0400 Subject: [PATCH [nfs-utils]] mountd: fix segfault in add_name with newe

[OE-core] [PATCH V3 2/2] volatiles: Change linking ordering of resolv.conf

2015-02-28 Thread Michael Gloff
Fixes error on boot on readonly rootfs rm: can't remove '/etc/resolv.conf': Read-only file system ln: /etc/resolv.conf: File exists Signed-off-by: Michael Gloff --- .../initscripts/initscripts-1.0/volatiles |2 +- 1 file changed, 1 insertion

[OE-core] [PATCH V3 1/2] volatiles: Link /media appropriately

2015-02-28 Thread Michael Gloff
Since the change of /etc/udev/scripts/mount.sh to use tmpfs, link /media to it Signed-off-by: Michael Gloff --- .../initscripts/initscripts-1.0/volatiles |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/initscripts/initscripts-1.0/volatiles b/meta

Re: [OE-core] [PATCH V2 2/2] volatiles: Create /var/run/resolv.conf before linking to it

2015-02-07 Thread Michael Gloff
work', I just thought I'd clear up an error message while I was at it. Michael Gloff On Mon, Dec 15, 2014 at 8:13 AM, Gary Thomas wrote: > No commit log? > > Also, the order for a symbolic link should not matter, so why make this > change? > > On 2014-12-13 12:57, M

Re: [OE-core] [PATCH V2 2/2] volatiles: Create /var/run/resolv.conf before linking to it

2014-12-13 Thread Michael Gloff
I really messed up the commit messages on the first one, please accept V2. Michael Gloff On Sat, Dec 13, 2014 at 1:57 PM, Michael Gloff wrote: > > Signed-off-by: Michael Gloff > --- > meta/recipes-core/initscripts/initscripts-1.0/volatiles | 2 +- > 1 file changed, 1 insertion

[OE-core] [PATCH V2 1/2] Link /media to /run/media

2014-12-13 Thread Michael Gloff
Since the change in automout.sh to mount devices to /run/media, we create the /run/media directory on startup and link /media to it. Signed-off-by: Michael Gloff --- meta/recipes-core/initscripts/initscripts-1.0/volatiles | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core

[OE-core] [PATCH V2 2/2] volatiles: Create /var/run/resolv.conf before linking to it

2014-12-13 Thread Michael Gloff
Signed-off-by: Michael Gloff --- meta/recipes-core/initscripts/initscripts-1.0/volatiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/initscripts/initscripts-1.0/volatiles b/meta/recipes-core/initscripts/initscripts-1.0/volatiles index 1fc5816..e6f0695

Re: [OE-core] [PATCH 2/2] volatiles: Link /media to /run/media

2014-12-13 Thread Michael Gloff
Backport to dizzy also please since the automount change is already in. Michael Gloff On Sat, Dec 13, 2014 at 1:37 PM, Michael Gloff wrote: > > Since the change in automout.sh to mount devices to /run/media, > we create the /run/media directory on startup and link /media to it. >

[OE-core] [PATCH 2/2] volatiles: Link /media to /run/media

2014-12-13 Thread Michael Gloff
Since the change in automout.sh to mount devices to /run/media, we create the /run/media directory on startup and link /media to it. Signed-off-by: Michael Gloff --- meta/recipes-core/initscripts/initscripts-1.0/volatiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH 1/2] Link /media to /run/media

2014-12-13 Thread Michael Gloff
Since the change in automout.sh to mount devices to /run/media, we create the /run/media directory on startup and link /media to it. Signed-off-by: Michael Gloff --- meta/recipes-core/initscripts/initscripts-1.0/volatiles | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core

Re: [OE-core] opkg, opkg-config-base and opkg-collateral

2014-12-13 Thread Michael Gloff
g/* ${D}${sysconfdir}/opkg/ } FILES_${PN} = "${sysconfdir}/opkg/ " CONFFILES_${PN} += "${sysconfdir}/opkg/base-feeds.conf" Michael Gloff On Sat, Dec 13, 2014 at 6:54 AM, Paul Barker wrote: > > On Wed, Nov 26, 2014 at 04:17:08PM +0100, Martin Jansa wrote: > > On Wed,

[OE-core] /media automounting

2014-11-20 Thread Michael Gloff
noticed that by changing the order creating /var/run/resolv.conf and linking it to /etc/resolve.conf got rid of an error of trying to remove and link it on startup. Should I include both of these fixes in one patch? Thanks, Michael Gloff -- ___ Openembedded

Re: [OE-core] Opkg 0.2.3

2014-10-31 Thread Michael Gloff
On Thu, Oct 30, 2014 at 2:48 PM, Paul Barker wrote: > On 30 October 2014 19:15, Michael Gloff wrote: > > As Paul mentioned yesterday opkg 0.2.4 is on it's way and 0.2.3 has been > > available for 2 months. If there are not any objections, I have an > updated > > r

[OE-core] Opkg 0.2.3

2014-10-30 Thread Michael Gloff
s expected. Michael Gloff -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] Busybox/RFKILL

2014-10-04 Thread Michael Gloff
#x27;, cnf, rem) is not performing as intended and am unsure how to fix. I've tried a couple of variations, but wound up just commenting it out for my local builds. Basically, rfkill does not get configured in unless you have wifi DISRO_FEATURES. Michael Gloff -- _

[OE-core] [PATCH] syslog: Change unused variable declaration LOCAL=0 to LOG_LOCAL=1

2014-09-23 Thread Michael Gloff
This fix allows the correct appending of -L to syslogd arguments when both file and remote logging are selected. Signed-off-by: Michael Gloff --- meta/recipes-core/busybox/files/syslog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/files/syslog