mbox series

[meta-arago,master/kirkstone,v3,0/2] Add support for ltp-ddt_20230127

Message ID 20230422225555.12772-1-reatmon@ti.com
Headers show
Series Add support for ltp-ddt_20230127 | expand

Message

Ryan Eatmon April 22, 2023, 10:55 p.m. UTC
The internal testing team would like to move to this version as the
basis for our internal ltp-ddt.  So we need to capture the recipe
settings for this version from oe-core master and provide a new version
for us to overload.

v3: Put the space in the correct place...
v2: Add missing space to :append line in ltp-ddt_20230127.bb

Ryan Eatmon (2):
  ltp: Add version 20230127 from oe_core master
  ltp-ddt: Add support for version 20230127

 .../ltp-ddt/ltp-ddt_20230127.bb               |  47 ++++++
 ...002-Remove-OOM-tests-from-runtest-mm.patch |  35 +++++
 .../ltp/ltp/disable_hanging_tests.patch       |  27 ++++
 .../recipes-extended/ltp/ltp_20230127.bb      | 140 ++++++++++++++++++
 4 files changed, 249 insertions(+)
 create mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
 create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp/0002-Remove-OOM-tests-from-runtest-mm.patch
 create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp/disable_hanging_tests.patch
 create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp_20230127.bb

Comments

Denys Dmytriyenko April 23, 2023, 12:08 a.m. UTC | #1
I'm a bit confused - I see the original patch is already merged to kirkstone 
and master:

https://git.yoctoproject.org/meta-arago/log/
https://git.yoctoproject.org/meta-arago/log/?h=kirkstone


On Sat, Apr 22, 2023 at 05:55:53PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> The internal testing team would like to move to this version as the
> basis for our internal ltp-ddt.  So we need to capture the recipe
> settings for this version from oe-core master and provide a new version
> for us to overload.
> 
> v3: Put the space in the correct place...
> v2: Add missing space to :append line in ltp-ddt_20230127.bb
> 
> Ryan Eatmon (2):
>   ltp: Add version 20230127 from oe_core master
>   ltp-ddt: Add support for version 20230127
> 
>  .../ltp-ddt/ltp-ddt_20230127.bb               |  47 ++++++
>  ...002-Remove-OOM-tests-from-runtest-mm.patch |  35 +++++
>  .../ltp/ltp/disable_hanging_tests.patch       |  27 ++++
>  .../recipes-extended/ltp/ltp_20230127.bb      | 140 ++++++++++++++++++
>  4 files changed, 249 insertions(+)
>  create mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
>  create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp/0002-Remove-OOM-tests-from-runtest-mm.patch
>  create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp/disable_hanging_tests.patch
>  create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp_20230127.bb
> 
> -- 
> 2.17.1
Ryan Eatmon April 23, 2023, 6:48 p.m. UTC | #2
Yes.  The patch to the 2021 version is already on Kirkstone.  But we are 
planning on removing that version completely once we get our LTS 
migration finished.  The 2023 version is what will live long term on 
kirkstone/master.

So, I had already merged the "bad" patch with the missing space to 
kirkstone for 2021.  I did that so that I could pick up Andrew's patch 
about removing the libc headers.

If the space is something that causes any down stream problems before we 
get to removing the ltp-ddt 2021 version then we can patch it. 
Otherwise, my testing did not show an issue with the patch as it is.


On 4/22/2023 19:08, Denys Dmytriyenko wrote:
> I'm a bit confused - I see the original patch is already merged to kirkstone
> and master:
> 
> https://git.yoctoproject.org/meta-arago/log/
> https://git.yoctoproject.org/meta-arago/log/?h=kirkstone
> 
> 
> On Sat, Apr 22, 2023 at 05:55:53PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>> The internal testing team would like to move to this version as the
>> basis for our internal ltp-ddt.  So we need to capture the recipe
>> settings for this version from oe-core master and provide a new version
>> for us to overload.
>>
>> v3: Put the space in the correct place...
>> v2: Add missing space to :append line in ltp-ddt_20230127.bb
>>
>> Ryan Eatmon (2):
>>    ltp: Add version 20230127 from oe_core master
>>    ltp-ddt: Add support for version 20230127
>>
>>   .../ltp-ddt/ltp-ddt_20230127.bb               |  47 ++++++
>>   ...002-Remove-OOM-tests-from-runtest-mm.patch |  35 +++++
>>   .../ltp/ltp/disable_hanging_tests.patch       |  27 ++++
>>   .../recipes-extended/ltp/ltp_20230127.bb      | 140 ++++++++++++++++++
>>   4 files changed, 249 insertions(+)
>>   create mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
>>   create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp/0002-Remove-OOM-tests-from-runtest-mm.patch
>>   create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp/disable_hanging_tests.patch
>>   create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp_20230127.bb
>>
>> -- 
>> 2.17.1
Denys Dmytriyenko April 23, 2023, 8:31 p.m. UTC | #3
On Sun, Apr 23, 2023 at 01:48:49PM -0500, Ryan Eatmon wrote:
> 
> Yes.  The patch to the 2021 version is already on Kirkstone.  But we
> are planning on removing that version completely once we get our LTS
> migration finished.  The 2023 version is what will live long term on
> kirkstone/master.
> 
> So, I had already merged the "bad" patch with the missing space to
> kirkstone for 2021.  I did that so that I could pick up Andrew's
> patch about removing the libc headers.
> 
> If the space is something that causes any down stream problems
> before we get to removing the ltp-ddt 2021 version then we can patch
> it. Otherwise, my testing did not show an issue with the patch as it
> is.

Nah, input-utils was breaking for me, but it felt familiar... A bit of digging 
revealed it was only merged to Dunfell, so I sent a cherry-pick to the list.


> On 4/22/2023 19:08, Denys Dmytriyenko wrote:
> >I'm a bit confused - I see the original patch is already merged to kirkstone
> >and master:
> >
> >https://git.yoctoproject.org/meta-arago/log/
> >https://git.yoctoproject.org/meta-arago/log/?h=kirkstone
> >
> >
> >On Sat, Apr 22, 2023 at 05:55:53PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> >>The internal testing team would like to move to this version as the
> >>basis for our internal ltp-ddt.  So we need to capture the recipe
> >>settings for this version from oe-core master and provide a new version
> >>for us to overload.
> >>
> >>v3: Put the space in the correct place...
> >>v2: Add missing space to :append line in ltp-ddt_20230127.bb
> >>
> >>Ryan Eatmon (2):
> >>   ltp: Add version 20230127 from oe_core master
> >>   ltp-ddt: Add support for version 20230127
> >>
> >>  .../ltp-ddt/ltp-ddt_20230127.bb               |  47 ++++++
> >>  ...002-Remove-OOM-tests-from-runtest-mm.patch |  35 +++++
> >>  .../ltp/ltp/disable_hanging_tests.patch       |  27 ++++
> >>  .../recipes-extended/ltp/ltp_20230127.bb      | 140 ++++++++++++++++++
> >>  4 files changed, 249 insertions(+)
> >>  create mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> >>  create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp/0002-Remove-OOM-tests-from-runtest-mm.patch
> >>  create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp/disable_hanging_tests.patch
> >>  create mode 100644 meta-arago-extras/recipes-extended/ltp/ltp_20230127.bb
> >>
> >>-- 
> >>2.17.1