Re: [yocto] Final DISTRO_FEATURES value

2019-08-20 Thread Peter Bergin
Hi, or if you want to inspect how it is built up you can find out by 'bitbake -e'. Will produce information about from which files the variable is built up. It produces a lot of output so pipe to a file or editor. Regards, /Peter On 2019-08-21 08:36, Gabriele Zampieri wrote: Ciao, you ca

Re: [yocto] Systemd service recipe fails while booting from initramfs

2019-01-22 Thread Peter Bergin
Hi Zoran, I'm not sure I got your question correct but I'll try to give you a super simple network config for systemd-networkd using dhcp. Add the file '/etc/systemd/network/10-dhcp.network' with the following content:     [Match] Name=* [Network] DHCP=yes Then

Re: [yocto] Systemd service recipe fails while booting from initramfs

2019-01-21 Thread Peter Bergin
On 2019-01-21 07:56, Zoran Stojsavljevic wrote: Hello to all, I have added to my local.conf the following lines in order to port systemd service in YOCTO (Thud release): _/## Add systemd service VIRTUAL-RUNTIME_init_manager = "systemd" VIRTUAL-RUNTIME_dev_manager = "systemd" DISTRO_FEATURES_B

Re: [yocto] Can not build SDK in rocko 'nothing provides /usr/bin/python...'

2018-11-02 Thread Peter Bergin
On 2018-11-02 09:54, Erik Botö wrote: and there they have added python to RDEPENDS. Adding that should pull python in to the SDK as well. Thank you Erik! Yes, adding python to RDEPENDS_kernel-devsrc solved the problem. /Peter -- ___ yocto mailing lis

[yocto] Can not build SDK in rocko 'nothing provides /usr/bin/python...'

2018-11-02 Thread Peter Bergin
Hi, I'm working in rocko branch and trying to build a SDK with kernel-devsrc on a standard qemux86 machine. During task populate_sdk I get the following error: ERROR: core-image-base-1.0-r0 do_populate_sdk: Could not invoke dnf. Command '/work/yocto/rocko/qemux86/tmp/work/qemux86-poky-linux/

Re: [yocto] liblzma: memory allocation failed

2018-09-24 Thread Peter Bergin
On 2018-09-24 00:06, Andrea Adami wrote: On Fri, Sep 21, 2018 at 1:04 AM Andrea Adami wrote: On Thu, Sep 20, 2018 at 1:03 PM Peter Bergin wrote: On 2018-09-17 10:27, Burton, Ross wrote: On Mon, 17 Sep 2018 at 08:13, Peter Bergin wrote: I'm pretty sure I have narrowed down the root

Re: [yocto] liblzma: memory allocation failed

2018-09-20 Thread Peter Bergin
On 2018-09-17 10:27, Burton, Ross wrote: On Mon, 17 Sep 2018 at 08:13, Peter Bergin wrote: I'm pretty sure I have narrowed down the root cause to the restriction of virtual memory and that liblzma base its memory calculations on physical RAM. To prove this I added a printout in rpm-n

Re: [yocto] liblzma: memory allocation failed

2018-09-17 Thread Peter Bergin
Hi Randy, On 2018-09-17 06:25, Randy MacLeod wrote: On 09/16/2018 04:40 PM, Peter Bergin wrote: Hi, during the task do_package_write_rpm I get the error "liblzma: Memory allocation failed". It happens during packaging of binary RPM packages. The root cause seems to be the host e

Re: [yocto] liblzma: memory allocation failed

2018-09-16 Thread Peter Bergin
Hi Manju, On 2018-09-17 00:25, Manjukumar Harthikote Matha wrote: Hi Peter, -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Peter Bergin Sent: Sunday, September 16, 2018 1:41 PM To: yocto@yoctoproject.org Subject: [yocto

[yocto] liblzma: memory allocation failed

2018-09-16 Thread Peter Bergin
Hi, during the task do_package_write_rpm I get the error "liblzma: Memory allocation failed". It happens during packaging of binary RPM packages. The root cause seems to be the host environment that is used in our project. We run our builds on a big server with 32 cores and 256GB of physical

Re: [yocto] ICECC build failures?

2016-06-30 Thread Peter Bergin
Hi, On 07/01/2016 03:18 AM, Takashi Matsuzawa wrote: Hello Yocto. Recently I am trying icecc with bitbake and amd halfway satisfied. Good to see batch of my compilation jobs consumed by my build machines on icemon is not bad. However, I can see my builds fail in certain condition eveytime and w

Re: [yocto] Customize login prompt text in Yocto

2016-04-24 Thread Peter Bergin
Hi, On 04/24/2016 09:42 AM, Andreas Enbacka wrote: Hello, Normally, when building e.g., a console-based image using Yocto, you will get at caption text ”Poky Reference Distribution”... at the login prompt. Is it easily possible to change / customize this caption text, and in such a case, which

Re: [yocto] Python3 failure using ctypes

2015-06-10 Thread Peter Bergin
Hi again, On 06/09/2015 12:21 PM, Peter Bergin wrote: Hi, On 06/09/2015 11:28 AM, Burton, Ross wrote: On 9 June 2015 at 09:27, Peter Bergin mailto:peter.ber...@tritech.se>> wrote: The root cause of this is an error during the build of Python3. From tmp/work/cortexa9hf-vfp-neon-poky

Re: [yocto] Python3 failure using ctypes

2015-06-09 Thread Peter Bergin
Hi, On 06/09/2015 11:28 AM, Burton, Ross wrote: On 9 June 2015 at 09:27, Peter Bergin mailto:peter.ber...@tritech.se>> wrote: The root cause of this is an error during the build of Python3. From tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/python3/3.3.3-r1.0/temp/log.do_configure:

[yocto] Python3 failure using ctypes

2015-06-09 Thread Peter Bergin
e.ac' or 'configure.in' is required NOTE: _ctypes failed to autoreconf The targeted machine for us is i.Mx6 built with the Freescale community BSP but I have also been able to reproduce the same thing with just building core-image-base for qemux86 only appending python3-ctypes. Anyo

[yocto] python 2to3 conflicts when populating sdk

2015-04-16 Thread Peter Bergin
: Installing the following packages: gst-plugins-good-jpeg-dev shadow-securetty-dev gst-plugins-good-alpha-d Anyone having an idea how to resolv this conflict? Regards, /Peter Peter Bergin peter.ber...@tritech.se +46 733 35 21 05 www.tritech.se +46 31 763 38 00 Nordstadstorget 6 SE

Re: [yocto] Qt5.3

2014-10-28 Thread Peter Bergin
Hi, On 10/28/2014 04:13 PM, Chiz Chikwendu wrote: Has anyone built qt5.3 for an application an intel atom platform? I have problems with unbuildable dependency with “ruby-native”. Anyone know how to get around this? Chiz have you added the meta-ruby layer to your conf/bblayers.conf? See the REA

[yocto] icecc

2014-10-28 Thread Peter Bergin
a/conf/documentation.conf:226 # [doc] "Lists classes that will be inherited at the distribution level. It is unlikely that you want to edit this variable." # computed: # " icecc" INHERIT_DISTRO=" icecc" # ... What is wrong here, document

[yocto] Creating tailored image without standard rootfs files

2013-03-21 Thread Peter Bergin
Hi, for my Yocto build I want to create two separate images as output because in my system I have two separate partitions. One partition containing the root file system and one partition containing configuration and application data. What I want is to create an image only containing data and ap