main/lk2nd: make all subpackages install the same file
main/lk2nd: make all subpackages install the same file
We should always install lk image as /boot/lk2md.img
, even for image with appended DTB (lk2nd-appended-dtb.img
).
Add new subpackages that are explicitly named -appended
, but still install the same file.
pmbootstrap tooling (pmbootstrap!2089 (merged)) will expect it this way, and also it keeps all subpackages consistent, while also making them conflict with each other. Each device should "know" which kind of LK image it needs and should explicitly depends on specific subpackage variant.
Having only one file /boot/lk2nd.img
will simplify many things, for example we don't have to introduce new deviceinfo properties to specify which image is needed (like if we installed both of them).
Edited by Administrator