diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-11 08:47:58 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-10-11 08:47:58 -0700 |
| commit | 7009b62508816c4dc0c018ed2c512647e3e46b9a (patch) | |
| tree | 96388b2120481e5f4f2ee348d1ac62e4c16e1206 | |
| parent | cef828ba4333e217774ab83e507c39206a9fe09f (diff) | |
| download | meta-xilinx-honister.tar.gz | |
xlnx-embeddedsw: Move PV to appendhonister
It is possible for a recipe that uses this class to have a different version
then ESW_VER. Instead of replacing the defined version, just append out git
information.
This ensures that PREFERRED_VERSION and other version specific behavior
remain as intented.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 7a9b4686..13837a3e 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -20,4 +20,4 @@ LIC_FILES_CHKSUM[xlnx_rel_v2022.2] = 'ce611484168a6000bd35df68fc4f4290' | |||
| 20 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" | 20 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" |
| 21 | 21 | ||
| 22 | SRC_URI = "${EMBEDDEDSW_SRCURI}" | 22 | SRC_URI = "${EMBEDDEDSW_SRCURI}" |
| 23 | PV = "${ESW_VER}+git${SRCPV}" | 23 | PV .= "+git${SRCPV}" |
