summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-10-26 08:35:14 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2023-10-26 08:35:14 -0300
commit3bd1cf97414290b11c8b079c926b6197053068bc (patch)
tree9a80994782772a01c3b79c602f81264f60e52b52
parent9a4cdcfce82f611320c18acc69595968e98df804 (diff)
manifest: bump oe-core and meta-toradex-bsp-common
Latest oe-core bumped the linux-firmware recipe version which made meta-toradex-bsp-common fail to parse. Bump the pinned versions of both layers to make them compatible again for default, integration and next manifests. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--base/pinned.xml2
-rw-r--r--bsp/pinned-tdx.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/base/pinned.xml b/base/pinned.xml
index 7cc3cf0..ab71f9d 100644
--- a/base/pinned.xml
+++ b/base/pinned.xml
@@ -8,5 +8,5 @@
<project name="bitbake.git" path="layers/openembedded-core/bitbake" remote="oe" revision="9993a89e5b97dda5f3657e5a7cc3a4fa94ff7111" upstream="2.0"/>
<project name="meta-openembedded.git" path="layers/meta-openembedded" remote="oe" revision="9c5541f7e18a1fac3b8dea71e1ebb8398d58e6ff" upstream="kirkstone"/>
<project name="meta-yocto" path="layers/meta-yocto" remote="yocto" revision="8b50fe692a24a80b5c3cd1f816bcdd3e0b00418a" upstream="kirkstone"/>
- <project name="openembedded-core.git" path="layers/openembedded-core" remote="oe" revision="5570e49791b770271f176a4deeb5f6f1a028cb4a" upstream="kirkstone"/>
+ <project name="openembedded-core.git" path="layers/openembedded-core" remote="oe" revision="7681436190354b5c5b6c3a82b3094badd81113de" upstream="kirkstone"/>
</manifest> \ No newline at end of file
diff --git a/bsp/pinned-tdx.xml b/bsp/pinned-tdx.xml
index 79700c3..4190d2d 100644
--- a/bsp/pinned-tdx.xml
+++ b/bsp/pinned-tdx.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote alias="repo" fetch="https://git.toradex.com" name="tdx"/>
- <project name="meta-toradex-bsp-common.git" path="layers/meta-toradex-bsp-common" remote="tdx" revision="e4fa05527dcecbddd6aa1b2bc7deebbf53c6bd83" upstream="kirkstone-6.x.y"/>
+ <project name="meta-toradex-bsp-common.git" path="layers/meta-toradex-bsp-common" remote="tdx" revision="527c0b0b5c73a2afea492111794b746f7e93a667" upstream="kirkstone-6.x.y"/>
<project name="meta-toradex-nxp.git" path="layers/meta-toradex-nxp" remote="tdx" revision="0dd8d488b694212cf02357c4651183938994e484" upstream="kirkstone-6.x.y"/>
<project name="meta-toradex-ti.git" path="layers/meta-toradex-ti" remote="tdx" revision="704141cace404fcb84f0e5d86fc2658ef2225763" upstream="kirkstone-6.x.y"/>
</manifest> \ No newline at end of file