Alexander Kanavin 7895514228 devtool: account for sources in UNPACKDIR
There's a couple of assumptions in devtool that sources
are always in a directory under WORKDIR; this is no longer
the case since introduction of UNPACKDIR: some recipes
are starting to use

S = "${UNPACKDIR}/git"

or similar, and so the logic to determine source locations
needs to be tweaked accordingly.

The issue is that oe-core has no concept of 'top level source
path' (S points to where the build is started from, inside that
top level location), and yet devtool needs to know that in order
to move the complete source tree correctly to a workspace (and possibly
other uses).

And so devtool performs convoluted path calculations from WORKDIR and S;
now this has been extended to include UNPACKDIR and became more convoluted
but hopefully it won't get any worse.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
2025-05-07 14:53:33 +02:00
..
2024-02-13 13:51:41 +00:00
2024-12-17 11:41:53 +00:00
2024-02-13 13:51:41 +00:00
2024-02-13 13:51:41 +00:00
2025-04-11 11:44:22 +01:00
wic
2022-06-22 22:40:28 +01:00

This directory contains Various useful scripts for working with OE builds