main/devicepkg-dev: add support for additional fragments from kernel packages
Closes #2493 (closed)
My intention is to implement it like we do for "deviceinfo" file in
device packages. I want maintainrs to be able to just place a
*.config
file, specify it in $srcdir in APKBUILD and let
kernel_prepare.sh handle everything else.
I implemented a possibility to have any amount of files with any names
matching *.config
pattern. After implementing it this way, I'm not
sure I want to keep it. This would be much simpler if we had an idea
for a consistent file name, so that we wouldn't need to perform
find
and for
.
Important note
This MR is to the kconfig-fragments
branch and not to master
, @craftyguy thinks this can be merged with just 1 approval instead of the usual 2. The 1 approval should probably come from either @jenneron or @craftyguy, ask us if you have questions.