From 728e17a7c7c7e44c9f66cc5a5ad64f9050a22459 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Mon, 3 Aug 2020 23:24:33 +0700 Subject: [PATCH] education.mk: Add Raspberry Pi 4 support --- conf.d/education.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.d/education.mk b/conf.d/education.mk index 73808918..29bcf0ee 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -98,6 +98,9 @@ vm/alt-education: vm/systemd use/repo use/x11/armsoc \ use/oem use/bootloader/uboot mixin/education @$(call add,DEFAULT_SERVICES_DISABLE,multipathd) +vm/alt-education-rpi: vm/alt-education use/arm-rpi4/x11 + @$(call set,KFLAVOURS,rpi-un rpi-def) + vm/alt-education-tegra: vm/alt-education use/aarch64-tegra; @: endif