how to build filesystem without build the kernel image in yocto

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to build filesystem without build the kernel image in yocto

3,017件の閲覧回数
huyongfa
Contributor II

now i'm blocked by the following error inyocto, when build fsl-image-gui, the do_fetch always be failed.

WARNING: Failed to fetch URL git://git.freescale.com/imx/linux-2.6-imx.git attempting MIRRORS if available.

i have my own kernel image, and don't need bo build this kernel image.

1. so is there some way to build a filesystem without build the kernel image?

i have tried specify the path of my own kernel in linux-imx_3.14.52.bb, but is always failed at do_configure.

4 返答(返信)

2,870件の閲覧回数
BiyongSUN
NXP Employee
NXP Employee

Suggest for the Yocto questions, you can check the Yocto project.

If you check the yocto document you can find the command.

http://www.yoctoproject.org/docs/2.2/mega-manual/mega-manual.html

Untitled.png

also you can find in the task list.

do_package_setscene            Analyzes the content of the holding area and splits it into subsets based on available

...........

.......
do_rootfs                        Creates the root filesystem (file and directory structure) for an image
do_unpack                      Unpacks the source code into a working directory
NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and all succeeded.
bysun@imx-fae-server-sh:~/yocto/L4.1.15-1.1.0_ga/fsl-release-bsp/imx6ulevk$

2,870件の閲覧回数
huyongfa
Contributor II

after a long wait, now i have passed yocto kernel building, rootfs also is ready.

your respones is very usefull, i will try it later.

many thanks to you.

0 件の賞賛
返信

2,870件の閲覧回数
Yuri
NXP Employee
NXP Employee

Hello,

   I think, hardly this is possible and makes sense to build system without kernel built.

Regards,

Yuri.

0 件の賞賛
返信

2,870件の閲覧回数
huyongfa
Contributor II

it is very usefull for me, because it is need a very long time to git kernel source from git.freescale.com.

and this kernel is not needed for me,as i have my own kernel.

0 件の賞賛
返信