Re: [yocto] Hi, I migrated from sumo to thud an I am having serious difficulties.

2019-09-17 Thread Erik Botö
Hi, On Sat, Sep 14, 2019 at 4:48 AM Ari-Pekka Sihvonen wrote: > > i have raspbertyoi3 and I had working sumo build environment. When I changed > to thud all fell apart. I have custom config.txt and cmdline.txt and at thud > I have no possibility to make them custom the baking stops whining that

Re: [yocto] Conditional include in image recipe.

2019-08-26 Thread Erik Botö
Hi, On Sat, Aug 24, 2019 at 12:20 PM Mauro Ziliani wrote: > > Hi all > > I working on a image recipe. > > If I include the layer meta-raspberrypi layer I'd like to include > recipes-code/images/rpi-basic-image-bb. > > While if i not include meta-raspberrypi layer I don't include > rpi-basic-imag

Re: [yocto] Best practices for tokens/passwords that can't be versioned

2018-12-13 Thread Erik Botö
On Tue, Dec 11, 2018 at 1:44 PM Alan Martinovic wrote: > > Thanks Erik, > guess that could work to and seems cleaner than the env variables. > > It still leaves the question how to move that content into a static file. > For example if in the end the recipe should install a file with "super > secr

Re: [yocto] Best practices for tokens/passwords that can't be versioned

2018-12-11 Thread Erik Botö
On Tue, Dec 11, 2018 at 12:55 PM Alan Martinovic wrote: > Seems like conf/local.conf could also offer a solution given that it's > a temporary > thing (per build setup), but didn't yet figure out a good mechanism. You could have a variable in the recipe and override that value in local.conf. Let

Re: [yocto] Raspberry pi with Yocto os sd card is not working with Raspbian os sd card

2018-12-11 Thread Erik Botö
On Tue, Dec 11, 2018 at 3:28 AM AKASH BHARDWAJ wrote: > > Few months ago,I built an custom image for Raspberrypi using Yocto > Project,flashed it in a sd card and was able to boot raspberrypi.Presently,I > am trying to use a different sd card with raspbian os in same > Raspberrypi.But it is no

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

2018-11-02 Thread Erik Botö
On Fri, Nov 2, 2018 at 8:30 AM Peter Bergin wrote: > > 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. Com

Re: [yocto] curl package config

2018-09-06 Thread Erik Botö
Hi, On Thu, Sep 6, 2018 at 8:01 PM Antonio Santagiuliana < santantonios...@gmail.com> wrote: > Hello > I am trying to enable the SMB protocol when building curl library by Yocto > the original recipe is under meta/recipes-support/curl > > in my image's local.conf I have > IMAGE_INSTALL_append +=

[yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add rpi-ft5406-overlay to KERNEL_DEVICETREE

2015-10-25 Thread Erik Botö
This is DTB overlay is needed for the official 7" touchscreen. Signed-off-by: Erik Botö --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 8caa5ba..97c7465 100644 --- a

Re: [yocto] pulseaudio without x11

2015-04-13 Thread Erik Botö
On Fri, Apr 10, 2015 at 9:09 PM, Chris Morgan wrote: <-- snip --> > > After a few minutes the service did shut down. It may have been due to > configuring the loop back module though I'm surprised a misconfiguration > would have resulted in pulse shutting down. I think the default behavior is to

Re: [yocto] Yocto menuconfig not working

2015-03-31 Thread Erik Botö
Hi, Does devshell work for any package? If not, try setting an explicit OE_TERMINAL in local.conf, e.g. OE_TERMINAL = "screen". See http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-OE_TERMINAL for details. Cheers, Erik On Wed, Mar 25, 2015 at 11:34 AM, Gerhard de Clercq

Re: [yocto] Building local sources

2015-03-11 Thread Erik Botö
ipes and actual code was in the same git. You are right that setting S to point somewhere outside of ${WORKDIR} is unsafe. Cheers, Erik > Cheers, > Paul > > On Wednesday 11 March 2015 09:34:30 Erik Botö wrote: >> I think you should set S to whatever directory that contains your

Re: [yocto] Building local sources

2015-03-11 Thread Erik Botö
appropriate > solution (likely I'll have to create a class so that all my modules use the > same unpack behavior). > > Yannick Koehler > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listi

Re: [yocto] ROOTFS_POSTPROCESS_COMMAND warning

2014-04-25 Thread Erik Botö
I accidentally added () when calling the function from ROOTFS_POSTPROCESS_COMMAND which does not work. Cheers, Erik On Fri, Apr 25, 2014 at 8:56 AM, Erik Botö wrote: > Hi, > > On Fri, Apr 18, 2014 at 1:48 AM, Mahyar Yaghmaee > wrote: >> Hi, >> >> I

Re: [yocto] ROOTFS_POSTPROCESS_COMMAND warning

2014-04-24 Thread Erik Botö
Hi, On Fri, Apr 18, 2014 at 1:48 AM, Mahyar Yaghmaee wrote: > Hi, > > I'm trying to run a post processing shell command using > ROOTFS_POSTPROCESS_COMMAND by adding ROOTFS_POSTPROCESS_COMMAND += > "shell_command;" at the end of an image recipe. > I get: > WARNING: Function shell_command doesn't e

Re: [yocto] bitbake co from SVN with Authentication

2014-04-15 Thread Erik Botö
Another solution might be to set both username and password in the SRC_URI line, but use variables that can then be provided in e.g. local.conf SRC_URI = "svn://svn.server.com/svn/project;module=ti;protocol=http;user=${PROJ_SVN_USER};pswd=${PROJ_SVN_PASSWORD}" and then in local.conf each user se

Re: [yocto] Can Yocto support "git clone" for url with http prefix

2014-04-08 Thread Erik Botö
> yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- = Erik Botö Senior Software Engineer Pelagicore AB Ekelundsgatan 4, 6tr, SE-411 18 Gothenburg, Sweden Mobile: +46 (0)76 881 72 03 E

Re: [yocto] Missing Python modules on target

2014-03-20 Thread Erik Botö
it >>> seems that perhaps some more python .bb-files should be transferred to >>> Yocto? >> >> >> >> It seems like that recipe is for a standalone pypi wsgiref, but it's >> included in python for 2.5+, I expect that recipe is a re

Re: [yocto] Autotools not configuring

2014-03-12 Thread Erik Botö
://hello/" >> inherit autotools gettext >> >> After executing this bb file, i took a look at the logs of configure. >> It says nothing to configure. This hello world is the dummy auto >> tooled packed downloaded from yocto site. >> Please help me with what&#x

Re: [yocto] [DYLAN] RPATH issue with qt5's qtwebkit

2013-08-24 Thread Erik Botö
On Sat, Aug 24, 2013 at 3:36 AM, Trevor Woerner wrote: > Hi, > > When I try to include "qtwebkit" in my image from the "dylan" branch I end > up > with the following QA do_package_qa error [note that this does not happen > with "master"]: > > ERROR: QA Issue: package qtwebkit contains bad RPATH >

Re: [yocto] systemd support?

2013-08-16 Thread Erik Botö
D_PRELOAD -L " + rootfs_path\ + " -E LD_LIBRARY_PATH=" + libdir + ":" + base_libdir + " "\ + rootfs_path + binary Cheers, Erik Botö On Fri, Aug 16, 2013 at 1:07 PM, Gary Thomas wrote: > On 2013-08-15 16:29, Gary Thomas wrote: > &g

Re: [yocto] extend image.bbclass (or any bbclass file)

2013-07-12 Thread Erik Botö
Hi, On Fri, Jul 12, 2013 at 1:11 PM, Davide Soldan wrote: > Hi to all, > I'm trying to move, from outside to inside my recipes, all the changes > I've done for my custom image. > For example I changed the image.bbclass adding a function. But this file > is outside of my recipes that are stored un

Re: [yocto] [meta-freescale] how to install pulseaudio completely

2013-07-12 Thread Erik Botö
wrong with pulseaudio configure so that it do not > install completely by default. > The pulseaudio daemon is packaged as pulseaudio-server, maybe the image doesn't install that package by default? Cheers, Erik Botö > someone know

Re: [yocto] Installing .deb file in Build

2013-06-26 Thread Erik Botö
}" > FILES_${PN} += "${sysconfdir}/init.d/bootstraploader" > FILES_${PN} += "${D}/opt/skidata/bootstraploader/*.sh > ${D}/opt/skidata/bootstraploader/*.pm" > > Any reasons why its failing is deeply appreciated You still have ${D} in FILES_${PN}, so the

[yocto] [meta-ivi][PATCH 2/2] audiomanager: start using -d to daemonize

2013-05-30 Thread Erik Botö
The unit file is written in such a way that it expects setup_amgr.sh to return, therefore -d needs to be passed to AudioManager. Signed-off-by: Erik Botö --- recipes-multimedia/audiomanager/audiomanager/setup_amgr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes

[yocto] [meta-ivi][PATCH 1/2] audiomanager: Build plugins as modules instead of shared libraries

2013-05-30 Thread Erik Botö
The plugins are now built as modules instead of versioned shared libraries. The plugins are also included in the main package instead of in -dev since they are needed runtime. Signed-off-by: Erik Botö --- ...ns-as-modules-instead-of-shared-libraries.patch | 88

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Erik Botö
On Tue, May 28, 2013 at 2:32 PM, Zafrullah Syed wrote: > Hi Paul, > > It's the same error: > > ERROR: ExpansionError during parsing > /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/hello.bb: > Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which > triggered

[yocto] [meta-ivi] Remove nfs-utils from packagegroup-core-p1

2013-04-02 Thread Erik Botö
Hi, I believe that nfs-utils is not longer necessary to include in packagegroup-core-p1, right? Cheers, Erik ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto