commit | 23cacb37668dce41690d5a400984d4494ebf6cca | [log] [tgz] |
---|---|---|
author | Allan Norgaard <allannk@gmail.com> | Wed Jan 11 15:38:41 2023 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Feb 19 20:46:44 2023 -0500 |
tree | 61deecccbc5bd8fc5f328f3cd4e6fc4c85aef6ac | |
parent | 2e4d8761be776e1937043905c1fce0e6d1eaa540 [diff] |
scripts: dts: gen_driver_kconfig_dts: Skip empty yaml files The YAML parsing will currently return a None-type if no input data is empty, and the subsequent check for a substring will cause an exception. Signed-off-by: Allan Norgaard <allannk@gmail.com>