-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependencies for ubuntu kr260 #64
base: main
Are you sure you want to change the base?
Conversation
gcc-multilib is conflicting with gcc-aarch64-linux-gnu and g++-aarch64-linux-gnu packages. Which are required: Xilinx#59 (comment)
By removing gcc-multilib, we can also build KRS for both the ubuntu and petalinux on the same host
ros camera for supporting image_pipeline and qemu to allow chroot into sysroot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I commented long time back, but did not submit it.
kpartx u-boot-tools pv gcc-multilib gcc-aarch64-linux-gnu g++-aarch64-linux-gnu | ||
kpartx u-boot-tools pv gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \ | ||
ros-humble-camera-info-manager ros-humble-camera-info-manager-dbgsym \ | ||
qemu-user-static |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi sorry for late reviewing here. I was on vacation last week and completely missed this change. I have reviewed it, but I am not sure whether qemu dependency is required or not. Let me check it tomorrow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My testing here didn't require 'ros-humble-camera-info-manager' nor 'ros-humble-camera-info-manager-dbgsym' since there were brought in with the 'ros-humble-desktop-full' installation.
Although I think the installation instruction should have a few more words about 'ros-humble-desktop-full' being required, and not just 'ros-humble-deskop'
I do still have build issues due to ament-cmak not found in the final cross-compile stage however, so unsure about the qemu-user-static requirement.
Fixes for the below issues
#63
#59