Changes

How to use the Yocto Project to develop Embedded Linux

665 bytes added, 10:20, 10 September 2013
m
Add trick for make issue
Although denzil branch is not validated for "Ubuntu 13.04" we have successfully build denzil images with this distribution, see notes below:
Note 1: If you get the following error, or similar:
NOTE: package prelink-native-1.0+git1+7b47f2f8a15ed13b7905bc120bb2586f3e164f7d-r9: task do_fetch: Started
ASSUME_PROVIDED += "git-native"
 
Note 2: If you get the following error, or similar:
 
INSTALL net/netfilter/xt_policy.ko
| MKDIR .../tmp/work/igep00x0-poky-linux-gnueabi/linux-igep-2.6.37-r6/image/lib/firmware/edgeport/
| make[1]: *** No rule to make target `.../image/lib/firmware/./', needed by `.../whiteheat_loader.fw'. Stop.
| make[1]: *** Waiting for unfinished jobs....
| make: *** [_modinst_post] Error 2
| ERROR: oe_runmake failed
NOTE: package linux-igep-2.6.37-r6: task do_install: Failed
 
Remove the local build of make-native
 
bitbake make-native -c cleanall
 
and assume as provided adding the following line to conf/local.conf
 
ASSUME_PROVIDED += "make-native"
= See also =
0
edits