From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mail.openembedded.org (Postfix) with ESMTP id DF6707827E for ; Thu, 8 Jun 2017 16:35:06 +0000 (UTC) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 08 Jun 2017 09:35:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,315,1493708400"; d="scan'208";a="110801032" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga005.jf.intel.com with ESMTP; 08 Jun 2017 09:35:05 -0700 To: Jose Perez Carranza , "Burton, Ross" References: <20170515135023.4090-1-jose.perez.carranza@linux.intel.com> From: Alexander Kanavin Message-ID: Date: Thu, 8 Jun 2017 19:35:05 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Cc: OE-core Subject: Re: [PATCH v3] runtime/dnf: Add new dnf test cases X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2017 16:35:07 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 06/07/2017 08:31 PM, Jose Perez Carranza wrote: > When I tried this test image was built without using states hence > "busybox*.rpm" and "curl*.rpm"where present under > "tmp/deploy/rpm/core2_64" hence the repo i taking tha packages form > there to add them to repo and used on the image, but when using sstates > those packages are not being built so are not present on local build > directory. is there any way to force those packages to be built to have > them available on tmp/deploy/rpm/core2_64? At least one of the failures has nothing to do with sstate or repositories: File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x32/build/meta/lib/oeqa/runtime/cases/dnf.py", line 136, in test_dnf_exclude if self.dnf('list curl %s' % excludepkg ,0): File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x32/build/meta/lib/oeqa/runtime/cases/dnf.py", line 18, in dnf self.assertEqual(status, expected, message) AssertionError: 1 != 0 : dnf list curl curl-dev Error: No matching Packages to list That line is asking if curl package is installed on the image, and, in core-image-sato's case it isn't, and so failure occurs. The repositories are not even accessed. I haven't been able to reproduce the installroot failure, works fine here. Alex