diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-21 11:06:12 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-21 11:06:12 +1000 |
| commit | 2969c4f775f11f747070c3943c8c7cd179c350ec (patch) | |
| tree | 719b8a78e69546be6b9e3bcfb4cf974e5adcb86e /conf | |
| parent | 1115f0f650897065b2dd384c303787f7978cab83 (diff) | |
| download | meta-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>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/ep108-zynqmp.conf | 1 | ||||
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 3 | ||||
| -rw-r--r-- | conf/machine/qemuzynqmp.conf | 1 |
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 |
| 14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" | 14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" |
| 15 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" | 15 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" |
| 16 | PREFERRED_PROVIDER_u-boot ?= "u-boot-zynqmp-mainline" | ||
| 17 | 16 | ||
| 18 | UBOOT_MACHINE = "xilinx_zynqmp_config" | 17 | UBOOT_MACHINE = "xilinx_zynqmp_config" |
| 19 | UBOOT_LOADADDRESS = "0x80000" | 18 | UBOOT_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%" | |||
| 15 | PREFERRED_VERSION_linux-yocto ?= "3.19%" | 15 | PREFERRED_VERSION_linux-yocto ?= "3.19%" |
| 16 | 16 | ||
| 17 | # U-Boot Configuration | 17 | # U-Boot Configuration |
| 18 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | 18 | PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-xlnx" |
| 19 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | ||
| 20 | PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" | 19 | PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" |
| 21 | 20 | ||
| 22 | UBOOT_SUFFIX ?= "img" | 21 | UBOOT_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 |
| 19 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" | 19 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" |
| 20 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" | 20 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" |
| 21 | PREFERRED_PROVIDER_u-boot ?= "u-boot-zynqmp-mainline" | ||
| 22 | 21 | ||
| 23 | UBOOT_MACHINE = "xilinx_zynqmp_config" | 22 | UBOOT_MACHINE = "xilinx_zynqmp_config" |
| 24 | UBOOT_LOADADDRESS = "0x80000" | 23 | UBOOT_LOADADDRESS = "0x80000" |
