mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
sstatetests: Add OLDEST_KERNEL to allarch tests
Some architectures vary OLDEST_KERNEL and this shouldn't change the allarch signatures but in current OE-Core can/does. Add differing values to the test configs to ensure we catch this in future (we want to keep a 32 and 64 bit machine here to test that as well). (From OE-Core rev: 151ce55ec8ebc91b83bf0d09b9196f11646df1f1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -342,10 +342,12 @@ TCLIBCAPPEND = \"\"
|
||||
MACHINE = \"qemux86-64\"
|
||||
BB_SIGNATURE_HANDLER = "OEBasicHash"
|
||||
"""
|
||||
#OLDEST_KERNEL is arch specific so set to a different value here for testing
|
||||
configB = """
|
||||
TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\"
|
||||
TCLIBCAPPEND = \"\"
|
||||
MACHINE = \"qemuarm\"
|
||||
OLDEST_KERNEL = \"3.3.0\"
|
||||
BB_SIGNATURE_HANDLER = "OEBasicHash"
|
||||
"""
|
||||
self.sstate_allarch_samesigs(configA, configB)
|
||||
|
||||
Reference in New Issue
Block a user