Jump to content


Photo

Multi MACHINE in the same development environment?


  • Please log in to reply
3 replies to this topic

#1 Tonyboyth

  • Senior Member
  • 53 posts

0
Neutral

Posted 30 May 2010 - 10:29

I just wondering that; is it possible to define multiple "MACHINE=" in the same development environment for E2?

Let says, for dm600pvr & dm800 & dm8000. by changing the MACHINE variable in "Makefile" for each of them.

Thanks,

Tony.
 
Posted Image "sharing is caring"

Re: Multi MACHINE in the same development environment? #2 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 30 May 2010 - 10:40

You can let the Makefile create the directories, and then just do something like this to build from a single OE tree:

cd build-$MACHINE
. env.source
bitbake dreambox-image

(notice the dot...)

Note that each will take a few GB disk space.
Real musicians never die - they just decompose

Re: Multi MACHINE in the same development environment? #3 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 30 May 2010 - 15:19

only sources and oe are shared, nothing else. So you don't actually save a lot of space (or time)

Re: Multi MACHINE in the same development environment? #4 xener

  • Senior Member
  • 264 posts

0
Neutral

Posted 30 May 2010 - 16:05

you can share toolchain with ASSUME_PROVIDED , and most of core rootfs applications, but enigma stuff must be build individually and need hard work to keep it clean. so its a call for trouble only.


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users