-
Notifications
You must be signed in to change notification settings - Fork 254
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
Add standard linux utils such as bash to ros-image-core #1095
base: kirkstone-next
Are you sure you want to change the base?
Add standard linux utils such as bash to ros-image-core #1095
Conversation
As it stands, the recommendation on packages to add results in a build failure. When
I first thought it was an ordering issue due to not using |
* ROS requires standard tools beyond what is supplied by busybox * The ROS setup.sh script relies on bash internally still Signed-off-by: Ryan Friedman <[email protected]>
Signed-off-by: Ryan Friedman <[email protected]>
8e11e02
to
6022716
Compare
All fixed up and working. I changed to just add bash. I would like to know from ROS where they list the required packages to be installed for all the tools before installing a bunch of other stuff. Do you know how to change the default shell for the user from |
Hi Ryan, thanks for pursing this. I think it may be good to use the packagegroups from oe-core to pull in the other expected packages as well. There are the options in recipes-core (https://git.yoctoproject.org/poky/tree/meta/recipes-core/packagegroups), but I think recipes-extended (https://git.yoctoproject.org/poky/tree/meta/recipes-extended/packagegroups) may be what we are looking for. I think "packagegroup-core-full-cmdline" might be a good default starting point for new developers because it has many of the tools that they would just expect to be there: https://git.yoctoproject.org/poky/tree/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb I suggest that we should get input from the others in the working group on this at the next meeting. They have good experience in this area and it would be good get their feedback. Regards, |
+1 for |
Signed-off-by: Ryan Friedman <[email protected]>
I've added a
I chose Next, with this PR, the images are split up, however, it doesn't seem like
Note: |
Hey Rob, I've ran out of time. Can you take over ownership for this? |
Sure, I will take this on. Thanks for the heads up and the work. |
Purpose
Necessary Tests
Documentation Needed
References
Backport
This should be backported to all maintained branches including kirkstone-next in support of the humble-kirkstone wiki