From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D8A4BE006F3; Thu, 3 Jul 2014 17:19:06 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.1.11 listed in list.dnswl.org] Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A8784E0045F for ; Thu, 3 Jul 2014 17:18:59 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s640Iufp028472 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 3 Jul 2014 17:18:57 -0700 (PDT) Received: from [128.224.162.181] (128.224.162.181) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.169.1; Thu, 3 Jul 2014 17:18:56 -0700 Message-ID: <53B5F2EE.5000707@windriver.com> Date: Fri, 4 Jul 2014 08:18:54 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: mareczek , References: <53B554AC.3060301@gmail.com> In-Reply-To: <53B554AC.3060301@gmail.com> Subject: Re: do_populate_sdk 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: Fri, 04 Jul 2014 00:19:06 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Seems that something is wrong with PACKAGE_CLASSES = package_deb, maybe you can use PACKAGE_CLASSES = package_rpm ? // Robert On 07/03/2014 09:03 PM, mareczek wrote: > Hello, > > I ran into an error during do_populate_sdk > > ERROR: Unable to install packages. Command > '/yocto-daisy/build/tmp/sysroots/i686-linux/usr/bin/apt-get install --force-yes > --allow-unauthenticated nativesdk-packagegroup-sdk-host > packagegroup-cross-canadian-imx6riotboard' returned 100: > Reading package lists... > Building dependency tree... > Reading state information... > W: Unable to read > /yocto-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/meta-toolchain/1.0-r7/apt-sdk/preferences.d/ > - DirectoryExists (2: No such file or directory) > E: Unable to locate package nativesdk-packagegroup-sdk-host > > ERROR: Function failed: do_populate_sdk > ERROR: Logfile of failure stored in: > /yocto-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/meta-toolchain/1.0-r7/temp/log.do_populate_sdk.32319 > > ERROR: Task 7 (/yocto-daisy/meta/recipes-core/meta/meta-toolchain.bb, > do_populate_sdk) failed with exit code '1' > > I tried to find an answer, but without success. I tried to compile > nativesdk-packagegroup-sdk-host and it was already compiled. > > I was able to compile u-boot, kernel, kernel modules, dtb, rootfs and everythink > works quite well, but now I'm stuck with this and have no clue how to solve > this. If anyone knows how to make it working I would be very glad. > > Thank you very much > > Marek