From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mail.openembedded.org (Postfix) with ESMTP id 3066B7770F for ; Mon, 13 Mar 2017 15:05:27 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP; 13 Mar 2017 08:05:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,159,1486454400"; d="scan'208";a="59657063" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga002.jf.intel.com with ESMTP; 13 Mar 2017 08:05:28 -0700 To: openembedded-core@lists.openembedded.org References: <1f37f25a651a235703fc7b51d799ee2d329ac94b.1489144807.git.alexander.kanavin@linux.intel.com> From: Alexander Kanavin Message-ID: <687b8d27-e0ee-46da-889c-cc5728296418@linux.intel.com> Date: Mon, 13 Mar 2017 17:04:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: [PATCH 21/44] rootfs_rpm.bbclass: migrate image creation to dnf 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: Mon, 13 Mar 2017 15:05:28 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 03/13/2017 04:52 PM, Alexander Kanavin wrote: > On 03/13/2017 04:25 PM, Burton, Ross wrote: > >> >> + raise NotImplementedError("Adding remote dnf feeds not yet >> supported.") >> >> >> I think this is a 2.4M4 blocker if the series merges into M3. > > Yes. There is no runtime/selftest test for this, and I didn't want to > implement things that are not enabled by default and cannot be > automatically tested. I don't want to take the risk of unnoticed > regressions in code that was tested only once when it was initially > written. > > Creating an image from signed rpms is currently not supported for the > same reason (but signing rpms in the first place *is* supported, because > it actually is tested in oe-selftest, and I can use that to verify that > it works and keeps working). Forgot to add - I'll try to fix both of these this week, with corresponding tests of course. Alex