diff options
author | Trevor Woerner <trevor.woerner@amd.com> | 2024-09-18 13:56:23 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-19 18:49:19 -0500 |
commit | bb13d271e3ba9e120c1d46f103e186588a6ca9bf (patch) | |
tree | 82bdec08799f6ad8fbbdc6acf8496c1b9a429b19 /meta-xilinx-demos | |
parent | 4c991970fddcea94fb4d2dc221f5c1ae5f4a3ce4 (diff) | |
download | meta-xilinx-bb13d271e3ba9e120c1d46f103e186588a6ca9bf.tar.gz |
meta-xilinx-demos: meta-ros2-jazzy: shared-queues-vendor: fix build
The rosbag2/shared-queues-vendor build was failing due to being unable to find
the requested commit hash from the specified branch (release/jazzy/
shared_queues_vendor/0.26.1-2).
The originally-generated recipe was mostly correct, but was overridden by a
bbappend, in upstream meta-ros/meta-ros2-jazzy, which replaced the hash with
one from the release/rolling/shared_queues_vendor/0.24.0-1 branch.
The jazzy branch of meta-ros2 was created from the rolling release branch,
which is why the rosbag2/shared-queues-vendor recipe had an override which
specified a commit from the rolling branch of rosbag2/shared-queues-vendor.
This wasn't updated to point to a commit on the jazzy branch of
rosbag2/shared-queues-vendor when the jazzy branch was created.
Update the SRCREV to point to a release on the release/jazzy/
shared_queues_vendor branch of rosbag2/shared-queues-vendor Also, update to
the latest commit on this branch.
Signed-off-by: Trevor Woerner <trevor.woerner@amd.com>
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-demos')
-rw-r--r-- | meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/rosbag2/shared-queues-vendor_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/rosbag2/shared-queues-vendor_%.bbappend b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/rosbag2/shared-queues-vendor_%.bbappend new file mode 100644 index 00000000..69b50386 --- /dev/null +++ b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/rosbag2/shared-queues-vendor_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | SRC_URI:remove = "file://0001-CMakeLists.txt-fetch-readerwriterqueue-and-concurren.patch" | ||
2 | SRCREV_release:forcevariable = "fea3a738733673c927d77631a735157993ff6395" | ||