[yocto] [meta-qt4][PATCH] Qt4 fails to configure ICU with ICU6X.

2018-05-26 Thread Michael Gloff
Remove -std=gnu++98 from QMAKE_CXXFLAGS and add where necessary. Signed-off-by: Michael Gloff <mgl...@emacinc.com> --- recipes-qt4/qt4/qt4-4.8.7.inc | 3 ++- .../0037-fix-configure-with-icu60.patch | 26 +++ recipes-qt4/qt4/qt4-nati

Re: [yocto] Error do_compile libepoxy

2018-01-18 Thread Michael Gloff
Thanks Trevor - going in the right direction. There are no "GL" includes or libs in the recipe sysroot becuase userland does not provide it. Adding mesa-gl to DEPENDS allows it to complete. Not sure if this is the correct solution though. Michael Gloff On Thu, Jan 18, 2018 at 2:48

Re: [yocto] Error do_compile libepoxy

2018-01-18 Thread Michael Gloff
/rpi-build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/libepoxy/1.4.3-r0/temp/log.do_compile.2610) ERROR: Task (/home/michael/oe/recipes/poky/meta/recipes-graphics/libepoxy/libepoxy_1.4.3.bb:do_compile) failed with exit code '1' Michael Gloff On Thu, Jan 18, 2018 at 8:08 AM, Trevor Woerner

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-17 Thread Michael Gloff
This looks to be because poky-tiny.conf does not allow overriding of the kernel provider. You could try the below patch to use a different kernel. Michael Gloff diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 2032bfde32..acafd9fef4 100644 --- a/meta

[yocto] [meta-raspberrypi][PATCH 3/3] bluez5: Replace /lib with ${nonarch_base_libdir}

2017-10-24 Thread Michael Gloff
From: Michael Gloff <mgl...@hotmail.com> Use standard variable name and avoid QA errors when usermerge DISTRO_FEATURE is enabled. Signed-off-by: Michael Gloff <mgl...@emacinc.com> --- recipes-connectivity/bluez5/bluez5_%.bbappend | 6 +++--- 1 file changed, 3 insertions(+),

[yocto] [meta-raspberrypi][PATCH 2/3] linux-raspberrypi: Replace /lib with ${nonarch_base_libdir}

2017-10-24 Thread Michael Gloff
From: Michael Gloff <mgl...@hotmail.com> Use standard variable name and avoid QA errors when usermerge DISTRO_FEATURE is enabled. Signed-off-by: Michael Gloff <mgl...@emacinc.com> --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 delet

[yocto] [meta-raspberrypi][PATCH 1/3] linux-firmware: Replace /lib with ${nonarch_base_libdir}

2017-10-24 Thread Michael Gloff
From: Michael Gloff <mgl...@hotmail.com> Use standard variable name and avoid QA errors when usermerge DISTRO_FEATURE is enabled. Signed-off-by: Michael Gloff <mgl...@emacinc.com> --- recipes-kernel/linux-firmware/linux-firmware_%.bbappend | 8 1 fil

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-20 Thread Michael Gloff
wn or reboot: echo "Sending all processes the TERM signal..." killall5 -15 sleep 5 echo "Sending all processes the KILL signal..." killall5 -9 Reducing to 1 or 2 seconds should be sufficient. Michael Gloff > > > Kind regards, > > Mike Looijm

Re: [yocto] Qtbase Poky/Jethro

2016-02-06 Thread Michael Gloff
: Qt5Bootstrap.pc failed sanity test (tmpdir) in path /home/developer/oe/poky/build/tmp/work/i586-poky-linux/qtbase/5.5.99+5.6.0-alpha1+gitAUTOINC+f7f4dde80e-r0/sysroot-destdir//usr/lib/pkgconfig [pkgconfig] ERROR: QA staging was broken by the package built above Michael Gloff mgl...@emacinc.com

Re: [yocto] Sato image touchscreen calibration is borked

2014-11-14 Thread Michael Gloff
On Thu, Nov 13, 2014 at 5:05 PM, Burton, Ross ross.bur...@intel.com wrote: On 13 November 2014 17:58, Michael Gloff mgl...@emacinc.com wrote: BTW, you can use tslib with xorg. This is what I have set up as I find ts_calibrate easier to work with. The only mention of e.g. ts_read() that I

Re: [yocto] Sato image touchscreen calibration is borked

2014-11-13 Thread Michael Gloff
-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto Michael Gloff -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Build warning chown/chmod

2014-10-30 Thread Michael Gloff
? Michael Gloff -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Build warning chown/chmod

2014-10-30 Thread Michael Gloff
2011 config.rpath* -rwxr-xr-x 1 michael michael 35K Oct 30 20:02 config.sub* -rwxr-xr-x 1 michael root462K Oct 30 20:02 configure* -rw-r--r-- 1 michael root101K Oct 30 20:02 configure.ac ... This happens on other patched files as well. My machine is Ubuntu 12.04.05 x86_64. Michael Gloff

[yocto] Pulseadudio depends

2014-06-28 Thread Michael Gloff
. Thanks, Michael Gloff -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Toolchain

2014-03-05 Thread Michael Gloff
finished | ERROR: Function failed: opkg-build execution failed ERROR: Task 788 (/opt/oe/recipes/poky/meta/recipes-core/meta/ meta-environment.bb, do_package_write_ipk) failed with exit code '1' Thanks, Michael Gloff On Mon, Mar 3, 2014 at 12:52 PM, Paul Eggleton paul.eggle...@linux.intel.com

Re: [yocto] Toolchain

2014-03-05 Thread Michael Gloff
Thanks, Not a big deal at all to build the toolchain with a different machine name. Just curious. Michael Gloff 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 12:52 PM, Paul

[yocto] Toolchain

2014-03-02 Thread Michael Gloff
Is there a reason why the toolchain cannot be built with a machine name that contains capital letters? Seems weird, everything else builds fine, but meta-toolchain fails complaining about caps. Thanks, Michael Gloff ___ yocto mailing list yocto

[yocto] Boot loader/boot times

2013-11-24 Thread Michael Gloff
on the same machine gives a login in about 5 sec total. Thanks, -- Michael Gloff ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] i think the explanation of Build Directory in dev manual is wrong

2013-11-09 Thread Michael Gloff
. Michael Gloff On Sat, Nov 9, 2013 at 4:09 AM, Robert P. J. Day rpj...@crashcourse.cawrote: here: http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-terms explanation of Build Directory, one reads (start quote): Provide a directory path and specifically

[yocto] 3.10 Kernel module loading

2013-10-25 Thread Michael Gloff
below. In this case, I booted normally, unloaded the module and reloaded as can be seen by the last messages. I can provide more info if necessary. Thanks! -- Michael Gloff [1.414612] input: PIXCIR HID Touch Panel as /devices/pci:00/:00:1d.2/usb4/4-1/4-1:1.1/input/input2