Hey Laurent:
Is your config recipe being built before all the recipes with the default
config files and overriding your config files?
In that case I would make anything with a config file that you want to override
a dependency of your config recipe.
What's the actual error?
-Erik
Sent from m
tried again. It fails with a parsing error on the lines I added, so I know the
file is being re-parsed.
Any thoughts?
Thanks again.
-Erik
-Original Message-
From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com]
Sent: Wednesday, April 08, 2015 9:22 AM
To: Erik Bolton
Cc: yocto@yoctop
Hey All;
This has been brought up before (although I think the error was different), but
I'm having a lot of issues with the version of Python included with the SDK.
We use Python for code generation as part of our project. If I source the
environment script and try to run our Python scripts
Hey All:
I'm trying to setup a local YUM repo using the RPMs in
/tmp/deploy/rpm/
I've added a .repo file to /etc/yum/repos.d with the following lines:
[local]
name=yocto-core2_32
baseurl=file:///home/ebolton/yocto/poky/build-max/tmp/deploy/rpm/core2_32
enabled=1
gpgcheck=0
and setup my mai
Hilst:
You can specify what files get installed to what packages with
FILES_${PN}-
In your case, something like:
FILES_${PN} = "${libdir}/libDigital*"
FILES_${PN}-dbg = “"${libdir}/.debug/*"
would probably work fine.
I’d also recommend using “oe_runmake” instead of “make” in your build funct
Hey All:
I'm trying to switch a large project we've been working on for years from
TinyCore to yocto.
I've avoided dealing with this up until now, but it can't wait any longer.
I want to keep the yocto SDK that we distribute to our development team as lean
as possible so that we don't have to