diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-05-24 14:42:46 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-10 10:09:58 -0700 |
commit | 93abe758bd1257f72d21a7f04ece9047e19c075c (patch) | |
tree | 2663949a2906d6d6a723915dc26f0dcac80a36cd | |
parent | 89f645bcfa04614ba97fe0f994dce2c0cdeb631b (diff) | |
download | meta-altera-93abe758bd1257f72d21a7f04ece9047e19c075c.tar.gz |
Set default kernel to linux-altera for c5/a5/a10
Keep all devices on the latest kernel rather then the
ltsi kernels.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r-- | conf/machine/include/socfpga.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/socfpga.inc b/conf/machine/include/socfpga.inc index a618b87..0f4b0e1 100644 --- a/conf/machine/include/socfpga.inc +++ b/conf/machine/include/socfpga.inc | |||
@@ -5,7 +5,7 @@ require conf/machine/include/tune-cortexa9.inc | |||
5 | # this variable specifies the kernel to be built: linux-altera or linux-altera-ltsi | 5 | # this variable specifies the kernel to be built: linux-altera or linux-altera-ltsi |
6 | # this affects the PREFERRED_PROVIDER of virtual/kernel | 6 | # this affects the PREFERRED_PROVIDER of virtual/kernel |
7 | # it can be overriden from the environment, using BB_ENV_EXTRAWHITE | 7 | # it can be overriden from the environment, using BB_ENV_EXTRAWHITE |
8 | KERNEL_PROVIDER ?= "linux-altera-ltsi" | 8 | KERNEL_PROVIDER ?= "linux-altera" |
9 | PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" | 9 | PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" |
10 | 10 | ||
11 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" | 11 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" |