|
Re: Yocto + meta-networking
Hi Saul,
Sorry for top posting, I'm responding on my phone.
Yes, that's exactly how my bblayers.conf looks except when I had the first problem I then added in meta-oe. I'll double check and make
Hi Saul,
Sorry for top posting, I'm responding on my phone.
Yes, that's exactly how my bblayers.conf looks except when I had the first problem I then added in meta-oe. I'll double check and make
|
By
Brian Hutchinson <b.hutchman@...>
·
#14989
·
|
|
Re: Yocto + meta-networking
Hi Brian,
Mixing branches is the issue here. meta-networking added a LAYERDEPENDS on
"core" which the denzil poky/OE-Core doesn't provide. This is just an
incidental error though, if it hadn't
Hi Brian,
Mixing branches is the issue here. meta-networking added a LAYERDEPENDS on
"core" which the denzil poky/OE-Core doesn't provide. This is just an
incidental error though, if it hadn't
|
By
Paul Eggleton
·
#14988
·
|
|
Re: Yocto + meta-networking
Did you mean your bblayers.conf file? I am not sure you need meta-oe if you are just building net-snmp, this is what your bblayers.conf should look like:
BBLAYERS ?= " \
/home/sgw/yocto/poky/meta
Did you mean your bblayers.conf file? I am not sure you need meta-oe if you are just building net-snmp, this is what your bblayers.conf should look like:
BBLAYERS ?= " \
/home/sgw/yocto/poky/meta
|
By
Saul Wold <sgw@...>
·
#14987
·
|
|
Yocto + meta-networking
Hi,
What is the "right" way of adding the meta-networking to Yocto? I'm obviously not doing something right.
At the poky directory level, I cloned meta-openembedded. I then tried to go to my build's
Hi,
What is the "right" way of adding the meta-networking to Yocto? I'm obviously not doing something right.
At the poky directory level, I cloned meta-openembedded. I then tried to go to my build's
|
By
Brian Hutchinson <b.hutchman@...>
·
#14986
·
|
|
Re: zedboard & gnuradio
Paul,
I opted for options b.) modifying /home/vidal/POKY/build071613_zedboard/poky/meta-yocto/conf/distro/poky.conf mvoing already-stripped from ERROR_QA to WARN_QA .
Build is currently in
Paul,
I opted for options b.) modifying /home/vidal/POKY/build071613_zedboard/poky/meta-yocto/conf/distro/poky.conf mvoing already-stripped from ERROR_QA to WARN_QA .
Build is currently in
|
By
Edward Vidal <vidal.develone@...>
·
#14985
·
|
|
Re: [yocto-autobuilder][PATCH 0/3] Enabling of the new testimage class for sanity tests
Turns out the buildtools-tarball does not have all the python modules needed, I am working this issue right now.
Sau!
Turns out the buildtools-tarball does not have all the python modules needed, I am working this issue right now.
Sau!
|
By
Saul Wold <sgw@...>
·
#14984
·
|
|
Re: zedboard & gnuradio
Hi Edward,
poky.conf now marks this QA issue as an error instead of a warning in order to
pick up on quality issues when running builds. You can either:
a) Fix the recipe so that qwt gets built
Hi Edward,
poky.conf now marks this QA issue as an error instead of a warning in order to
pick up on quality issues when running builds. You can either:
a) Fix the recipe so that qwt gets built
|
By
Paul Eggleton
·
#14983
·
|
|
Re: Image recipes in Yocto 1.4 (dylan-9.0.0)
Hi Brian,
Sorry this message got lost in my inbox.
So you are using rm_work? If you are I don't think RM_WORK_EXCLUDE will really
help.
Just to confirm, you're not referring to the WORKDIR of one
Hi Brian,
Sorry this message got lost in my inbox.
So you are using rm_work? If you are I don't think RM_WORK_EXCLUDE will really
help.
Just to confirm, you're not referring to the WORKDIR of one
|
By
Paul Eggleton
·
#14982
·
|
|
Re: [yocto-autobuilder][PATCH 0/3] Enabling of the new testimage class for sanity tests
Merged into master and production. Thanks.
-b
<stefanx.stanacar@...> wrote:
--
Elizabeth Flanagan
Yocto Project
Build and Release
Merged into master and production. Thanks.
-b
<stefanx.stanacar@...> wrote:
--
Elizabeth Flanagan
Yocto Project
Build and Release
|
By
Flanagan, Elizabeth <elizabeth.flanagan@...>
·
#14981
·
|
|
回复: meta-freescale] how to install pulseaudio completely
Hi,
Ok & i will have a try, thanks for your reply :)
Thanks,
- Jojo
在 2013年7月12日星期五,下午6:45,Erik Botö
Hi,
Ok & i will have a try, thanks for your reply :)
Thanks,
- Jojo
在 2013年7月12日星期五,下午6:45,Erik Botö
|
By
jojo <rjiejie@...>
·
#14980
·
|
|
zedboard & gnuradio
Hello,
Any and all help will be appreciated.
testing not having to revert back to boost-1.53.0 The new pull of poky, meta-oe, boost-1.54.0 compiled okay.
pull on 07/16/13 of all
Hello,
Any and all help will be appreciated.
testing not having to revert back to boost-1.53.0 The new pull of poky, meta-oe, boost-1.54.0 compiled okay.
pull on 07/16/13 of all
|
By
Edward Vidal <vidal.develone@...>
·
#14979
·
|
|
Re: Regarding offline build
We do offline builds. You need to download all the tar balls for all the open source recipes you build, or you can download pre-build images and SDK. Another way is to create a local mirror of all
We do offline builds. You need to download all the tar balls for all the open source recipes you build, or you can download pre-build images and SDK. Another way is to create a local mirror of all
|
By
Lee Ballard
·
#14978
·
|
|
SDK generation
Hi I'm having some trouble generating a Qt(4) SDK that I can use on a host system. We generate our own image
Hi I'm having some trouble generating a Qt(4) SDK that I can use on a host system. We generate our own image
|
By
Matthias Van Gestel <maregt0@...>
·
#14977
·
|
|
Re: Regarding offline build
If you know what you want to build (i.e. core-image-sato), then
telling bitbake to fetch the sources when you do have a connection
should be mostly sufficient:
$ bitbake core-image-sato -c
If you know what you want to build (i.e. core-image-sato), then
telling bitbake to fetch the sources when you do have a connection
should be mostly sufficient:
$ bitbake core-image-sato -c
|
By
Burton, Ross <ross.burton@...>
·
#14976
·
|
|
Re: Regarding offline build
Amit – you will definitely need an internet connection. What you downloaded is just the build tools and metadata which tells bitbake where to find the sources on the internet.
If you want to build
Amit – you will definitely need an internet connection. What you downloaded is just the build tools and metadata which tells bitbake where to find the sources on the internet.
If you want to build
|
By
David Stewart
·
#14975
·
|
|
Re: pre-built yocto toolchains don't install cleanly on fedora 19
There a fix for this on oe-core ML:
http://patches.openembedded.org/patch/53761/
Thanks,
Laurentiu
There a fix for this on oe-core ML:
http://patches.openembedded.org/patch/53761/
Thanks,
Laurentiu
|
By
Laurentiu Palcu <laurentiu.palcu@...>
·
#14974
·
|
|
Re: pre-built yocto toolchains don't install cleanly on fedora 19
ok, just added myself to CC list, thanks.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario,
ok, just added myself to CC list, thanks.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario,
|
By
Robert P. J. Day
·
#14973
·
|
|
Re: pre-built yocto toolchains don't install cleanly on fedora 19
whoops, sorry, link to wrong directory, the toolchain in question is
here:
http://downloads.yoctoproject.org/releases/yocto/yocto-1.4.1/toolchain/i686/
rday
--
whoops, sorry, link to wrong directory, the toolchain in question is
here:
http://downloads.yoctoproject.org/releases/yocto/yocto-1.4.1/toolchain/i686/
rday
--
|
By
Robert P. J. Day
·
#14972
·
|
|
Yocto Full Pass Report for 1.5_M2 - 2013-07-10-1 build
Hello,
Here is the weekly test result for 1.5 M2, build 2013-07-10-1.
Issue summary:
- The blocking issues for beagleboard and routerstatinpro had been fixed, but P1022ds is still
Hello,
Here is the weekly test result for 1.5 M2, build 2013-07-10-1.
Issue summary:
- The blocking issues for beagleboard and routerstatinpro had been fixed, but P1022ds is still
|
By
Georgescu, Alexandru C <alexandru.c.georgescu@...>
·
#14971
·
|
|
Regarding offline build
Hi,
I have quarry regarding the Yocto Project build offline.
Is that possible to build the Yocto Project with internet access?
I have download the poky-<latest>.tar.bz2, now I wants to
Hi,
I have quarry regarding the Yocto Project build offline.
Is that possible to build the Yocto Project with internet access?
I have download the poky-<latest>.tar.bz2, now I wants to
|
By
Amit Kumar <Amit.Kumar@...>
·
#14970
·
|