Hi,
I'm new to Yocto, so please let me know if this is the wrong list for questions
like this.
I'm trying to add a recipe for a new cmake project (for UCI). The
do_package_qa task reports this problem:
ERROR: QA Issue: uci rdepends on uci-dev
ERROR: QA run found fatal errors. Please consider
we're trying to move to Yocto because
it seems to have a better supported future. IOW, using the tar ball is a way
to change only one thing at a time until the rest of the build is happy.
Thanks again,
Brad
On Jul 31, 2013, at 11:45 AM, "Burton, Ross"
mailto:ross.bur...@in
4 Poky recipes?
Thanks,
Brad
On Jul 31, 2013, at 3:58 PM, Khem Raj
mailto:raj.k...@gmail.com>> wrote:
On Jul 31, 2013, at 3:39 PM, Brad Litterell
mailto:br...@taser.com>> wrote:
└── lib
├── libuci.a
└── libuci.so
So, I added this:
FILES_${PN} +="/usr/
On Jul 31, 2013, at 9:35 PM, Khem Raj
mailto:raj.k...@gmail.com>> wrote:
On Jul 31, 2013, at 5:52 PM, Brad Litterell
mailto:br...@taser.com>> wrote:
Hi,
I tried
FILES_${PN} =+ "${libdir}/libuci.so"
but under package-split, the .so file is still only listed in th
I have some scripts I'd like to copy to the target to a simple folder, e.g.
/lib/foo
Ideally I'd like to just create a simple recipe something like this:
SRC_URI = "file://lib/foo/foo.sh"
inherit install_only
Is there a class like this?
It seems like most recipes of this form accomplish th
Ok, thanks - mainly wanted to make sure I was following a best practice of
sorts.
On Aug 13, 2013, at 5:39 PM, Khem Raj
mailto:raj.k...@gmail.com>> wrote:
On Aug 13, 2013, at 5:15 PM, Brad Litterell
mailto:br...@taser.com>> wrote:
I have some scripts I'd like to copy t
I searched the Yocto Mega Manual, but am still somewhat mystified by the suffix
formatting of various variable - especially virtual ones like this:
PREFERRED_PROVIDER_virtual/gettext = "gettext"
PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-ti-staging"
PREFERRED_PROVIDER_virtual/bootlo
27;s just that some components use
the _virtual convention and others don't?
Do I have it right?
Thanks,
Brad
On Aug 20, 2013, at 3:27 PM, Paul Eggleton
wrote:
> Hi Brad,
>
> On Monday 19 August 2013 22:51:04 Brad Litterell wrote:
>> I searched the Yocto Mega Manu
t;more specific" in that it matches
two values in overrides, whereas car is last, but less specific.
Thanks & sorry if I'm missing something simple.
Brad
On Aug 20, 2013, at 4:33 PM, Paul Eggleton
wrote:
> On Tuesday 20 August 2013 23:16:56 Brad Litterell wrote:
>> Th
Paul, thanks so much!
On Aug 21, 2013, at 7:26 AM, Paul Eggleton
wrote:
> Hi Brad,
>
> On Tuesday 20 August 2013 23:42:36 Brad Litterell wrote:
>> Thanks - that makes it clearer. But now I have one other question to ask:
>>
>> if virtual/xyz is added to overr
I'm building w/the Arago distribution which contains lighttpd for a web server.
I include this in my image as follows:
IMAGE_INSTALL = "packagegroup-core-boot \
...
lighttpd lighttpd-module-cgi lighttpd-module-compress lighttpd-module-expire \
...
"
This installs a default configuration file fo
I'm building w/the Arago distribution which contains lighttpd for a web server.
I include this in my image as follows:
IMAGE_INSTALL = "packagegroup-core-boot \
...
lighttpd lighttpd-module-cgi lighttpd-module-compress lighttpd-module-expire \
...
"
This installs a default configuration file fo
Hi,
I've grown to really appreciate bitbake for compiling code from a myriad of
sources, however, what is the recommended course for source I am currently
doing live development on? My code base lives in a couple of git repos that do
NOT map one-to-one with recipes and I don't really want to s
I'm trying to rebuild uImage into my deploy folder (minimally) and so I tried:
bitbake linux-am335x-psp -c clean
bitbake linux-am335x-psp
This works great for most of my recipes, but for the kernel something odd is
happening. I keep getting a uImage with an old date in my deploy folder so it
a
?
Thanks,
Brad
From: Paul Eggleton [paul.eggle...@linux.intel.com]
Sent: Friday, September 13, 2013 2:55 AM
To: Brad Litterell
Cc: Chris Larson; yocto@yoctoproject.org
Subject: Re: [yocto] Bitbake on live (uncommitted) code
On Thursday 12 September 2013 17:23:53 Chris Larson wrote:
> On Thu, Se
I have a number of QT components that have qmake style .pro files.
In my recipe I inherit both externalsrc & qmake2. I'm using qmake2 based on
the quicky sample recipe since I don't need X11 or the other GUI libraries.
In the bitbake work folder, the generated run.do_configure script resembles
I'm finding that I use a pattern like this in a number of recipes to install
all the files that exist in a particular folder, generally scripts or data
files:
# copy scripts
pushd ${S}/files/bin
# note that failure in the exec is not always captured here, so this needs
to be enhance
My recipe builds and ships an executable in /foo/bin/fooapp
FILES_${PN} += "/foo/bin/*"
WARNING: QA Issue: foo: Files/directories were installed but not shipped
/foo/bin/.debug
/foo/bin/.debug/fooapp
This file doesn't appear in the image, but is in the package folder:
./package/foo/bin/.debu
Thanks Nicolas!
Sent from my Windows Phone
From: Nicolas Dechesne<mailto:nicolas.deche...@linaro.org>
Sent: 9/26/2013 15:29
To: Brad Litterell<mailto:b...@evidence.com>
Cc: yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
Subject: Re
Hi,
I have a few recipes in my image that represent my own custom code. I would
like to generate PV dynamically from my source code, but since the recipe is
parsed before the code is extracted from the tarball, that's not easy to do.
The Poky reference manual implies this is possible:
PV is ge
them.
I think Martin's subsequent reply is the secret to use PKGV. I didn't know
about that variable.
Cheers,
Brad
From: zhenhua@freescale.com [zhenhua@freescale.com]
Sent: Tuesday, December 17, 2013 1:41 AM
To: Brad Litterell
C
It seems like most of the yocto build tools assume building directly from git
(or with external-src but without dependency checking).
Any suggestions?
Thanks,
Brad
From: Paul Eggleton [paul.eggle...@linux.intel.com]
Sent: Tuesday, December 17, 2013 12:24
message on
specific recipes?
Thanks,
Brad
From: Martin Jansa [martin.ja...@gmail.com]
Sent: Wednesday, December 18, 2013 1:36 AM
To: Brad Litterell
Cc: Paul Eggleton; yocto@yoctoproject.org
Subject: Re: [yocto] Setting PV dynamically in a recipe
On Wed, D
I am having trouble getting my build environment to work offline. I followed
the instructions here:
https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_create_my_own_source_download_mirror_.3F
I've built my project, created the tarballs, etc. However, it appears there is
still something I'
t included
in the sstate? (I'd assume not). Is there a meta-list somewhere of what goes
in the state hash?
___
From: Martin Jansa [martin.ja...@gmail.com]
Sent: Friday, December 20, 2013 1:34 AM
To: Brad Litterell
Cc: Paul Eggleton; yocto@yoctoproject.
ing though.
From: Martin Jansa [martin.ja...@gmail.com]
Sent: Friday, December 20, 2013 2:01 AM
To: Brad Litterell
Cc: Paul Eggleton; yocto@yoctoproject.org
Subject: Re: [yocto] Setting PV dynamically in a recipe
On Fri, Dec 20, 2013 at 09:39:13AM +0000, Brad Litterell wrote:
> I'm
th same message "no sigdata files found matching "
Is there a way to list all the possible inputs of sigfiles that exist?
Disclaimer - Yocto 1.3 - possibly known issue?
From: yocto-boun...@yoctoproject.org [yocto-boun...@yoctoproject.org] on b
I have a package "bar" that uses qt4-embedded (inherit qt4e). When I include
the dbg package for my stuff (bar-dbg) in the image, I also get several hundred
MB of QT related debug files that I'm not interested in. All I want to do is
run GDB on my code, I don't care to debug into the QT code.
I'd like to include a RFID reader in a Yocto-based project.
What is the best way to find devices that have driver support already or that
provide open-source drivers suitable for inclusion?
Is there a hardware support list for stuff like that somewhere?
Thanks,
Brad
--
___
unsubscribe
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
30 matches
Mail list logo