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>
Wed, 19 Jul 2023 19:57:25 +0000 (21:57 +0200)
commit1c79f9381963976558d87cd6f2062082e034e6f2
tree67badfdf1d7c3341577d83e02aa549533a9a2b8c
parent8a1ba96e2dcec77f34a1b58458213e1de28a61a7
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