diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-09 14:56:19 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-09 14:56:19 +1000 |
| commit | 49ebb273325ce17f723b402ebcd05673640fd919 (patch) | |
| tree | a982adb6434147944495a45fc93b97cf7aa3e841 /conf/machine/include | |
| parent | eedf00ad12dace5120729f3a6d663a4e855d3b43 (diff) | |
| download | meta-xilinx-49ebb273325ce17f723b402ebcd05673640fd919.tar.gz | |
machine-xilinx-default.inc: Add variable for default u-boot
* Allow for overriding of the default u-boot provider for various
archs and machines
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index d654a2a2..a38fb0ed 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -16,7 +16,8 @@ PREFERRED_VERSION_linux-xlnx ?= "3.19%" | |||
| 16 | PREFERRED_VERSION_linux-yocto ?= "3.19%" | 16 | PREFERRED_VERSION_linux-yocto ?= "3.19%" |
| 17 | 17 | ||
| 18 | # U-Boot Configuration | 18 | # U-Boot Configuration |
| 19 | PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-xlnx" | 19 | XILINX_DEFAULT_UBOOT := "u-boot-xlnx" |
| 20 | PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}" | ||
| 20 | PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" | 21 | PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" |
| 21 | 22 | ||
| 22 | UBOOT_SUFFIX ?= "img" | 23 | UBOOT_SUFFIX ?= "img" |
