Commit e6c79b5b authored by Anton Midyukov's avatar Anton Midyukov

education.mk: add use vm/archdep for vm/alt-education

parent bd207874
...@@ -209,16 +209,7 @@ vm/.alt-education: vm/systemd use/repo use/oem/distro mixin/education ...@@ -209,16 +209,7 @@ vm/.alt-education: vm/systemd use/repo use/oem/distro mixin/education
@$(call add,THE_PACKAGES,task-edu-lite) @$(call add,THE_PACKAGES,task-edu-lite)
@$(call add,PINNED_PACKAGES,task-edu-lite:Extra) @$(call add,PINNED_PACKAGES,task-edu-lite:Extra)
vm/alt-education:: vm/.alt-education +vmguest; @: vm/alt-education: vm/.alt-education mixin/vm-archdep +vmguest; @:
ifeq (,$(filter-out aarch64 riscv64,$(ARCH)))
vm/alt-education:: use/uboot
@$(call add,BASE_LISTS,uboot)
endif
ifeq (,$(filter-out aarch64,$(ARCH)))
vm/alt-education:: use/no-sleep use/arm-rpi4; @:
endif
ifeq (,$(filter-out aarch64,$(ARCH))) ifeq (,$(filter-out aarch64,$(ARCH)))
vm/alt-education-rpi: vm/.alt-education use/arm-rpi4/full; @: vm/alt-education-rpi: vm/.alt-education use/arm-rpi4/full; @:
......
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