This patch updates the components to use Xilinx latest release code for embeddedsw, dtg and hdf examples
Signed-off-by: Jaewon Lee <[email protected]> Signed-off-by: Bhargava Sreekantappa Gayathri <[email protected]> Signed-off-by: Manjukumar Matha <[email protected]> --- classes/xsctapp.bbclass | 8 ++++---- recipes-bsp/device-tree/device-tree.bbappend | 6 +++--- recipes-bsp/hdf/external-hdf.bb | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/classes/xsctapp.bbclass b/classes/xsctapp.bbclass index 2df844f..b760ecb 100644 --- a/classes/xsctapp.bbclass +++ b/classes/xsctapp.bbclass @@ -1,8 +1,8 @@ inherit xsctbase -EMBEDDEDSW_REPO ?= "git://github.com/Xilinx/embeddedsw.git;protocol=https" -EMBEDDEDSW_BRANCH ?= "" -EMBEDDEDSW_SRCREV ?= "77448ae629133607b66e747c4baaa7677dc1123d" +EMBEDDEDSW_REPO ?= "git://github.com/xilinx/embeddedsw.git;protocol=https" +EMBEDDEDSW_BRANCH ?= "release-2018.1" +EMBEDDEDSW_SRCREV ?= "aaa566bc3fa19255de4d434ebfa57ae3a9d261b2" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${EMBEDDEDSW_BRANCH}'][d.getVar('EMBEDDEDSW_BRANCH', True) != '']}" EMBEDDEDSW_SRCURI ?= "${EMBEDDEDSW_REPO};${EMBEDDEDSW_BRANCHARG}" @@ -11,7 +11,7 @@ EMBEDDEDSW_PV ?= "${XILINX_VER_MAIN}+git${SRCPV}" PACKAGE_ARCH ?= "${MACHINE_ARCH}" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://license.txt;md5=5e45a102b6cde936e15c44e3c59ac810" +LIC_FILES_CHKSUM = "file://license.txt;md5=04841c5ad8409b474da7180de5391926" SRC_URI = "${EMBEDDEDSW_SRCURI}" SRCREV = "${EMBEDDEDSW_SRCREV}" diff --git a/recipes-bsp/device-tree/device-tree.bbappend b/recipes-bsp/device-tree/device-tree.bbappend index ba9742c..82c3b09 100644 --- a/recipes-bsp/device-tree/device-tree.bbappend +++ b/recipes-bsp/device-tree/device-tree.bbappend @@ -9,9 +9,9 @@ inherit xsctdt xsctyaml S = "${WORKDIR}/git" BRANCH = "master" -SRC_URI = "git://github.com/Xilinx/device-tree-xlnx.git;protocol=https;branch=${BRANCH}" -#Based on xilinx-v2017.4 -SRCREV ?= "3c7407f6f802461cd5ba8545e82c64fbd177452b" +SRC_URI = "git://github.com/xilinx/device-tree-xlnx.git;protocol=https;branch=${BRANCH}" +#Based on xilinx-v2018.1 +SRCREV ?= "682c126ef65f1bac3f853f6158a5b37109cdad94" PV = "xilinx+git${SRCPV}" diff --git a/recipes-bsp/hdf/external-hdf.bb b/recipes-bsp/hdf/external-hdf.bb index 7234b1b..7feb03d 100644 --- a/recipes-bsp/hdf/external-hdf.bb +++ b/recipes-bsp/hdf/external-hdf.bb @@ -7,14 +7,14 @@ PROVIDES = "virtual/hdf" inherit deploy HDF_BASE ?= "git://" -HDF_PATH ?= "github.com/Xilinx/hdf-examples.git" +HDF_PATH ?= "github.com/xilinx/hdf-examples.git" HDF_NAME ?= "system.hdf" SRC_URI = "${HDF_BASE}${HDF_PATH}" PACKAGE_ARCH ?= "${MACHINE_ARCH}" -SRCREV ?= "01ad8ea5fd1989abf4ea5a072d019a16cb2bc546" +SRCREV ?= "aea374962d03f8e401a52dd645b97ae1eb78c699" S = "${WORKDIR}/git" do_configure[noexec] = "1" -- 2.7.4 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
