diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-11-06 08:06:24 -0800 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-11-17 13:15:59 -0800 |
commit | 39d02b84e6b057fe56b8e1488ca8fc7421a2bc65 (patch) | |
tree | 8a613aaf17a2e85a1772f6beb1e4f5a6e06c3ea5 | |
parent | f8629a0b78909488845b1eccfc7d108dd9f58161 (diff) | |
download | meta-xilinx-39d02b84e6b057fe56b8e1488ca8fc7421a2bc65.tar.gz |
bootgen: Update commit id for 2020.2 release
Update bootgen commit id for 2020.2 release
git cherry-pick 73c70b5
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb b/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb index ad29d3bf..887558d9 100644 --- a/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb +++ b/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb | |||
@@ -11,7 +11,7 @@ RDEPENDS_${PN} += "openssl" | |||
11 | 11 | ||
12 | REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" | 12 | REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" |
13 | BRANCH ?= "master" | 13 | BRANCH ?= "master" |
14 | SRCREV ?= "f46a1b71e5121327c2c3e0d3995c9e055a1e4a96" | 14 | SRCREV ?= "465e32423aa6ba2d71f51c4ae0602cfeb022af08" |
15 | 15 | ||
16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
17 | SRC_URI = "${REPO};${BRANCHARG}" | 17 | SRC_URI = "${REPO};${BRANCHARG}" |