mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
Changelog: ============ -Markers are now considered in the reverse mro order to ensure base class markers are considered first – this resolves a regression. -Fixed := in asserts impacting unrelated test cases. -Handled an edge case where sys.stderr might already be closed when Fault Handler is tearing down. (From OE-Core rev: a6052eca73f28a80c13f4b586f056ae1ace0c332) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>