|
Re: Eclipse plug-in does not detect my target
Hello Jessica,
<leon.woestenberg@...> wrote:
Confirmed that worked.
Thanks,
--
Leon
Hello Jessica,
<leon.woestenberg@...> wrote:
Confirmed that worked.
Thanks,
--
Leon
|
By
Leon Woestenberg <leon.woestenberg@...>
·
#1217
·
|
|
Re: How to compile Qt library with bitbake?
Where did you look (what packages did you install)?
Just add this line to your config:
IMAGE_FEATURES += "qt4-pkgs"
This should then build an image which has the QT4 package set.
You could also
Where did you look (what packages did you install)?
Just add this line to your config:
IMAGE_FEATURES += "qt4-pkgs"
This should then build an image which has the QT4 package set.
You could also
|
By
Gary Thomas
·
#1216
·
|
|
Re: How to compile Qt library with bitbake?
Simon for 0.9 version then it would be poky-image-sdk, we changed the image name in 1.0. Sorry for the confusion.
Sau!
Simon for 0.9 version then it would be poky-image-sdk, we changed the image name in 1.0. Sorry for the confusion.
Sau!
|
By
Saul Wold <saul.wold@...>
·
#1215
·
|
|
Re: How to compile Qt library with bitbake?
Hi, Gary,
Yes, it works. However, after build finished, I still cann't find any libQt* files.
Best Regards,
Simon
Hi, Gary,
Yes, it works. However, after build finished, I still cann't find any libQt* files.
Best Regards,
Simon
|
By
Li, Simon <simon.li@...>
·
#1225
·
|
|
Re: How to compile Qt library with bitbake?
Hi, Saul,
Thanks for your reply. However, I got error messages as below:
It seems not support
Hi, Saul,
Thanks for your reply. However, I got error messages as below:
It seems not support
|
By
Li, Simon <simon.li@...>
·
#1224
·
|
|
Re: Failure while running bitbake: gcc-4.5.0.tar.bz2 seems to be corrupted
could you try manually download the tar ball from the link, and then copy to the /home/rsaxena/poky-4.0-build/downloads/?
Thanks
Kevin
could you try manually download the tar ball from the link, and then copy to the /home/rsaxena/poky-4.0-build/downloads/?
Thanks
Kevin
|
By
Tian, Kevin <kevin.tian@...>
·
#1214
·
|
|
Failure while running bitbake: gcc-4.5.0.tar.bz2 seems to be corrupted
Hi,
I get a failure when I run the bitbake examplestated in the Yocto Project Quick Start Guide
$ bitbake poky-image-sato
Gives the following error:
>>
NOTE: Running task 256 of
Hi,
I get a failure when I run the bitbake examplestated in the Yocto Project Quick Start Guide
$ bitbake poky-image-sato
Gives the following error:
>>
NOTE: Running task 256 of
|
By
Saxena, Rahul <rahul.saxena@...>
·
#1213
·
|
|
Re: Remote Debugging with Yocto Project Plugin
Hi, Travaglia
1. Our our java code and eclipse code is in TCF upstream community already (both Agent C code and java code part). Yet the community code is slightly different with our
Hi, Travaglia
1. Our our java code and eclipse code is in TCF upstream community already (both Agent C code and java code part). Yet the community code is slightly different with our
|
By
Ke, Liping <liping.ke@...>
·
#1212
·
|
|
Re: Remote Debugging with Yocto Project Plugin
Hi Travaglia,
Based on our conversation on the IRC channel, it seems the TCF agent and your customized Linux distro may have some mismatch issue. Did you follow the steps in the readme file to
Hi Travaglia,
Based on our conversation on the IRC channel, it seems the TCF agent and your customized Linux distro may have some mismatch issue. Did you follow the steps in the readme file to
|
By
Zhang, Jessica
·
#1211
·
|
|
Re: Remote Debugging with Yocto Project Plugin
Aditional informations:
If a get my agent built in my machine and put it on the qemu provided by Poky, it works fine!
If the agent in my custom linux I'm not able to use Shell under the TCF
Aditional informations:
If a get my agent built in my machine and put it on the qemu provided by Poky, it works fine!
If the agent in my custom linux I'm not able to use Shell under the TCF
|
By
Murilo Travaglia <murilo.travaglia@...>
·
#1210
·
|
|
Re: How to compile Qt library with bitbake?
Simon,
Qt4 is part of the yocto meta data.
The poky-image-sato-sdk image contains the qt4-pkgs, so you can use the
following command to build the image:
bitbake poky-image-sato-sdk
Sau!
Simon,
Qt4 is part of the yocto meta data.
The poky-image-sato-sdk image contains the qt4-pkgs, so you can use the
following command to build the image:
bitbake poky-image-sato-sdk
Sau!
|
By
Saul Wold <saul.wold@...>
·
#1209
·
|
|
Re: How to compile Qt library with bitbake?
There are recipes for QT4 in the mainline Poky tree. Just build via:
bitbake qt4-x11-free
-or-
bitbake qt4-embedded
These work fine for me.
--
There are recipes for QT4 in the mainline Poky tree. Just build via:
bitbake qt4-x11-free
-or-
bitbake qt4-embedded
These work fine for me.
--
|
By
Gary Thomas
·
#1208
·
|
|
Remote Debugging with Yocto Project Plugin
Hi all,
Hi I'm new in Yocto Project and I intent to study TCF Agent and port ir to diferents platforms. The first thing I'm doing is to simulate how does the Yocto Project works, especially the TCF
Hi all,
Hi I'm new in Yocto Project and I intent to study TCF Agent and port ir to diferents platforms. The first thing I'm doing is to simulate how does the Yocto Project works, especially the TCF
|
By
Murilo Travaglia <murilo.travaglia@...>
·
#1205
·
|
|
How to compile Qt library with bitbake?
To whom may concern,
Since Qt library is not existed in thedefault build configuration, I have to port it by myself.
Is there any plan to compile Qt in theYocto? I cannot find Qt with zypper as
To whom may concern,
Since Qt library is not existed in thedefault build configuration, I have to port it by myself.
Is there any plan to compile Qt in theYocto? I cannot find Qt with zypper as
|
By
Li, Simon <simon.li@...>
·
#1207
·
|
|
Re: [poky] [PATCH 1/1] linux-yocto/crownbay: update configuration
<bruce.ashfield@...> wrote:
And this is why double checking is the best policy. This is wrong, but
I've already
pushed a fixed patch to the zedd/crownbay contrib branch.
Cheers,
Bruce
--
<bruce.ashfield@...> wrote:
And this is why double checking is the best policy. This is wrong, but
I've already
pushed a fixed patch to the zedd/crownbay contrib branch.
Cheers,
Bruce
--
|
By
Bruce Ashfield
·
#1204
·
|
|
[PATCH 1/1] linux-yocto/crownbay: update configuration
The crownbay has been updated for 2.6.37, the BSP branch
already contans the changes, and this is the update of meta
to the new config values:
crownbay: update eg20t config
crownbay: set cpu type
The crownbay has been updated for 2.6.37, the BSP branch
already contans the changes, and this is the update of meta
to the new config values:
crownbay: update eg20t config
crownbay: set cpu type
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#1202
·
|
|
[PATCH 0/1] linux-yocto/crownbay: update configuration
The crownbay has been updated for 2.6.37, the BSP branch
already contans the changes, and this is the update of meta
to the new config values:
crownbay: update eg20t config
crownbay: set cpu type
The crownbay has been updated for 2.6.37, the BSP branch
already contans the changes, and this is the update of meta
to the new config values:
crownbay: update eg20t config
crownbay: set cpu type
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#1203
·
|
|
Re: RFC: newbies and janitors
Great, this is the idea. It's a pretty sparse list, and could do with some fleshing out.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
Great, this is the idea. It's a pretty sparse list, and could do with some fleshing out.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
|
By
Darren Hart <dvhart@...>
·
#1201
·
|
|
Sanity Test Report for Yocto 1.0 RC5 20110325 Build
Hi all,
This is the sanity test report for RC5 build 20110325. Paul and Jeff are kindly to test beagleboard and their test result shows beagleboard works well. There is no any regression issue
Hi all,
This is the sanity test report for RC5 build 20110325. Paul and Jeff are kindly to test beagleboard and their test result shows beagleboard works well. There is no any regression issue
|
By
Xu, Jiajun <jiajun.xu@...>
·
#1206
·
|
|
Re: RFC: newbies and janitors
I think this is an excellent initiative, Darren!
If anyone has any questions on how to get started participating, please feel free to post them to this list or to contact me directly.
--
Jeff "Jefro"
I think this is an excellent initiative, Darren!
If anyone has any questions on how to get started participating, please feel free to post them to this list or to contact me directly.
--
Jeff "Jefro"
|
By
Jeff Osier-Mixon <jefro@...>
·
#1200
·
|