All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL][PATCH 0/1] mtd-utils: Add mtd-utils-tests package
@ 2018-04-26  9:46 Martin Lund
  2018-04-26  9:47 ` [PATCH 1/1] " Martin Lund
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Lund @ 2018-04-26  9:46 UTC (permalink / raw)
  To: poky

    Add mtd-utils-tests package which includes the test suites mtd-tests,
    ubi-tests, fs-tests, etc.
    
    These test suites are useful for verifying flash features or stress
    testing.


The following changes since commit da3625c52e1ab8985fba4fc3d133edf92142f182:

  build-appliance-image: Update to sumo head revision (2018-04-23 17:54:32 +0100)

are available in the git repository at:

  git://push.yoctoproject.org/poky-contrib malu/mtd-utils-tests

Martin Lund (1):
  mtd-utils: Add mtd-utils-tests package

 meta/recipes-devtools/mtd/mtd-utils_git.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
2.14.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/1] mtd-utils: Add mtd-utils-tests package
  2018-04-26  9:46 [PULL][PATCH 0/1] mtd-utils: Add mtd-utils-tests package Martin Lund
@ 2018-04-26  9:47 ` Martin Lund
  2018-04-28 20:01   ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Lund @ 2018-04-26  9:47 UTC (permalink / raw)
  To: poky

Add mtd-utils-tests package which includes the test suites mtd-tests,
ubi-tests, fs-tests, etc.

These test suites are useful for verifying flash features or stress
testing.

Signed-off-by: Martin Lund <malu@gomspace.com>
---
 meta/recipes-devtools/mtd/mtd-utils_git.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
index d09d6330228..b8f2dd15c19 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 inherit autotools pkgconfig update-alternatives
 
 DEPENDS = "zlib lzo e2fsprogs util-linux"
+RDEPENDS_mtd-utils-tests += "bash"
 
 PV = "2.0.1+${SRCPV}"
 
@@ -18,6 +19,8 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git \
 
 S = "${WORKDIR}/git/"
 
+EXTRA_OECONF += "--enable-install-tests"
+
 # xattr support creates an additional compile-time dependency on acl because
 # the sys/acl.h header is needed. libacl is not needed and thus enabling xattr
 # regardless whether acl is enabled or disabled in the distro should be okay.
@@ -37,11 +40,12 @@ do_install () {
 	oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} INCLUDEDIR=${includedir}
 }
 
-PACKAGES =+ "mtd-utils-jffs2 mtd-utils-ubifs mtd-utils-misc"
+PACKAGES =+ "mtd-utils-jffs2 mtd-utils-ubifs mtd-utils-misc mtd-utils-tests"
 
 FILES_mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump ${sbindir}/jffs2reader ${sbindir}/sumtool"
 FILES_mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*"
 FILES_mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd* ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image"
+FILES_mtd-utils-tests = "${libexecdir}/mtd-utils/*"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/1] mtd-utils: Add mtd-utils-tests package
  2018-04-26  9:47 ` [PATCH 1/1] " Martin Lund
@ 2018-04-28 20:01   ` Khem Raj
  2018-04-28 22:28     ` Burton, Ross
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2018-04-28 20:01 UTC (permalink / raw)
  To: Martin Lund; +Cc: poky

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

On Thu, Apr 26, 2018 at 2:49 AM Martin Lund <malu@gomspace.com> wrote:

> Add mtd-utils-tests package which includes the test suites mtd-tests,
> ubi-tests, fs-tests, etc.
>
> These test suites are useful for verifying flash features or stress
> testing.


I wonder if this should be enabled when ptest is in distro features

>
>
> Signed-off-by: Martin Lund <malu@gomspace.com>
> ---
>  meta/recipes-devtools/mtd/mtd-utils_git.bb | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb
> b/meta/recipes-devtools/mtd/mtd-utils_git.bb
> index d09d6330228..b8f2dd15c19 100644
> --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
> +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
> @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>  inherit autotools pkgconfig update-alternatives
>
>  DEPENDS = "zlib lzo e2fsprogs util-linux"
> +RDEPENDS_mtd-utils-tests += "bash"
>
>  PV = "2.0.1+${SRCPV}"
>
> @@ -18,6 +19,8 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git \
>
>  S = "${WORKDIR}/git/"
>
> +EXTRA_OECONF += "--enable-install-tests"
> +
>  # xattr support creates an additional compile-time dependency on acl
> because
>  # the sys/acl.h header is needed. libacl is not needed and thus enabling
> xattr
>  # regardless whether acl is enabled or disabled in the distro should be
> okay.
> @@ -37,11 +40,12 @@ do_install () {
>         oe_runmake install DESTDIR=${D} SBINDIR=${sbindir}
> MANDIR=${mandir} INCLUDEDIR=${includedir}
>  }
>
> -PACKAGES =+ "mtd-utils-jffs2 mtd-utils-ubifs mtd-utils-misc"
> +PACKAGES =+ "mtd-utils-jffs2 mtd-utils-ubifs mtd-utils-misc
> mtd-utils-tests"
>
>  FILES_mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump
> ${sbindir}/jffs2reader ${sbindir}/sumtool"
>  FILES_mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*"
>  FILES_mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd*
> ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image"
> +FILES_mtd-utils-tests = "${libexecdir}/mtd-utils/*"
>
>  BBCLASSEXTEND = "native nativesdk"
>
> --
> 2.14.1
>
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/1] mtd-utils: Add mtd-utils-tests package
  2018-04-28 20:01   ` Khem Raj
@ 2018-04-28 22:28     ` Burton, Ross
  2018-05-01 10:29       ` Martin Lund
  0 siblings, 1 reply; 8+ messages in thread
From: Burton, Ross @ 2018-04-28 22:28 UTC (permalink / raw)
  To: Khem Raj; +Cc: Poky Project

No, as they're not a test suite, just tools to test with.

Ross

On 28 April 2018 at 21:01, Khem Raj <raj.khem@gmail.com> wrote:
>
> On Thu, Apr 26, 2018 at 2:49 AM Martin Lund <malu@gomspace.com> wrote:
>>
>> Add mtd-utils-tests package which includes the test suites mtd-tests,
>> ubi-tests, fs-tests, etc.
>>
>> These test suites are useful for verifying flash features or stress
>> testing.
>
>
> I wonder if this should be enabled when ptest is in distro features
>>
>>
>>
>> Signed-off-by: Martin Lund <malu@gomspace.com>
>> ---
>>  meta/recipes-devtools/mtd/mtd-utils_git.bb | 6 +++++-
>>  1 file changed, 5 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb
>> b/meta/recipes-devtools/mtd/mtd-utils_git.bb
>> index d09d6330228..b8f2dd15c19 100644
>> --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
>> +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
>> @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM =
>> "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>>  inherit autotools pkgconfig update-alternatives
>>
>>  DEPENDS = "zlib lzo e2fsprogs util-linux"
>> +RDEPENDS_mtd-utils-tests += "bash"
>>
>>  PV = "2.0.1+${SRCPV}"
>>
>> @@ -18,6 +19,8 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git \
>>
>>  S = "${WORKDIR}/git/"
>>
>> +EXTRA_OECONF += "--enable-install-tests"
>> +
>>  # xattr support creates an additional compile-time dependency on acl
>> because
>>  # the sys/acl.h header is needed. libacl is not needed and thus enabling
>> xattr
>>  # regardless whether acl is enabled or disabled in the distro should be
>> okay.
>> @@ -37,11 +40,12 @@ do_install () {
>>         oe_runmake install DESTDIR=${D} SBINDIR=${sbindir}
>> MANDIR=${mandir} INCLUDEDIR=${includedir}
>>  }
>>
>> -PACKAGES =+ "mtd-utils-jffs2 mtd-utils-ubifs mtd-utils-misc"
>> +PACKAGES =+ "mtd-utils-jffs2 mtd-utils-ubifs mtd-utils-misc
>> mtd-utils-tests"
>>
>>  FILES_mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump
>> ${sbindir}/jffs2reader ${sbindir}/sumtool"
>>  FILES_mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*"
>>  FILES_mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd*
>> ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image"
>> +FILES_mtd-utils-tests = "${libexecdir}/mtd-utils/*"
>>
>>  BBCLASSEXTEND = "native nativesdk"
>>
>> --
>> 2.14.1
>>
>> --
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>
>
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/1] mtd-utils: Add mtd-utils-tests package
  2018-04-28 22:28     ` Burton, Ross
@ 2018-05-01 10:29       ` Martin Lund
  2018-05-01 13:04         ` Burton, Ross
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Lund @ 2018-05-01 10:29 UTC (permalink / raw)
  To: Poky Project

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

I hope you guys will accept the patch - the tools are quite useful for those of us creating and testing BSPs with NAND/NOR features. It would be nice to have it available to build directly from poky.

________________________________
From: Burton, Ross <ross.burton@intel.com>
Sent: Sunday, April 29, 2018 12:28:12 AM
To: Khem Raj
Cc: Martin Lund; Poky Project
Subject: Re: [poky] [PATCH 1/1] mtd-utils: Add mtd-utils-tests package

No, as they're not a test suite, just tools to test with.

Ross

On 28 April 2018 at 21:01, Khem Raj <raj.khem@gmail.com> wrote:
>
> On Thu, Apr 26, 2018 at 2:49 AM Martin Lund <malu@gomspace.com> wrote:
>>
>> Add mtd-utils-tests package which includes the test suites mtd-tests,
>> ubi-tests, fs-tests, etc.
>>
>> These test suites are useful for verifying flash features or stress
>> testing.
>
>
> I wonder if this should be enabled when ptest is in distro features
>>
>>
>>
>> Signed-off-by: Martin Lund <malu@gomspace.com>
>> ---
>>  meta/recipes-devtools/mtd/mtd-utils_git.bb | 6 +++++-
>>  1 file changed, 5 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb
>> b/meta/recipes-devtools/mtd/mtd-utils_git.bb
>> index d09d6330228..b8f2dd15c19 100644
>> --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
>> +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
>> @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM =
>> "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>>  inherit autotools pkgconfig update-alternatives
>>
>>  DEPENDS = "zlib lzo e2fsprogs util-linux"
>> +RDEPENDS_mtd-utils-tests += "bash"
>>
>>  PV = "2.0.1+${SRCPV}"
>>
>> @@ -18,6 +19,8 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git \
>>
>>  S = "${WORKDIR}/git/"
>>
>> +EXTRA_OECONF += "--enable-install-tests"
>> +
>>  # xattr support creates an additional compile-time dependency on acl
>> because
>>  # the sys/acl.h header is needed. libacl is not needed and thus enabling
>> xattr
>>  # regardless whether acl is enabled or disabled in the distro should be
>> okay.
>> @@ -37,11 +40,12 @@ do_install () {
>>         oe_runmake install DESTDIR=${D} SBINDIR=${sbindir}
>> MANDIR=${mandir} INCLUDEDIR=${includedir}
>>  }
>>
>> -PACKAGES =+ "mtd-utils-jffs2 mtd-utils-ubifs mtd-utils-misc"
>> +PACKAGES =+ "mtd-utils-jffs2 mtd-utils-ubifs mtd-utils-misc
>> mtd-utils-tests"
>>
>>  FILES_mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump
>> ${sbindir}/jffs2reader ${sbindir}/sumtool"
>>  FILES_mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*"
>>  FILES_mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd*
>> ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image"
>> +FILES_mtd-utils-tests = "${libexecdir}/mtd-utils/*"
>>
>>  BBCLASSEXTEND = "native nativesdk"
>>
>> --
>> 2.14.1
>>
>> --
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>
>
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/1] mtd-utils: Add mtd-utils-tests package
  2018-05-01 10:29       ` Martin Lund
@ 2018-05-01 13:04         ` Burton, Ross
  0 siblings, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2018-05-01 13:04 UTC (permalink / raw)
  To: Martin Lund; +Cc: Poky Project

It's queued in mut so will be in master soon enough.

On 1 May 2018 at 11:29, Martin Lund <malu@gomspace.com> wrote:
> I hope you guys will accept the patch - the tools are quite useful for those
> of us creating and testing BSPs with NAND/NOR features. It would be nice to
> have it available to build directly from poky.
>
> ________________________________
> From: Burton, Ross <ross.burton@intel.com>
> Sent: Sunday, April 29, 2018 12:28:12 AM
> To: Khem Raj
> Cc: Martin Lund; Poky Project
> Subject: Re: [poky] [PATCH 1/1] mtd-utils: Add mtd-utils-tests package
>
> No, as they're not a test suite, just tools to test with.
>
> Ross
>
> On 28 April 2018 at 21:01, Khem Raj <raj.khem@gmail.com> wrote:
>>
>> On Thu, Apr 26, 2018 at 2:49 AM Martin Lund <malu@gomspace.com> wrote:
>>>
>>> Add mtd-utils-tests package which includes the test suites mtd-tests,
>>> ubi-tests, fs-tests, etc.
>>>
>>> These test suites are useful for verifying flash features or stress
>>> testing.
>>
>>
>> I wonder if this should be enabled when ptest is in distro features
>>>
>>>
>>>
>>> Signed-off-by: Martin Lund <malu@gomspace.com>
>>> ---
>>>  meta/recipes-devtools/mtd/mtd-utils_git.bb | 6 +++++-
>>>  1 file changed, 5 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb
>>> b/meta/recipes-devtools/mtd/mtd-utils_git.bb
>>> index d09d6330228..b8f2dd15c19 100644
>>> --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
>>> +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
>>> @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM =
>>> "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>>>  inherit autotools pkgconfig update-alternatives
>>>
>>>  DEPENDS = "zlib lzo e2fsprogs util-linux"
>>> +RDEPENDS_mtd-utils-tests += "bash"
>>>
>>>  PV = "2.0.1+${SRCPV}"
>>>
>>> @@ -18,6 +19,8 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git \
>>>
>>>  S = "${WORKDIR}/git/"
>>>
>>> +EXTRA_OECONF += "--enable-install-tests"
>>> +
>>>  # xattr support creates an additional compile-time dependency on acl
>>> because
>>>  # the sys/acl.h header is needed. libacl is not needed and thus enabling
>>> xattr
>>>  # regardless whether acl is enabled or disabled in the distro should be
>>> okay.
>>> @@ -37,11 +40,12 @@ do_install () {
>>>         oe_runmake install DESTDIR=${D} SBINDIR=${sbindir}
>>> MANDIR=${mandir} INCLUDEDIR=${includedir}
>>>  }
>>>
>>> -PACKAGES =+ "mtd-utils-jffs2 mtd-utils-ubifs mtd-utils-misc"
>>> +PACKAGES =+ "mtd-utils-jffs2 mtd-utils-ubifs mtd-utils-misc
>>> mtd-utils-tests"
>>>
>>>  FILES_mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump
>>> ${sbindir}/jffs2reader ${sbindir}/sumtool"
>>>  FILES_mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*"
>>>  FILES_mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd*
>>> ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image"
>>> +FILES_mtd-utils-tests = "${libexecdir}/mtd-utils/*"
>>>
>>>  BBCLASSEXTEND = "native nativesdk"
>>>
>>> --
>>> 2.14.1
>>>
>>> --
>>> _______________________________________________
>>> poky mailing list
>>> poky@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/poky
>>
>>
>> --
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>>
>
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL][PATCH 0/1] mtd-utils: Add mtd-utils-tests package
  2018-04-25  7:11 [PULL][PATCH 0/1] " Martin Lund
@ 2018-04-25 11:55 ` Burton, Ross
  0 siblings, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2018-04-25 11:55 UTC (permalink / raw)
  To: Martin Lund; +Cc: poky

Please post patches, not just cover letters.

Ross

On 25 April 2018 at 08:11, Martin Lund <malu@gomspace.com> wrote:
>
>     Add mtd-utils-tests package which includes the test suites mtd-tests,
>     ubi-tests, fs-tests, etc.
>
>     These test suites are useful for verifying flash features and stress
>     testing.
>
>
> The following changes since commit da3625c52e1ab8985fba4fc3d133edf92142f182:
>
>   build-appliance-image: Update to sumo head revision (2018-04-23 17:54:32 +0100)
>
> are available in the git repository at:
>
>   git://push.yoctoproject.org/poky-contrib malu/mtd-utils-tests
>
> Martin Lund (1):
>   mtd-utils: Add mtd-utils-tests package
>
>  meta/recipes-devtools/mtd/mtd-utils_git.bb | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL][PATCH 0/1] mtd-utils: Add mtd-utils-tests package
@ 2018-04-25  7:11 Martin Lund
  2018-04-25 11:55 ` Burton, Ross
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Lund @ 2018-04-25  7:11 UTC (permalink / raw)
  To: poky


    Add mtd-utils-tests package which includes the test suites mtd-tests,
    ubi-tests, fs-tests, etc.

    These test suites are useful for verifying flash features and stress
    testing.


The following changes since commit da3625c52e1ab8985fba4fc3d133edf92142f182:

  build-appliance-image: Update to sumo head revision (2018-04-23 17:54:32 +0100)

are available in the git repository at:

  git://push.yoctoproject.org/poky-contrib malu/mtd-utils-tests

Martin Lund (1):
  mtd-utils: Add mtd-utils-tests package

 meta/recipes-devtools/mtd/mtd-utils_git.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-05-01 13:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26  9:46 [PULL][PATCH 0/1] mtd-utils: Add mtd-utils-tests package Martin Lund
2018-04-26  9:47 ` [PATCH 1/1] " Martin Lund
2018-04-28 20:01   ` Khem Raj
2018-04-28 22:28     ` Burton, Ross
2018-05-01 10:29       ` Martin Lund
2018-05-01 13:04         ` Burton, Ross
  -- strict thread matches above, loose matches on Subject: below --
2018-04-25  7:11 [PULL][PATCH 0/1] " Martin Lund
2018-04-25 11:55 ` Burton, Ross

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.