All of lore.kernel.org
 help / color / mirror / Atom feed
* Is there bug in the newest poky-denzil7.01?
@ 2012-06-22  7:46 李金成
  2012-06-22 16:58 ` Scott Garman
  0 siblings, 1 reply; 2+ messages in thread
From: 李金成 @ 2012-06-22  7:46 UTC (permalink / raw)
  To: poky


[-- Attachment #1.1: Type: text/plain, Size: 1604 bytes --]

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. 
       
         

          

[-- Attachment #1.2: Type: text/html, Size: 3299 bytes --]

[-- Attachment #2: hob.jpg --]
[-- Type: image/jpeg, Size: 88304 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Is there bug in the newest poky-denzil7.01?
  2012-06-22  7:46 Is there bug in the newest poky-denzil7.01? 李金成
@ 2012-06-22 16:58 ` Scott Garman
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Garman @ 2012-06-22 16:58 UTC (permalink / raw)
  To: poky

On 06/22/2012 12:46 AM, 李金成 wrote:
> 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.

This sounds like a legitimate bug. Can you please file it on our bugtracker?

https://bugzilla.yoctoproject.org/

Thanks,

Scott

-- 
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-22 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-22  7:46 Is there bug in the newest poky-denzil7.01? 李金成
2012-06-22 16:58 ` Scott Garman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.