scripts/feeds: force kernel package scan after a target installation
authorThomas Richard <thomas.richard@bootlin.com>
Tue, 24 Sep 2024 16:27:16 +0000 (18:27 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 10 Oct 2024 19:51:43 +0000 (21:51 +0200)
commit51e083426b8b9343a253597baa286b76e9232194
tree526d366c03cef0008e96616867e12da180032ea9
parent9b66c7dfa50e31141b22769a9be706e0dc95ab24
scripts/feeds: force kernel package scan after a target installation

When a target is installed from a feed, the linux kernel package is scanned
before the installation of this target.
If some kernel module packages are defined in this feeds at the target
level, there were not parsed during the scan of linux kernel package, as
the target didn't exist yet. So these kernel module packages don't exist.

Once the target is installed, clean the linux kernel packageinfo to force
the scan of the linux kernel package next time this script (or the make
command) is called.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://patchwork.ozlabs.org/project/openwrt/patch/mailman.117548.1727195440.1280.openwrt-devel@lists.openwrt.org/
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
scripts/feeds