From 524baff4450d4f406084c2c4bebef2f84a0b3348 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Thu, 25 Apr 2024 06:41:24 +0000 Subject: [PATCH] Integrate yocto-install/xml2dto_fix_platform_detect -- Commit: https://git.seco.com/seco-ne/tools/yocto-install/-/commit/116be4bb8259010292e3c5c7b93b6c12d27e1767 prepare-xml2dto: fix platform detection The switch case used with $MACHINE was copied from fng-install.sh. This variable is not retrieved at runtime, but set by the Makefile. In yocto postinstallation scripts we have get_platform() function to detect the platform. --- SRCREV.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRCREV.conf b/SRCREV.conf index b4921728..79b4def2 100644 --- a/SRCREV.conf +++ b/SRCREV.conf @@ -21,5 +21,5 @@ SRCREV:pn-touchcal-conv = "8fd7d01bd252e6dc97b88fae76d4dba00a09aaa0" SRCREV:pn-u-boot-seco-imx = "8b34def57fdbb489cccc4eb75a2cdec8772b9b6d" SRCREV:pn-u-boot-seco-mtk = "4d9972e6ce0c352a2e98c156a8324f9037ba10e4" SRCREV:pn-xconfig = "fc1fa38ef41f0004701a0950c3d1be4219d1ebf5" -SRCREV:pn-yocto-install = "970722149d6ac03df2cc47d5920e2f7bd7ade7b2" +SRCREV:pn-yocto-install = "116be4bb8259010292e3c5c7b93b6c12d27e1767" SRCREV:pn-seco-stm32 = "8b7620e0666ecf66bfef4622db7d62e4f3c4defc" -- GitLab