imagebuilder: fix DEFAULT_PACKAGES handling
authorPetr Štetiar <ynezz@true.cz>
Sun, 17 Nov 2024 19:19:36 +0000 (19:19 +0000)
committerPetr Štetiar <ynezz@true.cz>
Sun, 17 Nov 2024 19:54:54 +0000 (19:54 +0000)
commitefc0c4666b5aa0cf0067d794964f12d9a45190c6
tree28342fade817f60a8e9387602e83086033c6be69
parent90f0be8521a8608b0932c1ccb747c0ef1a085910
imagebuilder: fix DEFAULT_PACKAGES handling

DEFAULT_PACKAGES handling was moved in commit 40be892a020e
("imagebuilder: move handling of DEFAULT_PACKAGES into shareable place")
to `include/default-packages.mk`, but they weren't removed from
ImageBuilder's Makefile, so lets remove it now.

Once removed, I've noticed, that it stopped working as there is
target.mk included later in that file, overriding the DEFAULT_PACKAGES
again, so moved it after this target.mk include.

Fixes: 40be892a020e ("imagebuilder: move handling of DEFAULT_PACKAGES into shareable place")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/imagebuilder/files/Makefile