From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0E4FEE00BBF; Thu, 29 May 2014 21:05:49 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (gada.kashyap[at]gmail.com) * 0.0 HTML_MESSAGE BODY: HTML included in message * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.160.174 listed in list.dnswl.org] Received: from mail-yk0-f174.google.com (mail-yk0-f174.google.com [209.85.160.174]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 91AA7E00B71 for ; Thu, 29 May 2014 21:05:40 -0700 (PDT) Received: by mail-yk0-f174.google.com with SMTP id 9so1089234ykp.5 for ; Thu, 29 May 2014 21:05:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HKiNRhDb2XeJxacJCts88d7pPYP2mbNSYolHYe4klJQ=; b=rojXGU9erEa21IxjEXCTvePKfh+GywkOIrOVOodJQ9h6Fpf7IEyRCZvc50LbM1ZfDW aDaBlty0DAROcgmFP3QZwS4nT7V91D48jx4RLwl/MT34O1q4/hr+VqfX04RsWSWZSp4O 28dv5RIVJvzjEXHjMHLtKdmhrhJk+ZzEfSDp8zCFa/IgAFU4LgVpG4g1GGhPTrmI5mak iU8fsfKqWyAmDHq7gtpmbNK+zaNuOYbof2VOlnkg3JQv4aBiFvz2xL171EJv98mr1PZi XT/idskNCjIypY8QTeoiFK6INTD/EIrJnzRaZ1q+2AAxOiRFlNch+RiNv3XvioHdZb6I 3ypQ== MIME-Version: 1.0 X-Received: by 10.236.93.16 with SMTP id k16mr16996989yhf.140.1401422739005; Thu, 29 May 2014 21:05:39 -0700 (PDT) Received: by 10.170.143.138 with HTTP; Thu, 29 May 2014 21:05:38 -0700 (PDT) Date: Fri, 30 May 2014 09:35:38 +0530 Message-ID: From: Kashyap Gada To: yocto@yoctoproject.org Subject: (No subject) X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 04:05:49 -0000 Content-Type: multipart/alternative; boundary=20cf301b5f5d89e57104fa962851 --20cf301b5f5d89e57104fa962851 Content-Type: text/plain; charset=UTF-8 Hello Community, 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 . $ git clone http://git.yoctoproject.org/git/poky $ cd poky $ git checkout -b daisy origin/daisy $ source oe-init-build-env Executing the last line gives me the following issue kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto/poky$ ls > > bitbake meta-selftest oe-init-build-env scripts > > documentation meta-skeleton oe-init-build-env-memres > > LICENSE meta-yocto README > > meta meta-yocto-bsp README.hardware > > kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto/poky$ source >> oe-init-build-env > > bash: >> /media/kashyap/3E0800DC08009555/yocto/poky/scripts/oe-setup-builddir: >> Permission denied > > kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto/poky$ > > > I tried searching over the internet about the possible issues but couldn't figure out the problem here. Anyone please help. --20cf301b5f5d89e57104fa962851 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello Community,
This is my first question please excu= se 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 do= wnload and setup poky on my build system from the quick start guide at .=C2= =A0

$ git clone http://gi=
t.yoctoproject.org/git/poky
     $ cd poky
     $ git checkout -b daisy origin/daisy
     $ source oe-init-build-env
Executing the last line gives me the following issue<=
/pre>

=
kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto/poky$ ls
bitbake =C2=A0 =C2=A0 =C2=A0 =C2=A0meta-selftest =C2=A0 oe-init-build-env = =C2=A0 =C2=A0 =C2=A0 =C2=A0 scripts
documentation =C2=A0meta-skeleton =C2=A0 oe-init-build-env-memres
LICENSE =C2=A0 =C2=A0 =C2=A0 =C2=A0meta-yocto =C2=A0 =C2=A0 =C2=A0README
meta =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 meta-yoc= to-bsp =C2=A0README.hardware
kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto= /poky$ source oe-init-build-env
bash: /media/kashyap/3E0800DC08009555/yocto/poky/scripts/o= e-setup-builddir: Permission denied
kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto= /poky$=C2=A0


I tried searching over the = internet about the possible issues but couldn't figure out the problem = here.
Anyone please help.=C2=A0
--20cf301b5f5d89e57104fa962851--