|
Libraries missing after build is successful
I appended OpenCV and Gstreamer plugins to Image and made a build. Build is successful without any errors but OpenCV libraries are missing in rootfs.tar.bz2
I searched for libs( libopencv_core.so,
I appended OpenCV and Gstreamer plugins to Image and made a build. Build is successful without any errors but OpenCV libraries are missing in rootfs.tar.bz2
I searched for libs( libopencv_core.so,
|
By
Zafrullah Syed <zafrullahmehdi@...>
·
#14939
·
|
|
Re: extend image.bbclass (or any bbclass file)
Really simple!!!
Excuse me for the dumb question and thanks a lot!
Cheers
Davide
In data venerdì 12 luglio 2013 13:22:32, Erik Botö ha scritto:
Hi,
Really simple!!!
Excuse me for the dumb question and thanks a lot!
Cheers
Davide
In data venerdì 12 luglio 2013 13:22:32, Erik Botö ha scritto:
Hi,
|
By
Davide Soldan <davide.soldan@...>
·
#14938
·
|
|
Re: extend image.bbclass (or any bbclass file)
Hi,
By
Erik Bot?
·
#14937
·
|
|
extend image.bbclass (or any bbclass file)
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
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
|
By
Davide Soldan <davide.soldan@...>
·
#14936
·
|
|
Re: [meta-freescale] how to install pulseaudio completely
Hi,
By
Erik Bot?
·
#14935
·
|
|
[meta-freescale] how to install pulseaudio completely
Hi,
My yocto version/tag is dylan.
I have compiled fsl-image-gui to testing the the audio output, but i can not find
anything about for pulseaudio server to start up daemon.
I
Hi,
My yocto version/tag is dylan.
I have compiled fsl-image-gui to testing the the audio output, but i can not find
anything about for pulseaudio server to start up daemon.
I
|
By
jojo <rjiejie@...>
·
#14934
·
|
|
Re: Mount options for removable drives
As I understand it, the caveat with "sync" is that you do a *lot* more
writes to the disk which dramatically reduces the lifespan of
flash-based media.
Ross
As I understand it, the caveat with "sync" is that you do a *lot* more
writes to the disk which dramatically reduces the lifespan of
flash-based media.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#14933
·
|
|
Re: Mount options for removable drives
Look in /etc/udev on the image, this is handled by udev.
--
Paul Barker
Email: paul@...
http://www.paulbarker.me.uk
Look in /etc/udev on the image, this is handled by udev.
--
Paul Barker
Email: paul@...
http://www.paulbarker.me.uk
|
By
Paul Barker <paul@...>
·
#14932
·
|
|
Mount options for removable drives
Can someone point me to the configuration for how removable drives are
mounted? When I plug in a flash drive, it mounts /dev/sdb1 as /media/sdb1,
but it uses "relatime" and I'd like to use "noatime".
Can someone point me to the configuration for how removable drives are
mounted? When I plug in a flash drive, it mounts /dev/sdb1 as /media/sdb1,
but it uses "relatime" and I'd like to use "noatime".
|
By
Paul D. DeRocco
·
#14931
·
|
|
DO PACKAGE QA error during compilation of FireFox OS on Raspberry Pi
Hi,
I try to compile source code for FF OS released by Philipp Wagner at http://www.philipp-wagner.com/blog/2013/04/firefox-os-for-raspberry-pi-now-available/#more-251. Unfortunately i get error
Hi,
I try to compile source code for FF OS released by Philipp Wagner at http://www.philipp-wagner.com/blog/2013/04/firefox-os-for-raspberry-pi-now-available/#more-251. Unfortunately i get error
|
By
Piotr Ziomacki <ziomackipiotr@...>
·
#14930
·
|
|
Re: Error to Build Arago Yocto Project
I think what you miss is the top layer (yocto or openembedded) ...because your BSP will build using the top layer from yocto or OE. So check that the core layer is available or downloaded by you...
As
I think what you miss is the top layer (yocto or openembedded) ...because your BSP will build using the top layer from yocto or OE. So check that the core layer is available or downloaded by you...
As
|
By
Gaurang Shastri
·
#14929
·
|
|
Error to Build Arago Yocto Project
Hi,
I am building the Arago Yocto Project first time. I have follow the steps given in the Arago Project link
Hi,
I am building the Arago Yocto Project first time. I have follow the steps given in the Arago Project link
|
By
Amit Kumar <Amit.Kumar@...>
·
#14928
·
|
|
Re: Is there still a Yocto dependency on bash (versus dash)?
dash will obviously work but not all the properties of bash (like wild card characters). somewhere you need to change the logic to run with dash...
but if you really like bash, then you can do
#
dash will obviously work but not all the properties of bash (like wild card characters). somewhere you need to change the logic to run with dash...
but if you really like bash, then you can do
#
|
By
Gaurang Shastri
·
#14927
·
|
|
Re: [meta-freescale] Compile error for boost_1.54.0
Thanks Saul :-)
Chris Tapp
opensource@...
www.keylevel.com
Thanks Saul :-)
Chris Tapp
opensource@...
www.keylevel.com
|
By
Chris Tapp
·
#14926
·
|
|
Re: Ubuntu 11.10 to 12.04 upgrade
Thanks for the feedback. Just waiting for a backup to complete and then I'll run the update...
Chris Tapp
opensource@...
www.keylevel.com
Thanks for the feedback. Just waiting for a backup to complete and then I'll run the update...
Chris Tapp
opensource@...
www.keylevel.com
|
By
Chris Tapp
·
#14925
·
|
|
Re: [meta-freescale] Compile error for boost_1.54.0
OK, I finally tracked this bugger down to the eglibc update to 2.18 and specifically
Turns out that in boost code there is a check for the __GLIBC_HAVE_LONG_LONG in cstdint.hpp and this was not
OK, I finally tracked this bugger down to the eglibc update to 2.18 and specifically
Turns out that in boost code there is a check for the __GLIBC_HAVE_LONG_LONG in cstdint.hpp and this was not
|
By
Saul Wold <sgw@...>
·
#14924
·
|
|
Re: Is there still a Yocto dependency on bash (versus dash)?
It should work with dash, I know several key developers who use ubuntu
with dash. If you find any problems file a bug and we'll get them
sorted.
Ross
It should work with dash, I know several key developers who use ubuntu
with dash. If you find any problems file a bug and we'll get them
sorted.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#14923
·
|
|
Is there still a Yocto dependency on bash (versus dash)?
I recall a while back that OE/poky had issues with Ubuntu's dash shell (Ubuntu's replacement for bash) which required the the shell to be linked to bash rather than dash. Is this (bash) still a
I recall a while back that OE/poky had issues with Ubuntu's dash shell (Ubuntu's replacement for bash) which required the the shell to be linked to bash rather than dash. Is this (bash) still a
|
By
Glenn Schmottlach <gschmottlach@...>
·
#14922
·
|
|
Re: bitbake-env
Thank you; works great!
By
Trevor Woerner <trevor.woerner@...>
·
#14921
·
|
|
Re: bitbake-env
On Thu, Jul 11, 2013 at 9:25 AM, Trevor Woerner <trevor.woerner@...> wrote:
Has anyone tried using the bitbake-env utility lately?
On master I get:
$ bitbake-env
Traceback (most recent call last):
On Thu, Jul 11, 2013 at 9:25 AM, Trevor Woerner <trevor.woerner@...> wrote:
Has anyone tried using the bitbake-env utility lately?
On master I get:
$ bitbake-env
Traceback (most recent call last):
|
By
Chris Larson <clarson@...>
·
#14920
·
|