summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-04-21 11:06:12 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-04-21 11:06:12 +1000
commit2969c4f775f11f747070c3943c8c7cd179c350ec (patch)
tree719b8a78e69546be6b9e3bcfb4cf974e5adcb86e
parent1115f0f650897065b2dd384c303787f7978cab83 (diff)
downloadmeta-xilinx-2969c4f775f11f747070c3943c8c7cd179c350ec.tar.gz
machine-xilinx-default.inc: Use ??= for preferred provider
* Setup the preferred provider for virtual/bootloader with ??= * Remove setting of "u-boot" preferred provider Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--conf/machine/ep108-zynqmp.conf1
-rw-r--r--conf/machine/include/machine-xilinx-default.inc3
-rw-r--r--conf/machine/qemuzynqmp.conf1
3 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf
index 45f20dcb..c8f0ccaa 100644
--- a/conf/machine/ep108-zynqmp.conf
+++ b/conf/machine/ep108-zynqmp.conf
@@ -13,7 +13,6 @@ SERIAL_CONSOLE = "115200 ttyPS0"
13# Use ZynqMP recipes for Kernal and U-Boot 13# Use ZynqMP recipes for Kernal and U-Boot
14PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" 14PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline"
15PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" 15PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline"
16PREFERRED_PROVIDER_u-boot ?= "u-boot-zynqmp-mainline"
17 16
18UBOOT_MACHINE = "xilinx_zynqmp_config" 17UBOOT_MACHINE = "xilinx_zynqmp_config"
19UBOOT_LOADADDRESS = "0x80000" 18UBOOT_LOADADDRESS = "0x80000"
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
index d26c3096..18716cd7 100644
--- a/conf/machine/include/machine-xilinx-default.inc
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -15,8 +15,7 @@ PREFERRED_VERSION_linux-xlnx ?= "3.14%"
15PREFERRED_VERSION_linux-yocto ?= "3.19%" 15PREFERRED_VERSION_linux-yocto ?= "3.19%"
16 16
17# U-Boot Configuration 17# U-Boot Configuration
18PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" 18PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-xlnx"
19PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx"
20PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" 19PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%"
21 20
22UBOOT_SUFFIX ?= "img" 21UBOOT_SUFFIX ?= "img"
diff --git a/conf/machine/qemuzynqmp.conf b/conf/machine/qemuzynqmp.conf
index 8cbb5b13..d212190a 100644
--- a/conf/machine/qemuzynqmp.conf
+++ b/conf/machine/qemuzynqmp.conf
@@ -18,7 +18,6 @@ SERIAL_CONSOLE = "115200 ttyPS0"
18# Use ZynqMP recipes for Kernal and U-Boot 18# Use ZynqMP recipes for Kernal and U-Boot
19PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" 19PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline"
20PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" 20PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline"
21PREFERRED_PROVIDER_u-boot ?= "u-boot-zynqmp-mainline"
22 21
23UBOOT_MACHINE = "xilinx_zynqmp_config" 22UBOOT_MACHINE = "xilinx_zynqmp_config"
24UBOOT_LOADADDRESS = "0x80000" 23UBOOT_LOADADDRESS = "0x80000"