Closed Jpgig closed 1 year ago
@Jpgig thanks for creating issue, but i am not sure yocto build is officially supported. what about creating issue on https://github.com/vmayoral/meta-ros/tree/honister-humble or originally https://github.com/ros/meta-ros (which does not seem to support humble...) ?
@Jpgig friendly ping, can you consider moving this to a location where you are more likely to get support?
From a quick look, it seems that you aren't linking with atomic
, which isn't always included by default on some platforms. There is probably something in your buildsystem to enable that for your platform.
Thanks.
I am using the ros2/rclcpp package for PolarFireSOC yocto build and getting the below error:
Steps followed: 1) $ mkdir yocto-dev && cd yocto-dev $ repo init -u https://github.com/polarfire-soc/polarfire-soc-yocto-manifests.git -b main -m default.xml repo sync repo rebase . ./meta-polarfire-soc-yocto-bsp/polarfire-soc_yocto_setup.sh MACHINE=icicle-kit-es bitbake mpfs-dev-cli
2) Added ROS2 Humble meta layer git clone https://github.com/vmayoral/meta-ros -b honister-humble
3) updated bblayers.conf file to add ROS2 humble meta layers build/conf/bblayers.conf