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

feat: unified manifest; multiconfig, neutral layer #48

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

Conversation

fnerdman
Copy link
Collaborator

No description provided.

@metachris metachris added the v3 label Nov 27, 2024
Comment on lines 1 to 6
# meta-evm deps
PACKAGE_INSTALL:append:pn-core-image-tiny-initramfs = " rbuilder orderflow-proxy system-api ssh-key-injection"
# meta-custom-podman deps
PACKAGE_INSTALL:append:pn-core-image-tiny-initramfs = " podman"
# meta- deps
PACKAGE_INSTALL:append:pn-core-image-tiny-initramfs = " fluent-bit prometheus node-exporter process-exporter mustache"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How are those different than the code inside core-image-tiny-initramfs.inc?

These are adding the dependencies directly here and there too?
Aren't those redundant? because the core-image-tiny-initramfs.inc is already including those recipes needed for the image and the recipes are having the other required dependencies in their RDEPENDS

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've changed this to appending the distro features for consistency

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

Successfully merging this pull request may close these issues.

3 participants