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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
> 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
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
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 (
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
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
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:
> > >
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,
>
>
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
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
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
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
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
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
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
> 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
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 -
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
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
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
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
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
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.
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
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
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.
40 matches
Mail list logo