-
Notifications
You must be signed in to change notification settings - Fork 613
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
Cubox: cryptodev support, marvell-ipp and xbmc #298
Conversation
|
I can tell you now the openssl-cryptodev package will fail to build on the v7h builders in the farm with that pkgbuild. Give me a little bit to figure out what to do about that. |
|
When are you going to finish this off, n3on? |
|
Technically, ARM packages do not belong in the AUR. |
|
pepedog, I've already got marvell-ipp compiling libmiscgen.so. Please let me know if there's additional changes needed. kmihelich, I didn't added it here as there's nothing depending on it. Such as: https://aur.archlinux.org/packages/marvell-xbmc-git/ (not sure about the package name). If either would be excepted I'll happily make pull request(s). |
|
That is what I meant, I saw it built the lib. Goes in alarm |
|
For xbmc, to follow what we already have, I'd say name it xbmc-cubox-git seeing as there's really just the Cubox that is using it. For the openssl-cryptodev package, you should do what you did in the libcec package. Makedepend on linux-headers-cubox, and use the same _kernel_release setup to point it to the correct kernel headers directory. That should allow it to build fine. |
|
Bump — guess I need to add a comment to let you guys know about the updated commits? I made the requested changes. |
|
Yeah, github doesn't send out emails for commits, just comments. I'll take a look at things tonight. |
Cubox: cryptodev support, marvell-ipp and xbmc
|
In xbmc-cubox-git: patching file configure.in If you were building against a specific location of the xbmc git, you should add it into the PKGBUILD so that it gets that source and the build succeeds. Or the patch needs to be fixed. |
No description provided.