]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
selftest/bblayers: maintain compatibility with integrated poky repo
authorAlexander Kanavin <alex@linutronix.de>
Wed, 8 Oct 2025 12:42:53 +0000 (14:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Oct 2025 12:55:25 +0000 (13:55 +0100)
This amends the recently merged commit that assumes the transition
to separate repositories has already happened and re-instatates
support for integrated poky.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/bblayers.py

index 08bc1d1e442cceb6184a31356b132b062ee587d4..8026e7ed4a490131c4cdf91e2d9c338016f128bf 100644 (file)
@@ -157,7 +157,9 @@ class BitbakeLayers(OESelftestTestCase):
         with open(jsonfile) as f:
             data = json.load(f)
         for s in data['sources']:
-            if s == 'meta-yocto':
+            if s == 'poky':
+                data['sources'][s]['git-remote']['rev'] = '5200799866b92259e855051112520006e1aaaac0'
+            elif s == 'meta-yocto':
                 data['sources'][s]['git-remote']['rev'] = '913bd8ba4dd1d5d2a38261bde985b64a36e36281'
             else:
                 data['sources'][s]['git-remote']['rev'] = '744a2277844ec9a384a9ca7dae2a634d5a0d3590'