From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6545739070330372096 X-Received: by 10.80.165.200 with SMTP id b8mr636234edc.1.1524049718770; Wed, 18 Apr 2018 04:08:38 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.203.73 with SMTP id h9ls2219651edi.4.gmail; Wed, 18 Apr 2018 04:08:38 -0700 (PDT) X-Google-Smtp-Source: AIpwx49VknqkdqHAp2kCscBpd6OsqcmopK72Uckug0ZW7Yt1DSsk0FftWn5w5ei2OCNaswfTpAth X-Received: by 10.80.144.253 with SMTP id d58mr639818eda.12.1524049718334; Wed, 18 Apr 2018 04:08:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524049718; cv=none; d=google.com; s=arc-20160816; b=L/UtCpZ8Fnbn6oLgAobNC2FD0m7hl8o4g98wKt0Ys4xIA0h9caIdYBuS+MNEhT8zOh 1Mskg6QmnnY9J4JLQbU7HTJIC3v1AXUf8NhQjNNLuM/a0774VHPaLqYbRe1En1vxa9HJ fRDbySw3MrZlbhYa5oOWUgaaOwKmxmRvY2TCfP1TMg5GgtMH9vESDN9vgoK9nL+asn1H GeAYfn+JASUzjyD/WgxIZz9VL+HNJ27TNEIqKuOLxheFFY9hm4bD4TcGY5R/iFAuOE/V XqLnIDclqW53eyc0XPA6N6Lu8ZuInOTsMNGXoGGzdBMr1VuOqEeYIWR9+mfSOGbTEYwl KciQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject :arc-authentication-results; bh=VK7lsecJy+3vZp1Z9UgPfcvrWwnMCXfQK+NATUS0q80=; b=Q8Osy7lMdzmIKxuKJZLvuhPTClyU4JUAi+gBjaIYSj7RD1XhHepxu9bm3+yntAGCcH oTKKJi2roZR5slAmzX6J61qmZWNtAaTP+q3QnjPWZibSrJ351xHkV/4f8xd0CyiHZcpp F0NY25+TEsstHUCmn/jrAeEpRVAQN6LXro0lkBNy4kEGV7Mbjo45jSFez1j6wqUwK4B6 QNCqUOIpcYdDqut1cUGi6EPoDbwCnfbPC+h66dc1QudhT60eHtrXsqqhkd8ynD5u3XdO QRKtPgNUx1nJo8alDiI/5RIQR+RYTh2iM5psthfGYUPIpl+s04V8aOpeihY9C6A6OpiN CCpQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of fdprnd@dave.eu designates 185.100.109.150 as permitted sender) smtp.mailfrom=fdprnd@dave.eu Return-Path: Received: from mx.dave-tech.it (mx.dave-tech.it. [185.100.109.150]) by gmr-mx.google.com with ESMTP id 4si97edx.3.2018.04.18.04.08.38 for ; Wed, 18 Apr 2018 04:08:38 -0700 (PDT) Received-SPF: pass (google.com: domain of fdprnd@dave.eu designates 185.100.109.150 as permitted sender) client-ip=185.100.109.150; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of fdprnd@dave.eu designates 185.100.109.150 as permitted sender) smtp.mailfrom=fdprnd@dave.eu Received: from [127.0.0.1] (unknown [192.168.0.115]) by mx.dave-tech.it (Postfix) with ESMTPS id DE34F1D for ; Wed, 18 Apr 2018 13:08:37 +0200 (CEST) Subject: Re: default image won't build To: isar-users@googlegroups.com References: <9887613b-04cd-8c7e-92ba-b488c061ce73@siemens.com> <8156753a-607d-1b8f-886d-de288b40a098@siemens.com> From: Francesco Message-ID: <2db4bb8c-3b68-e46a-f72c-1900efbeadc4@dave.eu> Date: Wed, 18 Apr 2018 13:08:37 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <8156753a-607d-1b8f-886d-de288b40a098@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB X-TUID: bG0doGdzbDpO Thanks for your replies. I just checked the BBMULTICONF variable in local.conf and it is there. Unfortunately If i now try to runĀ  bitbake multiconfig:qemuarm-jessie:isar-image-base I stil get the same error. Frank On 18/04/2018 13:03, Jan Kiszka wrote: > On 2018-04-18 13:01, Claudius Heine wrote: >> Hi, >> >> On 2018-04-18 12:56, [ext] Jan Kiszka wrote: >>> On 2018-04-18 12:50, Francesco wrote: >>>> Hello everyone, >>>> >>>> I'm new to isar and today I made an attempt to build the default image >>>> with it. I installed all the host tools necessary as it is written in >>>> the docs. Then I followed strictly the doc/user_manual. >>>> >>>> My host OS is debian jessie. >>>> >>>> Unfortunately when I try to build an image I get this error: >>>> >>>> /bitbake isar-image-base// >>> In that case, you are not using the multiconfig files Isar ships and >>> have to replicate all required settings into your local.conf. I would >>> rather recommend >>> >>> bitbake multiconfig:qemuarm-jessie:isar-image-base >>> >>> That will work (is also part of CI). >> You also need to set the BBMULTICONF variable in local.conf. >> > Good point! I'm too much used to kas descriptions by now. ;) > > Jan > >> Maybe just follow this: >> >> https://github.com/ilbers/isar/blob/53ed253/doc/user_manual.md#building-target-images-for-multiple-configurations >> >> >> And just use one configuration. >> >> The documentation about 'One configuration' is not really up-to-date. >> >> Cheers, >> Claudius >>