All of lore.kernel.org
 help / color / mirror / Atom feed
* consultion about Yocto Project 3.10.17-1.0.0_GA kernel
@ 2014-08-18  6:23 lianjf
       [not found] ` <CAHwR_AWS5PtekJMfPysptGFLdaACfMcCRt6VQDQwe_bP-o0HDg@mail.gmail.com>
  0 siblings, 1 reply; 6+ messages in thread
From: lianjf @ 2014-08-18  6:23 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

Hi ,

Can anyone tell me how to get the source code kernel of Yocto Project 3.10.17-1.0.0_GA,in which i can make menuconfig and compile the kernel.
Any help would be appreciated.




Best Regards
 
------------------
Lian jianfei
5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue, Science City, Luo Gang District Guangzhou, China 510663
TEL: 15989094327
Email: lianjf@ava.com.cn

[-- Attachment #2: Type: text/html, Size: 2055 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: consultion about Yocto Project 3.10.17-1.0.0_GA kernel
       [not found] ` <CAHwR_AWS5PtekJMfPysptGFLdaACfMcCRt6VQDQwe_bP-o0HDg@mail.gmail.com>
@ 2014-08-18  9:09   ` lianjf
  2014-08-18 13:18     ` Jonas Rydow
  0 siblings, 1 reply; 6+ messages in thread
From: lianjf @ 2014-08-18  9:09 UTC (permalink / raw)
  To: Jonas Rydow, meta-freescale

[-- Attachment #1: Type: text/plain, Size: 3539 bytes --]

Hi ,
Thanks for your reply.I follow the step of "there is information in the yocto manual on how to compile the kernel",the website is : http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel,but i met a problem,when i run the command "bitbake linux-yocto -c menuconfig“,something goes wrong:
---------------------------------------------------------------------------------------------------------fei@fei-virtual-machine:~/sources/poky/build$ bitbake linux-yocto -c menuconfig



ERROR: Error parsing configuration files

Traceback (most recent call last):

  File "/home/fei/sources/poky/bitbake/lib/bb/cookerdata.py", line 227, in CookerDataBuilder.parseBaseConfiguration():

             try:

    >            self.parseConfigurationFiles(self.prefiles, self.postfiles)

             except SyntaxError:

  File "/home/fei/sources/poky/bitbake/lib/bb/cookerdata.py", line 289, in CookerDataBuilder.parseConfigurationFiles(prefiles=[], postfiles=[]):

             if data.getVar("BB_WORKERCONTEXT", False) is None:

    >            bb.fetch.fetcher_init(data)

             bb.codeparser.parser_cache_init(data)

  File "/home/fei/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 472, in fetcher_init(d=<bb.data_smart.DataSmart object at 0xb6c213ac>):

                 pass

    >        revs.clear()

         else:

  File "/home/fei/sources/poky/bitbake/lib/bb/persist_data.py", line 147, in SQLTable.clear():

         def clear(self):

    >        self._execute("DELETE FROM %s;" % self.table)

     

  File "/home/fei/sources/poky/bitbake/lib/bb/persist_data.py", line 66, in SQLTable._execute(*query=('DELETE FROM BB_URI_HEADREVS;',)):

                 try:

    >                return self.cursor.execute(*query)

                 except sqlite3.OperationalError as exc:

OperationalError: attempt to write a readonly database
-----------------------------------------------------------------------------------------------------------------Any help would be appreciated.



Best Regards
 
------------------
Lian jianfei
5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue, Science City, Luo Gang District Guangzhou, China 510663
TEL: 15989094327
Email: lianjf@ava.com.cn
 
From: Jonas Rydow
Date: 2014-08-18 16:27
To: lianjf@ava.com.cn
Subject: Re: [meta-freescale] consultion about Yocto Project 3.10.17-1.0.0_GA kernel
Hi,
if you have started from here:
https://github.com/Freescale/fsl-community-bsp-platform

then there is information in the yocto manual on how to compile the kernel:
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel
and especially here where to find the downloaded source
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#finding-the-kernel-source-code

Jonas

On Mon, Aug 18, 2014 at 8:23 AM, lianjf@ava.com.cn <lianjf@ava.com.cn> wrote:
Hi ,

Can anyone tell me how to get the source code kernel of Yocto Project 3.10.17-1.0.0_GA,in which i can make menuconfig and compile the kernel.
Any help would be appreciated.




Best Regards
 
------------------
Lian jianfei
5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue, Science City, Luo Gang District Guangzhou, China 510663
TEL: 15989094327
Email: lianjf@ava.com.cn

--
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale



[-- Attachment #2: Type: text/html, Size: 8762 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: consultion about Yocto Project 3.10.17-1.0.0_GA kernel
  2014-08-18  9:09   ` lianjf
@ 2014-08-18 13:18     ` Jonas Rydow
  2014-08-19  9:40       ` lianjf
  2014-08-25  9:21       ` lianjf
  0 siblings, 2 replies; 6+ messages in thread
From: Jonas Rydow @ 2014-08-18 13:18 UTC (permalink / raw)
  To: lianjf@ava.com.cn; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 4108 bytes --]

Sorry I haven't got the faintest idea. Did you start the project as
described here: https://github.com/Freescale/fsl-community-bsp-platform ?

I did and I did not see any errors when I ran bitbake linux-imx -c
menuconfig a few weeks ago.

Regards
Jonas


On Mon, Aug 18, 2014 at 11:09 AM, lianjf@ava.com.cn <lianjf@ava.com.cn>
wrote:

> Hi ,
> Thanks for your reply.I follow the step of "there is information in the
> yocto manual on how to compile the kernel",the website is :
> http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel
> ,but i met a problem,when i run the command "bitbake linux-yocto -c
> menuconfig“,something goes wrong:
>
> ---------------------------------------------------------------------------------------------------------
>
> fei@fei-virtual-machine:~/sources/poky/build$ bitbake linux-yocto -c menuconfig
>
> ERROR: Error parsing configuration files
> Traceback (most recent call last):
>   File "/home/fei/sources/poky/bitbake/lib/bb/cookerdata.py", line 227, in CookerDataBuilder.parseBaseConfiguration():
>              try:
>     >            self.parseConfigurationFiles(self.prefiles, self.postfiles)
>              except SyntaxError:
>   File "/home/fei/sources/poky/bitbake/lib/bb/cookerdata.py", line 289, in CookerDataBuilder.parseConfigurationFiles(prefiles=[], postfiles=[]):
>              if data.getVar("BB_WORKERCONTEXT", False) is None:
>     >            bb.fetch.fetcher_init(data)
>              bb.codeparser.parser_cache_init(data)
>   File "/home/fei/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 472, in fetcher_init(d=<bb.data_smart.DataSmart object at 0xb6c213ac>):
>                  pass
>     >        revs.clear()
>          else:
>   File "/home/fei/sources/poky/bitbake/lib/bb/persist_data.py", line 147, in SQLTable.clear():
>          def clear(self):
>     >        self._execute("DELETE FROM %s;" % self.table)
>
>   File "/home/fei/sources/poky/bitbake/lib/bb/persist_data.py", line 66, in SQLTable._execute(*query=('DELETE FROM BB_URI_HEADREVS;',)):
>                  try:
>     >                return self.cursor.execute(*query)
>                  except sqlite3.OperationalError as exc:
> OperationalError: attempt to write a readonly database
> -----------------------------------------------------------------------------------------------------------------
>
> Any help would be appreciated.
>
>
>
>
> Best Regards
>
> ------------------
> Lian jianfei
> 5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue,
> Science City, Luo Gang District Guangzhou, China 510663
> TEL: 15989094327
> Email: lianjf@ava.com.cn
>
>
> *From:* Jonas Rydow <jrydow@gmail.com>
> *Date:* 2014-08-18 16:27
> *To:* lianjf@ava.com.cn
> *Subject:* Re: [meta-freescale] consultion about Yocto Project
> 3.10.17-1.0.0_GA kernel
> Hi,
> if you have started from here:
> https://github.com/Freescale/fsl-community-bsp-platform
>
> then there is information in the yocto manual on how to compile the kernel:
>
> http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel
> and especially here where to find the downloaded source
>
> http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#finding-the-kernel-source-code
>
> Jonas
>
> On Mon, Aug 18, 2014 at 8:23 AM, lianjf@ava.com.cn <lianjf@ava.com.cn>
> wrote:
>
>> Hi ,
>>
>> Can anyone tell me how to get the source code kernel of Yocto Project 3.10.17-1.0.0_GA,in
>> which i can make menuconfig and compile the kernel.
>> Any help would be appreciated.
>>
>>
>>
>>
>> Best Regards
>>
>> ------------------
>> Lian jianfei
>> 5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue,
>> Science City, Luo Gang District Guangzhou, China 510663
>> TEL: 15989094327
>> Email: lianjf@ava.com.cn
>>
>> --
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 9461 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: consultion about Yocto Project 3.10.17-1.0.0_GA kernel
  2014-08-18 13:18     ` Jonas Rydow
@ 2014-08-19  9:40       ` lianjf
  2014-08-25  9:21       ` lianjf
  1 sibling, 0 replies; 6+ messages in thread
From: lianjf @ 2014-08-19  9:40 UTC (permalink / raw)
  To: Jonas Rydow, meta-freescale

[-- Attachment #1: Type: text/plain, Size: 4672 bytes --]

Hi ,
I have changed it to root user,maybe it failed because of it,and now it works,but it is so slow to download the source file(0: linux-yocto-3.10.17+gitAUTOINC+6ad20f049a_c03195ed6e-r0 do_fetch (pid 5655).
Meanwhile are you  familiar  with the dvd-rom on freescale board,i connect the dvd-rom to the arm board via sata,and it doesnot work okay.
Thanks for your reply.




Best Regards
 
------------------
Lian jianfei
5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue, Science City, Luo Gang District Guangzhou, China 510663
TEL: 15989094327
Email: lianjf@ava.com.cn
 
From: Jonas Rydow
Date: 2014-08-18 21:18
To: lianjf@ava.com.cn
CC: meta-freescale
Subject: Re: Re: [meta-freescale] consultion about Yocto Project 3.10.17-1.0.0_GA kernel
Sorry I haven't got the faintest idea. Did you start the project as described here: https://github.com/Freescale/fsl-community-bsp-platform ?

I did and I did not see any errors when I ran bitbake linux-imx -c menuconfig a few weeks ago.

Regards
Jonas


On Mon, Aug 18, 2014 at 11:09 AM, lianjf@ava.com.cn <lianjf@ava.com.cn> wrote:
Hi ,
Thanks for your reply.I follow the step of "there is information in the yocto manual on how to compile the kernel",the website is : http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel,but i met a problem,when i run the command "bitbake linux-yocto -c menuconfig“,something goes wrong:
---------------------------------------------------------------------------------------------------------fei@fei-virtual-machine:~/sources/poky/build$ bitbake linux-yocto -c menuconfig



ERROR: Error parsing configuration files

Traceback (most recent call last):

  File "/home/fei/sources/poky/bitbake/lib/bb/cookerdata.py", line 227, in CookerDataBuilder.parseBaseConfiguration():

             try:

    >            self.parseConfigurationFiles(self.prefiles, self.postfiles)

             except SyntaxError:

  File "/home/fei/sources/poky/bitbake/lib/bb/cookerdata.py", line 289, in CookerDataBuilder.parseConfigurationFiles(prefiles=[], postfiles=[]):

             if data.getVar("BB_WORKERCONTEXT", False) is None:

    >            bb.fetch.fetcher_init(data)

             bb.codeparser.parser_cache_init(data)

  File "/home/fei/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 472, in fetcher_init(d=<bb.data_smart.DataSmart object at 0xb6c213ac>):

                 pass

    >        revs.clear()

         else:

  File "/home/fei/sources/poky/bitbake/lib/bb/persist_data.py", line 147, in SQLTable.clear():

         def clear(self):

    >        self._execute("DELETE FROM %s;" % self.table)

     

  File "/home/fei/sources/poky/bitbake/lib/bb/persist_data.py", line 66, in SQLTable._execute(*query=('DELETE FROM BB_URI_HEADREVS;',)):

                 try:

    >                return self.cursor.execute(*query)

                 except sqlite3.OperationalError as exc:

OperationalError: attempt to write a readonly database
-----------------------------------------------------------------------------------------------------------------
Any help would be appreciated.



Best Regards
 
------------------
Lian jianfei
5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue, Science City, Luo Gang District Guangzhou, China 510663
TEL: 15989094327
Email: lianjf@ava.com.cn
 
From: Jonas Rydow
Date: 2014-08-18 16:27
To: lianjf@ava.com.cn
Subject: Re: [meta-freescale] consultion about Yocto Project 3.10.17-1.0.0_GA kernel
Hi,
if you have started from here:
https://github.com/Freescale/fsl-community-bsp-platform

then there is information in the yocto manual on how to compile the kernel:
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel
and especially here where to find the downloaded source
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#finding-the-kernel-source-code

Jonas

On Mon, Aug 18, 2014 at 8:23 AM, lianjf@ava.com.cn <lianjf@ava.com.cn> wrote:
Hi ,

Can anyone tell me how to get the source code kernel of Yocto Project 3.10.17-1.0.0_GA,in which i can make menuconfig and compile the kernel.
Any help would be appreciated.




Best Regards
 
------------------
Lian jianfei
5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue, Science City, Luo Gang District Guangzhou, China 510663
TEL: 15989094327
Email: lianjf@ava.com.cn

--
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale




[-- Attachment #2: Type: text/html, Size: 12845 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: consultion about Yocto Project 3.10.17-1.0.0_GA kernel
  2014-08-18 13:18     ` Jonas Rydow
  2014-08-19  9:40       ` lianjf
@ 2014-08-25  9:21       ` lianjf
  2014-08-25 11:33         ` Jonas Rydow
  1 sibling, 1 reply; 6+ messages in thread
From: lianjf @ 2014-08-25  9:21 UTC (permalink / raw)
  To: Jonas Rydow, meta-freescale

[-- Attachment #1: Type: text/plain, Size: 4927 bytes --]

Hi ,
>if you have started from here:
>https://github.com/Freescale/fsl-community-bsp-platform

>then there is information in the yocto manual on how to compile the kernel:
>http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel
>and especially here where to find the downloaded source
>http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#finding-the-kernel-source-code

Last week,i have tried what you have told me to do and i fetch the  Yocto Project 3.10.17-1.0.0_GA kernel,but i found it is for X86,but i want the kernel for freescale arm board。
Waiting for your reply!




Best Regards
 
------------------
Lian jianfei
5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue, Science City, Luo Gang District Guangzhou, China 510663
TEL: 15989094327
Email: lianjf@ava.com.cn
 
From: Jonas Rydow
Date: 2014-08-18 21:18
To: lianjf@ava.com.cn
CC: meta-freescale
Subject: Re: Re: [meta-freescale] consultion about Yocto Project 3.10.17-1.0.0_GA kernel
Sorry I haven't got the faintest idea. Did you start the project as described here: https://github.com/Freescale/fsl-community-bsp-platform ?

I did and I did not see any errors when I ran bitbake linux-imx -c menuconfig a few weeks ago.

Regards
Jonas


On Mon, Aug 18, 2014 at 11:09 AM, lianjf@ava.com.cn <lianjf@ava.com.cn> wrote:
Hi ,
Thanks for your reply.I follow the step of "there is information in the yocto manual on how to compile the kernel",the website is : http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel,but i met a problem,when i run the command "bitbake linux-yocto -c menuconfig“,something goes wrong:
---------------------------------------------------------------------------------------------------------fei@fei-virtual-machine:~/sources/poky/build$ bitbake linux-yocto -c menuconfig



ERROR: Error parsing configuration files

Traceback (most recent call last):

  File "/home/fei/sources/poky/bitbake/lib/bb/cookerdata.py", line 227, in CookerDataBuilder.parseBaseConfiguration():

             try:

    >            self.parseConfigurationFiles(self.prefiles, self.postfiles)

             except SyntaxError:

  File "/home/fei/sources/poky/bitbake/lib/bb/cookerdata.py", line 289, in CookerDataBuilder.parseConfigurationFiles(prefiles=[], postfiles=[]):

             if data.getVar("BB_WORKERCONTEXT", False) is None:

    >            bb.fetch.fetcher_init(data)

             bb.codeparser.parser_cache_init(data)

  File "/home/fei/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 472, in fetcher_init(d=<bb.data_smart.DataSmart object at 0xb6c213ac>):

                 pass

    >        revs.clear()

         else:

  File "/home/fei/sources/poky/bitbake/lib/bb/persist_data.py", line 147, in SQLTable.clear():

         def clear(self):

    >        self._execute("DELETE FROM %s;" % self.table)

     

  File "/home/fei/sources/poky/bitbake/lib/bb/persist_data.py", line 66, in SQLTable._execute(*query=('DELETE FROM BB_URI_HEADREVS;',)):

                 try:

    >                return self.cursor.execute(*query)

                 except sqlite3.OperationalError as exc:

OperationalError: attempt to write a readonly database
-----------------------------------------------------------------------------------------------------------------
Any help would be appreciated.



Best Regards
 
------------------
Lian jianfei
5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue, Science City, Luo Gang District Guangzhou, China 510663
TEL: 15989094327
Email: lianjf@ava.com.cn
 
From: Jonas Rydow
Date: 2014-08-18 16:27
To: lianjf@ava.com.cn
Subject: Re: [meta-freescale] consultion about Yocto Project 3.10.17-1.0.0_GA kernel
Hi,
if you have started from here:
https://github.com/Freescale/fsl-community-bsp-platform

then there is information in the yocto manual on how to compile the kernel:
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel
and especially here where to find the downloaded source
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#finding-the-kernel-source-code

Jonas

On Mon, Aug 18, 2014 at 8:23 AM, lianjf@ava.com.cn <lianjf@ava.com.cn> wrote:
Hi ,

Can anyone tell me how to get the source code kernel of Yocto Project 3.10.17-1.0.0_GA,in which i can make menuconfig and compile the kernel.
Any help would be appreciated.




Best Regards
 
------------------
Lian jianfei
5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue, Science City, Luo Gang District Guangzhou, China 510663
TEL: 15989094327
Email: lianjf@ava.com.cn

--
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale




[-- Attachment #2: Type: text/html, Size: 13346 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: consultion about Yocto Project 3.10.17-1.0.0_GA kernel
  2014-08-25  9:21       ` lianjf
@ 2014-08-25 11:33         ` Jonas Rydow
  0 siblings, 0 replies; 6+ messages in thread
From: Jonas Rydow @ 2014-08-25 11:33 UTC (permalink / raw)
  To: lianjf@ava.com.cn; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 6887 bytes --]

Hi,
If you started here: https://github.com/Freescale/fsl-community-bsp-platform

you would have a directory called
fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/ where you will
find several recipes for freescale boards.

When you have bitbaked for your board you will find that the source of the
built kernel is somewhere under build/tmp/work/..[depends on
board]../linux../git as desribed in
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#finding-the-temporary-source-code
What is actually built and depends on what MACHINE is set to in local.conf.
As far as I know there is no Yocto Project 3.10.17-1.0.0_GA, the GA kernels
are from freescale.

What do you mean when you say that you fetched the Yocto Project
3.10.17-1.0.0_GA kernel? Bitbake fetches a kernel for you when you build.

What do you mean when you say that it is for x86? The source code contains
code for many architectures, that is normal.

Which freescale arm board are you using, did you set the correct MACHINE
for that board? Are you able to boot your board?

Please try to read the documentation that I pointed out, there are also
several pages describing how to build for different boards, try a google
search.

Otherwise if you just want the source it can be found here: git://
git.freescale.com/imx/linux-2.6-imx.git according to
meta-fsl-arm/recipes-kernel/linux/linux-imx.inc

Regards
Jonas



On Mon, Aug 25, 2014 at 11:21 AM, lianjf@ava.com.cn <lianjf@ava.com.cn>
wrote:
>
> Hi ,
> >if you have started from here:
> >https://github.com/Freescale/fsl-community-bsp-platform
>
> >then there is information in the yocto manual on how to compile the
kernel:
> >
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel
> >and especially here where to find the downloaded source
> >
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#finding-the-kernel-source-code
>
> Last week,i have tried what you have told me to do and i fetch the  Yocto
Project 3.10.17-1.0.0_GA kernel,but i found it is for X86,but i want the
kernel for freescale arm board。
> Waiting for your reply!
>
>
>
>
> Best Regards
>
> ------------------
> Lian jianfei
> 5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue,
Science City, Luo Gang District Guangzhou, China 510663
> TEL: 15989094327
> Email: lianjf@ava.com.cn
>
>
> From: Jonas Rydow
> Date: 2014-08-18 21:18
> To: lianjf@ava.com.cn
> CC: meta-freescale
> Subject: Re: Re: [meta-freescale] consultion about Yocto Project
3.10.17-1.0.0_GA kernel
> Sorry I haven't got the faintest idea. Did you start the project as
described here: https://github.com/Freescale/fsl-community-bsp-platform ?
>
> I did and I did not see any errors when I ran bitbake linux-imx -c
menuconfig a few weeks ago.
>
> Regards
> Jonas
>
>
> On Mon, Aug 18, 2014 at 11:09 AM, lianjf@ava.com.cn <lianjf@ava.com.cn>
wrote:
>>
>> Hi ,
>> Thanks for your reply.I follow the step of "there is information in the
yocto manual on how to compile the kernel",the website is :
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel,but
i met a problem,when i run the command "bitbake linux-yocto -c
menuconfig“,something goes wrong:
>>
>>
---------------------------------------------------------------------------------------------------------
>>
>> fei@fei-virtual-machine:~/sources/poky/build$ bitbake linux-yocto -c
menuconfig
>>
>>
>>
>> ERROR: Error parsing configuration files
>>
>> Traceback (most recent call last):
>>
>>   File "/home/fei/sources/poky/bitbake/lib/bb/cookerdata.py", line 227,
in CookerDataBuilder.parseBaseConfiguration():
>>
>>              try:
>>
>>     >            self.parseConfigurationFiles(self.prefiles,
self.postfiles)
>>
>>              except SyntaxError:
>>
>>   File "/home/fei/sources/poky/bitbake/lib/bb/cookerdata.py", line 289,
in CookerDataBuilder.parseConfigurationFiles(prefiles=[], postfiles=[]):
>>
>>              if data.getVar("BB_WORKERCONTEXT", False) is None:
>>
>>     >            bb.fetch.fetcher_init(data)
>>
>>              bb.codeparser.parser_cache_init(data)
>>
>>   File "/home/fei/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line
472, in fetcher_init(d=<bb.data_smart.DataSmart object at 0xb6c213ac>):
>>
>>                  pass
>>
>>     >        revs.clear()
>>
>>          else:
>>
>>   File "/home/fei/sources/poky/bitbake/lib/bb/persist_data.py", line
147, in SQLTable.clear():
>>
>>          def clear(self):
>>
>>     >        self._execute("DELETE FROM %s;" % self.table)
>>
>>
>>
>>   File "/home/fei/sources/poky/bitbake/lib/bb/persist_data.py", line 66,
in SQLTable._execute(*query=('DELETE FROM BB_URI_HEADREVS;',)):
>>
>>                  try:
>>
>>     >                return self.cursor.execute(*query)
>>
>>                  except sqlite3.OperationalError as exc:
>>
>> OperationalError: attempt to write a readonly database
>>
-----------------------------------------------------------------------------------------------------------------
>>
>> Any help would be appreciated.
>>
>>
>>
>>
>> Best Regards
>>
>> ------------------
>> Lian jianfei
>> 5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue,
Science City, Luo Gang District Guangzhou, China 510663
>> TEL: 15989094327
>> Email: lianjf@ava.com.cn
>>
>>
>> From: Jonas Rydow
>> Date: 2014-08-18 16:27
>> To: lianjf@ava.com.cn
>> Subject: Re: [meta-freescale] consultion about Yocto Project
3.10.17-1.0.0_GA kernel
>> Hi,
>> if you have started from here:
>> https://github.com/Freescale/fsl-community-bsp-platform
>>
>> then there is information in the yocto manual on how to compile the
kernel:
>>
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#configuring-the-kernel
>> and especially here where to find the downloaded source
>>
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#finding-the-kernel-source-code
>>
>> Jonas
>>
>> On Mon, Aug 18, 2014 at 8:23 AM, lianjf@ava.com.cn <lianjf@ava.com.cn>
wrote:
>>>
>>> Hi ,
>>>
>>> Can anyone tell me how to get the source code kernel of Yocto Project
3.10.17-1.0.0_GA,in which i can make menuconfig and compile the kernel.
>>> Any help would be appreciated.
>>>
>>>
>>>
>>>
>>> Best Regards
>>>
>>> ------------------
>>> Lian jianfei
>>> 5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science Avenue,
Science City, Luo Gang District Guangzhou, China 510663
>>> TEL: 15989094327
>>> Email: lianjf@ava.com.cn
>>>
>>> --
>>> _______________________________________________
>>> meta-freescale mailing list
>>> meta-freescale@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>>
>>
>

[-- Attachment #2: Type: text/html, Size: 9947 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-08-25 11:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-18  6:23 consultion about Yocto Project 3.10.17-1.0.0_GA kernel lianjf
     [not found] ` <CAHwR_AWS5PtekJMfPysptGFLdaACfMcCRt6VQDQwe_bP-o0HDg@mail.gmail.com>
2014-08-18  9:09   ` lianjf
2014-08-18 13:18     ` Jonas Rydow
2014-08-19  9:40       ` lianjf
2014-08-25  9:21       ` lianjf
2014-08-25 11:33         ` Jonas Rydow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.