<div dir="ltr">HI,<div><br></div><div>Is there a way to build the mesa/libdrm/xf86-video-freedreno in the development machine rather than on the target(ifc6410) board ? </div><div><br></div><div>I am assuming that this is the way to build in the target</div><div><br></div><div><div>#apt-get update</div><div>#apt-get build-dep xf86-video-freedreno</div><div>#apt-get build-dep mesa</div><div>#apt-get build-dep drm</div><div><br></div><div>----------</div><div>mesa</div><div>----------</div><div>#git clone git://<a href="http://anongit.freedesktop.org/mesa/mesa">anongit.freedesktop.org/mesa/mesa</a></div><div>#git checkout -b mesa-10.2.7 mesa-10.2.7</div><div>#./autogen.sh --prefix=/usr --with-dri-drivers= --with-gallium-drivers=freedreno,swrast --with-egl-platforms=x11 --enable-gles2 --enable-gles1 --enable-debug --enable-gallium-egl --disable-gallium-llvm --enable-xa --disable-dri3</div><div>#make </div><div>#make install </div><div><br></div><div><div>----------</div><div>drm</div><div>----------</div></div><div>#git clone git://<a href="http://anongit.freedesktop.org/mesa/drm">anongit.freedesktop.org/mesa/drm</a></div><div>#git checkout -b libdrm-2.4.56 libdrm-2.4.56</div><div>#./autogen.sh --prefix=/usr --enable-freedreno-experimental-api</div><div>#make </div><div>#make install</div><div><br></div><div><div><br class="">----------</div><div>xf86-freedreno</div><div>----------</div></div><div>#git clone git://<a href="http://anongit.freedesktop.org/xorg/driver/xf86-video-freedreno">anongit.freedesktop.org/xorg/driver/xf86-video-freedreno</a></div><div>#git checkout -b xf86-video-freedreno-1.2.0 xf86-video-freedreno-1.2.0</div><div>#./autogen.sh --prefix=/usr</div><div>#make</div><div>#make install </div></div><div><br></div><div>Regards,<br></div><div><div><div dir="ltr"><div>vinay simha</div></div></div>
</div></div>