[yocto] Using extensible SDK with multilib

2019-08-09 Thread baisch
Hello everyone, Short version: I have an 64 bit Yocto Raspberry build with a piece of 32 bit software with multilib. The goal is now to be able to use the eSDK to build 32 bit software for that system. After building and installing the eSDK there are even two files environment-setup-aarch64-poky

Re: [yocto] SDK: getting error "xmlcatalog: not found" installing SDK

2019-08-09 Thread baisch
Hello everyone, I was able to workaround this issue: In `conf/bblayers.conf` I put my custom layer ontop of the `meta` layer. Since classes seem to ignore the priority set by the layer config. Then I copied the `classes/xmlcatalog.bbclass` class to my layer and in the file I changed `xmlcatal

Re: [yocto] Yocto repos for NXP referent platform MCIMXABASEV1 also called SABRE platform?

2019-08-09 Thread Khem Raj
On Thu, Aug 8, 2019 at 11:20 PM Zoran Stojsavljevic wrote: > > Hello to all, > > I am trying to find out some recent yocto repo, which contains YOCTO > reference repo for the following NXP board: > MCIMXABASEV1 also called SABRE platform. > > Here is one repo I found reading this document... But t

Re: [yocto] /var/volatile not mounted as tmpfs on read-only rootfs when migrating to Warrior

2019-08-09 Thread Ryan Harkin
On Fri, 2 Aug 2019 at 21:20, Ryan Harkin wrote: > Hi Carsten, > > Thanks for your help. > > On Fri, 2 Aug 2019 at 20:42, Stelling2 Carsten < > carsten.stelli...@goerlitz.com> wrote: > >> Hi Ryan, >> >> >> >> Regarding to timesyncd, have a look at >> https://wiki.archlinux.org/index.php/systemd-ti

[yocto] [meta-selinux][PATCH] libselinux: fix build with glibc 2.30

2019-08-09 Thread Yi Zhao
Fix build error: procattr.c:27:14: error: static declaration of 'gettid' follows non-static declaration 27 | static pid_t gettid(void) | ^~ In file included from /buildarea/build/tmp/work/core2-64-poky-linux/libselinux/2.8-r0/recipe-sysroot/usr/include/unistd.h:1170,

Re: [yocto] How to create a service only startes at shutdown process?

2019-08-09 Thread JH
Hi ChenQi, Thanks for the help, I tried following service, it did not work, the systemd complains bad unit [Unit] Description=Application Shutdown Service Before=multi-user.target [Service] Type=oneshot ExecStart= ExecStop=/usr/sbin/app_cleanup.sh [Install] WantedBy=multi-user.target >> Most o

[yocto] PR Service multibranch project

2019-08-09 Thread Damien LEFEVRE
Hi, I'm looking at enabling PR Service to auto increment some recipe revision. On a build server I exposed sstate and downloads folder to use that server as a mirror. So I'm thinking of putting PR service there. Few things are unclear to me after reading the doc: We use repotool to manage our b