summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Vandervennet <yves.vandervennet@linux.intel.com>2018-02-10 00:05:10 -0600
committerKhem Raj <raj.khem@gmail.com>2018-02-12 19:10:26 -0800
commitcf7e855f023cb2ce2865ae01bbe1a44877cbca7e (patch)
tree7433a383970e9643ed197f2a7b3174aaf01c5c06
parenta9e08f45962c586639e531ac6c37c3fd201532a9 (diff)
downloadmeta-altera-cf7e855f023cb2ce2865ae01bbe1a44877cbca7e.tar.gz
Stratix10 SoC: deploy loadable modules to rootfs
Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/machine/stratix10.conf3
1 files changed, 2 insertions, 1 deletions
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"
8PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" 8PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga"
9PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%" 9PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%"
10 10
11UBOOT_CONFIG ??= "stratix10-socdk" 11UBOOT_CONFIG ??= "stratix10-socdk"
12UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig" 12UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig"
13 13
14KERNEL_PROVIDER ?= "linux-altera" 14KERNEL_PROVIDER ?= "linux-altera"
@@ -23,3 +23,4 @@ FEATURE_PACKAGES_autoserial = "auto-serial-console"
23# auto-serial-console there 23# auto-serial-console there
24#USE_VT = "0" 24#USE_VT = "0"
25IMAGE_FSTYPES ?= "cpio ext3 tar.gz" 25IMAGE_FSTYPES ?= "cpio ext3 tar.gz"
26MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"