diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-03-02 16:21:38 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-03-31 15:56:46 +1000 |
commit | d85f38beeb6a4360c6d0378c756f52efff0ed6c3 (patch) | |
tree | 9ab2fcc92930938fdf0eb23e3932d05dd2fc8613 | |
parent | a864f597d8604ea77b9bcb8e406cbd403866702f (diff) | |
download | meta-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.inc | 2 | ||||
-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 |
13 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | 13 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" |
14 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 14 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
15 | PREFERRED_VERSION_u-boot-xlnx ?= "v2014.01%" | 15 | PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" |
16 | UBOOT_SUFFIX ?= "img" | 16 | UBOOT_SUFFIX ?= "img" |
17 | 17 | ||
18 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | 18 | MACHINE_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 | |||
3 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | 3 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
4 | 4 | ||
5 | # xilinx-v2014.1 release | 5 | # xilinx-v2014.1 release |
6 | SRCREV = "2a0536fa48db1fc5332e3cd33b846d0da0c8bc1e" | 6 | SRCREV = "03464615e241054a38cd920980d6b12feba95585" |
7 | PV = "v2014.01${XILINX_EXTENSION}+git${SRCPV}" | 7 | PV = "v2015.01${XILINX_EXTENSION}+git${SRCPV}" |
8 | 8 | ||
9 | UBOOT_ENV_zc702-zynq7 = "uEnv" | 9 | UBOOT_ENV_zc702-zynq7 = "uEnv" |
10 | UBOOT_ENV_zedboard-zynq7 = "uEnv" | 10 | UBOOT_ENV_zedboard-zynq7 = "uEnv" |