ib: split out processing user provided packages
authorTomasz Maciej Nowak <tmn505@gmail.com>
Tue, 11 Jul 2023 14:06:21 +0000 (16:06 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 15 Jul 2023 20:24:50 +0000 (22:24 +0200)
commitb58955e92461b285ab9ea14c7a5fc61f738940bd
tree45099da0b4a782405a1a668e73d11df3e9ec2bf6
parentb52cfba97ab708906fcbf36bba062e7c2e0f07dd
ib: split out processing user provided packages

Some device recipes remove default target packages. If user tries to add
them back they will be ignored, since packages list is processed in one
go. Process the device recipe packages first and do user ones later, so
additions won't get filtered out.

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
(cherry picked from commit e40b9a7fa002154e85459791101a0444d99dfb86)
target/imagebuilder/files/Makefile