Changes

How to use the Yocto Project to develop Embedded Linux

924 bytes added, 09:41, 10 September 2013
Add tricks to build with Ubuntu 13.04
TODO
 
== Notes ==
 
=== Ubuntu 13.04 ===
 
WARNING: Host distribution "Ubuntu 13.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
 
Although denzil branch is not validated for "Ubuntu 13.04" we have successfully build denzil images with this distribution, see notes below:
 
If you get the following error, or similar:
 
NOTE: package prelink-native-1.0+git1+7b47f2f8a15ed13b7905bc120bb2586f3e164f7d-r9: task do_fetch: Started
WARNING: Failed to fetch URL git://git.yoctoproject.org/prelink-cross.git;protocol=git
ERROR: Fetcher failure: Fetch command export HOME="..."; export SSH_AGENT_PID="2230"; export SSH_AUTH_SOCK="..."; export GIT_CONFIG="..."; git remote add --mirror=fetch origin git://git.yoctoproject.org/prelink-cross.git could not be run:
 
Add to conf/local.conf
 
ASSUME_PROVIDED += "git-native"
== Yocto 1.2 'denzil' documentation ==
0
edits