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-04-23 10:00:58 -0700
commit1147b1dbe691a10e6776219cf63f4df008b205ca (patch)
tree1da2d26c407bbdb7db4a78115fd063e675c0b887
parentfbc8a66f180575a7649954df05445444a5e18c31 (diff)
downloadmeta-altera-1147b1dbe691a10e6776219cf63f4df008b205ca.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"