[yocto] meta-qt3 and meta-qt4

2016-06-15 Thread Anicic Damir (PSI)
Hi! By building core-image-lsb-sdk (or derivate) I get : WARNING: The meta-qt4 layer should be added, this layer provides Qt 4.xlibraries. Its intended use is for passing LSB tests as Qt4 isa requirement for LSB. WARNING: The meta-qt3 layer should be added, this layer provides Qt 3.xlibraries

Re: [yocto] resolvconf nameserver

2016-06-15 Thread Gary Thomas
On 2016-06-14 16:33, Rajasekaran, Monica wrote: Yes, I tried that already. How are you getting your network set up? Static? DHCP? using network-manager or conman? *From:*Burton, Ross [mailto:ross.bur...@intel.com] *Sent:* Monday, June 13, 2016 4:58 PM *To:* Rajasekaran, Monica *Cc:* yo

Re: [yocto] "Systemctl --user" issues

2016-06-15 Thread Khem Raj
On Thu, Jun 9, 2016 at 2:31 AM, Surya wrote: > Hello all, > > What could be the reason for "systemctl --user" command error. I am using > systemd 219. > > Trying to use command "systemctl --user" but it comes with below error. > > > "Failed to get D-Bus connection: Connection refused" You need

[yocto] The linux login prompt delays about 5 seconds with systemd rootfs

2016-06-15 Thread Zhenhua Luo
Hello all, I try to add the following lines in local.conf to enable systemd, the core-image-minimal rootfs can be built successfully. DISTRO_FEATURES_append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" VIRTUAL-RUNTIME_initscripts = "" Whe

Re: [yocto] Handling of partial Yocto image updates

2016-06-15 Thread Khem Raj
> On Jun 10, 2016, at 6:02 AM, Andreas Enbacka > wrote: > > Hello, > > I would like to ask the community what is the preferred way of handling > partial image / package updates using Yocto, once an image has been deployed > to a production system? > In most cases, once we have an image deplo

Re: [yocto] do_patch through Yocto fails while "git am" succeed

2016-06-15 Thread Khem Raj
On Fri, Jun 10, 2016 at 11:12 AM, Michael Hu wrote: > Does anyone know what's the difference between using Yocto to apply patches > and apply patch directly using git command? > > I am trying to apply patches for arm-trusted-firmware through yocto by > extending arm-trusted-firmware.bb file, in .b

Re: [yocto] autoreconf

2016-06-15 Thread Khem Raj
That might work, however you might need more packages, so adding tools-sdk will cover all of them in one go > On Jun 15, 2016, at 1:47 PM, Rajasekaran, Monica > wrote: > > Hi Raj, > > Will adding a line in the image's recipe file like this work ? > > IMAGE_INSTALL = ”autoconf” > > I install

Re: [yocto] autoreconf

2016-06-15 Thread Rajasekaran, Monica
Hi Raj, Will adding a line in the image's recipe file like this work ? IMAGE_INSTALL = ”autoconf” I installed "git" and "resolvconf" in the same way. Just not sure about the package name this time. Thanks, Monica -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: W

Re: [yocto] [PATCH 2/2] linux-raspberrypi: Fix v4.1 with GCC6

2016-06-15 Thread Khem Raj
On Tue, Jun 14, 2016 at 4:50 PM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > ...ove-unused-sm_cache_map_vector-definition.patch | 31 + > .../linux-raspberrypi-4.1/0003-fix-gcc6.patch | 78 ++ > recipes-kernel/linux/linux-raspberrypi_4.1.bb

Re: [yocto] autoreconf

2016-06-15 Thread Khem Raj
You need to add autoconf to your target image, if you do not use Online package management EXTRA_IMAGE_FEATURES_append = “ tools-sdk” in local.conf might help > On Jun 15, 2016, at 1:35 PM, Rajasekaran, Monica > wrote: > > Hi Paul, > > Thank you. This is in the target. > > Thanks, > Monic

Re: [yocto] autoreconf

2016-06-15 Thread Rajasekaran, Monica
Hi Paul, Thank you. This is in the target. Thanks, Monica -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Wednesday, June 15, 2016 3:25 PM To: Rajasekaran, Monica Cc: yocto@yoctoproject.org Subject: Re: [yocto] autoreconf Hi Monica, On Wed, 15 Ju

Re: [yocto] Additional layers with class and conf

2016-06-15 Thread Paul Eggleton
On Wed, 15 Jun 2016 16:50:57 Woronicz, Bartosz wrote: > I got two layers, meta-x and meta-y , meta-x got meta-y in > bblayers.conf. in meta-y contains conf/layer.conf with BBPATH .= > ":${LAYERDIR}", plus classes/my.bbclass plus local.conf containing > INHERIT += "my" Do you mean you put local.c

Re: [yocto] autoreconf

2016-06-15 Thread Paul Eggleton
Hi Monica, On Wed, 15 Jun 2016 20:17:16 Rajasekaran, Monica wrote: > What is the package to install autoreconf ? (Ubuntu equivalent: apt-get > install dh-autoreconf ) > > I am getting the following error for one of my applications: > "autoreconf: command not found" autoreconf is part of autoconf

[yocto] autoreconf

2016-06-15 Thread Rajasekaran, Monica
Hi, What is the package to install autoreconf ? (Ubuntu equivalent: apt-get install dh-autoreconf ) I am getting the following error for one of my applications: "autoreconf: command not found" Thanks, Monica -- ___ yocto mailing list yocto@yoctoproj

Re: [yocto] Yocto 2.1 powerpc64 e6500 - postinstall intercept hook problems

2016-06-15 Thread akuster
On 06/15/2016 12:23 PM, Khem Raj wrote: > >> On Jun 15, 2016, at 1:27 AM, Anicic Damir (PSI) wrote: >> >> Hi ! >> >> I am trying to build Yocto 2.1 for PowerPC64, e6500 CPU. >> >> I managed to build, with warnings that some steps will be postponed to first >> boot, >> but if I add "read-only-r

Re: [yocto] Yocto 2.1 powerpc64 e6500 - postinstall intercept hook problems

2016-06-15 Thread Khem Raj
> On Jun 15, 2016, at 1:27 AM, Anicic Damir (PSI) wrote: > > Hi ! > > I am trying to build Yocto 2.1 for PowerPC64, e6500 CPU. > > I managed to build, with warnings that some steps will be postponed to first > boot, > but if I add "read-only-rootfs" then warnings change to errors. > > The pr

Re: [yocto] Additional layers with class and conf

2016-06-15 Thread Chris Z.
HI, Have you checked full output of -e bitbake run ? Were INHERIT variable is resolved ? To check if *.conf file was checked ? Maybe some confs change INHERIT variables during parsing. Br, KZ On Wed, Jun 15, 2016 at 4:50 PM, Woronicz, Bartosz ( NSN - PL/Wroclaw) < bartosz.woron...@nokia.com> wr

Re: [yocto] Yocto git server via http and mirror tarballs

2016-06-15 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Maybe try to prepend PREMIRRORS , then possibly everytime it will use HTTP/HTTPS protocol instead git (because it will be the very first match). http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-PREMIRRORS Kind regards, Bartosz Woronicz Engineer, Software Configuration (

[yocto] Additional layers with class and conf

2016-06-15 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
I got two layers, meta-x and meta-y , meta-x got meta-y in bblayers.conf. in meta-y contains conf/layer.conf with BBPATH .= ":${LAYERDIR}", plus classes/my.bbclass plus local.conf containing INHERIT += "my" when I ran bitbake -e my-image, the INHERIT doesn't seem to contain "my" When I put i

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi: Prevent taskhash mismatch

2016-06-15 Thread Paul Barker
On Tue, 14 Jun 2016 19:30:25 +0100 Andrei Gherzan wrote: > Hi Paul, > > On Wed, Jun 08, 2016 at 02:02:29PM +0100, Paul Barker wrote: > > As recently discussed on the mailing list, bitbake now issues an > > error when the task hash computed by the bitbake master differs > > from the task hash com

Re: [yocto] [yocto-autobuilder] [RFC] Add support for generate bitbake error reports

2016-06-15 Thread Joshua G Lock
On Wed, 2016-06-15 at 09:07 -0500, Aníbal Limón wrote: > > On 06/15/2016 08:19 AM, Joshua G Lock wrote: > > On Tue, 2016-06-14 at 12:03 -0500, Aníbal Limón wrote: > > > > > > On 06/14/2016 10:57 AM, Aníbal Limón wrote: > > > > > > > > > > > > On 06/14/2016 10:09 AM, Lock, Joshua G wrote: > > >

Re: [yocto] [yocto-autobuilder] [RFC] Add support for generate bitbake error reports

2016-06-15 Thread Aníbal Limón
On 06/15/2016 08:19 AM, Joshua G Lock wrote: > On Tue, 2016-06-14 at 12:03 -0500, Aníbal Limón wrote: >> >> On 06/14/2016 10:57 AM, Aníbal Limón wrote: >>> >>> >>> On 06/14/2016 10:09 AM, Lock, Joshua G wrote: On Thu, 2016-06-09 at 16:23 -0500, Aníbal Limón wrote: > Hi folks, > >

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi: Prevent taskhash mismatch

2016-06-15 Thread Paul Barker
On Wed, 15 Jun 2016 12:05:53 +0100 Paul Barker wrote: > On Tue, 14 Jun 2016 19:30:25 +0100 > Andrei Gherzan wrote: > > > Hi Paul, > > > > On Wed, Jun 08, 2016 at 02:02:29PM +0100, Paul Barker wrote: > > > As recently discussed on the mailing list, bitbake now issues an > > > error when the tas

Re: [yocto] Mounting USB drives on a "read-only-rootfs" based system

2016-06-15 Thread Jeffrey D Boyer
My distro is running udev. I discovered the automounter script in /etc/udev/rules.d was causing the mount point to be /media. For all I know, this is default behavior for udev. Anyway, I think I found a solution. As suggested by another person on the thread, I went ahead and mounted a tmpfs

Re: [yocto] [yocto-autobuilder] [RFC] Add support for generate bitbake error reports

2016-06-15 Thread Joshua G Lock
On Tue, 2016-06-14 at 12:03 -0500, Aníbal Limón wrote: > > On 06/14/2016 10:57 AM, Aníbal Limón wrote: > > > > > > On 06/14/2016 10:09 AM, Lock, Joshua G wrote: > > > On Thu, 2016-06-09 at 16:23 -0500, Aníbal Limón wrote: > > > > Hi folks, > > > > > > > > Currently we support to send error repo

Re: [yocto] is there an actual "compiler-gcc6.h" patch?

2016-06-15 Thread Robert P. J. Day
On Wed, 15 Jun 2016, Martin Jansa wrote: > On Wed, Jun 15, 2016 at 08:51:11AM -0400, Robert P. J. Day wrote: > > On Wed, 15 Jun 2016, Robert P. J. Day wrote: > > > > > > > > following on a post to the list from back on jun 1: > > > > > > https://www.mail-archive.com/yocto@yoctoproject.org/msg295

Re: [yocto] is there an actual "compiler-gcc6.h" patch?

2016-06-15 Thread Martin Jansa
On Wed, Jun 15, 2016 at 08:51:11AM -0400, Robert P. J. Day wrote: > On Wed, 15 Jun 2016, Robert P. J. Day wrote: > > > > > following on a post to the list from back on jun 1: > > > > https://www.mail-archive.com/yocto@yoctoproject.org/msg29568.html > > > > i figured it wouldn't be hard to find t

Re: [yocto] is there an actual "compiler-gcc6.h" patch?

2016-06-15 Thread Robert P. J. Day
On Wed, 15 Jun 2016, Robert P. J. Day wrote: > > following on a post to the list from back on jun 1: > > https://www.mail-archive.com/yocto@yoctoproject.org/msg29568.html > > i figured it wouldn't be hard to find the place where that header file > was added to the master branch for (in this case

[yocto] is there an actual "compiler-gcc6.h" patch?

2016-06-15 Thread Robert P. J. Day
following on a post to the list from back on jun 1: https://www.mail-archive.com/yocto@yoctoproject.org/msg29568.html i figured it wouldn't be hard to find the place where that header file was added to the master branch for (in this case) the 4.1 kernel, but i just checked the git repo, master

Re: [yocto] Yocto git server via http and mirror tarballs

2016-06-15 Thread Pascal Bach
> I set in .gitconfig to always use https:// (don't forget 'git' at the end of > path) instead git:// for yoctoproject url > > [url "https://git.yoctoproject.org/git/";] > insteadOf = git://git.yoctoproject.org/ I would pefer a solution that can be handled at the distro/site.conf level s

Re: [yocto] Yocto git server via http and mirror tarballs

2016-06-15 Thread Woronicz, Bartosz (Nokia - PL/Wroclaw)
I set in .gitconfig to always use https:// (don't forget 'git' at the end of path) instead git:// for yoctoproject url [url "https://git.yoctoproject.org/git/";] insteadOf = git://git.yoctoproject.org/ Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) Nokia Networks -

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Allow override of PV

2016-06-15 Thread Paul Barker
On Wed, 15 Jun 2016 01:23:39 +0100 Andrei Gherzan wrote: > On Fri, Jun 03, 2016 at 08:47:45PM +0100, Paul Barker wrote: > > On Fri, 3 Jun 2016 09:07:37 +0300 > > Ionel Badisor wrote: > > > > > On 06/03/2016 12:25 AM, Paul Barker wrote: > > > > On Thu, 2 Jun 2016 10:59:37 +0300 > > > > Ionel Badi

[yocto] Yocto git server via http and mirror tarballs

2016-06-15 Thread Pascal Bach
Hi Because of firewall restrictions I'm not always not able to access the git.yoctoproject.org via the git protocol but I'm required to use http. By default most of the recipes in Poky recipes use the git protocol not the http protocol. For example yocto-kernel-tools points to repositories "gi

Re: [yocto] Yocto 2.1 powerpc64 e6500 - postinstall intercept hook problems

2016-06-15 Thread Burton, Ross
On 15 June 2016 at 10:31, Burton, Ross wrote: > Fixing this is trivial, add ppc64 to QEMU_TARGETS in qemu.inc. > I'm wrong - this is more complicated as there's numerous options for ppc64. I've filed https://bugzilla.yoctoproject.org/show_bug.cgi?id=9778 to track this. Obviously we need qemupp

[yocto] Valgrind and sstate-cache

2016-06-15 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Hi everyone, I have following issue. My sstate-cache is on the different machine and I run the -c memcheck (configured to valgrind) task on some recipe. The reports are not complete, because the embedded paths to source code are missing. What to do in that case? Is running "bitbake --no-setsc

[yocto] [meta-selinux][PATCH] eudev: add wildcard version

2016-06-15 Thread Shrikant Bobade
From: Shrikant Bobade eudev version at poky updated to v3.2 from v3.1.5, so moving it to use wildcard in order to fix the parsing error. Signed-off-by: Shrikant Bobade --- recipes-core/eudev/eudev_%.bbappend | 3 +++ recipes-core/eudev/eudev_3.1.5.bbappend | 3 --- 2 files changed, 3 inser

Re: [yocto] Yocto 2.1 powerpc64 e6500 - postinstall intercept hook problems

2016-06-15 Thread Burton, Ross
On 15 June 2016 at 09:27, Anicic Damir (PSI) wrote: > The problem seems to be missing qemu-ppc64, see down "exit code: 127". > qemu-* executables ( tmp/sysroots/x86_64-linux/usr/bin/qemu-* ) are built, > but qemu-ppc64 is missing. > Fixing this is trivial, add ppc64 to QEMU_TARGETS in qemu.inc.

Re: [yocto] Mounting USB drives on a "read-only-rootfs" based system

2016-06-15 Thread Mike Looijmans
On 14-06-16 15:48, Jeffrey D Boyer wrote: Sorry, /media is not a symlink and there is no /run/media link or directory present on my running system. When I insert an SD card, for example, I get a bit of text on the debug serial port that a card has been detected, but I don't see a mount point

[yocto] Yocto 2.1 powerpc64 e6500 - postinstall intercept hook problems

2016-06-15 Thread Anicic Damir (PSI)
Hi ! I am trying to build Yocto 2.1 for PowerPC64, e6500 CPU. I managed to build, with warnings that some steps will be postponed to first boot, but if I add "read-only-rootfs" then warnings change to errors. The problem seems to be missing qemu-ppc64, see down "exit code: 127". qemu-* executab

Re: [yocto] [meta-raspberrypi][PATCH v4 5/5] linux-raspberrypi_4.4.inc: support for .dtbo files for dtb overlays

2016-06-15 Thread Herve Jourdain
Hi Andrei, OK, I will push a v5, based on your comments. Herve -Original Message- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: mercredi 15 juin 2016 01:55 To: Herve Jourdain Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATCH v4 5/5] linux-raspberrypi_4.4.