build: profiles.json: add kernel version information
authorEric Fahlgren <ericfahlgren@gmail.com>
Fri, 22 Nov 2024 17:00:25 +0000 (09:00 -0800)
committerPetr Štetiar <ynezz@true.cz>
Tue, 26 Nov 2024 22:48:38 +0000 (22:48 +0000)
commit7ef734deac1a2e84061799b61bf480d00c35d180
tree2b8526105de9b3fe00acb1f8e4312399cad58f79
parent39d6d318a6c3427ef7fc91b14bdbd316837f1446
build: profiles.json: add kernel version information

Currently downstream tools like ASU lack information about kernel
version to find out the relevant kmod build folder on downloads server.

So lets fix it by providing a new `linux_kernel` JSON array which would
for the start provide Linux kernel version, revision and vermagic
information.

  "linux_kernel": {
     "release": "1",
     "vermagic": "b57450c07d3a786158c3601fc5cee57d",
     "version": "6.6.61"
   },

Fixes: openwrt/openwrt#17036
Fixes: efahl/owut#9
Co-developed-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17042
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit c857145e034f623e31ab2028049a547ecd94ce85)
scripts/json_overview_image_info.py