diff options
author | Trevor Woerner <trevor.woerner@amd.com> | 2024-09-18 13:56:21 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-19 18:49:19 -0500 |
commit | 4562d6dc9d9eb9dacf2e55ecde2590fecf857272 (patch) | |
tree | 993837f56854f6c049422e2e0ab7f34697487a5f | |
parent | 27d4a04813f6e409b890cf71344f8df9de3453d1 (diff) | |
download | meta-xilinx-4562d6dc9d9eb9dacf2e55ecde2590fecf857272.tar.gz |
meta-xilinx-demos: meta-ros2-jazzy: fix liblz4-vendor dependency
The automatically-generated ROS recipes for ros2-jazzy create a liblz4-vendor
recipe (and dependencies) instead of using upstream liblz4. Remove the
liblz4-vendor dependency.
Add a "meta-ros2-jazzy" dynamic layer for ros2-jazzy support.
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>
-rw-r--r-- | meta-xilinx-demos/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/rosbag2/liblz4-vendor_%.bbappend | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-demos/conf/layer.conf b/meta-xilinx-demos/conf/layer.conf index 2e611dc9..1f4b6b64 100644 --- a/meta-xilinx-demos/conf/layer.conf +++ b/meta-xilinx-demos/conf/layer.conf | |||
@@ -22,4 +22,6 @@ openamp-layer:${LAYERDIR}/dynamic-layers/meta-openamp/recipes-*/*/*.bb \ | |||
22 | openamp-layer:${LAYERDIR}/dynamic-layers/meta-openamp/recipes-*/*/*.bbappend \ | 22 | openamp-layer:${LAYERDIR}/dynamic-layers/meta-openamp/recipes-*/*/*.bbappend \ |
23 | ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros-common/recipes-*/*/*.bb \ | 23 | ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros-common/recipes-*/*/*.bb \ |
24 | ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros-common/recipes-*/*/*.bbappend \ | 24 | ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros-common/recipes-*/*/*.bbappend \ |
25 | ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-*/*/*.bb \ | ||
26 | ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-*/*/*.bbappend \ | ||
25 | " | 27 | " |
diff --git a/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/rosbag2/liblz4-vendor_%.bbappend b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/rosbag2/liblz4-vendor_%.bbappend new file mode 100644 index 00000000..7b9bdc42 --- /dev/null +++ b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/rosbag2/liblz4-vendor_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | ROS_EXEC_DEPENDS:remove = "${ROS_UNRESOLVED_DEP-liblz4}" | ||
2 | DEPENDS:remove = "${ROS_UNRESOLVED_DEP-liblz4-dev}" | ||