<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1437391077889_36260"><span>Hello,</span></div><div id="yui_3_16_0_1_1437391077889_36375" dir="ltr"><span id="yui_3_16_0_1_1437391077889_36374">It has been a while since I built any Yocto images. I have been trying to learn Hardware Description Language HDL.</span></div><div id="yui_3_16_0_1_1437391077889_36323" dir="ltr"><span id="yui_3_16_0_1_1437391077889_36441">I have a raspberry working with Debian. I am using a couple of products from <a id="yui_3_16_0_1_1437391077889_36875" href="http://www.xess.com/">http://www.xess.com/</a> XESS XulA2-LX9, StickIt-MB which combines a Spartan 6 with a Raspberry Pi. I have MyHDL (generates HDL & co-simulation) , Iverilog (co-simulator), GTKWAVE (viewing of FPGA signals), GNURadio, OpenCV (with 2 C920 cameras doing face detection), many Python libs (numpy, scipy, matplotlib) and git, This makes a great development platform for FPGA work.</span></div><div id="yui_3_16_0_1_1437391077889_36555" dir="ltr"><span id="yui_3_16_0_1_1437391077889_36441">I am following the instructions at <a id="yui_3_16_0_1_1437391077889_36554" href="http://www.cnx-software.com/2015/02/27/yocto-project-raspberry-pi-2-board-minimal-image/">http://www.cnx-software.com/2015/02/27/yocto-project-raspberry-pi-2-board-minimal-image/</a></span></div><div id="yui_3_16_0_1_1437391077889_36555"><br></div><div id="yui_3_16_0_1_1437391077889_36235"><div> I have modified the local.conf. bblayers.conf, and poky.conf files</div><div dir="ltr" id="yui_3_16_0_1_1437391077889_36629">diff local.conf.orig poky/raspberrypi2/conf/local.conf<br class="">37c37diff bblayers.conf.orig poky/raspberrypi2/conf/bblayers.conf<br class="">15a16<br class="">> /home/vidal/wkg/yocto/RaspberryPi2/poky/meta-raspberrypi \,39<br class="">< MACHINE ??= "qemux86"<br class="">---<br class="">> #MACHINE ??= "qemux86"<br class="">> MACHINE ?= "raspberrypi2"<br class="">> GPU_MEM = "16"</div><div id="yui_3_16_0_1_1437391077889_36683" dir="ltr"><br></div><div dir="ltr">diff poky.conf.orig poky/meta-yocto/conf/distro/poky.conf<br class="">74a75<br class="">> Ubuntu-12.04 \n \<br class=""></div><div id="yui_3_16_0_1_1437391077889_36701" dir="ltr"><br></div><div class="" id="yui_3_16_0_1_1437391077889_36718" dir="ltr">
</div><div class="" style="margin-bottom: 0cm">bitbake rpi-basic-image</div>
<div class="" style="margin-bottom: 0cm"><br class="">
</div>
<div class="" style="margin-bottom: 0cm">sudo apt-get install
diffstat</div>
<div class="" style="margin-bottom: 0cm">sudo apt-get install
texinf</div>
<div class="" style="margin-bottom: 0cm"> cd wkg/</div>
<div class="" style="margin-bottom: 0cm"><br class="">
</div>
<div class="" style="margin-bottom: 0cm"> tar xfz
pi/SDL2-2.0.3.tar.gz
</div>
<div class="" style="margin-bottom: 0cm"><br class="">
</div>
<div class="" style="margin-bottom: 0cm"> cd SDL2-2.0.3/</div>
<div class="" style="margin-bottom: 0cm"><br class="">
</div>
<div class="" style="margin-bottom: 0cm"> ./configure
</div>
<div class="" style="margin-bottom: 0cm"><br class="">
</div>
<div class="" style="margin-bottom: 0cm"> make</div>
<div class="" style="margin-bottom: 0cm"><br class="">
</div>
<div class="" style="margin-bottom: 0cm"> sudo make install</div>
<div class="" style="margin-bottom: 0cm"><br class="">
</div>
<div class="" style="margin-bottom: 0cm">sudo ldconfig</div><div dir="ltr">
</div><div id="yui_3_16_0_1_1437391077889_36766" dir="ltr"><br></div><div dir="ltr">I continue to get the following error.</div><div id="yui_3_16_0_1_1437391077889_36804" dir="ltr">bitbake rpi-basic-image<br class="">ERROR: OE-core's config sanity checker detected a potential misconfiguration.<br class=""> Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).<br class=""> Following is the list of potential problems / advisories:<br class=""><br class=""> Please set a valid MACHINE in your local.conf or environment<br class="">libsdl-native is set to be ASSUME_PROVIDED but sdl-config can't be found in PATH. Please either install it, or configure qemu not to require sdl.<br class=""><br class="">Summary: There was 1 ERROR message shown, returning a non-zero exit code.<br class=""></div><div dir="ltr">Any and all help is appreciated.</div><div dir="ltr">If you have any questions feel free to contact me.</div><div dir="ltr">Regards.</div><div dir="ltr"><br class=""></div><div id="yui_3_16_0_1_1437391077889_36658" dir="ltr"><br></div><div dir="ltr"><br></div></div><div><div>Edward Vidal Jr.<br>e-mail develone@sbcglobal.net<br>915-595-1613</div></div></div></body></html>