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>
Thu, 20 Jul 2023 09:31:08 +0000 (11:31 +0200)
commit04ee513ededec3c396af2787ad9deb93447e25aa
tree5ef7a11ea6a46af5072a7dd830a0b1b28d705ed8
parentf5fbde4c1157b156e259d95edae9cc3775bfbc03
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