diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-10-29 19:36:13 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-11-02 19:09:59 +1000 |
commit | 85c3eda9c36ee4b07f7ad190d5eef513f2cb237b (patch) | |
tree | 1fcd22f52f8f14599f9339aa00fc61e684f6c94c | |
parent | fd78abdbb1d57239924f9b20db1612beed8e9575 (diff) | |
download | meta-xilinx-85c3eda9c36ee4b07f7ad190d5eef513f2cb237b.tar.gz |
u-boot-xlnx: Add LICENSE field to match LIC_FILES_CHKSUM
The LICENSE field is no longer provided by u-boot.inc, so for the
u-boot-xlnx recipes provide the expected value which matches the source.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Acked-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx-dev.bb | 1 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb index df8207ae..78dfcf66 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb | |||
@@ -9,6 +9,7 @@ UBRANCH ?= "master" | |||
9 | include u-boot-xlnx.inc | 9 | include u-boot-xlnx.inc |
10 | include u-boot-spl-zynq-init.inc | 10 | include u-boot-spl-zynq-init.inc |
11 | 11 | ||
12 | LICENSE = "GPLv2+" | ||
12 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | 13 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
13 | 14 | ||
14 | SRCREV_DEFAULT = "aebea9d20a5aa32857f320c07ca8f9fd1b3dec1f" | 15 | SRCREV_DEFAULT = "aebea9d20a5aa32857f320c07ca8f9fd1b3dec1f" |
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb b/recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb index 11a348d0..2107e1d9 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb | |||
@@ -11,6 +11,7 @@ SRC_URI_append = " file://0001-compiler-gcc6.h-Fix-u-boot-issue-for-gcc6.patch" | |||
11 | 11 | ||
12 | SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch" | 12 | SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch" |
13 | 13 | ||
14 | LICENSE = "GPLv2+" | ||
14 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | 15 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
15 | 16 | ||
16 | UBOOT_ENV_zc702-zynq7 = "uEnv" | 17 | UBOOT_ENV_zc702-zynq7 = "uEnv" |