summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Ferreira <eduardo.barbosa@toradex.com>2022-12-30 13:24:10 -0300
committerEduardo Ferreira <eduardo.barbosa@toradex.com>2022-12-30 13:32:50 -0300
commitd79afd000e17d1f0fafc3178dc53317206b1b4fc (patch)
tree5608bcf533a199f40b1c8586f7c29df8eb7717c3
parentf153094ef16e2f536359cfad836b3e8fa78c8d18 (diff)
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=<bb.event.SanityCheck object at 0x7f78e56a1048>): 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 <eduardo.barbosa@toradex.com>
-rw-r--r--torizoncore/integration.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<remote alias="repo" fetch="https://github.com/toradex" name="toradex-torizon"/>
<project name="meta-security" path="layers/meta-security" remote="yocto" revision="c79262a30bd385f5dbb009ef8704a1a01644528e"/>
- <project name="meta-updater" path="layers/meta-updater" remote="uptane" revision="c74a06710818bbac3079eb1f3b370625ea1ba494"/>
+ <project name="meta-updater" path="layers/meta-updater" remote="uptane" revision="ffbbc2b9f46a60bd2d51be53079252f8e6304a8b"/>
<project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="9a487c1851aa2021cf24f951957e22fd429c8025"/>
<project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="kirkstone-6.x.y"/>
<project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="toradex-torizon" revision="kirkstone-6.x.y">