On 10/29/2016 06:54 AM, Nathan Rossi wrote:
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 <[email protected]> --- This is not required for oe-core 'morty', but is needed for current master due to commit 'b36056af20e981433f143556d511dec5644930fc'. However adding this now (before branching for morty) causes no issues and avoids the need to diverge for master changes. --- recipes-bsp/u-boot/u-boot-xlnx-dev.bb | 1 + recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb index df8207ae48..78dfcf661d 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" include u-boot-xlnx.inc include u-boot-spl-zynq-init.inc +LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" 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 11a348d044..2107e1d95e 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" SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch" +LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" UBOOT_ENV_zc702-zynq7 = "uEnv"
ACK Thanks Manju -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
