diff options
| author | Varalaxmi Bingi <varalaxmi.bingi@amd.com> | 2024-03-28 17:56:33 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-05-18 13:08:08 -0600 |
| commit | f367f6c0b371301738a7e5f93607be4dd5bc9744 (patch) | |
| tree | 6e7a6c5f78f46eb11a14295654f07390f3301cf7 | |
| parent | d75f8f7dbfc068f4da501b2ca0deb0a49d2839be (diff) | |
| download | meta-xilinx-f367f6c0b371301738a7e5f93607be4dd5bc9744.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/ |
