summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-01-08 16:03:56 -0600
committerRyan Eatmon <reatmon@ti.com>2025-01-22 15:08:56 -0600
commit8ce8be4eac2877f18a40f8f125e84fff7a8bc1fd (patch)
tree8362e41b7673625b53e501e40458f4ae192de6c3
parent417aa872fd86428ce3a1970aa532a1baea5387d5 (diff)
downloadmeta-ti-8ce8be4eac2877f18a40f8f125e84fff7a8bc1fd.tar.gz
u-boot-ti-mainline: Add patch to use SWIG_AppendOutput
Missed this recipe with the previous recipe. Swig has changed language specific AppendOutput functions. The helper macro SWIG_AppendOutput remains unchanged. Use that instead of SWIG_Python_AppendOutput, which would require an extra parameter since swig 4.3.0. This is a port from oe-core: https://git.openembedded.org/openembedded-core/commit/?id=4eae7888e91c7c864bf490dee38716267be6202e Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
index e1b51ce7..db89fd08 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
@@ -6,4 +6,6 @@ PV = "2024.10"
6 6
7UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" 7UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
8 8
9SRC_URI += "file://0001-scripts-dtc-pylibfdt-libfdt.i_shipped-Use-SWIG_Appen.patch"
10
9SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd" 11SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd"