diff options
author | Yves Vandervennet <yves.vandervennet@linux.intel.com> | 2018-02-10 00:05:10 -0600 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-04-23 10:00:58 -0700 |
commit | 1147b1dbe691a10e6776219cf63f4df008b205ca (patch) | |
tree | 1da2d26c407bbdb7db4a78115fd063e675c0b887 | |
parent | fbc8a66f180575a7649954df05445444a5e18c31 (diff) | |
download | meta-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.conf | 3 |
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" | |||
8 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" | 8 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" |
9 | PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%" | 9 | PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%" |
10 | 10 | ||
11 | UBOOT_CONFIG ??= "stratix10-socdk" | 11 | UBOOT_CONFIG ??= "stratix10-socdk" |
12 | UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig" | 12 | UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig" |
13 | 13 | ||
14 | KERNEL_PROVIDER ?= "linux-altera" | 14 | KERNEL_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" |
25 | IMAGE_FSTYPES ?= "cpio ext3 tar.gz" | 25 | IMAGE_FSTYPES ?= "cpio ext3 tar.gz" |
26 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" | ||