* [PATCH] mtd-utils: Install renamed ubifs test scripts
@ 2017-02-09 21:19 Douglas Royds
0 siblings, 0 replies; 2+ messages in thread
From: Douglas Royds @ 2017-02-09 21:19 UTC (permalink / raw)
To: meta-arago
When upstream moved over to the autotools, they also renamed
tests/ubi-tests/runtests.sh and tests/ubi-tests/stress-test.sh,
and made them autotools macro files.
See http://git.infradead.org/mtd-utils.git/commitdiff/8a00021b2ab5529640e5acaca30a27cdaca04178
Signed-off-by: Douglas Royds <douglas@taitradio.com>
---
| 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--git a/meta-arago-extras/recipes-devtools/mtd/mtd-utils_git.bbappend b/meta-arago-extras/recipes-devtools/mtd/mtd-utils_git.bbappend
index 5a1ad05..aadca84 100644
--- a/meta-arago-extras/recipes-devtools/mtd/mtd-utils_git.bbappend
+++ b/meta-arago-extras/recipes-devtools/mtd/mtd-utils_git.bbappend
@@ -19,8 +19,8 @@ do_install_append() {
install -m 0755 mkvol_bad ${D}${sbindir}/
install -m 0755 mkvol_paral ${D}${sbindir}/
install -m 0755 rsvol ${D}${sbindir}/
- install -m 0755 tests/ubi-tests/runtests.sh ${D}${sbindir}/
- install -m 0755 tests/ubi-tests/stress-test.sh ${D}${sbindir}/
+ install -m 0755 tests/ubi-tests/runubitests.sh ${D}${sbindir}/
+ install -m 0755 tests/ubi-tests/ubi-stress-test.sh ${D}${sbindir}/
}
PACKAGES =+ "mtd-utils-ubifs-tests"
@@ -36,6 +36,6 @@ ${sbindir}/mkvol_basic \
${sbindir}/mkvol_bad \
${sbindir}/mkvol_paral \
${sbindir}/rsvol \
-${sbindir}/runtests.sh \
-${sbindir}/stress-test.sh \
+${sbindir}/runubitests.sh \
+${sbindir}/ubi-stress-test.sh \
"
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mtd-utils: Install renamed ubifs test scripts
[not found] <20170209211933.DE7C352A62@arago-project.org>
@ 2017-02-15 20:00 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-02-15 20:00 UTC (permalink / raw)
To: Douglas Royds; +Cc: meta-arago
Thanks, merged.
On Fri, Feb 10, 2017 at 10:19:26AM +1300, Douglas Royds wrote:
> When upstream moved over to the autotools, they also renamed
> tests/ubi-tests/runtests.sh and tests/ubi-tests/stress-test.sh,
> and made them autotools macro files.
>
> See http://git.infradead.org/mtd-utils.git/commitdiff/8a00021b2ab5529640e5acaca30a27cdaca04178
>
> Signed-off-by: Douglas Royds <douglas@taitradio.com>
> ---
> meta-arago-extras/recipes-devtools/mtd/mtd-utils_git.bbappend | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-devtools/mtd/mtd-utils_git.bbappend b/meta-arago-extras/recipes-devtools/mtd/mtd-utils_git.bbappend
> index 5a1ad05..aadca84 100644
> --- a/meta-arago-extras/recipes-devtools/mtd/mtd-utils_git.bbappend
> +++ b/meta-arago-extras/recipes-devtools/mtd/mtd-utils_git.bbappend
> @@ -19,8 +19,8 @@ do_install_append() {
> install -m 0755 mkvol_bad ${D}${sbindir}/
> install -m 0755 mkvol_paral ${D}${sbindir}/
> install -m 0755 rsvol ${D}${sbindir}/
> - install -m 0755 tests/ubi-tests/runtests.sh ${D}${sbindir}/
> - install -m 0755 tests/ubi-tests/stress-test.sh ${D}${sbindir}/
> + install -m 0755 tests/ubi-tests/runubitests.sh ${D}${sbindir}/
> + install -m 0755 tests/ubi-tests/ubi-stress-test.sh ${D}${sbindir}/
> }
>
> PACKAGES =+ "mtd-utils-ubifs-tests"
> @@ -36,6 +36,6 @@ ${sbindir}/mkvol_basic \
> ${sbindir}/mkvol_bad \
> ${sbindir}/mkvol_paral \
> ${sbindir}/rsvol \
> -${sbindir}/runtests.sh \
> -${sbindir}/stress-test.sh \
> +${sbindir}/runubitests.sh \
> +${sbindir}/ubi-stress-test.sh \
> "
> --
> 2.7.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-15 20:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170209211933.DE7C352A62@arago-project.org>
2017-02-15 20:00 ` [PATCH] mtd-utils: Install renamed ubifs test scripts Denys Dmytriyenko
2017-02-09 21:19 Douglas Royds
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.