From d79afd000e17d1f0fafc3178dc53317206b1b4fc Mon Sep 17 00:00:00 2001 From: Eduardo Ferreira Date: Fri, 30 Dec 2022 13:24:10 -0300 Subject: torizoncore:integration.xml: bump meta-updater for 'copy_data' fix Now that we bumped openembedded-core layer, they removed the 'copy_data' function, which was used by meta-updater layer, causing this build failure on jenkins: 12-29:21:15:07 File "/workdir/oe/build/conf/../../layers/meta-updater/classes/sota_sanity.bbclass", line 100, in defaultsota_check_sanity_eventhandler(e=): 12-29:21:15:07 if bb.event.getName(e) == "SanityCheck": 12-29:21:15:07 > sanity_data = copy_data(e) 12-29:21:15:07 if e.generateevents: 12-29:21:15:07 NameError: name 'copy_data' is not defined So we bnuump meta-updater layer to get a fix for this function. Change-Id: I9e1b7cd49f2f44ba6f25f8fa74562e10b13f7b67 Signed-off-by: Eduardo Ferreira --- torizoncore/integration.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torizoncore/integration.xml b/torizoncore/integration.xml index 26fdfb8..52bf03c 100644 --- a/torizoncore/integration.xml +++ b/torizoncore/integration.xml @@ -8,7 +8,7 @@ - + -- cgit v1.2.3