Commit aa106542 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

Add basic set of educational software, lightweight for RPi4.

Some applications added by the task-edu package are unnecessary or do not work on RPi4.
parent 39cbec8b
......@@ -147,7 +147,8 @@ vm/alt-education:: use/no-sleep use/arm-rpi4; @:
endif
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
vm/alt-education-rpi: vm/.alt-education use/arm-rpi4/full; @:
vm/alt-education-rpi: vm/.alt-education use/arm-rpi4/full
@$(call add,THE_PACKAGES,task-edu-lite)
endif
ifeq (,$(filter-out aarch64,$(ARCH)))
......
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