diff options
| author | Trevor Woerner <trevor.woerner@amd.com> | 2024-09-18 13:56:22 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-19 18:49:19 -0500 |
| commit | 4c991970fddcea94fb4d2dc221f5c1ae5f4a3ce4 (patch) | |
| tree | 98010fbc537c5a9cde99ab89d9a26fc59c7f3f20 /meta-xilinx-demos | |
| parent | 4562d6dc9d9eb9dacf2e55ecde2590fecf857272 (diff) | |
| download | meta-xilinx-4c991970fddcea94fb4d2dc221f5c1ae5f4a3ce4.tar.gz | |
meta-xilinx-demos: meta-ros2-jazzy: fix orocos-kdl-vendor build
The orocos-kdl-vendor build was failing due to being unable to find the
requested commit hash from the specified branch (release/jazzy/
orocos_kdl_vendor). 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/python_orocos_kdl_vendor/
0.4.1-1 branch.
The jazzy branch of meta-ros2 was created from the rolling release branch,
which is why the orocos-kdl recipe had an override which specified a commit
from the rolling branch of orocos-kdl. This wasn't updated to point to a
commit on the jazzy branch of orocos-kdl when the jazzy branch was created.
Update the SRCREV to point to a release on the release/jazzy/orocos_kdl_vendor
branch of orocos-kdl. 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/orocos-kdl-vendor/orocos-kdl-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/orocos-kdl-vendor/orocos-kdl-vendor_%.bbappend b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/orocos-kdl-vendor/orocos-kdl-vendor_%.bbappend new file mode 100644 index 00000000..35f4207f --- /dev/null +++ b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/orocos-kdl-vendor/orocos-kdl-vendor_%.bbappend | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | SRC_URI:remove = "file://0001-CMakeLists.txt-fetch-orocos-kdl-with-bitbake-fetcher.patch" | ||
| 2 | SRCREV_release:forcevariable = "adca6201616af928533d70faea6042fe0239e898" | ||
