diff options
author | Paul Spooren <mail@aparcar.org> | 2020-04-08 10:17:01 -1000 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-30 22:13:05 +0200 |
commit | 938839a56586c13defe3e824c2445310ca50c7dc (patch) | |
tree | d1f4d5e30b397f1f8f2571008a72b518aa822fb2 /target/linux/generic/hack-4.14/662-remove_pfifo_fast.patch | |
parent | 3572711e3cea24dd5276666860f57a2c3a72525e (diff) | |
download | upstream-938839a56586c13defe3e824c2445310ca50c7dc.tar.gz upstream-938839a56586c13defe3e824c2445310ca50c7dc.tar.bz2 upstream-938839a56586c13defe3e824c2445310ca50c7dc.zip |
scripts: JSON merge don't crash if no JSON found
The JSON `WORK_DIR` ($(KDIR)/json_info_files) is only created if the new
image generation methods from `image.mk` are used. However some targets
like `armvirt` do not use it yet, so the folder is never created.
The `json_overview_image_info.py` script used to raise an error if the
given `WORK_DIR` isn't a folder, however it should just notify about
missing JSON files.
This patch removes the Python assert and exists with code 0 even if no
JSON files were found, as this is not necessarily an error but simply
not yet implemented. Using `glob` on an not existing `Path` results in
an empty list, therefore the for loop won't run.
Signed-off-by: Paul Spooren <mail@aparcar.org>
CC: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 14cbd8fb2dd8c81bad06d3c3bb45213685c19c98)
Diffstat (limited to 'target/linux/generic/hack-4.14/662-remove_pfifo_fast.patch')
0 files changed, 0 insertions, 0 deletions