Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Ubuntu 12.04 Multiarch

12 bytes added, 13:09, 20 May 2014
Host Configuration
foreign-architecture armhf
</pre><div>Now we're ready for modify the apt repo sources for our wished new architecture, you should edit the file /etc/apt/sources.list and change the repositories as (I left here a sources.list sample file)
If we want to set any repository you must add the tags: </br>[arch=i386] intel 32 bits </br>[arch=armel] ARM soft float 32 bits </br>[arch=armhf] ARM hard float 32 bits<br>or both:<br>[arch=armel,armhf] ARM soft/hard float repo 32 bits<br>
The sources repositories not need to be tagged due sources repositories be the same for all architectures.
</div>