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
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
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
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
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
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
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 +=
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
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
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
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
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
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
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
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
> 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
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
://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
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
>
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
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
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
}"
> 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
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
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
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
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
27 matches
Mail list logo