All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bartosz Golaszewski" <brgl@bgdev.pl>
To: Khem Raj <raj.khem@gmail.com>,
	Armin Kuster <akuster808@gmail.com>,
	openembedded-devel@lists.openembedded.org
Cc: Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [meta-oe][PATCH 9/9] libgpiod: ptest: add kernel-modules to RRECOMMENDS
Date: Wed,  2 Jun 2021 16:15:01 +0200	[thread overview]
Message-ID: <20210602141501.6174-10-brgl@bgdev.pl> (raw)
In-Reply-To: <20210602141501.6174-1-brgl@bgdev.pl>

libgpiod needs the gpio-mockup kernel module to be loadable (not
built-in). Add kernel-modules to RRECOMMENDS.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
index febf625a6..8dda8a2a6 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
@@ -48,6 +48,7 @@ FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so"
 FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a"
 
 RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '', d)}"
+RRECOMMENDS_${PN}-ptest += "kernel-modules"
 
 PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}"
 
-- 
2.30.1


  parent reply	other threads:[~2021-06-02 14:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-02 14:14 [meta-oe][PATCH 0/9] libgpiod: ptest improvements Bartosz Golaszewski
2021-06-02 14:14 ` [meta-oe][PATCH 1/9] libgpiod: coding style fixes Bartosz Golaszewski
2021-06-02 14:14 ` [meta-oe][PATCH 2/9] libgpiod: list all packages in a single assignment Bartosz Golaszewski
2021-06-02 14:14 ` [meta-oe][PATCH 3/9] libgpiod: fix RRECOMMENDS for python bindings Bartosz Golaszewski
2021-06-02 14:14 ` [meta-oe][PATCH 4/9] libgpiod: correctly split output files into packages Bartosz Golaszewski
2021-06-02 14:14 ` [meta-oe][PATCH 5/9] libgpiod: add RDEPENDS for tests Bartosz Golaszewski
2021-06-02 14:14 ` [meta-oe][PATCH 6/9] libgpiod: redirect stdout from the ptest executable to a file Bartosz Golaszewski
2021-06-02 14:14 ` [meta-oe][PATCH 7/9] libgpiod: ptest: run all test-suites if possible Bartosz Golaszewski
2021-06-02 14:15 ` [meta-oe][PATCH 8/9] libgpiod: ptest: warn if the gpio-mockup kernel module is not selected Bartosz Golaszewski
2021-06-05 22:16   ` Khem Raj
2021-06-07  8:55     ` Bartosz Golaszewski
2021-06-07 15:14       ` Khem Raj
2021-06-07 15:54         ` Bartosz Golaszewski
2021-06-08  0:31           ` Khem Raj
2021-06-08 20:00             ` Bartosz Golaszewski
2021-06-09 19:26               ` Bartosz Golaszewski
2021-06-02 14:15 ` Bartosz Golaszewski [this message]
2021-06-03 16:48   ` [meta-oe][PATCH 9/9] libgpiod: ptest: add kernel-modules to RRECOMMENDS Khem Raj
2021-06-04  8:04     ` Bartosz Golaszewski
2021-06-03  0:03 ` [meta-oe][PATCH 0/9] libgpiod: ptest improvements Khem Raj
2021-06-03  8:16   ` Bartosz Golaszewski
     [not found]   ` <CAMpxmJXBzL8QaAoLAB6cD8W8_mbBhjJ+d=gM8CGvQkBSPLDPtw@mail.gmail.com>
2021-06-03 15:11     ` Khem Raj

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=20210602141501.6174-10-brgl@bgdev.pl \
    --to=brgl@bgdev.pl \
    --cc=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.