|
Re: New platforms
I can give you a bit of an idea from a practical standpoint, since I've
also started working on a BSP for a new board just recently (i.e. I'm
actually still on the learning curve myself, hopefully
I can give you a bit of an idea from a practical standpoint, since I've
also started working on a BSP for a new board just recently (i.e. I'm
actually still on the learning curve myself, hopefully
|
By
Tom Zanussi <tom.zanussi@...>
·
#375
·
|
|
Re: New platforms
Kernel is the biggest part you'd work out which thanks to Bruce you should
have rich information below. Besides, you may also have some board specific
firmware, 3rd party components, xserver,
Kernel is the biggest part you'd work out which thanks to Bruce you should
have rich information below. Besides, you may also have some board specific
firmware, 3rd party components, xserver,
|
By
Tian, Kevin <kevin.tian@...>
·
#374
·
|
|
Re: When is it ok to link to host libraries?
Would you ever have a situation where you build the SDK on one distro version but install and use it on another one? If so, does this affect your decisions?
Would you ever have a situation where you build the SDK on one distro version but install and use it on another one? If so, does this affect your decisions?
|
By
David Stewart
·
#373
·
|
|
Re: When is it ok to link to host libraries?
In general this is true.... however there are cases where a helper application
needs to be built, i.e. to generate a structure list... to compile some
specialized code, etc.. This can use the host
In general this is true.... however there are cases where a helper application
needs to be built, i.e. to generate a structure list... to compile some
specialized code, etc.. This can use the host
|
By
Mark Hatle <mark.hatle@...>
·
#372
·
|
|
When is it ok to link to host libraries?
Hello,
I'd like to get some better clarity about what constitutes host contamination when it comes to building packages. Could someone with deeper knowledge of these issues clarify or comment on the
Hello,
I'd like to get some better clarity about what constitutes host contamination when it comes to building packages. Could someone with deeper knowledge of these issues clarify or comment on the
|
By
Scott Garman <scott.a.garman@...>
·
#371
·
|
|
Re: Eclipse plugin
Hi Gary,
I just setup my machine for ppc and create a new auto tools based c project
and everything seems working fine for me, so if you go
"Window->Preferecencs->Yocto SDK" in that setup window, do
Hi Gary,
I just setup my machine for ppc and create a new auto tools based c project
and everything seems working fine for me, so if you go
"Window->Preferecencs->Yocto SDK" in that setup window, do
|
By
Zhang, Jessica
·
#370
·
|
|
Re: New platforms
I can answer from the kernel point of view.
The supported yocto kernel(s) (currently 2.6.34 and
shortly 2.6.37-rcX) are the place where I can assist
in getting you up and running with a new
I can answer from the kernel point of view.
The supported yocto kernel(s) (currently 2.6.34 and
shortly 2.6.37-rcX) are the place where I can assist
in getting you up and running with a new
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#369
·
|
|
Re: Eclipse plugin
BTW, this was on my console (hidden by the eclipse window), in
case it helps:
get env key CC value powerpc-poky-linux-gcc
get env key CXX value powerpc-poky-linux-g++
get env key GDB value
BTW, this was on my console (hidden by the eclipse window), in
case it helps:
get env key CC value powerpc-poky-linux-gcc
get env key CXX value powerpc-poky-linux-g++
get env key GDB value
|
By
Gary Thomas
·
#366
·
|
|
Re: Eclipse plugin
I did that and now I can move a bit farther. I managed to select my SDK type
(ppc603e-poky-linux) and started with the autotools example. However, I
get this error when trying to run
I did that and now I can move a bit farther. I managed to select my SDK type
(ppc603e-poky-linux) and started with the autotools example. However, I
get this error when trying to run
|
By
Gary Thomas
·
#365
·
|
|
Re: Eclipse plugin
Gary Thomas wrote on 2010-11-22:
You need to "bitbake meta-ide-support" before you can use the poky tree mode.
Best Regards,
Lianhao
Gary Thomas wrote on 2010-11-22:
You need to "bitbake meta-ide-support" before you can use the poky tree mode.
Best Regards,
Lianhao
|
By
Lu, Lianhao <lianhao.lu@...>
·
#364
·
|
|
Re: RFC: Rapid iterative development
You can use ASSUME_PROVIDED to use system versions of native tools,
though it's generally not recommended. git grep for the term to find
some examples.
As to building things which seem unrelated,
You can use ASSUME_PROVIDED to use system versions of native tools,
though it's generally not recommended. git grep for the term to find
some examples.
As to building things which seem unrelated,
|
By
Joshua Lock <josh@...>
·
#363
·
|
|
Re: Eclipse plugin
Thanks, I installed Helios directly from the Eclipse site and that's
working better now. I also installed the components you mention above.
When I try to configure Yocto, I'm trying to use the Poky
Thanks, I installed Helios directly from the Eclipse site and that's
working better now. I also installed the components you mention above.
When I try to configure Yocto, I'm trying to use the Poky
|
By
Gary Thomas
·
#362
·
|
|
Re: Eclipse plugin
Gary Thomas wrote on 2010-11-22:
Gary,
Sorry for the thin documentation about eclipse plug-in installation.
The Yocto eclipse plugin has some dependencies on other eclipse plugins:
- C/C++
Gary Thomas wrote on 2010-11-22:
Gary,
Sorry for the thin documentation about eclipse plug-in installation.
The Yocto eclipse plugin has some dependencies on other eclipse plugins:
- C/C++
|
By
Lu, Lianhao <lianhao.lu@...>
·
#361
·
|
|
Re: Eclipse plugin
I tried to follow the documentation in the Poky manual (still thin...), but
it seems I'm now stuck. I get this error:
Cannot complete the install because one or more required items could not be
I tried to follow the documentation in the Poky manual (still thin...), but
it seems I'm now stuck. I get this error:
Cannot complete the install because one or more required items could not be
|
By
Gary Thomas
·
#360
·
|
|
Yocto weekly bug trend charts -- WW47
Hi all,
This is latest Yocto bug trend chart. The open bug number rises a little to 152(last week was 148). With bug triage, most of undecided bugs are set to Medium priority.
We have fixed the
Hi all,
This is latest Yocto bug trend chart. The open bug number rises a little to 152(last week was 148). With bug triage, most of undecided bugs are set to Medium priority.
We have fixed the
|
By
You, Yongkang <yongkang.you@...>
·
#368
·
|
|
Eclipse plugin
I'm interested in trying the Yocto Eclipse plugin with my Poky based builds.
That said, I'm a true Eclipse novice :-(
Does anyone have some guidance on what packages I might need to install to
get a
I'm interested in trying the Yocto Eclipse plugin with my Poky based builds.
That said, I'm a true Eclipse novice :-(
Does anyone have some guidance on what packages I might need to install to
get a
|
By
Gary Thomas
·
#359
·
|
|
Using a layer's kernel instead of a machine's stated preferred virtual/kernel provider
I've created a new layer which provides a linux kernel. This layer applies to boards (ie beagleboard) that are defined in meta/conf/machines which specify linux-wrs as their preferred kernel.
Is
I've created a new layer which provides a linux kernel. This layer applies to boards (ie beagleboard) that are defined in meta/conf/machines which specify linux-wrs as their preferred kernel.
Is
|
By
Darren Hart <dvhart@...>
·
#358
·
|
|
Re: RFC: Rapid iterative development
By changing machine type (and therefor architecture) I probably trigger at least all the non -native builds. These were clean builds. I'd just like to eliminate as much of that as possible when
By changing machine type (and therefor architecture) I probably trigger at least all the non -native builds. These were clean builds. I'd just like to eliminate as much of that as possible when
|
By
Darren Hart <dvhart@...>
·
#357
·
|
|
Re: RFC: Rapid iterative development
That's interesting. Did you build from scratch or incrementally? Ideally only
recipes being changed will be rebuilt in incremental way.
"bitbake -k" is one method if you're sure the dependency
That's interesting. Did you build from scratch or incrementally? Ideally only
recipes being changed will be rebuilt in incremental way.
"bitbake -k" is one method if you're sure the dependency
|
By
Tian, Kevin <kevin.tian@...>
·
#356
·
|
|
RFC: Rapid iterative development
While working on a single package, I need to be able to tweak a variable in the new recipe, change the MACHINE in local.conf, etc. I'd like to be able to rapidly test my changes, but some of these
While working on a single package, I need to be able to tweak a variable in the new recipe, change the MACHINE in local.conf, etc. I'd like to be able to rapidly test my changes, but some of these
|
By
Darren Hart <dvhart@...>
·
#355
·
|