All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <dixitparmar19@gmail.com>, <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 1/2] meta/meta-selftest: add selftest-hello-mod recipe
Date: Fri, 06 Jun 2025 10:10:21 +0200	[thread overview]
Message-ID: <DAFAQHWQA0VW.3JVTO52GL09TF@bootlin.com> (raw)
In-Reply-To: <20250605125442.364888-1-dixitparmar19@gmail.com>

On Thu Jun 5, 2025 at 2:54 PM CEST, Dixit Parmar via lists.openembedded.org wrote:
> Kernel module specific oe test cases requires a test kernel
> module package to work with. Added selftest-hello-mod
> derived from meta-skeleton/recipes-kernel/hello-mod.
>
> Signed-off-by: Dixit Parmar <dixitparmar19@gmail.com>
> ---
> ...
> --- /dev/null
> +++ b/meta-selftest/recipes-test/selftest-hello-mod/hello-mod_0.1.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "Example of how to build an external Linux kernel module"
> +DESCRIPTION = "${SUMMARY}"
> +LICENSE = "GPL-2.0-only"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
> +
> +inherit module
> +
> +SRC_URI = "file://Makefile \
> +           file://hello.c \
> +           file://COPYING \
> +          "
> +
> +S = "${WORKDIR}"

This is not correct and adds some new errors on the autobuilder:

Parsing recipes...ERROR: /srv/pokybuild/yocto-worker/a-full/build/meta-selftest/recipes-test/selftest-hello-mod/hello-mod_0.1.bb: Using S = ${WORKDIR} is no longer supported

https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/1745

Can you fix this, please?

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



  parent reply	other threads:[~2025-06-06  8:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-05 12:54 [PATCH 1/2] meta/meta-selftest: add selftest-hello-mod recipe Dixit Parmar
2025-06-05 12:54 ` [PATCH 2/2] oeqa/selftest: add test case for kernel-module-split Dixit Parmar
2025-06-06  7:47 ` [OE-core] [PATCH 1/2] meta/meta-selftest: add selftest-hello-mod recipe Alexander Kanavin
     [not found] ` <18466489471A9D1F.10724@lists.openembedded.org>
2025-06-06  7:52   ` Alexander Kanavin
2025-06-06  8:10 ` Mathieu Dubois-Briand [this message]
2025-06-07 10:56   ` Dixit Parmar

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=DAFAQHWQA0VW.3JVTO52GL09TF@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=dixitparmar19@gmail.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 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.