Skip to content

Commit

Permalink
imagebuilder: always add local packages.adb
Browse files Browse the repository at this point in the history
It doesn't matter if `IB_STANDALONE` is enabled or not, local packages
must always be considered.

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar authored and Ansuel committed Oct 28, 2024
1 parent 408eab5 commit a0eafc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/imagebuilder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ifneq ($(CONFIG_USE_APK),)
$(call FeedSourcesAppendAPK,$(PKG_BUILD_DIR)/repositories)
$(VERSION_SED_SCRIPT) $(PKG_BUILD_DIR)/repositories
endif
echo "packages/packages.adb" >> $(PKG_BUILD_DIR)/repositories

$(INSTALL_DATA) ./files/README.apk.md $(PKG_BUILD_DIR)/packages/README.md
else
Expand Down

0 comments on commit a0eafc3

Please sign in to comment.