From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1CFCDE0147A for ; Tue, 19 Mar 2013 02:32:42 -0700 (PDT) Received: by mail-ee0-f51.google.com with SMTP id d17so115049eek.38 for ; Tue, 19 Mar 2013 02:32:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:mime-version :content-type:x-mailer:thread-index:content-language; bh=Yh4be+FtvLOxngxTVlAIhhqcZweFJRRFjMIxZDwN27A=; b=zV5Bwy6sC9sOeFn8y3aP2EgP7LlAvh212//CZPMe1pDEMNhNBdLgs4NDvp7qOjL51A nYlj0gsywc60haSje99hnvyd7ngrZhoRMqzTTZL/xm6VyaOYsOd8k6VmlCpM2quLS+AI QxRysI4UyprVSXwZz2LanKdcuCEsDhYgRfHY9Im37Qfbt8ed9fh11aBA4HIjd8uuNHRb rQmV98z7T8xGBQXrqCWdBeDH6542GZhsN5dbeIAroXN0iIsGEMCLl5bgDa2sDc4li7t7 xhExwOklbEL8oc1XwSLcZHEFYIJF6s4wupAzuACaeE9TtRJ5bqeBNAbiOqFvSAGMTYMo cKSw== X-Received: by 10.14.211.65 with SMTP id v41mr58168294eeo.33.1363685561308; Tue, 19 Mar 2013 02:32:41 -0700 (PDT) Received: from LAPTOP (mail.embedo.fi. [194.100.97.18]) by mx.google.com with ESMTPS id 44sm31901852eek.5.2013.03.19.02.32.40 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 19 Mar 2013 02:32:40 -0700 (PDT) From: "Andreas Enbacka" To: Date: Tue, 19 Mar 2013 11:32:35 +0200 Message-ID: <005501ce2484$b1558d20$1400a760$@gmail.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: Ac4khGNUjVaeGg9jRJegusgWFd4VLA== Subject: Hob custom image build error X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 09:32:43 -0000 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0056_01CE2495.74DEF960" Content-Language: fi ------=_NextPart_000_0056_01CE2495.74DEF960 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, Whenever I build a custom image in Hob (using Create your own image), I get the following error output once the image build stage is completed: Traceback (most recent call last): File "/home/user/poky/bitbake/lib/bb/ui/crumbs/builder.py", line 1096, in handler_build_succeeded_cb self.build_succeeded() File "/home/user/poky/bitbake/lib/bb/ui/crumbs/builder.py", line 1029, in build_succeeded version = self.recipe_model.get_custom_image_version() File "/home/user/poky/bitbake/lib/bb/ui/crumbs/hoblistmodel.py", line 696, in get_custom_image_version return self.custom_image_version AttributeError: 'RecipeListModel' object has no attribute 'custom_image_version' The UI is the stuck at 99% (do_build). However, the image build process has otherwise succeeded (the image files exist in the images folder). However, Hob needs to be force closed. Best regards, Andreas Enbacka ------=_NextPart_000_0056_01CE2495.74DEF960 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello,

 

Whenever I build a custom image in = Hob (using Create your own image), I get the following error output once = the image build stage is completed:

 

Traceback (most recent call = last):

  File = "/home/user/poky/bitbake/lib/bb/ui/crumbs/builder.py", line = 1096, in handler_build_succeeded_cb

    = self.build_succeeded()

  File = "/home/user/poky/bitbake/lib/bb/ui/crumbs/builder.py", line = 1029, in build_succeeded

    version =3D = self.recipe_model.get_custom_image_version()

  File = "/home/user/poky/bitbake/lib/bb/ui/crumbs/hoblistmodel.py", = line 696, in get_custom_image_version

    return = self.custom_image_version

AttributeError: 'RecipeListModel' = object has no attribute 'custom_image_version'

 

The UI is the stuck at 99% = (do_build). However, the image build process has otherwise succeeded = (the image files exist in the images folder). However, Hob needs to be = force closed.

 

Best regards,

Andreas = Enbacka

------=_NextPart_000_0056_01CE2495.74DEF960--