isu_pkgs_maker: Add support for isu.cfg.d 85/304185/4
authorAdam Michalski <a.michalski2@partner.samsung.com>
Thu, 11 Jan 2024 15:40:03 +0000 (16:40 +0100)
committerAdam Michalski <a.michalski2@partner.samsung.com>
Fri, 12 Jan 2024 13:37:21 +0000 (14:37 +0100)
commit4b0b1cacc1e9640a2501828097a7d1b3bf8746d2
treebd82a7fc218f08c73c049030b0ab866d82ca215b
parent9c821cd9213bd6206468ec149fdc56111f101576
isu_pkgs_maker: Add support for isu.cfg.d

isu.cfg.d allows custom ISU configuration to be provided. Custom
configration should be stored in the /etc/isu/[PKG_NAME]/isu.cfg.d
subdirectory in the same format as the main isu config file except
that it only contains the [files] section.

Custom configuration could be provided by additional modules depending
on the target image. All files in the aformentioned path will be
searched by the isu_pkgs_maker and all listed addition files will be
included in the ISU package.

Change-Id: Ia35b4805ded9428365a2d6aafc133521071fafe3
src/pkg_maker/isu_pkgs_maker.py
src/pkg_maker/isu_pkgs_maker_py2.py