Re: [OE-core] [PATCH] oeqa/selftest/devtool: Fix for usrmerge in DISTRO_FEATURES

2024-05-08 Thread Richard Purdie
On Tue, 2024-05-07 at 15:50 -0700, Khem Raj wrote: > > > On Tue, May 7, 2024 at 3:47 PM Richard Purdie via > lists.openembedded.org > wrote: > > If usrmerge is in DISTRO_FEATURES, assumptions in one of the tests > > would > > fail. Improve the test so it works in both cases. > > > >

Re: [OE-core] [PATCH] oeqa/selftest/devtool: Fix for usrmerge in DISTRO_FEATURES

2024-05-07 Thread Khem Raj
On Tue, May 7, 2024 at 3:47 PM Richard Purdie via lists.openembedded.org wrote: > If usrmerge is in DISTRO_FEATURES, assumptions in one of the tests would > fail. Improve the test so it works in both cases. > > Signed-off-by: Richard Purdie > --- > meta/lib/oeqa/selftest/cases/devtool.py | 2

[OE-core] [PATCH] oeqa/selftest/devtool: Fix for usrmerge in DISTRO_FEATURES

2024-05-07 Thread Richard Purdie
If usrmerge is in DISTRO_FEATURES, assumptions in one of the tests would fail. Improve the test so it works in both cases. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/devtool.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/devtool.py