<div dir="ltr">Hello Community,<div>This is my first question please excuse if I'm making a silly mistake. I am just starting learning the yocto project to develop custom linux os. I was following the few commands to download and setup poky on my build system from the quick start guide at . </div>
<div><br></div><div><pre class="" style="overflow:auto;color:rgb(51,51,51)">$ git clone <a href="http://git.yoctoproject.org/git/poky">http://git.yoctoproject.org/git/poky</a>
     $ cd poky
     $ git checkout -b daisy origin/daisy
     $ source oe-init-build-env</pre><pre class="" style="overflow:auto;color:rgb(51,51,51)">Executing the last line gives me the following issue</pre><pre class="" style="overflow:auto;color:rgb(51,51,51)"><br></pre></div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto/poky$ ls</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
bitbake Â  Â  Â  Â meta-selftest Â  oe-init-build-env Â  Â  Â  Â  scripts</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
documentation Â meta-skeleton Â  oe-init-build-env-memres</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
LICENSE Â  Â  Â  Â meta-yocto Â  Â  Â README</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">meta Â  Â  Â  Â  Â  meta-yocto-bsp Â README.hardware</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto/poky$ source oe-init-build-env</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">bash: /media/kashyap/3E0800DC08009555/yocto/poky/scripts/oe-setup-builddir: Permission denied</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto/poky$ </blockquote>
<div><br></div></blockquote><div><br></div><div>I tried searching over the internet about the possible issues but couldn't figure out the problem here.</div><div>Anyone please help. </div></div>