From: Muhammad Shakeel <muhammad_shakeel@mentor.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] systemd: add ptest
Date: Mon, 23 Sep 2013 14:24:01 +0500 [thread overview]
Message-ID: <524008B1.5050202@mentor.com> (raw)
In-Reply-To: <1378176620-27415-1-git-send-email-rongqing.li@windriver.com>
On 09/03/2013 07:50 AM, rongqing.li@windriver.com wrote:
> +do_install_ptest () {
> + install -d ${D}${PTEST_PATH}/test
> + install -d ${D}${libdir}/udev/rules.d
> + install ${B}/test/* ${D}${PTEST_PATH}/test
This patch is merged into master and I am trying to build systemd with
ptest but I see error that ${B}/test/* doesn't exist (true). It works
fine if I replace 'B' with 'S' where this directory is actually present.
Is someone else seeing this error or it is something wrong with my
environment?
> + install -m 0755 ${B}/test-udev ${D}${PTEST_PATH}/
> + install -d ${D}${PTEST_PATH}/build-aux
> + cp -rf ${B}/rules ${D}${PTEST_PATH}/
> + cp ${B}/Makefile ${D}${PTEST_PATH}/
> + cp ${B}/build-aux/test-driver ${D}${PTEST_PATH}/build-aux/
Same error here and same solution works here.
> + tar -C ${D}${PTEST_PATH}/test -xJf ${B}/test/sys.tar.xz
'S' for 'B' here as well.
> + sed -i 's/"tree"/"ls"/' ${D}${PTEST_PATH}/test/udev-test.pl
> +}
> +
Thanks,
Shakeel
next prev parent reply other threads:[~2013-09-23 9:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-03 2:50 [PATCH] systemd: add ptest rongqing.li
2013-09-23 9:24 ` Muhammad Shakeel [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-08-28 8:39 rongqing.li
2013-08-28 9:15 ` ChenQi
2013-08-28 9:19 ` Rongqing Li
2013-08-28 9:16 ` Björn Stenberg
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=524008B1.5050202@mentor.com \
--to=muhammad_shakeel@mentor.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