summaryrefslogtreecommitdiffstats
path: root/meta/conf/swabber
diff options
context:
space:
mode:
authorMichal Sieron <michalwsieron@gmail.com>2025-07-11 18:38:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-14 17:51:42 +0100
commitf3da837ad2c1e3a5bab6528da0505bd356e578b5 (patch)
treef439f46a747081b1811cb06bad3b58f62423f5b8 /meta/conf/swabber
parent8d33f1a30e7ed3a711daf0c6587246a214eabaa9 (diff)
downloadpoky-master.tar.gz
bitbake.conf: Remove PR glob part from STAMPCLEANHEADmaster
Since OE-Core rev: cc83e45484656a6b577ff84817131735023daad4 the STAMP value and STAMPCLEAN glob have been mismatched. The issue is present since the PR part was removed from the STAMP variable in that comit. An example use case that I found was broken due to this: 1. Have recipes foo_A.bb and foo_B.bb 2. Build foo-native with PREFERRED_VERSION_foo-native = "A" 3. ${COMPONENTS_DIR}/x86_64-linux/foo-native has version A 4. Build foo-native with PREFERRED_VERSION_foo-native = "B" 5. ${COMPONENTS_DIR}/x86_64-linux/foo-native has version B 6. Build foo-native with PREFERRED_VERSION_foo-native = "A" 7. ${COMPONENTS_DIR}/x86_64-linux/foo-native still has version B In my case the PREFERRED_VERSION comes from different machines. The issue showed itself when a bar-native compiled against foo-native version A was pulled from sstate-cache and foo-native in version B was kept in ${COMPONENTS_DIR} after previous build for a different machine. The two variables should be in sync and this patch corrects that. [RP: Tweak commit message] (From OE-Core rev: 932be19f48735d72a72de2771911119433956f4f) Signed-off-by: Michal Sieron <michalwsieron@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/swabber')
0 files changed, 0 insertions, 0 deletions