Re: [yocto] create_image.tar fail

2014-10-20 Thread Burton, Ross
On 20 October 2014 03:24, wrote: > · I need to creat a new recipes to add libtdb to rootfs. > The source code of tdb is Makefile-Base Package. Bitbake make will run the > makefile automatically to finish the do_compile. But , I must to execute > one “configure” file of source

Re: [yocto] create_image.tar fail

2014-10-19 Thread Neil.Wu
Hello, * I need to creat a new recipes to add libtdb to rootfs. The source code of tdb is Makefile-Base Package. Bitbake make will run the makefile automatically to finish the do_compile. But , I must to execute one "configure" file of source code in do_configure task before

Re: [yocto] create_image.tar fail

2014-09-22 Thread Neil.Wu
Hi, I use the yocto-bsp tools to creat a new bsp layer, I found this problem like following : Yoctto-bsp creat myx86 quem Traceback (most recent call last): File "/home/etcrs/poky/scripts/yocto-bsp", line 150, in ret = main() File "/home/etcrs/poky/scripts/yocto-bsp", line 145, in main

Re: [yocto] create_image.tar fail

2014-09-15 Thread Neil.Wu
mples/udhcp/sample.nak Finally, sincerely thanks for your help. -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, September 15, 2014 6:12 PM To: Wu, Neil [CLIMATE/RS/CN] Cc: yocto@yoctoproject.org Subject: Re: [yocto] create_image.tar fail On 15 Sept

Re: [yocto] create_image.tar fail

2014-09-15 Thread Burton, Ross
On 15 September 2014 09:48, wrote: > BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) multi-call binary. Its using busybox's tar, don't do this. Either uninstall busybox, or change the alternatives so that /usr/bin/tar is GNU tar, not busybox tar. Ross -- ___

[yocto] create_image.tar fail

2014-09-15 Thread Neil.Wu
Hello , I meet one problem like following when I compiling Yocto project 1.6.1. create_image.ext3 ... NOTE: Running image creation script for tar: /home/etcrs/poky-daisy-11.0.1/build/tmp/work/qemux86-poky-linux/core-image-sato/1.0-r0/temp/create_image.tar ... ERROR: Error: The image creation sc