summaryrefslogtreecommitdiffstats
path: root/package/trinity
Commit message (Collapse)AuthorAgeFilesLines
* packages: remove non-IPv6 dependencies and tweaksGustavo Zacarias2015-04-221-4/+0
| | | | | | | | Now that IPv6 is mandatory remove package dependencies and conditionals for it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trinity: fix building with uClibcVicente Olivert Riera2015-03-191-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | "#include <linux/serial.h>" is needed in order to build trinity successfully with uClibc. Otherwise it would fail displaying an error message like this one: ----------------------------------------- ioctls/vt.c:152:8: error: invalid application of 'sizeof' to incomplete type 'struct serial_rs485' IOCTL(TIOCGRS485), ioctls/vt.c:155:8: error: invalid application of 'sizeof' to incomplete type 'struct serial_rs485' IOCTL(TIOCSRS485), ----------------------------------------- Backporting an upstream patch to fix this problem. Upstream commit: https://github.com/kernelslacker/trinity/commit/fb4a1adc4540f0702b84aa900f2b8ebed004885d Fixes: http://autobuild.buildroot.net/results/ca1/ca18c7d19ac2870d6b973923c8225509a12f831a/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trinity: bump version to v1.5Vicente Olivert Riera2015-03-191-1/+1
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trinity: bump version to fix a build failure using Linux 3.19 headersFabio Porcedda2015-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | bump to the following trinity repository commit: kvm: Add ifdef around IA64 ioctls. Fix build error. CC ioctls/kvm.o In file included from ioctls/kvm.c:8:0: ioctls/kvm.c:115:8: error: ‘KVM_IA64_VCPU_GET_STACK’ undeclared here (not in a function) IOCTL(KVM_IA64_VCPU_GET_STACK), ^ include/ioctls.h:53:15: note: in definition of macro ‘IOCTL’ { .request = _request, .name = #_request, } ^ ioctls/kvm.c:116:8: error: ‘KVM_IA64_VCPU_SET_STACK’ undeclared here (not in a function) IOCTL(KVM_IA64_VCPU_SET_STACK), ^ include/ioctls.h:53:15: note: in definition of macro ‘IOCTL’ { .request = _request, .name = #_request, } IA64 ioctls were removed in Linux 3.19. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trinity: enable only for supported architecturesVicente Olivert Riera2014-10-281-0/+3
| | | | | | | | | | | | | | This package only has support for some architectures which are listed in the project website: http://codemonkey.org.uk/projects/trinity/ We enable this package only for those supported architectures which are also supported in Buildroot. Fixes: http://autobuild.buildroot.net/results/ea7/ea788f1f0ed5ee4e9b1bf0c8a0d1304e7467dc77/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trinity: Bump version to fix a PowerPC build failureVicente Olivert Riera2014-10-271-1/+1
| | | | | | | | | | | | | | | Some PowerPC toolchains have old Linux headers which don't define the KVM_CREATE_SPAPR_TCE and KVM_ALLOCATE_RMA macros. To workaround this problem we enclose the lines which use these macros into ifdef blocks. This fix has been merged upstream so we bump the version to fix the problem in Buildroot as well. Fixes: http://autobuild.buildroot.net/results/3a4/3a4e7e6077cd4bbbcb8fe398e0938ad228306d2d/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/trinity: New packageVicente Olivert Riera2014-10-242-0/+41
Adding the Trinity Linux System call fuzz tester. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud