diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-09-18 13:56:29 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-19 18:49:19 -0500 |
| commit | 450f6bcccfb5397b71279eecf13a355c2b2adf55 (patch) | |
| tree | 8f2dd0a79b8418ba3b4d0dde0dc7b95bbe8aac54 /meta-xilinx-demos | |
| parent | b62bfd2eaa1e1cc927ee1fc3ee34c82c90040ac0 (diff) | |
| download | meta-xilinx-450f6bcccfb5397b71279eecf13a355c2b2adf55.tar.gz | |
packagegroup-xilinx-ros.bb: Enable demo and dev packages
1. Enable packagegroup-xilinx-ros-demo and packagegroup-xilinx-ros-dev
packages.
2. Disable packagegroup-xilinx-ros-control and rqt-runtime-monitor
packages.
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-ros-common/recipes-core/packagegroups/packagegroup-xilinx-ros.bb | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros-common/recipes-core/packagegroups/packagegroup-xilinx-ros.bb b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros-common/recipes-core/packagegroups/packagegroup-xilinx-ros.bb index c3e99167..4f278bcf 100644 --- a/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros-common/recipes-core/packagegroups/packagegroup-xilinx-ros.bb +++ b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros-common/recipes-core/packagegroups/packagegroup-xilinx-ros.bb | |||
| @@ -141,25 +141,27 @@ RDEPENDS:${PN}-base:aarch64 = "\ | |||
| 141 | ${ROS_BASE_PACKAGES} \ | 141 | ${ROS_BASE_PACKAGES} \ |
| 142 | " | 142 | " |
| 143 | 143 | ||
| 144 | #RDEPENDS:${PN}-demo:aarch64 = "\ | 144 | RDEPENDS:${PN}-demo:aarch64 = "\ |
| 145 | # ${ROS_BASE_PACKAGES} \ | 145 | ${ROS_BASE_PACKAGES} \ |
| 146 | # ${ROS_DEMO_PACKAGES} \ | 146 | ${ROS_DEMO_PACKAGES} \ |
| 147 | #" | 147 | " |
| 148 | 148 | ||
| 149 | #RDEPENDS:${PN}-control:aarch64 = "\ | 149 | #RDEPENDS:${PN}-control:aarch64 = "\ |
| 150 | # ${ROS_BASE_PACKAGES} \ | 150 | # ${ROS_BASE_PACKAGES} \ |
| 151 | # ${ROS_CONTROL_PACKAGES} \ | 151 | # ${ROS_CONTROL_PACKAGES} \ |
| 152 | #" | 152 | #" |
| 153 | 153 | ||
| 154 | #RDEPENDS:${PN}-dev:aarch64 = "\ | 154 | RDEPENDS:${PN}-dev:aarch64 = "\ |
| 155 | # ${ROS_BUILDESSENTIAL_PACKAGES} \ | 155 | ${ROS_BUILDESSENTIAL_PACKAGES} \ |
| 156 | #" | 156 | " |
| 157 | 157 | ||
| 158 | #RDEPENDS:${PN}:aarch64 = "\ | 158 | # TODO |
| 159 | # ${PN}-demo \ | 159 | # 1. Due to failing hardware-interfaces disable ${PN}-control |
| 160 | # ${PN}-control \ | 160 | # 2. qt packages are failing to build hence remove rqt-runtime-monitor |
| 161 | # rqt-runtime-monitor \ | 161 | |
| 162 | #" | 162 | RDEPENDS:${PN}:aarch64 = "\ |
| 163 | ${PN}-demo \ | ||
| 164 | " | ||
| 163 | 165 | ||
| 164 | IMAGE_LINGUAS = "en-us" | 166 | IMAGE_LINGUAS = "en-us" |
| 165 | GLIBC_GENERATE_LOCALES = "en_US.UTF-8" | 167 | GLIBC_GENERATE_LOCALES = "en_US.UTF-8" |
