Re: [yocto] Failed to build gdb

2017-06-15 Thread Gary Thomas
2 | ERROR: Function failed: do_compile (log file is located at /media/chewlm86/ext_data_drive/yocto-celebes-c4/test/yocto-celebes-c4/build-cm1-c4/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/gdb/7.12.1-r0/temp/log.do_compile.11637) ERROR: Task (/media/chewlm86/ext_data_drive/yocto-celebes-

Re: [yocto] devshell not working for Qt or Boundary Devices based yocto

2017-06-14 Thread Gary Thomas
hub||.com||/boundarydevices/boundary-bsp-platform||-b morty| |or from Qt's boot2qt system using "b2qt-init-build-env init --device nitrogen6x| || Any ideas what is going wrong ? Thanks, -- -------- Gary Thomas

Re: [yocto] Wireshark but no Tshark?

2017-06-12 Thread Gary Thomas
fing library and wireshark can display tcpdump results just fine. Jussi -- -------- Gary Thomas | Consulting for the MLB Assoc

Re: [yocto] Changing terminal font in sato

2017-06-08 Thread Gary Thomas
On 2017-06-08 14:05, Jussi Kukkonen wrote: On 1 June 2017 at 18:58, Gary Thomas mailto:g...@mlbassoc.com>> wrote: > > How does one change the terminal font (size) used by matchbox-terminal > in the sato desktop? I tried the 'matchbox-appearance' app and it didn&

Re: [yocto] What's up with python3

2017-06-08 Thread Gary Thomas
On 2017-06-08 13:52, Burton, Ross wrote: On 8 June 2017 at 08:28, Gary Thomas mailto:g...@mlbassoc.com>> wrote: I've listed all the recipes used in my build (from bitbake -g => recipe-depends.dot) and sucked out the ones that claim to depend on python3. I don&#

Re: [yocto] What's up with python3

2017-06-08 Thread Gary Thomas
On 2017-06-08 13:09, Alexander Kanavin wrote: On 06/08/2017 10:28 AM, Gary Thomas wrote: I'm building using Poky/Yocto master 576821ea0a7558b626ccc87e9ae0e9ee40864956 and I've noticed that python3 (target) is being built for my image, but it doesn't end up in the actual image.

[yocto] Changing terminal font in sato

2017-06-01 Thread Gary Thomas
How does one change the terminal font (size) used by matchbox-terminal in the sato desktop? I tried the 'matchbox-appearance' app and it didn't have any affect, nor could I see a way to change the font. Thanks -- -----

Re: [yocto] Why can't I install eudev-hwdb

2017-06-01 Thread Gary Thomas
On 2017-06-01 15:46, Burton, Ross wrote: On 1 June 2017 at 14:38, Gary Thomas mailto:g...@mlbassoc.com>> wrote: Thanks for the suggestion. Sadly, still no go. No idea then. CCing Alejandro... Very interesting - I'm building two different system images for this target and

Re: [yocto] Why can't I install eudev-hwdb

2017-06-01 Thread Gary Thomas
On 2017-06-01 15:31, Burton, Ross wrote: On 1 June 2017 at 08:43, Gary Thomas mailto:g...@mlbassoc.com>> wrote: In my local.conf, I have this (to save space in my embedded image): BAD_RECOMMENDATIONS = "udev-rules-imx eudev-hwdb" Try installing just udev-hwdb, my

[yocto] Why can't I install eudev-hwdb

2017-06-01 Thread Gary Thomas
of packages, I still get the 'No packages installed' message :-( -- ---- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___ yo

Re: [yocto] sstate-cache question

2017-06-01 Thread Gary Thomas
On 2017-06-01 06:32, Paul Eggleton wrote: On Thursday, 1 June 2017 3:44:49 PM NZST Gary Thomas wrote: On 2017-06-01 05:28, Paul Eggleton wrote: It ought to be. At face value it should be finding the files in either place - we'd need to debug the code to find out why it isn't. Is that

Re: [yocto] sstate-cache question

2017-05-31 Thread Gary Thomas
On 2017-06-01 05:28, Paul Eggleton wrote: Hi Gary, My apologies, I just realised I never sent this reply. On Tuesday, 23 May 2017 5:27:57 PM NZST you wrote: On 2017-05-22 22:35, Paul Eggleton wrote: On Tuesday, 23 May 2017 2:53:45 AM NZST Gary Thomas wrote: I have a build where I've

Re: [yocto] etnaviv image

2017-05-25 Thread Gary Thomas
34.483 ms === glmark2 Score: 46 === 0.46 0.24 0.09 1/98 621 not the greatest results, a couple crashes, but better than swrast! -- ---- G

Re: [yocto] sstate-cache question

2017-05-24 Thread Gary Thomas
On 2017-05-23 07:27, Gary Thomas wrote: On 2017-05-22 22:35, Paul Eggleton wrote: Hi Gary, On Tuesday, 23 May 2017 2:53:45 AM NZST Gary Thomas wrote: I have a build where I've never manually removed anything from the sstate-cache and this same build has been used for hundreds of builds

Re: [yocto] How to include libraries?

2017-05-24 Thread Gary Thomas
On 2017-05-24 15:49, Gary Thomas wrote: On 2017-05-24 15:26, Burton, Ross wrote: On 24 May 2017 at 13:20, Gary Thomas mailto:g...@mlbassoc.com>> wrote: I have an image which needs to include the libcups2 package from the cups recipe. If I try adding this to my image

Re: [yocto] Can Yocto treat layers like an external package?

2017-05-24 Thread Gary Thomas
Prior to parse all reccipes? Not part of the default Yocto setup, but what you are asking for seems to be a perfect fit for the [Android/Google] repo tool. -- Gary Thomas | Consulting for the MLB Associates

[yocto] webkitgtk2 progress bar

2017-05-24 Thread Gary Thomas
low] build host!)? -- ---- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___ yocto ma

Re: [yocto] dynamic-layers?

2017-05-24 Thread Gary Thomas
e BBFILE_COLLECIONS. Question here is, who will be adding 'browser-layer' to BBFILE_COLLECTIONS when I want to include browser-layer in my build. Is it something to be done in my local.conf or customized distro conf file? No, it's in /conf/layer.conf for the in question. -- -

Re: [yocto] How to include libraries?

2017-05-24 Thread Gary Thomas
On 2017-05-24 15:26, Burton, Ross wrote: On 24 May 2017 at 13:20, Gary Thomas mailto:g...@mlbassoc.com>> wrote: I have an image which needs to include the libcups2 package from the cups recipe. If I try adding this to my image recipe CORE_IMAGE_EXTRA_INSTALL_append = &quo

[yocto] How to include libraries?

2017-05-24 Thread Gary Thomas
ches and why doesn't the first one work at all? Thanks -- ---- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] sstate-cache question

2017-05-22 Thread Gary Thomas
On 2017-05-22 22:35, Paul Eggleton wrote: Hi Gary, On Tuesday, 23 May 2017 2:53:45 AM NZST Gary Thomas wrote: I have a build where I've never manually removed anything from the sstate-cache and this same build has been used for hundreds of builds over the last 18 months. I just tried to

Re: [yocto] sstate-cache question

2017-05-22 Thread Gary Thomas
On 2017-05-22 16:53, Gary Thomas wrote: I have a build where I've never manually removed anything from the sstate-cache and this same build has been used for hundreds ^directory^ of builds over the last 18 months. I just tried to find out why gcc-cross-ar

[yocto] sstate-cache question

2017-05-22 Thread Gary Thomas
Thanks for any ideas -- -------- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___ yoc

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-20 Thread Gary Thomas
ainly easier to work with. -- ---- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___

Re: [yocto] Noobie questions

2017-04-17 Thread Gary Thomas
ehalf of Gary Thomas *Sent:* 17 April 2017 12:59 *To:* yocto@yoctoproject.org *Subject:* Re: [yocto] Noobie questions On 2017-04-16 20:23, bahjat khan wrote: Hi Guys, I'm extremely new to the yocto project, i've done quite a bit of reading on it but i'm still very confused.

Re: [yocto] Noobie questions

2017-04-17 Thread Gary Thomas
;ve explained my problem well, but if you are still confused please let me know. Kind Regards, Bahjat Murrad -- Gary Thomas

Re: [yocto] Task dependencies

2017-04-13 Thread Gary Thomas
On 2017-04-13 09:34, Gary Thomas wrote: I'm trying to understand why 'perl' is being built for my target even though I don't mention it in any of the package recipes used to build that target. When I used 'taskexp', I found that 'perl:do_build' only

[yocto] Task dependencies

2017-04-13 Thread Gary Thomas
image:do_build' note: no perl packages end up in my image. This is just one example where it seems bitbake is doing a lot of unnecessary (certainly un-asked-for) work. How can I unravel this mystery? Thanks for any pointers -- -------- Gar

Re: [yocto] multiconfig samples not put in the build dir.

2017-04-12 Thread Gary Thomas
ux-ng from the kernel... Not really my call to make. Also, please keep this discussion on the mailing list so that everyone benefits. On Wed, Apr 12, 2017 at 9:10 AM, Gary Thomas wrote: On 2017-04-12 09:02, Paulo Neves wrote: I expect it to rename all the .conf.sample files from .conf.samp

Re: [yocto] multiconfig samples not put in the build dir.

2017-04-12 Thread Gary Thomas
scripts, removing bash-isms, etc, and adding this dependency would drift from that path. Just my 2c On Wed, Apr 12, 2017 at 8:54 AM, Gary Thomas wrote: On 2017-04-12 08:48, Paulo Neves wrote: Hello, I thought it would be consistent to have the multiconfig samples to also be populated just

Re: [yocto] multiconfig samples not put in the build dir.

2017-04-11 Thread Gary Thomas
are you expecting the 'rename' command to do? +echo "Multiconfig samples detected copying them also.\n" +fi SHOWYPDOC=yes fi if [ -z "$OECORELAYERCONF" ]; then OECORELAYERCONF="$OEROOT/meta/conf/bblayers.conf.sample" fi + if [ ! -

[yocto] opkg behavior

2017-04-11 Thread Gary Thomas
ebuilt and I didn't want to have to download everything (none of which affected my current program which is just a python script), so I chose the 'opkg install ...' method instead, which does seem to work sometimes. Any ideas what I can look at or tweak to get this to work the way I

Re: [yocto] GCC on ARM

2017-03-30 Thread Gary Thomas
On 2017-03-31 07:07, Khem Raj wrote: On 3/30/17 9:07 PM, Gary Thomas wrote: [slightly off-topic] I work with a number of embedded ARM devices, all with different processors, hence somewhat different tuning and build directories: Raspberry-Pi (1,2,3 - mostly 3): TUNE_FEATURES = &quo

[yocto] GCC on ARM

2017-03-30 Thread Gary Thomas
tions like the IPU/GPU on the i.MX6, how different are these really? So much so that they have to all have unique binaries? Surely I could build busybox or python and run the same binary on all three? -- -------- Gary Thomas |

Re: [yocto] arm-angstrom-linux-gnueabi-gcc: fatal error: no input files

2017-03-30 Thread Gary Thomas
returning a non-zero exit code. -- -------- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Can I change the value of D in a task?

2017-03-22 Thread Gary Thomas
do_install () { export D = "" } Thanks -- ---- Gary Thomas | Consulting for the MLB Associates

Re: [yocto] Random failure

2017-03-21 Thread Gary Thomas
On 2017-03-16 13:08, Gary Thomas wrote: I've been running the same sequence many times today - basically updating a source file for a recipe, then rebuilding it. Out of the 40+ times I've run it, I get these intermittent errors about 1 in 10 times. Nothing changed except for one of

Re: [yocto] Bumping all packages versions

2017-03-20 Thread Gary Thomas
27;s pretty much what it's for. -- -------- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___ yocto mailin

[yocto] Random failure

2017-03-16 Thread Gary Thomas
=== If I immediately rerun the same sequence, the error goes away. Any ideas what might be causing this? It's more of an annoyance than anything else, but it also might point to a deeper problem? Thanks

Re: [yocto] core-image-minimal-xfce error

2017-03-14 Thread Gary Thomas
the latest master from meta-openembedded and krogoth (v2.1) from Poky/Yocto These need to be in sync or you'll run into problems like this. -- Gary T

[yocto] Confusing message

2017-03-13 Thread Gary Thomas
till haven't figured out what that did... -- ---- Gary Thomas | Consulting for the MLB Associates

Re: [yocto] missing "whoami" command trying to build FIT image for mpc8315e-rdb ref board

2017-03-13 Thread Gary Thomas
the native sysroot. or am i doing something wrong? This might be a result of the recent PATH changes. Maybe try adding this to your local.conf: HOSTTOOLS_NONFATAL += " whoami" Let the list know if that helps. -- ---

Re: [yocto] kernel build failed

2017-03-12 Thread Gary Thomas
sions] Error 1 | ERROR: oe_runmake failed Please guide how to progress further. xgcc is internal name during building/testing gcc itself, which package it failing like this for you ? -- -------- Gary Thomas | Consult

Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.

2017-03-11 Thread Gary Thomas
input device FT5406 memory based driver (/dev/input/mouse0) [3087510.839] (II) No input driver specified, ignoring this device. [3087510.839] (II) This device may have been added with another device file. you have xorg modules missing. evdev, glx and modes

[yocto] [meta-raspberrypi] Errors building

2017-03-11 Thread Gary Thomas
uot; Ideas? Ideally, I'd like both of these packages in my image for the rpi3. Thanks -- Gary Thomas | Consulting for the MLB Associates |Embedded world --

[yocto] Files missing in SDK

2017-03-10 Thread Gary Thomas
p me understand how to fix the issue. Thanks again -- -------- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___

Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.

2017-03-10 Thread Gary Thomas
838] (WW) Warning, couldn't open module evdev [3087510.838] (II) UnloadModule: "evdev" [3087510.838] (II) Unloading evdev [3087510.838] (EE) Failed to load module "evdev" (module does not exist, 0) [3087510.838] (EE) No input driver matching `evdev' [3087510.839]

[yocto] What happened to 'depexp'?

2017-03-10 Thread Gary Thomas
I realized today that 'depexp' is no longer available, leaving only 'taskexp' (more detailed, but I find harder to use). What happened to 'depexp'? Is 'taskexp' supposed to be the replacement? Thanks -- ----

Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.

2017-03-09 Thread Gary Thomas
g for any help here, I'm thinking I've missed adding a package, or some type of local.conf instruction. any suggestions would be appreciated. Can you send the content of /var/log/Xorg.log file ? -- Gary Th

Re: [yocto] Files missing from SDK

2017-03-07 Thread Gary Thomas
On 2017-03-07 23:26, Paul Eggleton wrote: On Tuesday, 7 March 2017 5:44:05 PM NZDT Gary Thomas wrote: On 2017-03-06 21:56, Paul Eggleton wrote: On Tuesday, 7 March 2017 2:28:22 AM NZDT Gary Thomas wrote: On 2017-03-06 13:22, Burton, Ross wrote: On 3 March 2017 at 06:39, Gary Thomas

Re: [yocto] Files missing from SDK

2017-03-06 Thread Gary Thomas
On 2017-03-06 21:56, Paul Eggleton wrote: On Tuesday, 7 March 2017 2:28:22 AM NZDT Gary Thomas wrote: On 2017-03-06 13:22, Burton, Ross wrote: On 3 March 2017 at 06:39, Gary Thomas <mailto:g...@mlbassoc.com>> wrote: I'm trying to build SDKs for my board, both the native s

Re: [yocto] Files missing from SDK

2017-03-06 Thread Gary Thomas
On 2017-03-06 13:22, Burton, Ross wrote: On 3 March 2017 at 06:39, Gary Thomas mailto:g...@mlbassoc.com>> wrote: I'm trying to build SDKs for my board, both the native style using populate_sdk_ext as well as including the SDK packages in my image. My image includes so

Re: [yocto] Files missing from SDK

2017-03-06 Thread Gary Thomas
On 2017-03-03 07:39, Gary Thomas wrote: I'm trying to build SDKs for my board, both the native style using populate_sdk_ext as well as including the SDK packages in my image. My image includes some extended libraries of my own packaging (am335x-pru-support) that I need to get into these

[yocto] Strange error

2017-03-06 Thread Gary Thomas
ts stick? Thanks for any pointers -- ---- Gary Thomas | Consulting for the MLB Associates |Embedded world -- _

[yocto] Files missing from SDK

2017-03-02 Thread Gary Thomas
t, but nothing else. Thanks for any pointers -- ---- Gary Thomas | Consulting for the MLB Associates |Embedded world --

Re: [yocto] Devtool: Script Not found

2017-03-02 Thread Gary Thomas
@yoctoproject.org <mailto:yocto@yoctoproject.org> > https://lists.yoctoproject.org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto> -- Gary Thomas | Consulting for the MLB Associates |Embedded w

Re: [yocto] Shared library question

2017-02-27 Thread Gary Thomas
On 2017-02-27 21:11, Max Krummenacher wrote: Hi Am Montag, den 27.02.2017, 15:03 +0100 schrieb Gary Thomas: I trying to create a package am335x-pru-support which creates a shared library used by another package pru-examples. The library files installed with am335x-pru-support are (from /image

[yocto] Shared library question

2017-02-27 Thread Gary Thomas
recipes, I just left them out for brevity. -- ---- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___ yocto

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12

2017-02-25 Thread Gary Thomas
and which RaspberryPi? I've had my rpi3 running continuously for more than a week with no such problems, running 4.9.10/095c4480e1 -- --

Re: [yocto] [meta-raspberrypi][morty][PATCH 2/2] linux-raspberrypi_4.9.bb: Upgrade to 4.9.10

2017-02-19 Thread Gary Thomas
pi.inc +1 since the previous revision has gone walk-about :-( -- ---- Gary Thomas | Consulting for the MLB Associates |Embedded world --

Re: [yocto] [meta-raspberrypi] WiFi on rpi3?

2017-02-17 Thread Gary Thomas
On 2017-02-17 03:09, Khem Raj wrote: On 1/20/17 3:52 AM, Gary Thomas wrote: On 2017-01-20 12:30, Gary Thomas wrote: Can someone give me pointers to get the onboard WiFi on the RaspberryPi3 going? What kernel settings/hoops I need to do, what packages I might need, etc? Thanks Actually

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-17 Thread Gary Thomas
ontains("MACHINE_FEATURES", "pitft", "1", "0", d)}" +if [ "${PITFT}" = "1" ]; then +install -d ${D}/${sysconfdir}/X11/xorg.conf.d/ +install -m 0644 ${WO

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-16 Thread Gary Thomas
ls.contains("MACHINE_FEATURES", "pitft", "1", "0", d)}" +if [ "${PITFT}" = "1" ]; then +install -d ${D}/${sysconfdir}/X11/xorg.conf.d/ +install -m 0644 ${WO

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER

2017-02-15 Thread Gary Thomas
On 2017-02-16 08:37, Jussi Kukkonen wrote: On 16 February 2017 at 04:14, Gary Thomas mailto:g...@mlbassoc.com>> wrote: On 2017-02-16 02:45, Andrei Gherzan wrote: On Mon, Feb 13, 2017 at 12:25:48AM +0900, Yusuke Mitsuki wrote: In order to fix problem that mouse do

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER

2017-02-15 Thread Gary Thomas
his driver as part of their X server setup. It also lets X work again on the RaspberryPi "out of the box" with the simplest configuration - HDMI display + USB keyboard & mouse. +1 -- ---

Re: [yocto] Getting build dependencies correct

2017-02-12 Thread Gary Thomas
On 2017-02-13 07:02, Gary Thomas wrote: I'm trying to work with a new tool that creates executables for my target. This tool has a shared library and some include files. What I need to figure out is how to run the tool in my build environment such that it uses those files to crea

Re: [yocto] How to gracefully disable a setscene task?

2017-02-12 Thread Gary Thomas
why I want to disable do_populate_lic_setscene. Thanks. That sounds like some other dependency is broken and disabling this task is just side-stepping around that issue. On Fri, Feb 10, 2017 at 10:13 PM, Gary Thomas mailto:g...@mlbassoc.com>> wrote: On 2017-02-11 02:24, Khe

[yocto] Getting build dependencies correct

2017-02-12 Thread Gary Thomas
eded (I just left them out to avoid too much noise...) Thanks -- -------- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___

Re: [yocto] How to gracefully disable a setscene task?

2017-02-10 Thread Gary Thomas
, do_populate_lic_setscene) failed with exit code '1' - real task will be run instead Any way to disable it without the warning? Thanks in advance. Why would you want to do this? -- ---- Gary Thomas | Consulting f

Re: [yocto] Trimming images

2017-02-09 Thread Gary Thomas
On 2017-02-09 15:33, Gary Thomas wrote: On 2017-02-09 15:21, Burton, Ross wrote: On 9 February 2017 at 13:53, Gary Thomas mailto:g...@mlbassoc.com>> wrote: This used to work - what am I doing wrong now? usbutils depends on hwdb as it's mostly useless without it. Maybe

Re: [yocto] Trimming images

2017-02-09 Thread Gary Thomas
On 2017-02-09 15:35, Burton, Ross wrote: On 9 February 2017 at 14:33, Gary Thomas mailto:g...@mlbassoc.com>> wrote: usbutils depends on hwdb as it's mostly useless without it. Maybe this is the cause? I'm sure it is (and it's a recent change, 2017-02-02, wh

Re: [yocto] Trimming images

2017-02-09 Thread Gary Thomas
On 2017-02-09 15:21, Burton, Ross wrote: On 9 February 2017 at 13:53, Gary Thomas mailto:g...@mlbassoc.com>> wrote: This used to work - what am I doing wrong now? usbutils depends on hwdb as it's mostly useless without it. Maybe this is the cause? I'm sure it is (a

[yocto] Trimming images

2017-02-09 Thread Gary Thomas
or any pointers -- -------- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___ yocto mailing list yocto@y

Re: [yocto] [meta-raspberrypi][PATCH 1/9] Add raspberrypi3-64.conf

2017-02-09 Thread Gary Thomas
?= "cma-256" + +UBOOT_MACHINE = "rpi_3_config" I know it's 2017, but what are the real advantages of rpi3-64 over rpi3? Should I care (or use it)? -- -------- Gary Thomas | Consulting

Re: [yocto] sysroot question

2017-02-09 Thread Gary Thomas
On 2017-02-09 08:49, Anders Darander wrote: * Gary Thomas [170209 05:25]: On 2017-02-08 20:36, Paul Eggleton wrote: I think the problem is that the task that prepares the sysroot (do_prepare_recipe_sysroot) isn't a dependency of your task. module.bbclass uses this: addtask make_sc

Re: [yocto] sysroot question

2017-02-08 Thread Gary Thomas
On 2017-02-08 20:36, Paul Eggleton wrote: Hi Gary, On Wednesday, 8 February 2017 12:12:25 PM NZDT Gary Thomas wrote: On 2017-02-08 11:42, Gary Thomas wrote: I had a recipe that used to work and now fails after the change to the split sysroots. I'm building an out-of-tree kernel modul

Re: [yocto] meta-raspberrypi issue

2017-02-08 Thread Gary Thomas
pes available for: /home/vm/poky/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.10%.bbappend /home/vm/poky/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend ERROR: Command execution failed: Exited with 1 * What co

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Gary Thomas
ialization. -- ---- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctop

Re: [yocto] sysroot question

2017-02-08 Thread Gary Thomas
On 2017-02-08 11:42, Gary Thomas wrote: I had a recipe that used to work and now fails after the change to the split sysroots. I'm building an out-of-tree kernel module and patterned my recipe after the meta-skeleton example. My recipe has this setup: inherit module-base kernel-module-

[yocto] sysroot question

2017-02-08 Thread Gary Thomas
m-amltd-linux-gnueabi-gcc Any suggestions on how I fix this? Thanks -- -------- Gary Thomas | Consulting for t

Re: [yocto] esdk without using Poky?

2017-01-30 Thread Gary Thomas
On 2017-01-04 14:25, Gary Thomas wrote: On 2017-01-04 13:54, Patrick Ohly wrote: On Wed, 2017-01-04 at 12:05 +0100, Gary Thomas wrote: On 2016-11-04 04:41, Paul Eggleton wrote: On Wed, 02 Nov 2016 07:25:13 Gary Thomas wrote: I've tested your patches for this (from the OE-core mailing

[yocto] More new messages

2017-01-25 Thread Gary Thomas
ideas? Perhaps this has something to do with having a very old (constantly updated, never removed since 2016-01-13) sstate-cache? -- Gary Thomas | Consulting for the MLB Associates |Embedded

Re: [yocto] Strange bitbake error

2017-01-24 Thread Gary Thomas
On 2017-01-25 07:50, Gary Thomas wrote: For the last couple of days, I've been seeing my bitbake builds just shutdown, without actually completing, like this: Initialising tasks: 100% |###| Time: 0:00:10 NOTE: Executing Set

[yocto] Strange bitbake error

2017-01-24 Thread Gary Thomas
e happening? Is there any information (logs, etc) that might help me understand? BTW I'm using the latest Poky (62d7d4130202d8ede16abf9e7d779361ca70847e) updated just a few hours ago. -- ---- Gary Thomas | Consul

Re: [yocto] sstate-cache and native recipes

2017-01-20 Thread Gary Thomas
On 2017-01-20 14:05, Kristian Amlie wrote: On 18/01/17 12:28, Burton, Ross wrote: On 18 January 2017 at 09:51, Gary Thomas mailto:g...@mlbassoc.com>> wrote: How would one change the recipe to reflect that? Is there an override that effectively says "not -native"?

Re: [yocto] [meta-raspberrypi] WiFi on rpi3?

2017-01-20 Thread Gary Thomas
On 2017-01-20 12:30, Gary Thomas wrote: Can someone give me pointers to get the onboard WiFi on the RaspberryPi3 going? What kernel settings/hoops I need to do, what packages I might need, etc? Thanks Actually, I've found that with an older kernel (4.1.21) the WiFi device is discovered

[yocto] [meta-raspberrypi] WiFi on rpi3?

2017-01-20 Thread Gary Thomas
Can someone give me pointers to get the onboard WiFi on the RaspberryPi3 going? What kernel settings/hoops I need to do, what packages I might need, etc? Thanks -- Gary Thomas | Consulting for the MLB Associates

Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Gary Thomas
graphics/mesa/mesa_%.bbappend create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb <http://linux-rockchip_4.4.bb> -- ---- Gary Thomas | Consulting for

Re: [yocto] sstate-cache and native recipes

2017-01-18 Thread Gary Thomas
On 2017-01-18 10:35, Burton, Ross wrote: On 18 January 2017 at 09:13, Gary Thomas mailto:g...@mlbassoc.com>> wrote: * glib-2.0-native depends on ${DISTRO_FEATURES} To me this seems silly as "native" should be "native" and not depend on any distribu

Re: [yocto] sstate-cache and native recipes

2017-01-18 Thread Gary Thomas
On 2017-01-18 10:13, Gary Thomas wrote: I've been trying to understand (as was recently posted here by another user) why native recipes are not being well shared/reused by the sstate-cache mechanism. I have a build machine where I do lots of builds for various targets. I would think

[yocto] sstate-cache and native recipes

2017-01-18 Thread Gary Thomas
uot;native" packages should really only depend on the build ${HOST}, not ${DISTRO} I'm looking at this for the sole purpose of reducing the load on my build machine. Any package that can be shared and not have to be rebuilt just makes it more productive :-) Thanks for any ideas or

[yocto] x86 testing

2017-01-17 Thread Gary Thomas
py to try this on real hardware, e.g. my wife's laptop, but I need some way to do that non-destructively. Again, pointers would be greatly appreciated. Once I get this figured out, I'll disappear back down my embedded rabbit hole... Thanks -- ------

Re: [yocto] How to change toochains to gcc 4.9.3

2017-01-17 Thread Gary Thomas
ocal.conf: GCCVERSION ?= "4.9.%" SDKGCCVERSION ?= "4.9.%" -- ---- Gary Thomas | Consulting for the MLB Associates

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8

2017-01-16 Thread Gary Thomas
On 2017-01-16 15:48, Gary Thomas wrote: On 2017-01-16 08:26, Paul Barker wrote: As discussed recently on the list, we can just keep LTS versions now that v4.9 is available. I'm sending these so anyone who still needs v4.7 or v4.8 can shout 'stop!' before we remove them.

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8

2017-01-16 Thread Gary Thomas
ed with exit code '1' -- -------- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ___ yocto mailing lis

Re: [yocto] Debugging question

2017-01-16 Thread Gary Thomas
On 2017-01-16 11:40, Burton, Ross wrote: On 16 January 2017 at 04:29, Gary Thomas mailto:g...@mlbassoc.com>> wrote: * Any ideas how upgrading the X server now calls into openssl? I've bisected this error down to the change in the X server recipe to v1.19 from v1.18

[yocto] Debug packages and source files

2017-01-16 Thread Gary Thomas
vante which is the hardware driver for the i.MX6Q display (VPU/GPU) has none :-( Any ideas why the difference and more importantly, how I might arrange to get the sources for xf86-video-imxfb-vivante? Thanks -- Gary T

[yocto] sstate pruning

2017-01-12 Thread Gary Thomas
obably not useful as I have copied the whole thing a few times... $ du -s /build/p0382_2016-01-13/sstate-cache/ 186576060 /build/p0382_2016-01-13/sstate-cache/ Thanks for any input -- ---- Gary Thomas | Consulting f

Re: [yocto] Confusing error

2017-01-12 Thread Gary Thomas
On 2017-01-12 11:19, Gary Thomas wrote: Lately I've been seeing errors like these: ERROR: When reparsing /local/poky-cutting-edge/meta/recipes-core/base-files/base-files_3.0.14.bb.do_install, the basehash value changed from 9505eae6877992fa6b9e3148cf3752eb to f19b1f7c30c515ab9ef905f96b6

[yocto] Confusing error

2017-01-12 Thread Gary Thomas
lds. I'm using Poky/Yocto rev 840e221ea7c35177fda37af618c4727fa7754789 but I've seen them for a couple of months now. Ideas? Thanks -- ---- Gary Thomas | Consulting for the MLB Ass

  1   2   3   4   5   6   7   8   9   >