Commit c18380e2 authored by Anton Midyukov's avatar Anton Midyukov

slinux.mk: Use arm-rpi4/full feature for RPi4

The rpi-un kernel for armh does not exist at the moment.
parent 21582420
......@@ -21,8 +21,7 @@ ifeq (vm,$(IMAGE_CLASS))
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
vm/slinux: use/slinux/vm-base use/slinux/arm-base; @:
vm/slinux-rpi: vm/slinux use/arm-rpi4/x11
@$(call set,KFLAVOURS,rpi-un rpi-def)
vm/slinux-rpi: vm/slinux use/arm-rpi4/full; @:
vm/slinux-tegra: use/slinux/vm-base use/slinux/arm-base \
use/aarch64-tegra; @:
......
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