[meta-intel] Unable to build yocto for Intel Mohon Peak CRB

2018-08-01 Thread Dhanasekar Jaganathan
Hi All,

I am new to yocto project. I am trying to build yocto for intel mohon peak
CRB.
After executing build instruction (bitbake core-image-sato-sdk), I am
getting below error.


FYI: I am following steps in "

*Intel ® AtomTM Processor C2000Product Family for
CommunicationsInfrastructure Software for Linux**"

Can you please help me to solve this error?. If I am wrong,Please correct
me.


*Unable to create 'pyshtables.py'*






*[Errno 13] Permission denied: 'pyshtables.py'Pseudo is not present but is
required, building this first before the main buildUnable to create
'pyshtables.py'[Errno 13] Permission denied: 'pyshtables.py'ERROR: Error
parsing configuration filesTraceback (most recent call last):  File
"/home/server/Dhanasekar/**Server-BIOS/yocto/poky/**bitbake/lib/bb/cooker.py",
line 201, in BBCooker.*
*loadConfigurationData(): self.parseConfigurationFiles(*
*self.configuration.prefile,> *

*self.configuration.postfile) except SyntaxError:
File 
"/home/server/Dhanasekar/**Server-BIOS/yocto/poky/**bitbake/lib/bb/cooker.py",
line 988, in BBCooker.**parseConfigurationFiles(*
*prefiles=[], postfiles=[]): if data.getVar("BB_WORKERCONTEXT"*

*, False) is None:>bb.fetch.fetcher_init(data)
bb.codeparser.parser_cache_*
*init(data)  File "/home/server/Dhanasekar/**Server-BIOS/yocto/poky/*
*bitbake/lib/bb/fetch2/__init__**.py", line 463, in
fetcher_init(d=): logger.debug(1,
"Clearing SRCREV cache due to cache policy of: %s", srcrev_policy)
>revs = bb.persist_data.persist('BB_*

*URI_HEADREVS', d) try:  File "/home/server/Dhanasekar/*
*Server-BIOS/yocto/poky/**bitbake/lib/bb/persist_data.**py", line 213, in
persist(domain='BB_URI_*



*HEADREVS', d=):
>bb.utils.mkdirhier(cachedir) cachefile =
os.path.join(cachedir, "bb_persist_data.sqlite3")  File
"/home/server/Dhanasekar/**Server-BIOS/yocto/poky/**bitbake/lib/bb/utils.py",
line 588, in mkdirhier(directory='/home/**server/Dhanasekar/Server-BIOS/*



*yocto/poky/build/cache'): if e.errno != errno.EEXIST:
>raise e OSError: [Errno 13] Permission denied:
'/home/server/Dhanasekar/**Server-BIOS/yocto/poky/build/*
*cache'*

Thanks,
Dhanasekar
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] Unable to build yocto for Intel Mohon Peak CRB

2018-08-01 Thread Burton, Ross
On 1 August 2018 at 15:13, Dhanasekar Jaganathan
 wrote:
> OSError: [Errno 13] Permission denied:
> '/home/server/Dhanasekar/Server-BIOS/yocto/poky/build/cache'

For whatever reason you don't have permission to write to this folder,
but the build can't even start without that.  Check your permissions.

Ross
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] Unable to build yocto for Intel Mohon Peak CRB

2018-08-02 Thread Dhanasekar Jaganathan
Hi Burton,

After changing my host machine to ubuntu, I am not seeing "Permission
denied" issue. Previously, I was working in Fedora host machine.
Currently, I am getting below error,




*user@ubuntu:~/dhanasekar/yocto/poky/build$ bitbake
core-image-sato-sdkPseudo is not present but is required, building this
first before the main buildERROR: Unable to parse conf/bitbake.conf:
ParseError at
/home/user/dhanasekar/yocto/poky/meta-intel/conf/machine/include/intel-corei7-64-common.inc:6:
Could not include required file conf/machine/include/tune-corei7.inc*


For Atom CPU, Do you need tune-corei7.inc?. Please correct me if I am
wrong.
How to include "tun-corei7.inc" ?

Thanks,
Dhanasekar

On Thu, Aug 2, 2018 at 3:44 AM, Burton, Ross  wrote:

> On 1 August 2018 at 15:13, Dhanasekar Jaganathan
>  wrote:
> > OSError: [Errno 13] Permission denied:
> > '/home/server/Dhanasekar/Server-BIOS/yocto/poky/build/cache'
>
> For whatever reason you don't have permission to write to this folder,
> but the build can't even start without that.  Check your permissions.
>
> Ross
>
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] Unable to build yocto for Intel Mohon Peak CRB

2018-08-02 Thread Ong, Boon Leong
Hi Dhanasekar,

The document that you are referring to is having the steps to build the BSP by 
using Yocto Project Dylan which is very old by now.
Let’s me loop in Raymond who was supporting Intel comms platform.
Let’s see whether the BSP has newer version that you should start with.

BL



From: Dhanasekar Jaganathan [mailto:jdhanasekar...@gmail.com]
Sent: Thursday, August 2, 2018 7:20 PM
To: Burton, Ross 
Cc: Ong, Boon Leong ; meta-intel@yoctoproject.org
Subject: Re: [meta-intel] Unable to build yocto for Intel Mohon Peak CRB

Hi Burton,

After changing my host machine to ubuntu, I am not seeing "Permission denied" 
issue. Previously, I was working in Fedora host machine.
Currently, I am getting below error,


user@ubuntu:~/dhanasekar/yocto/poky/build$ bitbake core-image-sato-sdk
Pseudo is not present but is required, building this first before the main build
ERROR: Unable to parse conf/bitbake.conf: ParseError at 
/home/user/dhanasekar/yocto/poky/meta-intel/conf/machine/include/intel-corei7-64-common.inc:6:
 Could not include required file conf/machine/include/tune-corei7.inc


For Atom CPU, Do you need tune-corei7.inc?. Please correct me if I am wrong.
How to include "tun-corei7.inc" ?

Thanks,
Dhanasekar

On Thu, Aug 2, 2018 at 3:44 AM, Burton, Ross 
mailto:ross.bur...@intel.com>> wrote:
On 1 August 2018 at 15:13, Dhanasekar Jaganathan
mailto:jdhanasekar...@gmail.com>> wrote:
> OSError: [Errno 13] Permission denied:
> '/home/server/Dhanasekar/Server-BIOS/yocto/poky/build/cache'

For whatever reason you don't have permission to write to this folder,
but the build can't even start without that.  Check your permissions.

Ross

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] Unable to build yocto for Intel Mohon Peak CRB

2018-08-02 Thread Tan, Raymond
Hi Dhanasekar,

While we don’t have a specific newer BSP for that specific platform, the common 
BSP (meta-intel) with sumo branch shall be working.

Ray

From: Ong, Boon Leong
Sent: Thursday, August 02, 2018 10:54 PM
To: Dhanasekar Jaganathan ; Tan, Raymond 

Cc: meta-intel@yoctoproject.org; Burton, Ross 
Subject: RE: [meta-intel] Unable to build yocto for Intel Mohon Peak CRB

Hi Dhanasekar,

The document that you are referring to is having the steps to build the BSP by 
using Yocto Project Dylan which is very old by now.
Let’s me loop in Raymond who was supporting Intel comms platform.
Let’s see whether the BSP has newer version that you should start with.

BL



From: Dhanasekar Jaganathan [mailto:jdhanasekar...@gmail.com]
Sent: Thursday, August 2, 2018 7:20 PM
To: Burton, Ross mailto:ross.bur...@intel.com>>
Cc: Ong, Boon Leong 
mailto:boon.leong@intel.com>>; 
meta-intel@yoctoproject.org<mailto:meta-intel@yoctoproject.org>
Subject: Re: [meta-intel] Unable to build yocto for Intel Mohon Peak CRB

Hi Burton,

After changing my host machine to ubuntu, I am not seeing "Permission denied" 
issue. Previously, I was working in Fedora host machine.
Currently, I am getting below error,


user@ubuntu:~/dhanasekar/yocto/poky/build$ bitbake core-image-sato-sdk
Pseudo is not present but is required, building this first before the main build
ERROR: Unable to parse conf/bitbake.conf: ParseError at 
/home/user/dhanasekar/yocto/poky/meta-intel/conf/machine/include/intel-corei7-64-common.inc:6:
 Could not include required file conf/machine/include/tune-corei7.inc


For Atom CPU, Do you need tune-corei7.inc?. Please correct me if I am wrong.
How to include "tun-corei7.inc" ?

Thanks,
Dhanasekar

On Thu, Aug 2, 2018 at 3:44 AM, Burton, Ross 
mailto:ross.bur...@intel.com>> wrote:
On 1 August 2018 at 15:13, Dhanasekar Jaganathan
mailto:jdhanasekar...@gmail.com>> wrote:
> OSError: [Errno 13] Permission denied:
> '/home/server/Dhanasekar/Server-BIOS/yocto/poky/build/cache'

For whatever reason you don't have permission to write to this folder,
but the build can't even start without that.  Check your permissions.

Ross

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel