Issue in building Kernel Image from yocto

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

Issue in building Kernel Image from yocto

ソリューションへジャンプ
1,628件の閲覧回数
abhijit_thorat
Contributor III

Hi,

I am using T2080QDS for my project and using yocto to build kernel image.

I want to customize Linux kernel. So I follow steps from document QorIQ-SDK-2.0-IC-Rev0.pdf topic 3.3.2 Customize Linux Kernel

I run command bitbake -c cleansstate virtual/kernel to clear cache 

and bitbake -c patch virtual/kernel to download source code

When I run command bitbake -c compile -f virtual/kernel to compile kernel I always get following error

ERROR: Function failed: do_configure (log file is located at /home/abhijit/yocto/install/QorIQ-SDK-V2.0-20160527-yocto/build_t2080qds-64b/tmp/work/t2080qds_64b-fsl-linux/linux-qoriq/4.1-r0/temp/log.do_configure.23196)
ERROR: Logfile of failure stored in: /home/abhijit/yocto/install/QorIQ-SDK-V2.0-20160527-yocto/build_t2080qds-64b/tmp/work/t2080qds_64b-fsl-linux/linux-qoriq/4.1-r0/temp/log.do_configure.23196
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: Executing shell function do_configure
| cp: cannot stat '/home/abhijit/yocto/install/QorIQ-SDK-V2.0-20160527-yocto/build_t2080qds-64b/tmp/work/t2080qds_64b-fsl-linux/linux-qoriq/4.1-r0/git/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig': Too many levels of symbolic links
| WARNING: /home/abhijit/yocto/install/QorIQ-SDK-V2.0-20160527-yocto/build_t2080qds-64b/tmp/work/t2080qds_64b-fsl-linux/linux-qoriq/4.1-r0/temp/run.do_configure.23196:1 exit 1 from
| cp /home/abhijit/yocto/install/QorIQ-SDK-V2.0-20160527-yocto/build_t2080qds-64b/tmp/work/t2080qds_64b-fsl-linux/linux-qoriq/4.1-r0/git/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig .config
| ERROR: Function failed: do_configure (log file is located at /home/abhijit/yocto/install/QorIQ-SDK-V2.0-20160527-yocto/build_t2080qds-64b/tmp/work/t2080qds_64b-fsl-linux/linux-qoriq/4.1-r0/temp/log.do_configure.23196)
ERROR: Task 4 (/home/abhijit/yocto/install/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-kernel/linux/linux-qoriq_4.1.bb, do_configure) failed with exit code '1'

 

Is there any way to resolve this issue?

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 解決策
1,615件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the resolution provided by Pavel in the following thread.

https://community.nxp.com/t5/QorIQ/QorIQ-Linux-SDK-v2-0-1703-kernel-compilation-issues/m-p/651136

 

Please use the attached linux-qoriq_4.1.bbappend file to replace sources/meta-nxp-npi-1703/recipes-kernel/linux/linux-qoriq_4.1.bbappend

元の投稿で解決策を見る

2 返答(返信)
1,616件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the resolution provided by Pavel in the following thread.

https://community.nxp.com/t5/QorIQ/QorIQ-Linux-SDK-v2-0-1703-kernel-compilation-issues/m-p/651136

 

Please use the attached linux-qoriq_4.1.bbappend file to replace sources/meta-nxp-npi-1703/recipes-kernel/linux/linux-qoriq_4.1.bbappend

1,593件の閲覧回数
abhijit_thorat
Contributor III

 hi @yipingwang ,

Thanks.

It's working. 

 

0 件の賞賛
返信