[yocto] Error executing a python function in exec_python_func()

2019-07-12 Thread Peter Balazovic
Hello All, by building the image I encountered this issue during populating SDK Any idea where and how to fix it? Thanks. ERROR: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File:

[yocto] Issue on do_sdk_depends: The file ... is installed by both.

2019-07-08 Thread Peter Balazovic
Hello guys I'm trying to generate extended SDK under and generating extended SDK I am getting the erros such as ERROR: image-qt5-1.0-r0 do_sdk_depends: The file /usr/include/tensorflow/contrib/lite/string_util.h is installed by both tensorflow and tensorflow-lite, aborting ERROR:

[yocto] Warrior, extended SDK

2019-06-22 Thread Peter Balazovic
Hello guys I'm trying to generate extended SDK under Yocto-Warrior and getting error such as ERROR: image-qt5-1.0-r0 do_sdk_depends: The file /usr/include/tensorflow/contrib/lite/string_util.h is installed by both tensorflow and tensorflow-lite, aborting ERROR: image-qt5-1.0-r0 do_sdk_depends:

[yocto] config.guess: unable to guess system type

2019-04-23 Thread Peter Balazovic
I am trying to compile on my Yocto system from source the SDL http://www.libsdl.org/release/SDL-1.2.15.tar.gz and by running ./configure I got error to configure the build checking build system type... ./build-scripts/config.guess: unable to guess system type This script, last modified

[yocto] glxinfo

2019-02-12 Thread Peter Balazovic
I'd like to ask which yocto recipe has "glxinfo" available? I will make available that package within local.conf... Thanks. Peter -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] devtool upgrade ERROR: recipe is already in your workspace

2019-01-03 Thread Peter Balazovic
I have created recipe with devtool and now I want to upgrade following > devtool upgrade myrecipe --srcrev 82a02d8585d262d6ab2d9dc335ed2231dc2d7f06 I am getting error > ERROR: recipe is already in your workspace How to correctly upgrade recipe with devtool (eSDK)? --

[yocto] devtool to built for update repo revision

2019-01-03 Thread Peter Balazovic
Hello, I am trying to use "devtool" from eSDK to create own recipe. At first it works with repo and can generate recipe and binaries and deploy to target machine. Now I'd like to update it with a new revision of source code. So I updated SRCREV per released commit and as well add *PV =

[yocto] NXP Yocto imx-linux-sumo can't boot

2019-01-03 Thread Peter Balazovic
After building an image out of repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.78-1.0.0_ga.xml build on 8qm machine

Re: [yocto] core-image-* (minimal) networking

2018-12-18 Thread Peter Balazovic
> ifconfig eth0 up > udhcpc -ieth0 Now is up ... and identified and now trying to figure out how to make it permanent since after reboot I need to do over again. On Mon, Dec 17, 2018 at 5:30 AM Khem Raj wrote: > On Fri, Dec 14, 2018 at 8:23 AM Peter Balazovic > wrote: > &

[yocto] core-image-* (minimal) networking

2018-12-14 Thread Peter Balazovic
I've built bitbake core-image-minimal and it runs but unfortunately I have no connectivity (networking) available. > ifconfig loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536

[yocto] lib source code change

2018-12-14 Thread Peter Balazovic
I ahve built an imamge and SDK where opencv is part of that. Now I do need to change this lib.Instead of rebuilding all I am trying to change just the library. How should I deploy that change to reflecte the eSDK (cross toolchain) and modify (update) target image. I wonder if "devtool modify"

[yocto] Lib update

2018-12-11 Thread Peter Balazovic
I am developing library (set of libraries) which at first are built and part of build image & my SDK. Now I would need to update the libs so SDK and as well target remote image are updated. I want to avoid rebuild whole image and flash SD-Card again and generated SDK over again. I use SDK

Re: [yocto] X11 forwarding request failed on channel 0

2018-12-09 Thread Peter Balazovic
ted is there any idea how to fix it? On Sat, Dec 8, 2018 at 4:20 PM Peter Balazovic wrote: > I am trying to ssh-connect with enabled x11 forwarding to my Yocto remote > target using ssh -XY r...@xxx.xxx.xxx I am getting error > > ~$ ssh -XY r...@xxx.xxx.xxx.xxx > debug1: Remote

[yocto] X11 forwarding request failed on channel 0

2018-12-08 Thread Peter Balazovic
I am trying to ssh-connect with enabled x11 forwarding to my Yocto remote target using ssh -XY r...@xxx.xxx.xxx I am getting error ~$ ssh -XY r...@xxx.xxx.xxx.xxx debug1: Remote: No xauth program; cannot forward with spoofing. X11 forwarding request failed on channel 0 I have enabled xauth on my

Re: [yocto] Yocto Cmake Build (Toolchain)

2018-12-06 Thread Peter Balazovic
se/eclipse That way, eclipse will find the "correct" cmake and wont complain about either CMAKE_ROOT or "cmake not installed properly" On Thu, Dec 6, 2018 at 7:50 AM Peter Balazovic wrote: > What's the alternative? > > čt 6. 12. 2018 6:54 odesílatel Tim Orling napsal: &g

Re: [yocto] Yocto Cmake Build (Toolchain)

2018-12-05 Thread Peter Balazovic
What's the alternative? čt 6. 12. 2018 6:54 odesílatel Tim Orling napsal: > Also including eclipse-yocto mailing list. > > BTW, ADT is not a thing anymore. > > On Wed, Dec 5, 2018 at 3:11 PM Peter Balazovic > wrote: > >> I am starting to use Eclipse ADT for app de

[yocto] Yocto Cmake Build (Toolchain)

2018-12-05 Thread Peter Balazovic
I am starting to use Eclipse ADT for app development using Yocto Cmake Build (Toolchain). I am trying to create simple "hello-world" example out of "Yocto Project SDK Cmake Project" but by building the project I am getting this Buildfile generation error occurred.. Build of project failed with

[yocto] Run QEMU from within Eclipse

2018-06-07 Thread Peter Balazovic
Hello All, I'd like to ask since I am setting uo the Eclipse IDE for Yocot app development and I got stuck to start the QEMU from within Eclipse. I got working QEMU image and seems running OK. *ubuntu@ubuntu:~/work/community/build-x11$ runqemu qemuarm

Re: [yocto] OpenBLAS recipe

2018-03-17 Thread Peter Balazovic
gt; Maybe try to compile it for qemu-x86 and see, if it works there... > Regards, > Matthias > On 03/17/2018 11:44 AM, Peter Balazovic wrote: > > Hello guys, > > > > I tried to use openblas recipe from > > https://layers.openembedded.org/layerindex/recipe/6/ &

[yocto] OpenBLAS recipe

2018-03-17 Thread Peter Balazovic
Hello guys, I tried to use openblas recipe from https://layers.openembedded.org/layerindex/recipe/6/ recipes-convnet/openblas/openblas_0.2.19.bb Unfortunately got compiling

Re: [yocto] scipy recipe

2018-03-17 Thread Peter Balazovic
eta-fsl-bsp-release/imx/meta-bsp/recipes-graphics/openblas/openblas_0.2.19.bb:do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 433 tasks of which 432 didn't need to be rerun and 1 failed. On Fri, Mar 16, 2018 at 7:33 PM, Giordon Stark <gst...@cern.ch> wrote: > Open

Re: [yocto] scipy recipe

2018-03-16 Thread Peter Balazovic
; > On Fri, Mar 16, 2018 at 1:30 PM Philip Balister <phi...@balister.org> > wrote: > >> You'll get to Atlas soon, and that is another source of pain :) >> >> Philip >> >> On 03/16/2018 11:26 AM, Peter Balazovic wrote: >> > Seems OpenBLAS is mis

Re: [yocto] scipy recipe

2018-03-16 Thread Peter Balazovic
gt; To change the version, change the filename of the recipe. > > Also, please remember the CC the list. > > Ross > > On 16 March 2018 at 17:30, Peter Balazovic <balazovic.pe...@gmail.com> > wrote: > >> I did download from https://github.com/scipy/scipy/archiv

Re: [yocto] scipy recipe

2018-03-16 Thread Peter Balazovic
d 2018-03-16 17:43:35 ERROR 404: Not Found. Any help? On Thu, Mar 15, 2018 at 9:35 PM, Randy MacLeod <randy.macl...@windriver.com> wrote: > On 2018-03-15 01:56 PM, Peter Balazovic wrote: > >> Hello all, >> >> I wonder if there is scipy recipe available? >> > >

Re: [yocto] OpenCV with python3

2018-03-16 Thread Peter Balazovic
onstructed unless ALLOW_EMPTY_ = '1' is used.) ERROR: fsl-image-qt5-1.0-r0 do_rootfs: Function failed: do_rootfs where to look at on problem? On Fri, Mar 16, 2018 at 8:09 AM, Peter Balazovic <balazovic.pe...@gmail.com> wrote: > That I was thinking to have “python3-opencv” but it's failing t

Re: [yocto] OpenCV with python3

2018-03-16 Thread Peter Balazovic
var-CORE_IMAGE_EXTRA_INSTALL > > On Thu, Mar 15, 2018 at 5:57 AM Robert P. J. Day <rpj...@crashcourse.ca> > wrote: > >> On Thu, 15 Mar 2018, Peter Balazovic wrote: >> >> > Hello all, >> > I have python module of OpenCV for python 2.7 on my Yocto

Re: [yocto] scipy recipe

2018-03-15 Thread Peter Balazovic
15 2018, at 9:35 pm, Randy MacLeod <randy.macl...@windriver.com> wrote: > > On 2018-03-15 01:56 PM, Peter Balazovic wrote: > > Hello all, > > > > I wonder if there is scipy recipe available? > Not yet: > https://layers.openembedded.org/layerindex/branch/

[yocto] scipy recipe

2018-03-15 Thread Peter Balazovic
Hello all, I wonder if there is scipy recipe available? Thanks. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] OpenCV with python3

2018-03-15 Thread Peter Balazovic
Hello all, I have python module of OpenCV for python 2.7 on my Yocto image adding via local.conf IMAGE_INSTALL_append += “ python-opencv” Can you advice how to add opencv binding for python 3? Thanks. -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] python-pyqt

2018-03-14 Thread Peter Balazovic
down that rabbit hole... > Try getting the whole `meta-qt5` that has the required python packages in > it already. > Perhaps you'll have more luck with that than porting a recipe. > > Be Well, > Alan > > > > > > On Sat, Mar 10, 2018 at 7:28 PM, Peter Balazovic >

Re: [yocto] python-pyqt

2018-03-10 Thread Peter Balazovic
d 1 failed. On Sat, Mar 10, 2018 at 6:14 PM, Peter Balazovic <balazovic.pe...@gmail.com> wrote: > I have repo from http://git.freescale.com/git/cgit.cgi/imx/fsl-arm- > yocto-bsp.git/ branch imx-morty > there is layer "meta-qt5" but does not contain "python-pyqt"

Re: [yocto] python-pyqt

2018-03-10 Thread Peter Balazovic
60914/ > > As on why bitbake didn't automatically set the recipe for execution > (based on RDEPENDS) but you would need to manually add it to > IMAGE_INSTALL_append > I don't know. > > Do you have meta-qt5 in your layers? > > > On Sat, Mar 10, 2018 at 1:53 PM, Peter Balazovic &

[yocto] python-pyqt

2018-03-10 Thread Peter Balazovic
Dears, per Yocto build from fsl-arm-yocto-bsp.git - i.MX Linux BSP Release Yocto Project manifests of imx-morty branch I have built fsl-image-qt5 image, I need to

[yocto] Issue populate_sdk_ext

2017-12-27 Thread Peter Balazovic
Hello, I follow recommendation to build and populate extensible SDK per Yocto manual. https://www.yoctoproject.org/docs/current/adt-manual/adt-manual.html#sdk-building-an-sdk-installer I am got stuck what's the problem to build? pokyuser@7ca01572e73f:/workdir/poky/build$ bitbake

[yocto] Toolchain generation

2017-11-14 Thread Peter Balazovic
Dears, I have built under Ubuntu/Linux 14.04 an Yocto image *imx-morty* for i.MX6QP with *bitbake fsl-image-qt5*. Now I want to generate the cross-toolchain for this image as follows root@02849625e4d5:/home/root/fsl-morty-bsp/build-x11/tmp/deploy/sdk# sh

[yocto] python-opencv module

2017-05-13 Thread Peter Balazovic
Dears, I'd like to have included python-opencv module, I'm running image where I have python on my image and OpenCV as well... root@imx:~# python Python 2.7.12 (default, Apr 7 2017, 11:56:02) [GCC 6.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import

Re: [yocto] dhcp eth0 network

2017-05-13 Thread Peter Balazovic
configured as dhcp (no > > static)... > > > > > > -- Original Message -- > > From: "Trevor Woerner" <twoer...@gmail.com> > > To: "Peter Balazovic" <balazovic.pe...@gmail.com> > > Cc: "Yocto list discussion

[yocto] dhcp eth0 network

2017-05-12 Thread Peter Balazovic
Dears, I got Yocto image and unfortunatelly network is not somehow enabled & proprely configured. After "ifconfig" no eth0 configured. > ifconfig loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 > /etc/network > ls if-down.d if-post-down.d if-pre-up.d if-up.d

[yocto] GNU/Octave

2017-04-05 Thread Peter Balazovic
Dears, do you know is there recipe for GNU/Octave " https://www.gnu.org/software/octave/;? Is it possible to get it running on Yocto/Linux machine? Thanks. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] heterogeneous processor

2017-03-13 Thread Peter Balazovic
Hello all, I have some curious question on how to use heterogeneous processor when you have multi-core heterogeneous processor, How you do Yocto build for particular architecture ARM architecture? Actually how you distinguish what architecture you are build for? Thanks. Regards, Peter

Re: [yocto] Yocto's framebuffer-vncserver

2017-03-03 Thread Peter Balazovic
: *** [all] Error 2 | ERROR: oe_runmake failed | On Fri, Mar 3, 2017 at 5:13 PM, Peter Balazovic <balazovic.pe...@gmail.com> wrote: > actually thare are two recpies: > > framebuffer-vncserver_git.bb > > ... > inherit cmake > ... > > libvncserver_git.bb > > ..

Re: [yocto] Yocto's framebuffer-vncserver

2017-03-03 Thread Peter Balazovic
actually thare are two recpies: framebuffer-vncserver_git.bb ... inherit cmake ... libvncserver_git.bb ... inherit autotools ... where to "inherit" ? On Fri, Mar 3, 2017 at 5:06 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 3 March 2017 at 16:04, Peter B

[yocto] Yocto's framebuffer-vncserver

2017-03-03 Thread Peter Balazovic
Hello all, I have a question to Yocto experts here. I have an OpenGL application which runs on embedded Yotco Linux with framebuffer graphical backend. I''d like to run and display application remotely on local Desktop. For X11 graphical backend I use x11vnc and now I am looking for a way to do

[yocto] change/modify recipe for OpenCV

2016-11-24 Thread Peter Balazovic
Dears, I'm building Yocto image and this includes OpenCV 2.4 release. For example my loca.conf looks similar as http://www.engcore.com/2014/02/building-opencv-2-4-x-for-freescales-i-mx6-bsp-yocto/ : .. *CORE_IMAGE_EXTRA_INSTALL += "libopencv-core-dev libopencv-highgui-dev*

Re: [yocto] resize2fs

2016-10-13 Thread Peter Balazovic
2016 at 8:49 AM, Nicolas Dechesne < nicolas.deche...@linaro.org> wrote: > Le 13 oct. 2016 08:44, "Peter Balazovic" <balazovic.pe...@gmail.com> a > écrit : > > > > Dears, > > > > I just build the yocto image and within local.conf I got > > >

[yocto] resize2fs

2016-10-13 Thread Peter Balazovic
Dears, I just build the yocto image and within local.conf I got IMAGE_INSTALL_append = "e2fsprogs" but unfortunately I do not get resize2fs utility installed. I do not not why? this how e2fsprogs_1.42.9.bb looks like require e2fsprogs.inc SRC_URI += "file://acinclude.m4 \

Re: [yocto] Resizing root flash partition/filesystem on first boot

2016-10-13 Thread Peter Balazovic
Hello Jason, I'm interested in your code + BitBake recipe to be able to *automatically resize on first boot*. Thank you. Peter -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] USB cam device

2016-07-07 Thread Peter Balazovic
Dears, I want to have my USB cam device to start numbering from /dev/video5 and not to assign an usual device (vide0) to the usb camera via UVC driver What should I modify to change it out of default? Thanks. -- ___ yocto mailing list

[yocto] USB cam - video device numbering

2016-07-03 Thread Peter Balazovic
Dears, I have a driver patch for deserializer (MIPI interface cams) which overwrites /dev/video0 but this is the usual device assigned to the usb camera via UVC driver. I want both drivers coexist so I want to change: example, USB camera being /dev/video5 and not video0. Can I get advice where

[yocto] build yocto/linux under windows

2016-05-15 Thread Peter Balazovic
Dears, i'm looking for a way to build Yocto/Linux and develop for my embedded target i.mx processor platform under Windows? Is there a way to build Yocto/Linux under Windows and to have cross-compiler toolchain to be run under windows? Actually I would like to know how to run cross-compiler