diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-04-11 16:15:12 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-04-11 16:15:12 +1000 |
commit | a500677ff3dc5a62a2294e2b99fa2a6d9a03a0eb (patch) | |
tree | de8d915febdddf043b7a8320262deab112420259 | |
parent | 5cc89a995460330fe1e6660e98fc61ec1a62cd4b (diff) | |
download | meta-xilinx-a500677ff3dc5a62a2294e2b99fa2a6d9a03a0eb.tar.gz |
u-boot-xlnx: Update license checksum for master-next
* License has changed in u-boot sources, update to reflect the license
changes
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_git.bb b/recipes-bsp/u-boot/u-boot-xlnx_git.bb index 96c3a53a..1ba3e694 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx_git.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx_git.bb | |||
@@ -11,6 +11,8 @@ UBOOT_XLNX_DEV_BRANCH ?= "master-next" | |||
11 | 11 | ||
12 | include u-boot-xlnx.inc | 12 | include u-boot-xlnx.inc |
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | ||
15 | |||
14 | SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBOOT_XLNX_DEV_BRANCH}" | 16 | SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBOOT_XLNX_DEV_BRANCH}" |
15 | 17 | ||
16 | # Set default SRCREVs. SRCREVs statically set to prevent network access during | 18 | # Set default SRCREVs. SRCREVs statically set to prevent network access during |