From cf7e855f023cb2ce2865ae01bbe1a44877cbca7e Mon Sep 17 00:00:00 2001 From: Yves Vandervennet Date: Sat, 10 Feb 2018 00:05:10 -0600 Subject: Stratix10 SoC: deploy loadable modules to rootfs Signed-off-by: Yves Vandervennet Signed-off-by: Khem Raj --- conf/machine/stratix10.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf index f0b3edc..5030075 100644 --- a/conf/machine/stratix10.conf +++ b/conf/machine/stratix10.conf @@ -8,7 +8,7 @@ SPL_BINARY_stratix10 = "spl/u-boot-spl-dtb.bin" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%" -UBOOT_CONFIG ??= "stratix10-socdk" +UBOOT_CONFIG ??= "stratix10-socdk" UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig" KERNEL_PROVIDER ?= "linux-altera" @@ -23,3 +23,4 @@ FEATURE_PACKAGES_autoserial = "auto-serial-console" # auto-serial-console there #USE_VT = "0" IMAGE_FSTYPES ?= "cpio ext3 tar.gz" +MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" -- cgit v1.2.3-54-g00ecf