[poky] Is there bug in the newest poky-denzil7.01?
李金成
scanli at 126.com
Fri Jun 22 00:46:01 PDT 2012
I'm trying the newest poky-denzil7.01/1.2.1,and found one problem:
My develop environment:
Ubuntu 12.04 LTS.
use the external CSL toolchain--Sourcery CodeBench Lite 2011.09-70.the toolchain path is: /home/ljc/arm-2011.09/arm/
My steps:
1. download the newest poky-denzil7.01/1.2.1 from http://git.yoctoproject.org/cgit/cgit.cgi/poky/snapshot/poky-denzil.tar.bz2.
2. decompressioned it to /home/ljc/
3. cd /home/ljc/poky-denzil
4. modified /home/ljc/poky-denzil/meta-yocto/conf/distro/poky.conf.
add the fellow lines:
TCMODE = "external-csl"
CSL_VER_MAIN = "2011.09-70"
EXTERNAL_TOOLCHAIN = "/home/ljc/arm-2011.09/arm"
TARGET_PREFIX = "arm-none-linux-gnueabi-"
5. modified /home/ljc/poky-denzil/meta/conf/distro/include/tcmode-external-csl.inc
from
TARGET_PREFIX = "${CSL_TARGET_SYS}-"
to
TARGET_PREFIX ?= "${CSL_TARGET_SYS}-"
6. . oe-init-build-env
7. then input command: hob
8. In hob gui:
Select machine: qemuarm
Select a base image:core-image-minimal
press down:Build image
9. After a long time the HOB stopped:
Building packages...
Running task 1147 of 1148:do_build
Recipe:task-core-boot
-----------------------------------------------------
| Build completed:90% | | Stop
-----------------------------------------------------
10. the HOB can't be closed with the GUI window's "Stop" botton or X icon.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20120622/487322c1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hob.jpg
Type: image/jpeg
Size: 103623 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20120622/487322c1/attachment.jpg>
More information about the poky
mailing list