* Fix missing LICENSE definition * Update u-boot-xilinx preferred version (sync with xilinx repo). * Increase PR
Signed-off-by: Adrian Alonso <[email protected]> --- recipes-bsp/uboot/u-boot-xilinx_git.bb | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/uboot/u-boot-xilinx_git.bb b/recipes-bsp/uboot/u-boot-xilinx_git.bb index 49f5ad4..2483c4b 100644 --- a/recipes-bsp/uboot/u-boot-xilinx_git.bb +++ b/recipes-bsp/uboot/u-boot-xilinx_git.bb @@ -1,12 +1,14 @@ require recipes-bsp/uboot/u-boot.inc -PR = "r7" +PR = "r8" THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" FILESPATH =. "${@base_set_filespath(["${THISDIR}/files"], d)}:" +LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS='-O2'" BRANCH="master" -TAG="e094f2479ea339d7f48b6826f06f0be4984d9a98" +#TAG="e094f2479ea339d7f48b6826f06f0be4984d9a98" +TAG="d49297009f402a20dd59b21212975dd3d79ee6fd" SRC_URI = "git://git.xilinx.com/u-boot-xlnx.git;branch=${BRANCH};protocol=git \ file://uboot-remove-inline-qualifier-from-show_boot_progres.patch \ file://ml405-add-uartlite-config-options.patch \ -- 1.7.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
