summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-03-02 16:21:38 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-03-31 15:56:46 +1000
commitd85f38beeb6a4360c6d0378c756f52efff0ed6c3 (patch)
tree9ab2fcc92930938fdf0eb23e3932d05dd2fc8613
parenta864f597d8604ea77b9bcb8e406cbd403866702f (diff)
downloadmeta-xilinx-d85f38beeb6a4360c6d0378c756f52efff0ed6c3.tar.gz
u-boot-xlnx: Update to 2015.01
* Update to 2015.01, shift the SRCREV to the newer version and update the PV * Update the PREFERRED_VERSION Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--conf/machine/include/machine-xilinx-default.inc2
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx_2015.01.bb (renamed from recipes-bsp/u-boot/u-boot-xlnx_2014.01.bb)4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
index 3ddd1892..86b01001 100644
--- a/conf/machine/include/machine-xilinx-default.inc
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -12,7 +12,7 @@ PREFERRED_VERSION_linux-yocto ?= "3.14%"
12# U-Boot Configuration 12# U-Boot Configuration
13PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" 13PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx"
14PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" 14PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx"
15PREFERRED_VERSION_u-boot-xlnx ?= "v2014.01%" 15PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%"
16UBOOT_SUFFIX ?= "img" 16UBOOT_SUFFIX ?= "img"
17 17
18MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" 18MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2014.01.bb b/recipes-bsp/u-boot/u-boot-xlnx_2015.01.bb
index fddeb765..c54b5fc9 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx_2014.01.bb
+++ b/recipes-bsp/u-boot/u-boot-xlnx_2015.01.bb
@@ -3,8 +3,8 @@ include u-boot-xlnx.inc
3LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" 3LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c"
4 4
5# xilinx-v2014.1 release 5# xilinx-v2014.1 release
6SRCREV = "2a0536fa48db1fc5332e3cd33b846d0da0c8bc1e" 6SRCREV = "03464615e241054a38cd920980d6b12feba95585"
7PV = "v2014.01${XILINX_EXTENSION}+git${SRCPV}" 7PV = "v2015.01${XILINX_EXTENSION}+git${SRCPV}"
8 8
9UBOOT_ENV_zc702-zynq7 = "uEnv" 9UBOOT_ENV_zc702-zynq7 = "uEnv"
10UBOOT_ENV_zedboard-zynq7 = "uEnv" 10UBOOT_ENV_zedboard-zynq7 = "uEnv"