diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-05-16 19:09:16 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-05-18 13:08:08 -0600 |
| commit | a3a93133c54e3aa00d6005dd99b9b536499b6ad1 (patch) | |
| tree | 59ddc7491cc13204a5b905e166d7ddd183911f47 /meta-xilinx-core/recipes-bsp | |
| parent | 7c61fdab0d82e84092ceebb4b81fb99459094bc5 (diff) | |
| download | meta-xilinx-a3a93133c54e3aa00d6005dd99b9b536499b6ad1.tar.gz | |
recipes: Drop SRCPV usage
SRCPV is no longer needed, Simply various usages.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc b/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc index 9249060c..2a66f3c2 100644 --- a/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc +++ b/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc | |||
| @@ -16,7 +16,7 @@ SYSROOT_DIRS += "/boot" | |||
| 16 | 16 | ||
| 17 | ATF_VERSION ?= "2.2" | 17 | ATF_VERSION ?= "2.2" |
| 18 | ATF_VERSION_EXTENSION ?= "-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}" | 18 | ATF_VERSION_EXTENSION ?= "-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}" |
| 19 | PV = "${ATF_VERSION}${ATF_VERSION_EXTENSION}+git${SRCPV}" | 19 | PV = "${ATF_VERSION}${ATF_VERSION_EXTENSION}+git" |
| 20 | 20 | ||
| 21 | BRANCH ?= "" | 21 | BRANCH ?= "" |
| 22 | REPO ?= "git://github.com/Xilinx/arm-trusted-firmware.git;protocol=https" | 22 | REPO ?= "git://github.com/Xilinx/arm-trusted-firmware.git;protocol=https" |
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-common.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-common.inc index b447c92a..02844d21 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-common.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-common.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Use the name of the .bb for the extension | 1 | # Use the name of the .bb for the extension |
| 2 | UBOOT_VERSION_EXTENSION ?= "-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}" | 2 | UBOOT_VERSION_EXTENSION ?= "-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}" |
| 3 | PV = "${UBOOT_VERSION}${UBOOT_VERSION_EXTENSION}+git${SRCPV}" | 3 | PV = "${UBOOT_VERSION}${UBOOT_VERSION_EXTENSION}+git" |
| 4 | 4 | ||
| 5 | UBOOTURI ?= "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https" | 5 | UBOOTURI ?= "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https" |
| 6 | UBRANCH ?= "" | 6 | UBRANCH ?= "" |
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-dev.bb b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-dev.bb index c0005bc5..31cb420d 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-dev.bb +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-dev.bb | |||
| @@ -15,5 +15,5 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce | |||
| 15 | SRCREV_DEFAULT = "aebea9d20a5aa32857f320c07ca8f9fd1b3dec1f" | 15 | SRCREV_DEFAULT = "aebea9d20a5aa32857f320c07ca8f9fd1b3dec1f" |
| 16 | SRCREV ?= "${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/bootloader", "u-boot-xlnx-dev", "${AUTOREV}", "${SRCREV_DEFAULT}", d)}" | 16 | SRCREV ?= "${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/bootloader", "u-boot-xlnx-dev", "${AUTOREV}", "${SRCREV_DEFAULT}", d)}" |
| 17 | 17 | ||
| 18 | PV = "${UBRANCH}-xilinx-dev+git${SRCPV}" | 18 | PV = "${UBRANCH}-xilinx-dev+git" |
| 19 | 19 | ||
