Re: [yocto] Source Command Permission Denied

2014-06-05 Thread Kashyap Gada
Its a different ntfs partition. I mount it manually. On Tue, Jun 3, 2014 at 10:44 PM, Saul Wold s...@linux.intel.com wrote: On 06/03/2014 09:20 AM, Kashyap Gada wrote: Thank you Ross. I actually ran into another problem in bitbaking core-image-sato from the getting started guide at the

Re: [yocto] Source Command Permission Denied

2014-06-05 Thread Burton, Ross
On Thursday, 5 June 2014, Kashyap Gada gada.kash...@gmail.com wrote: Its a different ntfs partition. I mount it manually. Using NTFS is certainly going to complicate things because the permissions model is different, can you use a Linux file system (such as ext4) instead of a Windows one?

Re: [yocto] Source Command Permission Denied

2014-06-05 Thread Kashyap Gada
Yes, I have already dropped my plan for continuing further on that setup. I have got a new computer and started the complete process again. Thanks for the help. :-) On Thu, Jun 5, 2014 at 12:04 PM, Burton, Ross ross.bur...@intel.com wrote: On Thursday, 5 June 2014, Kashyap Gada

Re: [yocto] Source Command Permission Denied

2014-06-03 Thread Burton, Ross
On 3 June 2014 16:39, Kashyap Gada gada.kash...@gmail.com wrote: bash: /home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission denied The permissions on that file don't involve +x. Is that a fresh checkout of poky or copied from the removable media? Ross --

Re: [yocto] Source Command Permission Denied

2014-06-03 Thread Kashyap Gada
its copied! On Tue, Jun 3, 2014 at 9:16 PM, Burton, Ross ross.bur...@intel.com wrote: On 3 June 2014 16:39, Kashyap Gada gada.kash...@gmail.com wrote: bash: /home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission denied The permissions on that file don't involve +x. Is that a

Re: [yocto] Source Command Permission Denied

2014-06-03 Thread Burton, Ross
So you probably lost every executable mode when you did that. Make a fresh clone and reapply your changes, that will be easier than finding every file that isn't executable when it should be. Ross On 3 June 2014 16:49, Kashyap Gada gada.kash...@gmail.com wrote: its copied! On Tue, Jun 3,

Re: [yocto] Source Command Permission Denied

2014-06-03 Thread Saul Wold
On 06/03/2014 09:20 AM, Kashyap Gada wrote: Thank you Ross. I actually ran into another problem in bitbaking core-image-sato from the getting started guide at the yocto site which led me into changing to a setup which doesnot include mounting of any drive to my ubuntu distribution. the problem

Re: [yocto] Source Command Permission Denied

2014-05-30 Thread Burton, Ross
On 30 May 2014 05:06, Kashyap Gada gada.kash...@gmail.com wrote: bash: /media/kashyap/3E0800DC08009555/yocto/poky/scripts/oe-setup-builddir: Permission denied You appear to be running Yocto on external media and your system has likely mounted it with the noexec flags to prevent malicious

Re: [yocto] Source Command Permission Denied

2014-05-30 Thread Kashyap Gada
Thank You. I did the following and it worked. First Found the drive using $ sudo fdisk -l Then Selected the desired drive and create a directory in the /mnt path $ sudo mkdir hda Now Mount the sda5(can be different for you) $ sudo mount -t auto -v /dev/sda5 /mnt/hda after the work is done

[yocto] Source Command Permission Denied

2014-05-29 Thread Kashyap Gada
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