raspberrypi-userland: add port
ARM side libraries and utilities used on Raspberry Pi.
WWW: https://github.com/gonzoua/userland
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Paths
| Differential D1862 Authored by adrian on Feb 17 2015, 2:20 AM.
Details Summary raspberrypi-userland: add port ARM side libraries and utilities used on Raspberry Pi. WWW: https://github.com/gonzoua/userland Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Diff Detail
Event Timelinexmj updated this object. This revision is now accepted and ready to land.Feb 17 2015, 2:25 AM2015-02-17 02:25:11 (UTC+0) adrian edited edge metadata. Comment Actionsok, i'll first do a build test, since I have a rpi running -head I can test it on. This revision now requires changes to proceed.Feb 17 2015, 2:28 AM2015-02-17 02:28:42 (UTC+0) Comment Actions The distinfo needs to be updated (seems like the source file has been updated). Apart from that, the port builds and install fine, but it will install everything under /usr/local (the FreeBSD default). This causes too much hassle when you try to build the examples, they expect to find the libraries and includes at /opt/vc (the RPi default). Is there any plan to handle this ? If the idea is giving something that 'just works' for users, then this may be the wrong way to go. Comment Actions
I really don't like /opt as it is a Linuxism and violates hier(7).
As I don't have a RasPi to test it with, and don't much like committing things I can't test my self, I'd be happy if you just commandeered the revision and finished it :-)
Revision Contents
Diff 3802 misc/raspberrypi-userland/
misc/raspberrypi-userland/Makefile
misc/raspberrypi-userland/distinfo
misc/raspberrypi-userland/files/
|
s/mincore_mapped/imply_prot_max/