1
0
mirror of https://git.yoctoproject.org/poky synced 2026-01-12 03:10:06 +00:00
Files
poky/scripts
Ross Burton c472b4ce59 recipetool: don't dump stack traces if a toml parser can't be found
If we can't find tomllib or tomli then we can just tell the user politely
that we can't parse the pyproject.toml file, there's no need to dump
exception stack traces.

Move the parser exception handler to catch the actual parse, as otherwise
it will never be used.

Whilst here, also add some debug statements to make it clear what of the
handlers is being called.

(From OE-Core rev: 1a3ba4c312844d80ae382912b319e60ad8b30737)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-10 14:13:24 +00:00
..
2024-02-02 10:38:28 +00:00
2022-06-22 22:40:28 +01:00

This directory contains Various useful scripts for working with OE builds