From: Varalaxmi Bingi <[email protected]> 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 <[email protected]> Signed-off-by: Mark Hatle <[email protected]> --- meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?= " \ DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" -SRC_URI:append:microblaze = "file://microblaze-generic-top.h" +SRC_URI:append:microblaze = " file://microblaze-generic-top.h" do_configure:prepend:microblaze () { install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5325): https://lists.yoctoproject.org/g/meta-xilinx/message/5325 Mute This Topic: https://lists.yoctoproject.org/mt/106179142/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
