summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaralaxmi Bingi <varalaxmi.bingi@amd.com>2024-03-28 17:56:33 +0530
committerMark Hatle <mark.hatle@amd.com>2024-03-28 16:18:30 -0500
commitec2ce0aa79c478a41c88a9b48fb3cdc74229565a (patch)
tree17484807022df05dc630668400d7b2d2fb090722
parent852c2d9bbbae143288bdb9e724d451bef6811065 (diff)
downloadmeta-xilinx-ec2ce0aa79c478a41c88a9b48fb3cdc74229565a.tar.gz
u-boot-xlnx-2023.2.inc: space is missing for SRC_URI:append
when user changes any config in u-boot menu config then we are saving that in user-<timestamp>.cfg. While adding that user*.cfg to SRC_URI space is missing and it was treated as different file and getting compilation issue. The space missed in below line meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc#L19. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc
index fba6fd22..2e761ebe 100644
--- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc
+++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc
@@ -16,7 +16,7 @@ HAS_PLATFORM_INIT ?= " \
16 16
17DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" 17DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native"
18 18
19SRC_URI:append:microblaze = "file://microblaze-generic-top.h" 19SRC_URI:append:microblaze = " file://microblaze-generic-top.h"
20 20
21do_configure:prepend:microblaze () { 21do_configure:prepend:microblaze () {
22 install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/ 22 install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/