diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2015-11-12 07:29:38 -0800 |
---|---|---|
committer | Dalon Westergreen <dwesterg@gmail.com> | 2015-11-12 07:29:38 -0800 |
commit | 8df38d4e0fc230faeac006e37f2a7fbb4bde6d37 (patch) | |
tree | 8b1aea7fcf9b6e28ccb6cbf6a6375ebadec784ba /conf/machine/include/socfpga.inc | |
parent | 73769225ffac6072ef68d1f3b432eb0e4edd17d0 (diff) | |
download | meta-altera-8df38d4e0fc230faeac006e37f2a7fbb4bde6d37.tar.gz |
Conditionally set kernel preferred provider and uboot preferred version
Diffstat (limited to 'conf/machine/include/socfpga.inc')
-rw-r--r-- | conf/machine/include/socfpga.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/socfpga.inc b/conf/machine/include/socfpga.inc index 706c583..6932620 100644 --- a/conf/machine/include/socfpga.inc +++ b/conf/machine/include/socfpga.inc | |||
@@ -6,9 +6,9 @@ require conf/machine/include/tune-cortexa9.inc | |||
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-ltsi" |
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" |
12 | 12 | ||
13 | # Increase this everytime you change something in the kernel | 13 | # Increase this everytime you change something in the kernel |
14 | MACHINE_KERNEL_PR = "r1" | 14 | MACHINE_KERNEL_PR = "r1" |