* Is it necessary to specify TARGET_ARM = "arm" ?
@ 2012-05-03 10:42 Elvis Dowson
2012-05-03 10:49 ` Paul Eggleton
0 siblings, 1 reply; 4+ messages in thread
From: Elvis Dowson @ 2012-05-03 10:42 UTC (permalink / raw)
To: Yocto Discussion Mailing List
Hi,
If in my overo.inc file, I specify the following:
SOC_FAMILY = "omap3"
require conf/machine/include/soc-family.inc
require conf/machine/include/omap3.inc
require conf/machine/include/tune-cortexa8.inc
Is it necessary to specify TARGET_ARCH = "arm" for the machine configuration?
The machine configurations in the meta-ti repositories don't have them any more.
Best regards,
Elvis Dowson
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is it necessary to specify TARGET_ARM = "arm" ?
2012-05-03 10:42 Is it necessary to specify TARGET_ARM = "arm" ? Elvis Dowson
@ 2012-05-03 10:49 ` Paul Eggleton
2012-05-03 10:59 ` Paul Eggleton
0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2012-05-03 10:49 UTC (permalink / raw)
To: Elvis Dowson, yocto
On Thursday 03 May 2012 12:42:24 Elvis Dowson wrote:
> Hi,
> If in my overo.inc file, I specify the following:
>
> SOC_FAMILY = "omap3"
> require conf/machine/include/soc-family.inc
>
> require conf/machine/include/omap3.inc
> require conf/machine/include/tune-cortexa8.inc
>
> Is it necessary to specify TARGET_ARCH = "arm" for the machine
> configuration?
This already comes in via omap3.inc, so you don't need to do this in your
machine config.
Also, it's worth noting that in current meta-ti master you don't need to
require tune-cortexa8.inc either since omap3.inc does this too (unless you're
wanting to support use with an older version of the meta-ti layer).
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is it necessary to specify TARGET_ARM = "arm" ?
2012-05-03 10:49 ` Paul Eggleton
@ 2012-05-03 10:59 ` Paul Eggleton
2012-05-03 11:25 ` Elvis Dowson
0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2012-05-03 10:59 UTC (permalink / raw)
To: Elvis Dowson, yocto
On Thursday 03 May 2012 11:49:08 Paul Eggleton wrote:
> Also, it's worth noting that in current meta-ti master you don't need to
> require tune-cortexa8.inc either since omap3.inc does this too (unless
> you're wanting to support use with an older version of the meta-ti layer).
Similarly the following are also taken care of by the current version of
omap3.inc:
> > SOC_FAMILY = "omap3"
> > require conf/machine/include/soc-family.inc
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is it necessary to specify TARGET_ARM = "arm" ?
2012-05-03 10:59 ` Paul Eggleton
@ 2012-05-03 11:25 ` Elvis Dowson
0 siblings, 0 replies; 4+ messages in thread
From: Elvis Dowson @ 2012-05-03 11:25 UTC (permalink / raw)
To: Yocto Discussion Mailing List
Hi Paul,
On May 3, 2012, at 12:59 PM, Paul Eggleton wrote:
> On Thursday 03 May 2012 11:49:08 Paul Eggleton wrote:
>> Also, it's worth noting that in current meta-ti master you don't need to
>> require tune-cortexa8.inc either since omap3.inc does this too (unless
>> you're wanting to support use with an older version of the meta-ti layer).
>
> Similarly the following are also taken care of by the current version of
> omap3.inc:
>
>>> SOC_FAMILY = "omap3"
>>> require conf/machine/include/soc-family.inc
Thanks for the reply! I've made the changes as indicated! It's much cleaner now. I really like Yocto, it's so much more organized and easier to manage than OpenEmbedded Classic. Well upto this points its been just setting up my machine configuration.
Now to build something and see how that goes!! :-)
Best regards,
Elvis Dowson
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-03 11:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 10:42 Is it necessary to specify TARGET_ARM = "arm" ? Elvis Dowson
2012-05-03 10:49 ` Paul Eggleton
2012-05-03 10:59 ` Paul Eggleton
2012-05-03 11:25 ` Elvis Dowson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.