All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version
@ 2023-05-16 14:31 Ryan Eatmon
  2023-05-16 14:31 ` [meta-arago][master/kirkstone][PATCH 2/2] ltp-ddt: Remove older version Ryan Eatmon
  2023-05-16 16:02 ` [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version Denys Dmytriyenko
  0 siblings, 2 replies; 7+ messages in thread
From: Ryan Eatmon @ 2023-05-16 14:31 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

From: LCPD Automation Script <lcpdbld@list.ti.com>

As part of the initial LTS migration, move to the latest commits for the
various repos.
 - ltp-ddt_20230127

Going forward all updates will come from the CICD flow.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
index d56c5b7b..c14ddba7 100644
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
@@ -14,7 +14,7 @@ PE = "1"
 PR = "r7"
 PV:append = "+git${SRCPV}"
 
-SRCREV = "7f2fc4b7c972f2f188836c739a7175fad2f2b288"
+SRCREV = "41e97da730b9064d9fc5337afb515a8b6f752099"
 BRANCH ?= "master"
 
 SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https"
-- 
2.17.1



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

* [meta-arago][master/kirkstone][PATCH 2/2] ltp-ddt: Remove older version.
  2023-05-16 14:31 [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version Ryan Eatmon
@ 2023-05-16 14:31 ` Ryan Eatmon
  2023-05-16 16:02 ` [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version Denys Dmytriyenko
  1 sibling, 0 replies; 7+ messages in thread
From: Ryan Eatmon @ 2023-05-16 14:31 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

Now that we have 20230127 in place, we can remove this older recipe.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../ltp-ddt/ltp-ddt_20210524.bb               | 47 -------------------
 1 file changed, 47 deletions(-)
 delete mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb

diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
deleted file mode 100644
index 03f6d4f3..00000000
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
+++ /dev/null
@@ -1,47 +0,0 @@
-FILESEXTRAPATHS:prepend := "${COREBASE}/meta/recipes-extended/ltp/ltp:"
-FILESEXTRAPATHS:prepend := "${ARAGOBASE}/meta-arago-extras/recipes-extended/ltp/ltp:"
-
-require recipes-extended/ltp/ltp_${PV}.bb
-
-SUMMARY = "Embedded Linux Device Driver Tests based on Linux Test Project"
-HOMEPAGE = "https://git.ti.com/cgit/test-automation/ltp-ddt/"
-
-PROVIDES += "ltp"
-
-DEPENDS += "alsa-lib"
-
-PE = "1"
-PR = "r7"
-PV:append = "+git${SRCPV}"
-
-SRCREV = "0b51638be46d1e00e2e7e6c4c65dcff738ff2e60"
-BRANCH ?= "master"
-
-SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;protocol=https;branch=master"
-SRC_URI:prepend = "git://git.ti.com/git/test-automation/ltp-ddt.git;protocol=https;branch=${BRANCH} "
-
-SRC_URI:append = "https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/plain/include/uapi/linux/rpmsg_rpc.h?h=ti-linux-5.10.y;name=rpmsg_rpc;subdir=linux;downloadfilename=rpmsg_rpc.h"
-SRC_URI[rpmsg_rpc.sha256sum] = "cd237f40a37520a1f2df19fbfeefd00c0a5ad68efeaba9ba0fba60ca16ea09be"
-
-export prefix = "/opt/ltp"
-export exec_prefix = "/opt/ltp"
-
-EXTRA_OEMAKE:append = " \
-    KERNEL_USR_INC=${WORKDIR} \
-    ALSA_INCPATH=${STAGING_INCDIR} \
-    ALSA_LIBPATH=${STAGING_LIBDIR} \
-"
-
-RDEPENDS:${PN} += "\
-    acl \
-    at \
-    pm-qa \
-    serialcheck \
-    memtester \
-"
-
-do_install:prepend() {
-	# Upstream ltp recipe wants to remove this test case in do_install
-	install -d ${D}${prefix}/runtest/
-	echo "memcg_stress" >> ${D}${prefix}/runtest/controllers
-}
-- 
2.17.1



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

* Re: [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version
  2023-05-16 14:31 [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version Ryan Eatmon
  2023-05-16 14:31 ` [meta-arago][master/kirkstone][PATCH 2/2] ltp-ddt: Remove older version Ryan Eatmon
@ 2023-05-16 16:02 ` Denys Dmytriyenko
  2023-05-16 16:19   ` Ryan Eatmon
  1 sibling, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2023-05-16 16:02 UTC (permalink / raw)
  To: reatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

1. There's no 20231017 version of ltp-ddt in meta-arago:

https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes-devtools/ltp-ddt

2. ltp-ddt is based on upstream ltp - while OE-Core/master has version 
20231017 of ltp, kirkstone has an older 20220121 version:

https://git.openembedded.org/openembedded-core/tree/meta/recipes-extended/ltp

So you'd need to overlay ltp 20231017 here:

https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes-extended/ltp

3. Once the upgrade is done, you can remove the old overlayed 20200120 and 
20210524 versions of ltp


On Tue, May 16, 2023 at 09:31:55AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> From: LCPD Automation Script <lcpdbld@list.ti.com>
> 
> As part of the initial LTS migration, move to the latest commits for the
> various repos.
>  - ltp-ddt_20230127
> 
> Going forward all updates will come from the CICD flow.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> index d56c5b7b..c14ddba7 100644
> --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> @@ -14,7 +14,7 @@ PE = "1"
>  PR = "r7"
>  PV:append = "+git${SRCPV}"
>  
> -SRCREV = "7f2fc4b7c972f2f188836c739a7175fad2f2b288"
> +SRCREV = "41e97da730b9064d9fc5337afb515a8b6f752099"
>  BRANCH ?= "master"
>  
>  SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https"
> -- 
> 2.17.1


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

* Re: [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version
  2023-05-16 16:02 ` [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version Denys Dmytriyenko
@ 2023-05-16 16:19   ` Ryan Eatmon
  2023-05-16 16:23     ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Ryan Eatmon @ 2023-05-16 16:19 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago



On 5/16/2023 11:02 AM, Denys Dmytriyenko wrote:
> 1. There's no 20231017 version of ltp-ddt in meta-arago:
> 
> https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes-devtools/ltp-ddt

There is on wip/next which after a forced CICD is about to make it 
visiable to kirkstone.

All of these patches build on previous patches that are "Under Review" 
on the next branches.

I'm just sending out the patches so that as soon as CICD promotes it all 
I can get the patches applied to master as well.


> 2. ltp-ddt is based on upstream ltp - while OE-Core/master has version
> 20231017 of ltp, kirkstone has an older 20220121 version:
> 
> https://git.openembedded.org/openembedded-core/tree/meta/recipes-extended/ltp
> 
> So you'd need to overlay ltp 20231017 here:
> 
> https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes-extended/ltp
> 
> 3. Once the upgrade is done, you can remove the old overlayed 20200120 and
> 20210524 versions of ltp
> 
> 
> On Tue, May 16, 2023 at 09:31:55AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>> From: LCPD Automation Script <lcpdbld@list.ti.com>
>>
>> As part of the initial LTS migration, move to the latest commits for the
>> various repos.
>>   - ltp-ddt_20230127
>>
>> Going forward all updates will come from the CICD flow.
>>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>>   meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
>> index d56c5b7b..c14ddba7 100644
>> --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
>> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
>> @@ -14,7 +14,7 @@ PE = "1"
>>   PR = "r7"
>>   PV:append = "+git${SRCPV}"
>>   
>> -SRCREV = "7f2fc4b7c972f2f188836c739a7175fad2f2b288"
>> +SRCREV = "41e97da730b9064d9fc5337afb515a8b6f752099"
>>   BRANCH ?= "master"
>>   
>>   SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https"
>> -- 
>> 2.17.1

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


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

* Re: [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version
  2023-05-16 16:19   ` Ryan Eatmon
@ 2023-05-16 16:23     ` Denys Dmytriyenko
  2023-05-16 16:38       ` Ryan Eatmon
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2023-05-16 16:23 UTC (permalink / raw)
  To: Ryan Eatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

On Tue, May 16, 2023 at 11:19:29AM -0500, Ryan Eatmon wrote:
> 
> 
> On 5/16/2023 11:02 AM, Denys Dmytriyenko wrote:
> >1. There's no 20231017 version of ltp-ddt in meta-arago:
> >
> >https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes-devtools/ltp-ddt
> 
> There is on wip/next which after a forced CICD is about to make it
> visiable to kirkstone.
> 
> All of these patches build on previous patches that are "Under
> Review" on the next branches.
> 
> I'm just sending out the patches so that as soon as CICD promotes it
> all I can get the patches applied to master as well.

Right. I wonder if those need to be re-sent again, since it's been a long time 
they came across. Or maybe post links here to corresponding base commits on 
wip branch for a refresher?


> >2. ltp-ddt is based on upstream ltp - while OE-Core/master has version
> >20231017 of ltp, kirkstone has an older 20220121 version:
> >
> >https://git.openembedded.org/openembedded-core/tree/meta/recipes-extended/ltp
> >
> >So you'd need to overlay ltp 20231017 here:
> >
> >https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes-extended/ltp
> >
> >3. Once the upgrade is done, you can remove the old overlayed 20200120 and
> >20210524 versions of ltp
> >
> >
> >On Tue, May 16, 2023 at 09:31:55AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> >>From: LCPD Automation Script <lcpdbld@list.ti.com>
> >>
> >>As part of the initial LTS migration, move to the latest commits for the
> >>various repos.
> >>  - ltp-ddt_20230127
> >>
> >>Going forward all updates will come from the CICD flow.
> >>
> >>Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> >>---
> >>  meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >>diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> >>index d56c5b7b..c14ddba7 100644
> >>--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> >>+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> >>@@ -14,7 +14,7 @@ PE = "1"
> >>  PR = "r7"
> >>  PV:append = "+git${SRCPV}"
> >>-SRCREV = "7f2fc4b7c972f2f188836c739a7175fad2f2b288"
> >>+SRCREV = "41e97da730b9064d9fc5337afb515a8b6f752099"
> >>  BRANCH ?= "master"
> >>  SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https"
> >>-- 
> >>2.17.1


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

* Re: [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version
  2023-05-16 16:23     ` Denys Dmytriyenko
@ 2023-05-16 16:38       ` Ryan Eatmon
  2023-05-16 17:16         ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Ryan Eatmon @ 2023-05-16 16:38 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago


I can do that.  I'll resend a new series with a cover letter.


On 5/16/2023 11:23 AM, Denys Dmytriyenko wrote:
> On Tue, May 16, 2023 at 11:19:29AM -0500, Ryan Eatmon wrote:
>>
>>
>> On 5/16/2023 11:02 AM, Denys Dmytriyenko wrote:
>>> 1. There's no 20231017 version of ltp-ddt in meta-arago:
>>>
>>> https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes-devtools/ltp-ddt
>>
>> There is on wip/next which after a forced CICD is about to make it
>> visiable to kirkstone.
>>
>> All of these patches build on previous patches that are "Under
>> Review" on the next branches.
>>
>> I'm just sending out the patches so that as soon as CICD promotes it
>> all I can get the patches applied to master as well.
> 
> Right. I wonder if those need to be re-sent again, since it's been a long time
> they came across. Or maybe post links here to corresponding base commits on
> wip branch for a refresher?
> 
> 
>>> 2. ltp-ddt is based on upstream ltp - while OE-Core/master has version
>>> 20231017 of ltp, kirkstone has an older 20220121 version:
>>>
>>> https://git.openembedded.org/openembedded-core/tree/meta/recipes-extended/ltp
>>>
>>> So you'd need to overlay ltp 20231017 here:
>>>
>>> https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes-extended/ltp
>>>
>>> 3. Once the upgrade is done, you can remove the old overlayed 20200120 and
>>> 20210524 versions of ltp
>>>
>>>
>>> On Tue, May 16, 2023 at 09:31:55AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>>>> From: LCPD Automation Script <lcpdbld@list.ti.com>
>>>>
>>>> As part of the initial LTS migration, move to the latest commits for the
>>>> various repos.
>>>>   - ltp-ddt_20230127
>>>>
>>>> Going forward all updates will come from the CICD flow.
>>>>
>>>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>>>> ---
>>>>   meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb | 2 +-
>>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
>>>> index d56c5b7b..c14ddba7 100644
>>>> --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
>>>> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
>>>> @@ -14,7 +14,7 @@ PE = "1"
>>>>   PR = "r7"
>>>>   PV:append = "+git${SRCPV}"
>>>> -SRCREV = "7f2fc4b7c972f2f188836c739a7175fad2f2b288"
>>>> +SRCREV = "41e97da730b9064d9fc5337afb515a8b6f752099"
>>>>   BRANCH ?= "master"
>>>>   SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https"
>>>> -- 
>>>> 2.17.1

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


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

* Re: [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version
  2023-05-16 16:38       ` Ryan Eatmon
@ 2023-05-16 17:16         ` Denys Dmytriyenko
  0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2023-05-16 17:16 UTC (permalink / raw)
  To: Ryan Eatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

Thanks! The repost is very helpful.

I guess what threw me off is that meta-ti pieces were already merged, but not 
enabled by default. While meta-arago changes were still missing (kept in wip) 
instead of doing the same as meta-ti...


On Tue, May 16, 2023 at 11:38:08AM -0500, Ryan Eatmon wrote:
> 
> I can do that.  I'll resend a new series with a cover letter.
> 
> 
> On 5/16/2023 11:23 AM, Denys Dmytriyenko wrote:
> >On Tue, May 16, 2023 at 11:19:29AM -0500, Ryan Eatmon wrote:
> >>
> >>
> >>On 5/16/2023 11:02 AM, Denys Dmytriyenko wrote:
> >>>1. There's no 20231017 version of ltp-ddt in meta-arago:
> >>>
> >>>https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes-devtools/ltp-ddt
> >>
> >>There is on wip/next which after a forced CICD is about to make it
> >>visiable to kirkstone.
> >>
> >>All of these patches build on previous patches that are "Under
> >>Review" on the next branches.
> >>
> >>I'm just sending out the patches so that as soon as CICD promotes it
> >>all I can get the patches applied to master as well.
> >
> >Right. I wonder if those need to be re-sent again, since it's been a long time
> >they came across. Or maybe post links here to corresponding base commits on
> >wip branch for a refresher?
> >
> >
> >>>2. ltp-ddt is based on upstream ltp - while OE-Core/master has version
> >>>20231017 of ltp, kirkstone has an older 20220121 version:
> >>>
> >>>https://git.openembedded.org/openembedded-core/tree/meta/recipes-extended/ltp
> >>>
> >>>So you'd need to overlay ltp 20231017 here:
> >>>
> >>>https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes-extended/ltp
> >>>
> >>>3. Once the upgrade is done, you can remove the old overlayed 20200120 and
> >>>20210524 versions of ltp
> >>>
> >>>
> >>>On Tue, May 16, 2023 at 09:31:55AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> >>>>From: LCPD Automation Script <lcpdbld@list.ti.com>
> >>>>
> >>>>As part of the initial LTS migration, move to the latest commits for the
> >>>>various repos.
> >>>>  - ltp-ddt_20230127
> >>>>
> >>>>Going forward all updates will come from the CICD flow.
> >>>>
> >>>>Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> >>>>---
> >>>>  meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb | 2 +-
> >>>>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>>>
> >>>>diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> >>>>index d56c5b7b..c14ddba7 100644
> >>>>--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> >>>>+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> >>>>@@ -14,7 +14,7 @@ PE = "1"
> >>>>  PR = "r7"
> >>>>  PV:append = "+git${SRCPV}"
> >>>>-SRCREV = "7f2fc4b7c972f2f188836c739a7175fad2f2b288"
> >>>>+SRCREV = "41e97da730b9064d9fc5337afb515a8b6f752099"
> >>>>  BRANCH ?= "master"
> >>>>  SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https"
> >>>>-- 
> >>>>2.17.1


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

end of thread, other threads:[~2023-05-16 17:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-16 14:31 [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version Ryan Eatmon
2023-05-16 14:31 ` [meta-arago][master/kirkstone][PATCH 2/2] ltp-ddt: Remove older version Ryan Eatmon
2023-05-16 16:02 ` [meta-arago][master/kirkstone][PATCH 1/2] ltp-ddt: Intial LTS migration version Denys Dmytriyenko
2023-05-16 16:19   ` Ryan Eatmon
2023-05-16 16:23     ` Denys Dmytriyenko
2023-05-16 16:38       ` Ryan Eatmon
2023-05-16 17:16         ` Denys Dmytriyenko

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.