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

scripts/create_addon: simplify PROJECT selection, support DEVICE #2202

Merged
merged 2 commits into from
Nov 12, 2017
Merged

scripts/create_addon: simplify PROJECT selection, support DEVICE #2202

merged 2 commits into from
Nov 12, 2017

Conversation

MilhouseVH
Copy link
Contributor

@MilhouseVH MilhouseVH commented Nov 11, 2017

With the old code, any addon that is for RPi2 but not RPi, would not build as the PROJECT=RPi, eg. audiodecoder.usf which has:

PKG_ADDON_PROJECTS="Generic Nvidia_Legacy RPi2 imx6 WeTek_Play"

and scripts/create_addon would then claim that RPi is not supported.

Similarly, service/slice has:

PKG_ADDON_PROJECTS="RPi"

which will work with the old code, building for all RPi-based devices, but I don't know if this is intended. Consequently I've updated this package with the correct device codes, which will now mean it won't build for RPi and RPi2.

@lrusak lrusak merged commit 704a6d3 into LibreELEC:master Nov 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants