SDK1.9 bitbake fsl-image-minimal is failing with "oe_runconf failed"

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SDK1.9 bitbake fsl-image-minimal is failing with "oe_runconf failed"

850 次查看
santoshkumaraki
Contributor II


Hi,

we are using p1022 processor based custom board.we have used SDK1.9 with full package and able to boot linux on it from flash.As the file-system size is more than 25MB(compressed) ,it is taking so much time to boot.

so we have decided to run "fsl-image-minimal" package to get reduced filesystem.

But while running the command "bitbake fsl-image-minimal" in the sdk1.9,we are receiving the "oe_runconf failed" error.

so,please kindly help me in this issue.

Please find the attached log for more details...

thank you...

 

Regards,

Santosh kumar.

Original Attachment has been moved to: log.do_configure.20226.zip

标签 (1)
2 回复数

584 次查看
alvinhsu
Contributor II

Hello Santosh Kumar Aki,

I use SDK v1.9 for P1020rdb. I use this commands for your reference.

Ubuntu 14.04.4 LTS 32-bit

>>sudo apt-get install ubuntu-minimal ubuntu-standard patch vim-common sed wget subversion git-core coreutils libbonobo2-common unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat make gcc build-essential xz-utils g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libncurses5-dev cvs tofrodos

>>ls -l /bin/sh

>>sudo dpkg-reconfigure dash

Install the SDK cache for e500v2 and SDK

>> sudo mount -o loop QorIQ\ SDK\ V1.9\ PPCE500V2\ CACHE.iso /mnt/cdrom/

>> sudo /mnt/cdrom/install

>> sudo mount -o loop QorIQ\ SDK\ V1.9\ SOURCE.iso /mnt/cdrom

>> sudo /mnt/cdrom/install

>> ./sources/meta-freescale/scripts/host-prepare.sh

using the command "/usr/sbin/visudo"

>>. ./fsl-setup-env -m p1020rdb

>> bitbake fsl-image-full

0 项奖励

584 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello Santosh Kumar Aki,

The error is caused by lacking "/bin/mktemp" on your host machine, after install the ISO,  please execute the script "sources/meta-freescale/scripts/host-prepare.sh" to deploy the necessary environment to use Yocto on the host.

In addition, please remember to install the Cache ISO to avoid building everything from the scratch.


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------