diff options
| author | Varalaxmi Bingi <varalaxmi.bingi@amd.com> | 2024-03-28 17:56:33 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-28 16:18:30 -0500 |
| commit | ec2ce0aa79c478a41c88a9b48fb3cdc74229565a (patch) | |
| tree | 17484807022df05dc630668400d7b2d2fb090722 | |
| parent | 852c2d9bbbae143288bdb9e724d451bef6811065 (diff) | |
| download | meta-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.inc | 2 |
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 | ||
| 17 | DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" | 17 | DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" |
| 18 | 18 | ||
| 19 | SRC_URI:append:microblaze = "file://microblaze-generic-top.h" | 19 | SRC_URI:append:microblaze = " file://microblaze-generic-top.h" |
| 20 | 20 | ||
| 21 | do_configure:prepend:microblaze () { | 21 | do_configure:prepend:microblaze () { |
| 22 | install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/ | 22 | install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/ |
