Commit 706afd16 authored by Anton Midyukov's avatar Anton Midyukov

TEMP: add alt-components support

Добавляем возможность запуска скриптов в рабочем чруте перед копированием пакетов, чтобы как-то повлиять на копируемые пакеты.
parent ee62ba5a
......@@ -15,7 +15,7 @@ endif
# common ground (really lowlevel)
distro/.regular-bare: distro/.base use/kernel/net use/docs/license \
distro/.regular-initrd use/tty
distro/.regular-initrd use/tty use/alt-components
@$(call try,SAVE_PROFILE,yes)
@$(call add,STAGE1_PACKAGES,firmware-linux)
@$(call add,STAGE1_KMODULES,drm)
......
use/alt-components: use/repo/main
@$(call add_feature)
......@@ -37,7 +37,7 @@ MKI_PACK_RESULTS = data
include $(MKIMAGE_PREFIX)/targets.mk
all: $(GLOBAL_DEBUG) copy-packages pack-image $(GLOBAL_CLEAN_WORKDIR)
all: $(GLOBAL_DEBUG) run-scripts copy-packages pack-image $(GLOBAL_CLEAN_WORKDIR)
debug:
@echo "** main: IMAGE_PACKAGES: $(IMAGE_PACKAGES)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment