Re: [yocto] [Spam - Sospetto] Re: IMX6Q add new sound simple sound card

2018-07-18 Thread Riccardo Casagrande
Hi Nick, I followed yours links and created new sound card and driver imx-itel. Now the new sound card is installed and listed by ALSA but without any kind of volume control, any suggestions? Anyway, now I'm going to check if outputs send I2S data. Riccardo - Messaggio Originale -

Re: [yocto] IMX6Q add new sound simple sound card

2018-07-18 Thread Riccardo Casagrande
Hi Nick, moreover, I just tested the sound card with aplay command and this is the output: --> ITEL imx-itel-hw-params NAME=202c000.ssi   VALUE=0x4001 SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBS_CFS --> ITEL imx-itel-hw-params set tdm slots channels=20 --> ITEL imx

Re: [yocto] [meta-raspberrypi] - X11 EGLSV2 Chromium

2018-07-18 Thread Raphael Kubo da Costa
Karim Gillani writes: > I am new to yocto and I am trying to build Chromium with userland. I am not > sure what I am missing to have userland build libGLESv2.so, libGLESv2.so.2 > and libEGL. > > All builds great but when I start Chromium, it complains there is no > libGLESv2.so.2. I don't test

[yocto] [Chicken and Egg problem] Defining RDEPENDS of the package itself!

2018-07-18 Thread Zoran Stojsavljevic
Hello YOCTO community, Since I need to build the latest and the greatest Github creations from the independent contributors, I decided myself to write few YOCTO recipes and to get myself to this (un)pleasant learning path. I did few examples, simplistic ones, before I took more complex recipes to

Re: [yocto] [Chicken and Egg problem] Defining RDEPENDS of the package itself!

2018-07-18 Thread Alexander Kanavin
2018-07-18 13:37 GMT+02:00 Zoran Stojsavljevic : > do_install() { > install -d ${D}${bindir} > install -m 0755 cannelloni ${D}${bindir} > } You are installing only the executable binary here, but not the corresponding library. Just remove the do_install function altogether, and cmake class

Re: [yocto] [Chicken and Egg problem] Defining RDEPENDS of the package itself!

2018-07-18 Thread Zoran Stojsavljevic
Yep. Did it. Some symlink is missing (I guess, symlink to /usr/local/lib/libcannelloni-common.so??? Initialising tasks: 100% |#| Time: 0:00:00

Re: [yocto] Error in do_image_wic in Docker container

2018-07-18 Thread Frazer, Will
Hi Darcy, Don’t suppose you solved this? I have a yocto 2.3 build that works OK in a virtual machine but seems to throw a v.similar error to what you have reported below. Similarly I have various mounts outside of the container to inject pre-build components & pick up build artifacts. Thanks,

[yocto] journald logs "lost" between firmware updates

2018-07-18 Thread Jeremy Overesch
In my embedded system, I've created persistent storage on a separate filesystem for log files in /var/log. This works well, until I do a firmware update. When the firmware is updated, the entire root filesystem is rewritten. This means that the /etc/machine-id is also rewritten to a new, rand

Re: [yocto] [Chicken and Egg problem] Defining RDEPENDS of the package itself!

2018-07-18 Thread Andre McCurdy
On Wed, Jul 18, 2018 at 7:04 AM, Zoran Stojsavljevic wrote: > Yep. Did it. Some symlink is missing (I guess, symlink to > /usr/local/lib/libcannelloni-common.so??? > > Initialising tasks: 100% > |##

Re: [yocto] Error in do_image_wic in Docker container

2018-07-18 Thread Darcy Watkins
Hi Will, I managed to get a docker Yocto build under Linux working, but using a simplified volume mounting scheme. I ran into an issue building with CentOS 7.5 so I used CentOS 7.4 in a container (since the build used to always work before the CentOS update). I haven’t gotten back to trying i

Re: [yocto] Error in do_image_wic in Docker container

2018-07-18 Thread Tim Orling
On Mac and Windows you need a samba volume. See: https://github.com/crops/docker-win-mac-docs/wiki On Wed, Jul 18, 2018 at 11:44 AM Darcy Watkins wrote: > Hi Will, > > > > I managed to get a docker Yocto build under Linux working, but using a > simplified volume mounting scheme. I ran into an

Re: [yocto] [Chicken and Egg problem] Defining RDEPENDS of the package itself!

2018-07-18 Thread Mirza Krak
On Wed, Jul 18, 2018, 13:38 Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello YOCTO community, > > Since I need to build the latest and the greatest Github creations > from the independent contributors, I decided myself to write few YOCTO > recipes and to get myself to this (un)p

[yocto] [meta-selinux][resend][PATCH 0/3] refresh patches to fix QA warnings

2018-07-18 Thread Yi Zhao
Yi Zhao (3): libselinux: refresh patches to fix QA warning libsemanage: refresh patches to fix QA warning selinux-python: refresh patches to fix QA warning ...c-Makefile-fix-includedir-in-libselinux.pc.patch | 14 ++ .../libselinux-define-FD_CLOEXEC-as-necessary.patch | 14 ++

[yocto] [meta-selinux][PATCH 1/3] libselinux: refresh patches to fix QA warning

2018-07-18 Thread Yi Zhao
Refresh patches with devtool command to fix do_patch warning. Signed-off-by: Yi Zhao --- ...c-Makefile-fix-includedir-in-libselinux.pc.patch | 14 ++ .../libselinux-define-FD_CLOEXEC-as-necessary.patch | 14 ++ ...ibselinux-drop-Wno-unused-but-set-variable.patch | 21

[yocto] [meta-selinux][PATCH 2/3] libsemanage: refresh patches to fix QA warning

2018-07-18 Thread Yi Zhao
Refresh patches with devtool command to fix do_patch warning. Signed-off-by: Yi Zhao --- ...rc-Makefile-fix-includedir-in-libselinux.pc.patch | 16 +++- .../libsemanage-Fix-execve-segfaults-on-Ubuntu.patch | 20 +--- .../libsemanage-allow-to-disable-audit-support.patc

[yocto] [meta-selinux][PATCH 3/3] selinux-python: refresh patches to fix QA warning

2018-07-18 Thread Yi Zhao
Refresh patches with devtool command to fix do_patch warning Signed-off-by: Yi Zhao --- .../fix-TypeError-for-seobject.py.patch | 17 + .../selinux-python/fix-sepolicy-install-path.patch | 21 - .../process-ValueError-for-sepolicy-seobject.patch