Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mohammedrafi-sk
Copy link
Contributor

Fixes for the below issues

#63
#59

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
Copy link
Collaborator

@jasvinderkhurana jasvinderkhurana left a 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
Copy link
Collaborator

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants