On Mon, 2026-06-01 at 09:13 +0200, Rouven Czerwinski via B4 Relay via lists.openembedded.org wrote: > From: Rouven Czerwinski <[email protected]> > > The instance variable sdk_host_sysroot was always set to sdk_output, > remove it and use sdk_output in its place. > > No functional changes. > > Signed-off-by: Rouven Czerwinski <[email protected]> > --- > meta/lib/oe/package_manager/deb/sdk.py | 2 +- > meta/lib/oe/package_manager/ipk/sdk.py | 4 ++-- > meta/lib/oe/package_manager/rpm/sdk.py | 2 +- > meta/lib/oe/sdk.py | 3 +-- > 4 files changed, 5 insertions(+), 6 deletions(-)
Most of these look fine but I think with this one I'd prefer to keep the existing naming even if it does map to one of the other variables. In theory the SDK install directory and the SDK host sysroot aren't the same thing and I suspect we're partially through trying to make some of the code clearer there. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237828): https://lists.openembedded.org/g/openembedded-core/message/237828 Mute This Topic: https://lists.openembedded.org/mt/119586919/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
