Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 21/44] rootfs_rpm.bbclass: migrate image creation to dnf
Date: Mon, 13 Mar 2017 17:04:31 +0200	[thread overview]
Message-ID: <687b8d27-e0ee-46da-889c-cc5728296418@linux.intel.com> (raw)
In-Reply-To: <f71769b7-4dc4-bb4f-80a0-5c367e1d6153@linux.intel.com>

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


  reply	other threads:[~2017-03-13 15:05 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-10 11:23 [PATCH 00/44] Replace Smart package manager with DNF package manager Alexander Kanavin
2017-03-10 11:23 ` [PATCH 01/44] package.bbclass: fix locations of debugedit and rpmdeps utilities Alexander Kanavin
2017-03-10 11:23 ` [PATCH 02/44] libsolv: enable rpm support Alexander Kanavin
2017-03-10 11:23 ` [PATCH 03/44] rpmresolve: remove the recipe Alexander Kanavin
2017-03-10 11:23 ` [PATCH 04/44] createrepo-c: add a recipe Alexander Kanavin
2017-03-10 11:23 ` [PATCH 05/44] createrepo: remove the recipe Alexander Kanavin
2017-03-10 11:23 ` [PATCH 06/44] rpm: add a 4.x recipe Alexander Kanavin
2017-03-10 11:23 ` [PATCH 07/44] rpm: remove 5.x recipe Alexander Kanavin
2017-03-10 11:23 ` [PATCH 08/44] python-pygpgme: add a recipe Alexander Kanavin
2017-03-10 11:23 ` [PATCH 09/44] python-iniparse: " Alexander Kanavin
2017-03-10 11:23 ` [PATCH 10/44] python-backports-lzma: " Alexander Kanavin
2017-03-10 11:23 ` [PATCH 11/44] librepo: " Alexander Kanavin
2017-03-10 11:23 ` [PATCH 12/44] libcomps: " Alexander Kanavin
2017-03-10 11:23 ` [PATCH 13/44] libdnf: " Alexander Kanavin
2017-03-10 11:23 ` [PATCH 14/44] dnf: " Alexander Kanavin
2017-03-10 11:23 ` [PATCH 15/44] python-smartpm: remove the recipe Alexander Kanavin
2017-03-10 11:23 ` [PATCH 16/44] db: remove the 6.x recipe Alexander Kanavin
2017-03-10 11:23 ` [PATCH 17/44] package_rpm.bbclass: make architecture-independent .rpm packages "noarch" instead of "all" Alexander Kanavin
2017-03-10 11:23 ` [PATCH 18/44] package_manager.py: improve the API for insert_feed_uris() Alexander Kanavin
2017-03-10 11:23 ` [PATCH 19/44] package_rpm.bbclass: correctly map RRECOMMENDS and RSUGGESTS to rpm tags Alexander Kanavin
2017-03-10 16:41   ` Mark Hatle
2017-03-10 11:23 ` [PATCH 20/44] nativesdk-packagegroup-sdk-host: replace smartpm with dnf Alexander Kanavin
2017-03-10 11:24 ` [PATCH 21/44] rootfs_rpm.bbclass: migrate image creation to dnf Alexander Kanavin
2017-03-13 14:25   ` Burton, Ross
2017-03-13 14:52     ` Alexander Kanavin
2017-03-13 15:04       ` Alexander Kanavin [this message]
2017-03-13 15:07         ` Alexander Kanavin
2017-03-10 11:24 ` [PATCH 22/44] scripts/rpm2cpio.sh: replace 5.x version with 4.x version Alexander Kanavin
2017-03-10 17:26   ` Mark Hatle
2017-03-14 12:44     ` Burton, Ross
2017-03-10 11:24 ` [PATCH 23/44] scripts/oe-setup-rpmrepo: replace createrepo with createrepo_c Alexander Kanavin
2017-03-10 11:24 ` [PATCH 24/44] package_rpm.bbclass: replace createrepo reference " Alexander Kanavin
2017-03-10 11:24 ` [PATCH 25/44] package_rpm.bbclass: no need to specify the magic file location Alexander Kanavin
2017-03-10 11:24 ` [PATCH 26/44] testimage.bbclass: fix runtime test for rpm, port smart tests to dnf Alexander Kanavin
2017-03-10 11:24 ` [PATCH 27/44] package_rpm.bbclass: instruct rpm to not remove the buildroot directory Alexander Kanavin
2017-03-10 11:24 ` [PATCH 28/44] selftest: do not perform a full build in test_continue Alexander Kanavin
2017-03-10 11:24 ` [PATCH 29/44] selftest: update output checks in incremental image test to match what dnf prints Alexander Kanavin
2017-03-10 11:24 ` [PATCH 30/44] byacc: remove the recipe Alexander Kanavin
2017-03-10 16:37   ` Mark Hatle
2017-03-13 13:18     ` Alexander Kanavin
2017-03-13 14:02       ` Mark Hatle
2017-03-10 11:24 ` [PATCH 31/44] gpg_sign.py: fix signing of rpm files using gpg Alexander Kanavin
2017-03-10 11:24 ` [PATCH 32/44] oe-selftest: no need to parse gpg output to determine the name of the signing key Alexander Kanavin
2017-03-10 11:24 ` [PATCH 33/44] run-postinsts: simplify the logic of whether to install it to images Alexander Kanavin
2017-03-10 11:24 ` [PATCH 34/44] package_rpm.bbclass: add a /bin/sh Provides for nativesdk- packages Alexander Kanavin
2017-03-10 16:54   ` Mark Hatle
2017-03-13 14:21     ` Alexander Kanavin
2017-03-13 14:27       ` Mark Hatle
2017-03-10 11:24 ` [PATCH 35/44] security_flags.inc: update to reflect smart->dnf transition Alexander Kanavin
2017-03-10 11:24 ` [PATCH 36/44] package_rpm.bbclass: do not set the OS dynamically when building rpms Alexander Kanavin
2017-03-10 16:57   ` Mark Hatle
2017-03-13 14:24     ` Alexander Kanavin
2017-03-13 14:29       ` Mark Hatle
2017-03-10 11:24 ` [PATCH 37/44] nspr: do not use shared library symbol resolution with musl Alexander Kanavin
2017-03-10 11:24 ` [PATCH 38/44] package_rpm.bbclass: do not strip multilib prefixes from package names, do not add multilib prefix to package arch Alexander Kanavin
2017-03-10 17:04   ` Mark Hatle
2017-03-13 14:35     ` Alexander Kanavin
2017-03-10 11:24 ` [PATCH 39/44] package.bbclass: don't exclude package groups from runtime mapping Alexander Kanavin
2017-03-10 17:12   ` Mark Hatle
2017-03-10 11:24 ` [PATCH 40/44] glibc: do the multilib_header magic also for bits/long-double.h Alexander Kanavin
2017-03-10 11:24 ` [PATCH 41/44] bash: package bashbug separately Alexander Kanavin
2017-03-10 17:13   ` Mark Hatle
2017-03-13 14:39     ` Alexander Kanavin
2017-03-10 11:24 ` [PATCH 42/44] db: do the multilib_header processing for db.h Alexander Kanavin
2017-03-10 11:24 ` [PATCH 43/44] base-files: do not write the current date into /etc/issue and /etc/issue.net Alexander Kanavin
2017-03-11 11:22   ` Richard Purdie
2017-03-11 16:22     ` Richard Purdie
2017-03-10 11:24 ` [PATCH 44/44] gpgme: fix python module build and installation Alexander Kanavin
2017-03-14 15:14 ` [PATCH 00/44] Replace Smart package manager with DNF package manager Richard Purdie
2017-03-14 16:48   ` Otavio Salvador
2017-03-14 17:14     ` Richard Purdie
2017-03-14 17:17       ` Otavio Salvador
2017-03-14 17:35         ` Richard Purdie
2017-03-14 21:12   ` Robert P. J. Day
2017-03-15  9:04     ` Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=687b8d27-e0ee-46da-889c-cc5728296418@linux.intel.com \
    --to=alexander.kanavin@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox