Skip to content

isp-imx: explicit coreutils dependency#2508

Open
landswellsong wants to merge 1 commit into
Freescale:masterfrom
landswellsong:patch-2
Open

isp-imx: explicit coreutils dependency#2508
landswellsong wants to merge 1 commit into
Freescale:masterfrom
landswellsong:patch-2

Conversation

@landswellsong
Copy link
Copy Markdown

The startup script does realpath / head with options that busybox doesn't support.
image

I assume a lot of builds include coreutils elsewhere.

Required by the service startup script
INSANE_SKIP:${PN} = "already-stripped"

RDEPENDS:${PN} = "libdrm"
RDEPENDS:${PN} = "libdrm coreutils"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I would rather change the script to avoid relying on those features, so we don't introduce a huge dependency.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

This way we'd be patching the OEM code so it can require maintaining should the new versions of the script be different enough for the patch to fail, but I could do that. It would take some experiementation though, so I'll repush the branch when I'm done, ok?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

That's not a big problem because we can ask them to apply this fix for their next release. cc @thochstein

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Ok will do

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.

2 participants