Re: [yocto] FILES autofilling

2018-05-10 Thread Mauro Ziliani
It works. Thanks you Il 10/05/2018 22:44, Joshua Watt ha scritto: On Thu, 2018-05-10 at 22:34 +0200, Mauro Ziliani wrote: Hi all. My name's Mauro. I developed an application with CMake outside Yocto Krogoth. In CMakeLists.txt I have a lot of install(...) commands. I produce the final deb

[yocto] FILES autofilling

2018-05-10 Thread Mauro Ziliani
Hi all. My name's Mauro. I developed an application with CMake outside Yocto Krogoth. In CMakeLists.txt I have a lot of install(...) commands. I produce the final deb package with cpack -G DEB command and al works fine. Now I'd like to import my app into Krogoth. I edited correctly the

Re: [yocto] Set root password from a recipe

2018-05-16 Thread Mauro Ziliani
Sorry inherit extrausers Il 16/05/2018 10:46, Mauro Ziliani ha scritto: Hi all. I need to set a well know password for root user. I follow the istruction to do this with inherit extra_users EXTRA_USERS_PARAMS = " \     usermod -P secret root; \ " But it does not work

[yocto] Set root password from a recipe

2018-05-16 Thread Mauro Ziliani
Hi all. I need to set a well know password for root user. I follow the istruction to do this with inherit extra_users EXTRA_USERS_PARAMS = " \     usermod -P secret root; \ " But it does not work. I think the problem i for usermod I sse the man page and the -p parameter needs the

[yocto] Krogoth dpkg_arch=armhf: how?

2018-05-20 Thread Mauro Ziliani
Hi all. My image works with debian package management. The image is produced with armel architecture, while sdk with armhf and other packages is armhf. How can I set the correct debian architecture? I try DPKG_ARCH:="armhf" but seems it doesn't take effect MZ --

[yocto] connman and dhcp

2018-05-19 Thread Mauro Ziliani
Hi all. I'm working with connmanctl, a dongle wifi EDIMAX EW-7881UN with imx6dlsabresd, yocto Krogoth. By connmanctl I can authenticate the pc, and set the connection for dhcp ip assignment. The device is recognize as wlan0. connmanctl>  connect wifi_XX OK After I try to switch

Re: [yocto] Configuration network from qt5

2018-05-17 Thread Mauro Ziliani
Thanks for the answer. I start with connman because in meta-qt5 there the recipe for it. I keep on with connman. MZ Il 17/05/2018 15:00, Mirza Krak ha scritto: On 17 May 2018 at 14:18, Mauro Ziliani <ma...@faresoftware.it> wrote: Hi all. Which the betst choice to perform the n

[yocto] Configuration network from qt5

2018-05-17 Thread Mauro Ziliani
Hi all. Which the betst choice to perform the network configuration in Yocto Krogoth from a qt5 application? The configuration should be made without external script, using dbus. Best regards,   MZ -- ___ yocto mailing list

[yocto] checkroot.sh and mountall.sh Krogoth

2018-06-19 Thread Mauro Ziliani
Hi all. I'm looking inside the boot sequence of Yocto Krogoth in my imx6dlsabresd. The boot sequence runned is in S level with this order S03mountall.sh S06chechroot.sh in /etc/default/rcS I setup ENABLE_ROOTFS_FSCK=yes FSCKFIX=yes I coverted an ext2 to ext4 After upgrade the system

[yocto] Image with the right version inside

2018-08-10 Thread Mauro Ziliani
Hi all I need to do this scenario. I have 2 image recipes: - final.bb - testing.bb final.bb and testing.bb install the same application name app. For the app I build the recipe app_1.0.bb which downloads the source code from git with tag=1.0, app_git.bb which downloads the latest commit.

[yocto] python-cython_0.25.2 Krogoth: EXCLUDE_FROM_WORLD

2018-07-21 Thread Mauro Ziliani
Hi all I'd like to add cython 0.25.2 to Krogoth. I need it to try kivy in Krogoth on IMX6 In my layer under recipes-devtools/python folder I added the recipe python-cython_0.25.2.bb with this inside inherit setuptools require recipes-devtools/python/python-cython.inc RDEPENDS_${PN} += "

[yocto] Setting recipe version inside an image recipe

2018-07-19 Thread Mauro Ziliani
Hi all I'm working with Krogoth. I'd like to do this. - I have my application added to yocto tree by its own recipe myapp_git.bb This recipe get the source code from a local git repository setting  SRCREV for the last stable application source code. SRCREV is fixed in myapp_git.bb - I

Re: [yocto] Setting recipe version inside an image recipe

2018-07-19 Thread Mauro Ziliani
with older version. Good idea. Best regards, MZ Il 19/07/2018 16:02, Paul Eggleton ha scritto: Hi Mauro On Thursday, 19 July 2018 2:36:18 PM CEST Mauro Ziliani wrote: I'm working with Krogoth. I'd like to do this. - I have my application added to yocto tree by its own recipe myapp_git.bb

Re: [yocto] SRC_URI git from ssh fails

2018-07-10 Thread Mauro Ziliani
Thanks for the help MZ Il 10/07/2018 10:40, Martin Hundebøll ha scritto: Hi again, On 2018-07-10 10:37, Martin Hundebøll wrote: Hi Mauro, On 2018-07-10 10:31, Mauro Ziliani wrote: Hi all I'm working with Krogoth and imx6dlsabresd board. I'm in trouble fetching source code from a git reposito

[yocto] SRC_URI git from ssh fails

2018-07-10 Thread Mauro Ziliani
Hi all I'm working with Krogoth and imx6dlsabresd board. I'm in trouble fetching source code from a git repository via ssh. If I get manually the source codes with git clone ssh://user@server/repos.git -b 0.4 it works If I put it in myrecipe_git.bb with SRC_URI = " \   

Re: [yocto] Which recipe produce that file?

2018-04-13 Thread Mauro Ziliani
/xorg-lib/xcb-util-image [user@localhost beaglebone-rocko-18.0.0] Since you are, after all, using imx6dl, you probably included quite a few more layers from Frescale/NXP, with doubled libxcb-util package included as well. Please, search for it there. Best Regards, Zoran ___ On Fri, Apr 13,

[yocto] Which recipe produce that file?

2018-04-12 Thread Mauro Ziliani
Hi all. My name's Mauro and I write from Parma, Italy. I'm in trouble because recently I get a collision error. It seems that more than one recipes try to install the same file in the same path in populate_sdk task This is an example -- ERROR: xcb-util-0.4.0-r0

[yocto] Layers for AMD Geode LX 800

2018-10-24 Thread Mauro Ziliani
Hi all. Do you know if there is some layers ready for the board in subject? It is an IBASE IB550F. Thanks all Mauro -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Yocto and Debian package repositories

2018-10-30 Thread Mauro Ziliani
Hi all. I often work with Debian and I build my own repository accessible with apt. I look that when I build the image recipe many deb pacakages are produced with Packages and Release ready. How can I use this pakcages to upload all packages to a Debian customer server? Best regards,   MZ --

Re: [yocto] Yocto and Debian package repositories

2018-11-07 Thread Mauro Ziliani
other repos are used. Mauro Il 30/10/2018 22:21, Khem Raj ha scritto: > On Tue, Oct 30, 2018 at 8:14 AM Mauro Ziliani wrote: >> Hi all. >> >> I often work with Debian and I build my own repository accessible with apt. >> >> I look that when I build th

[yocto] Autoincing version every rebuild

2018-11-09 Thread Mauro Ziliani
Hi all. I'd like increment version number (PV) o release number (PR) every time I built a recipe. I use this strategy in debug mode to give a reference to every debug session. In production it PV and PR value for the recipe will be fixed. Any idea? I'm working with fsl 4.1.15-2.0.1 Best

[yocto] Software upgrade tools: which?

2018-10-04 Thread Mauro Ziliani
Hi all. I'm looking for a good layer to add in my BSP to solve the problem of upgrading the system and the application. I'm working on a project the involves an imx6dlsabresd derived board and Krogoth ver 15.0.3. In the first versione the project used an x86-board and Ubuntu 14.04. The update

[yocto] update_icon_cache fails

2018-09-26 Thread Mauro Ziliani
Hi all. I try to build my own image with Krogoth, imx6dlsabresd. bitbake tells me a warning about update_icon_cache. The reason is that it cannot find gdk-pixbuf-query-loaders in ${BUILDDIR}/tmp/sysroot/x86_64-linux I look for gdk-pixbuf-query-loaders in

[yocto] Removing old images

2018-09-26 Thread Mauro Ziliani
Hi all. How can I remove all unneeded images in tmp/deploy/images/imx6dlsabresd ? I try a brutal rm -f. but it is not so friendly. MZ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Disable SIMD extensions for Geode LX800

2018-12-29 Thread Mauro Ziliani
Hi all. I need to build Thud for Geode LX800, porting a old application with Yocto. I need to remove SIMD extensions for qt5 and other libraries that could use SIMD extensions (sse2 mmx and so on) How can I disable the SIMD extension globally for BSP? I think to use TUNE_FEATURES variable.

[yocto] How to share buildhistory?

2019-01-16 Thread Mauro Ziliani
Hi all. I'm working with imx6dlsabresd and krogoth with 2 pc (PC1, PC2) which commit the sources in  the same git repository I need to share buildhistory between PC1 and PC2. That is: - I build app_1.0.bb on PC1 and I get app_1.0-r0.3_armhf.deb - I commit/push from PC1 to the git repos. - In

Re: [yocto] Fetch from git every bitbake

2019-01-18 Thread Mauro Ziliani
a mixed version of Krogoth/Jethro. Any Idea? Il 18/01/19 15:00, Mauro Ziliani ha scritto: > I try AUTOREV in the recipe app_1.0.bb > > > SRCREV := "${AUTOREV}" > > But it doesn't work. > > Which other variables could inhibit AUTOREV? > > > MZ > >

Re: [yocto] Fetch from git every bitbake

2019-01-18 Thread Mauro Ziliani
I try AUTOREV in the recipe app_1.0.bb SRCREV := "${AUTOREV}" But it doesn't work. Which other variables could inhibit AUTOREV? MZ Il 17/01/19 15:09, Burton, Ross ha scritto: > Look up AUTOREV in the manual, that does exactly what you want. > > Ross > > On Thu, 17

[yocto] Fetch from git every bitbake

2019-01-17 Thread Mauro Ziliani
Hi all. How can I force the pull from git repository of my app every time I do bitbake app Best regards,   MZ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Relase or debug by PACKAGECONFIG or MY_APP_VAR?

2018-12-13 Thread Mauro Ziliani
Hi all. I have an application made with cmake and qt5 by the recipe my-app.bb To compile the app in release mode I need set EXTRA_OECMAKE + = " -DCMAKE_BUILD_TYPE=Release " while in debug mode I need to set EXTRA_OECMAKE + = " -DCMAKE_BUILD_TYPE=Debug " I defined 2 image recipes: one for

[yocto] connmand+dbus. Which alternatives?

2018-12-05 Thread Mauro Ziliani
Hi all. I'm working on a imx6dl sabresd project with an usb wifi dongle (edimax EW7811un) My app uses Connman by DBus to manage ethernet and wifi connections. Normally the sytstem works well. Sometimes, randomly, the system freeze or the app crashes. I made many test and this happens when the

[yocto] nativesdk-packagegroup-sdk-host not found. Why?

2018-12-09 Thread Mauro Ziliani
Hi all. I try to rebuild meta-toolchain-qt5 and meta-toolchain, but bitbake tells me the it can found nativesdk-packagegroup-sdk-host and on populate_sdk task. Why? Which configuration variables drive the production of the recipe nativesdk-packagegroup-sdk-host.bb? Thanks all Mauro

Re: [yocto] nativesdk-packagegroup-sdk-host not found. Why?

2018-12-10 Thread Mauro Ziliani
Solved. Th nativesdk-package-sdk-host was not found because in conf/local.conf I set DPKG_ARCH="armhf". Erasing this setup all works. Mauro Il 10/12/18 08:13, Mauro Ziliani ha scritto: Hi all. I try to rebuild meta-toolchain-qt5 and meta-toolchain, but bitbake tells me the it

[yocto] Content of a packagegroup

2018-12-06 Thread Mauro Ziliani
Hi all There is the possibility to known which recipes are included in a packagroup? Toaster can be the solution or there a cli command to know which recipes are in a packagegroup? MZ -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] Copy tar file without expand it

2018-11-21 Thread Mauro Ziliani
Hi all. I need to copy a tar file from 'files' subdir of my recipe into /upgrade_file in the file image. I don't need to expand it, only copy. How can I do that? in my recipe I put but myfile.tar will be exploded. SRC_URI += " \     file://myfile.tar \ " do_install_append() {    

Re: [yocto] Fetch from git every bitbake

2019-01-26 Thread Mauro Ziliani
Hi all. I try AUTOREV in my recipe, but bitbake doesn't check the git repository for newer versions. I need to do bitbake app -c cleanall bitbake app to update sources from repository. Where I mistake? Regards,   MZ Il 17/01/19 15:06, Mauro Ziliani ha scritto: Hi all. How can I

[yocto] QtCreator +CMake + meta-toolchain-qt5

2019-03-03 Thread Mauro Ziliani
Hi all. I'd like to use QtCreator to debug the directly in final system. My project is generated with CMake, under Debian 9.7 amd64 I try every tutorial I found by the behaviour is always the same.   /lib/ld-linux-armhf.so.3: No such file or directory The entire log is the following. -

[yocto] How to produce Release.gpg

2019-03-18 Thread Mauro Ziliani
Hi all. I have a system based on Debian package-management. I need to sign the Release index in Release.gpg when the debian-like repository is made. If I do bitbake system-image in tmp/deploy/deb subfolders a Debian repository is saved, but Release.gpg missing. Only Release file is

[yocto] Update kernel by package-management

2019-02-08 Thread Mauro Ziliani
Hi all. I know this is a VERY dangerous operation, but I'm curious. Is it possible to upgrade the kernel & dtb from debian package in Yocto? That is: there is a recipe  (which produce a deb package) to copy zImage and imx6dl-sabresd.dtb directly in the boot partition? I working on a

[yocto] Set package DEB priority

2019-02-03 Thread Mauro Ziliani
Hi all How can I set the priority of ad DEB by my recipes? I need to mark all packages as required. Now they are optional Mauro -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Set package DEB priority

2019-02-03 Thread Mauro Ziliani
Find the solution my own. I put PRIORITY := "required" in conf/local.conf to set all packages as "required" MZ Il 03/02/19 15:10, Mauro Ziliani ha scritto: > Hi all > > How can I set the priority of ad DEB by my recipes? > > I need to mark all packages as

Re: [yocto] GPG key used to authenticate DEB packages

2019-02-04 Thread Mauro Ziliani
Sorry. Relase.gpg miss in Yocto deploy/deb folders. I need to build Release.gpg on my own MZ Il 04/02/19 16:35, Mauro Ziliani ha scritto: > Hi all. > > My yocto image integrates package-management for package_deb. > > I made my own debian repository and all works fine. > &

[yocto] GPG key used to authenticate DEB packages

2019-02-04 Thread Mauro Ziliani
Hi all. My yocto image integrates package-management for package_deb. I made my own debian repository and all works fine. I miss only where Yocto save the gpg key  used to sign Release.gpg files. So when I try apt-get update/upgrade onto my production system, apt-get tell me that all packages

[yocto] Stripping debug symbols

2019-04-11 Thread Mauro Ziliani
Hi all. I worked on my project woth Krogoth, gcc 5.3.0, on imx6dlsabresd board. My application is build with cmake 3.4.3, shipped with BSP. I'd like to strip debug symbols from the final binary, but if I prepend the strip parameter in CMAKE_{C,CXX}_FLAGS_RELEASE in my CMakeLists.txt, bitbake

Re: [yocto] Changing IMAGE_NAME [yocto krogoth]

2019-04-11 Thread Mauro Ziliani
Thanks It was a typing error. In my recipe I set the value as you told me. But the ERROR keep on show Il 10/04/19 11:59, mikko.rap...@bmw.de ha scritto: > On Wed, Apr 10, 2019 at 11:47:42AM +0200, Mauro Ziliani wrote: >> Hi all. >> >> I need to change the default IMAGE_NA

[yocto] Changing IMAGE_NAME [yocto krogoth]

2019-04-10 Thread Mauro Ziliani
Hi all. I need to change the default IMAGE_NAME of my image recipe. I make my image recipe as mysystem-image_1.0.bb and I'd like to produce and image (tar) with the name mysystem-image-1.0-.tar So I setup IMAGE_NAME := "{IMAGE_BASENAME}-${PV}-${DATETIME}" I made some compilation of

Re: [yocto] Changing IMAGE_NAME [yocto krogoth]

2019-04-11 Thread Mauro Ziliani
roducibility, > and also subverts sstate if not managed carefully. I'd almost suggest > you build the image with a default name, and then rename it after the > fact when deploying to some artefact storage. > > Alex > > On Thu, 11 Apr 2019 at 11:30, Mauro Ziliani wrote: >> Thanks &

[yocto] Customize syslinux root=???

2019-05-27 Thread Mauro Ziliani
Hi all. I'm working with Thud and Ibase ib550f board (AMD Geode arch). I make the BSP for ib550f an I build the  core-image-minimal image. Than with wic I try to write the final directdisk file. The ib550f run from a CompactFlash. The CF is mapped into the device /dev/hdb (the boot

[yocto] qmake project and installed-vs-shipped QA

2019-06-08 Thread Mauro Ziliani
Hi all. I built a project with qmake5 In my recipe I inherit qmake5 My application is well installed with "make install" (all file are installed correctly). But bitbake tells me the this files are not shipped, but the application exectuable yes. The executable is installed by "make

[yocto] How to disable SIMD extensions (mmx, sse3, ...)?

2019-06-04 Thread Mauro Ziliani
Hi all. I'm working with a Geode LX800, porting an old application Debian-based into Yocto Thud. I need to disable some multimedia SIMD extensions for gcc compiler. Where I can do this? I suppose I have to disable SIMD extensions in conf/machine/geode_lx800.conf file (the machine

Re: [yocto] Remove include /usr/include/SDL2

2019-06-25 Thread Mauro Ziliani
at that and see how to fix it. Ross On Mon, 24 Jun 2019 at 18:32, Mauro Ziliani wrote: Hi all. I'm trying to compile kivy inside yocto for a 586 board. The compilation fails because the i586-cc uses /usr/include and /usr/local/include paths as INCLUDEDIR (togheter with others paths) How can avoid

[yocto] do_image_*[depends]: how this works?

2019-06-25 Thread Mauro Ziliani
Hi all. I don't understand how to use the do_image_wic[] istructions. Where I can find info about? I need to customize a syslinux.cfg configuration file, but with syslinux_%.bbappend I fail. I look inside many image recipe the row do_image_wic[depends] := But I don't understand the

[yocto] Remove include /usr/include/SDL2

2019-06-24 Thread Mauro Ziliani
Hi all. I'm trying to compile kivy inside yocto for a 586 board. The compilation fails because the i586-cc uses /usr/include and /usr/local/include paths as INCLUDEDIR (togheter with others paths) How can avoid this? I need /usr/include o /usr/local/include for other apps, but I don't

[yocto] Investigate virtual/kernel assignment

2019-05-24 Thread Mauro Ziliani
Hi all. How can I ask to bitbake which is the actual value of virtual/kernel? Thanks all MZ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] installed-vs-shipped

2019-08-02 Thread Mauro Ziliani
Hi all. This is my problem. I have my terminal.pro project (qmake5) with target "terminal". The default destination folder for the binary is /usr/local/bin With this setup I get installed-vs-shipped error. Why? -- ___ yocto mailing list

[yocto] Adding dtb to machine.conf extending it

2019-08-10 Thread Mauro Ziliani
Hi all. I need to add my dtbo to overlays. I'm using RaspberryPI 3 with pyro and meta-raspberrypi I have to add tft35a.dtb to /boot/overlays in the file image. Can I extend raspberrypi3.conf? MZ -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] Final DISTRO_FEATURES value

2019-08-21 Thread Mauro Ziliani
Hi all. How can I inspect the final value of DISTRO_FEATURES when bitbake has completed the parse all recipes? Best regards,   MZ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] libGL missing. Which packages bring it?

2019-08-22 Thread Mauro Ziliani
? > https://layers.openembedded.org/ > > Cheers, > Erik > On 21 Aug 2019, 11:11 +0200, Mauro Ziliani , wrote: >> Hi all >> >> I try to compile kivy for Pyro and Python3 for framebuffer con RPi3. >> >> The builder cannot find libGL and -lGL linker fails. >> >

[yocto] Avoid glibc-dev in the final image

2019-08-22 Thread Mauro Ziliani
Hi all. I need to understand which recipe put glibc-dev in the production image. I put IMAGE_FEATURES_remove =" dev-pkgs dbg-pkgs " and I remove every reference to some -dev package. But I have some recipe that include glibc-dev How can I discover this? I'm using a mixed Jethto/Krogoth

[yocto] Python3 scan packages

2019-08-24 Thread Mauro Ziliani
Hi all. Do you know some class or recipe which can detect the modules used by a python application? Now I have to RDEPENDS every package the application need MZ -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] Conditional include in image recipe.

2019-08-24 Thread Mauro Ziliani
Hi all I working on a image recipe. If I include the layer meta-raspberrypi layer  I'd like to include recipes-code/images/rpi-basic-image-bb. While if i not include meta-raspberrypi layer I don't include rpi-basic-image. How can I do that? I don't understand, but I suppose I need to

[yocto] MySql python support in Yocto.

2019-08-27 Thread Mauro Ziliani
Hi all. There is some library for MariaDB/MySql in Python3 in Yocto? Best regards.   MZ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] libGL missing. Which packages bring it?

2019-08-21 Thread Mauro Ziliani
Hi all I try to compile kivy for Pyro and Python3 for framebuffer con RPi3. The builder cannot find libGL and -lGL linker fails. Which are the packages that give libGL? Best regards     Mauro -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Final DISTRO_FEATURES value

2019-08-21 Thread Mauro Ziliani
Thanks I try Il 21/08/19 08:36, Gabriele Zampieri ha scritto: > Ciao, > > you can inspect the testdata file located next to the generated image, > under deploy floder. > > Best regards, > Gabriele > > Il giorno mer 21 ago 2019 alle ore 08:25 Mauro Ziliani > mai

[yocto] Tuning gcc for Geode LX

2019-09-11 Thread Mauro Ziliani
Hi all. I nee to disable all SIMD mmx sse extensions for the  GCC use to build the final image, containing Qt5 libraries Now I have  tuned qtbase_git.bb by PACKAGECONFIG_CONFARGS adding the  configure's parameters to disable MMX extensions. But I need to disable this extensions for every

[yocto] meta-toolchain-sd taylored for production image

2019-09-14 Thread Mauro Ziliani
Hi all. Reading the yocto manuales I remeber a command to build a taylored sdk+toolchain for the final image That is: my image is mysystem-i586-image and a command I get the sdk to use for develop applications on it Which is command? Best regards,    Mauro --

Re: [yocto] meta-toolchain-sd taylored for production image

2019-09-14 Thread Mauro Ziliani
I find it bitbake image -c populate_sdk Thanks all Il 14/09/19 17:23, Mauro Ziliani ha scritto: Hi all. Reading the yocto manuales I remeber a command to build a taylored sdk+toolchain for the final image That is: my image is mysystem-i586-image and a command I get the sdk to use

[yocto] Image for sassive test for Qt QML

2019-09-13 Thread Mauro Ziliani
Hi all. I need to check a small diversion on qt5-qtdeclarative package. I disable SSE2 check feature for qv8engine. There  is a way to execute a massive test of all QtQuick QML features over final platform? MZ -- ___ yocto mailing list

Re: [yocto] installed-vs-shipped

2019-08-05 Thread Mauro Ziliani
pplication Thansk again  MZ Il 02/08/2019 22:05, Khem Raj ha scritto: Add FILES_${PN} += "/usr/local/bin" in recipe. but it would be nicer if it was installed into /usr/bin by qmake/make files itself On Fri, Aug 2, 2019 at 11:59 AM Mauro Ziliani wrote: Hi all. This is my pr

[yocto] Yocto Pyro, bitbake, git pull for my recipe (Why not?)

2019-08-05 Thread Mauro Ziliani
Hi all. It seems that bitbake doesn't check the remote git repository of my application (terminal is the name of the recipe) every time I do bitbake  terminal The recipe is this # the recipe - SRCREV="${AUTOREV}" SRC_URI = " \    

[yocto] meta-rpi vs meta-raspberrypi. Which one?

2019-08-08 Thread Mauro Ziliani
Hi all. I'm working on a RPi3B with pyro and qt5/qml Which layer between rpi and raspberrypi? MZ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] QtCreator, CMake, fsl-imx-x11 toolchain

2019-10-01 Thread Mauro Ziliani
Hi all. Maybe this is a post I have already sent. I'm working with imx6dlsabresd,  yocto krogoth/jetro, QtCreator, fsl-imx-x11-glibc-meta-toolchan-qt4 I configured qtcreator with a kit for this tool chain using gcc g++ and from the meta-toolchain package. If I try to run cmake to

[yocto] Sumo: default is python2 or python3

2019-09-24 Thread Mauro Ziliani
Hi all. I need to move my application from krogoth to sumo. Which is the python choosed for sumo, as system python interpreter? Best regards,   Mauro -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] python3 pygame under Pyro

2019-10-02 Thread Mauro Ziliani
Adding libsdl2 to DEPENDS i get sdl2-config under the folder tmp/work/armv7at2hf-neon-fslc-linux-gnueabi/python3-pygame/1.9.6-r0/recipe-sysroot/usr/bin/crossscripts/sdl2-config Il 03/10/19 00:01, Khem Raj ha scritto: On Wed, Oct 2, 2019 at 2:46 PM Mauro Ziliani wrote: Hi all. I'm trying

[yocto] python3 pygame under Pyro

2019-10-02 Thread Mauro Ziliani
Hi all. I'm trying to build python3-pygame for and imx6dl board in Pyro. Pygame needs SDL, but I don't know how to tell to bitbake for compile sdl before pygame. I put libsdl-native into DEPENDS but doesn't work. bitbake try to run sdl-config but it cannot find the file. Any idea?

Re: [yocto] Error with Pyro and wic

2019-11-06 Thread Mauro Ziliani
Ok I solved. The problem is the filesystem of destination folder. The /deploy is a shared vboxsf shared folder. If build the sdcard in local folder all works M Il 06/11/19 09:48, Mauro Ziliani ha scritto: Hi all. I'm trying to port udooneo to Pyro. By now I build core-image-minimal I

[yocto] Error with Pyro and wic

2019-11-06 Thread Mauro Ziliani
Hi all. I'm trying to port udooneo to Pyro. By now I build core-image-minimal I try  to make a udoo-sdcard with the command wic create -e core-image-minimal udoo-sdard -o /deploy/udoo-scard udoo-sdcard.wks is placed in meta-udoo/scripts/lib/wic/canned-wks udoo-sdcard.wks ---

Re: [yocto] Is Yocto the right fit for my project?

2019-11-21 Thread Mauro Ziliani
Hello, Yocto is a must for your project, regarding the project evolution. I made a project starting from an intel platform, then I port it on raspberry, now on imx6 dual lite. My application never change, the system services never change. I need to change only the parts which driver the

Re: [yocto] populate_sdk with my image

2019-11-21 Thread Mauro Ziliani
add '-dev' to it, and then install that. (Roughly) --Mark On 11/21/19 10:31 AM, Mauro Ziliani wrote: Hi all. I have a recipe for my image with depends from Qt/Qml recipes When I do bitbake -c populate_sdk myimage.bb the sdk doesn't contains the dev version of the Qt/Qml libraries installed in the f

[yocto] populate_sdk with my image

2019-11-21 Thread Mauro Ziliani
Hi all. I have a recipe for my image with depends from Qt/Qml recipes When I do bitbake -c populate_sdk myimage.bb the sdk doesn't contains the dev version of the Qt/Qml libraries installed in the final image I managing the bitbake variables TOOLCHAIN_TARGET_TASK and TOOLCHAIN_HOST_TASK

Re: [yocto] Review request 0/13: Contribute meta-tensorflow to Yocto

2019-11-20 Thread Mauro Ziliani
Is it possible to compile tensorflow against python2.7? Il 20/11/19 16:40, Mauro Ziliani ha scritto: I forked the repository and I'm tryng to port the layer for Krogoth M Il 20/11/19 15:37, Mauro Ziliani ha scritto: Hi all. There a port for meta-tensorflow for Krogoth or Sumo? Mayabe I

Re: [yocto] Review request 0/13: Contribute meta-tensorflow to Yocto

2019-11-20 Thread Mauro Ziliani
I forked the repository and I'm tryng to port the layer for Krogoth M Il 20/11/19 15:37, Mauro Ziliani ha scritto: Hi all. There a port for meta-tensorflow for Krogoth or Sumo? Mayabe I need to use it on this distribution Thaks  M Il 21/02/19 12:37, Hongxu Jia ha scritto: Hi RP

[yocto] buildhistory revert

2019-10-10 Thread Mauro Ziliani
Hi all I need to change the build number of a package. That is: i have the package kernel-4.1.15-2.0.1_4.1.15-r0.*17*_armhf.deb, but in need to turn back to kernel-4.1.15-2.0.1_4.1.15-r0.*13*_armhf.deb Can I setup manually the 17 value to 13? Mauro --

Re: [yocto] buildhistory revert

2019-10-10 Thread Mauro Ziliani
ing you don't want to mess with your PR's database). 2019-10-10 10:27 UTC+02:00, Mauro Ziliani : Hi all I need to change the build number of a package. That is: i have the package kernel-4.1.15-2.0.1_4.1.15-r0.*17*_armhf.deb, but in need to turn back to kernel-4.1.15-2.0.1_4.1.15-r0.*13*_armh

[yocto] Force do_package_index

2019-10-10 Thread Mauro Ziliani
Goodmorning. How to force the execuction o do_package_index over an image recipe? MZ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Force do_package_index

2019-10-10 Thread Mauro Ziliani
try bitbake package-index, maybe is what I need Thanks Mauro Il 10/10/19 18:45, Ross Burton ha scritto: On 10/10/2019 16:35, Mauro Ziliani wrote: How to force the execuction o do_package_index over an image recipe? Are you intending to use the deploy directory as a package feed

[yocto] Freetype 2.7.1 pkgconfig

2019-10-05 Thread Mauro Ziliani
Hi all. I try to use pygame in Pyro. But pkg-config freetype --modversion give me 19.0.13, while freetype is 2.7.1 Which is the reason of this version number? I know that the field Version o freetype2.pc is assigned to 19.0.13, but I don't understand while the package as 2.7.1 version,

Re: [yocto] Freetype 2.7.1 pkgconfig

2019-10-05 Thread Mauro Ziliani
Sorry for this post. I solved Il 05/10/19 10:18, Mauro Ziliani ha scritto: Hi all. I try to use pygame in Pyro. But pkg-config freetype --modversion give me 19.0.13, while freetype is 2.7.1 Which is the reason of this version number? I know that the field Version o freetype2.pc

[yocto] Pyro, imx-gpu-viv and libGL.so

2019-10-12 Thread Mauro Ziliani
Hi all. I'm working with and kivy and SDL2. My problem is that the recipe imx-gpu-viv installs libGL.so.1.2. in /usr/lib, while SDL2 is compiled against libGLESv2. So when I starts the SDL application from a strange behaviour the libGL is loaded, which needs libXdamage. But the bsp is