From: Leonardo Mörlein Date: Sun, 15 Aug 2021 17:06:51 +0200 Subject: imagebuilder: hacky way add scripts/imagebuilder into IB diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index c4263f4a5191042aee8478a57342d4a635dc18a6..2aa193f6f9b08a7d2ef7f31c79dbc9d5800cd9c6 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -40,6 +40,11 @@ $(BIN_DIR)/$(IB_NAME).tar.xz: clean $(TMP_DIR)/.packageinfo \ $(PKG_BUILD_DIR)/ + # add gluon specific build scripts to IB + $(CP) -L \ + $(TOPDIR)/../scripts/imagebuilder/* \ + $(PKG_BUILD_DIR)/ + ifeq ($(CONFIG_IB_STANDALONE),) echo '## Remote package repositories' >> $(PKG_BUILD_DIR)/repositories.conf $(call FeedSourcesAppend,$(PKG_BUILD_DIR)/repositories.conf)