commit | 4278bf5673480effdca3b1e048cecb7a9ab32976 | [log] [tgz] |
---|---|---|
author | Michael Scott <mike@foundries.io> | Wed Mar 13 15:04:40 2019 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Mar 13 23:21:42 2019 -0500 |
tree | 7a4f0aa130129c27e55f7a52ef01e943cb525ba9 | |
parent | a907e694e95d1a31208b4863966d93adcfa1a2a5 [diff] |
scripts/dts: Fix for PyYAML 5.1 Loader changes PyYAML 5.1 was just released and it doesn't support !include as previous versions do. This breaks our DTS bindings parsing. Let's fix our extract_dts_include.py script to work with both 3.13 and 5.1. Also, update the pyyaml requirement to >=3.13 to be sure we're compatible. Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/14496 Signed-off-by: Michael Scott <mike@foundries.io>