All of lore.kernel.org
 help / color / mirror / Atom feed
From: "qiutt@fujitsu.com" <qiutt@fujitsu.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH V1] kbd: Add ptest support
Date: Mon, 15 May 2023 21:11:43 -0700	[thread overview]
Message-ID: <22447.1684210303061290743@lists.openembedded.org> (raw)
In-Reply-To: <E1737A70-1D11-48CF-B895-2AA89FC205A4@arm.com>

[-- Attachment #1: Type: text/plain, Size: 696 bytes --]

Hi,Ross

> 
> 
>> +# create atconfig
>> +if [[ ! -f "atconfig" ]]; then
>> + echo 'abs_builddir="@PTEST_PATH@/tests/"' > atconfig
>> + echo 'abs_srcdir="@PTEST_PATH@/tests/"' >> atconfig
>> + echo 'abs_top_builddir="@PTEST_PATH@/"' >> atconfig
>> +fi
> 
> You can generate this file when the package is built, surely.
> 

When the package is built, this file is created, but the directory is not PTEST_PATH.
So, I create a new file for ptest.
Of course, there is no problem using the built file.
I will try to modify this patch.

> 
> 
>> +RDEPENDS:${PN}-ptest += "bash"
> 
> Did you try to port the test suite away from bash?

No, I didn't.
I will try to delete it.

[-- Attachment #2: Type: text/html, Size: 1007 bytes --]

  reply	other threads:[~2023-05-16  4:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-15  7:35 [PATCH V1] kbd: Add ptest support qiutt
2023-05-15  9:42 ` [OE-core] " Ross Burton
2023-05-16  4:11   ` qiutt [this message]
2023-05-18  1:49   ` qiutt

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=22447.1684210303061290743@lists.openembedded.org \
    --to=qiutt@fujitsu.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.