summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 'package' seems the better wordingJuergen Borleis2016-06-201-1/+1
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* Fix the wrong passive sentence.Juergen Borleis2016-06-201-3/+3
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* Emphasize the finale directory name and fix the spellingJuergen Borleis2016-06-201-2/+2
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* In the PTXdist Guru documentation this was emphasized. Do it again.Juergen Borleis2016-06-201-3/+3
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* Fix build-time Python errorJuergen Borleis2016-06-201-3/+3
| | | | | | | | | Building the documentation inside PTXdist (e.g. outside of a BSP project) else fails with: TypeError: Can't convert 'NoneType' object to str implicitly Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* This is BSP specific and not PTXdist relatedJuergen Borleis2016-06-201-4/+0
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* Remove a less used feature of PTXdistJuergen Borleis2016-06-202-4/+2
| | | | | | Using variants is used very seldom. Ignore it for now. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* The platform name mostly includes the 'platform-' stringJuergen Borleis2016-06-201-1/+1
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* All of our BSP names start with the 'OSELAS.BSP' stringJuergen Borleis2016-06-201-1/+1
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* doc: add testsFlorian Scherf2016-06-201-0/+21
| | | | Signed-off-by: Florian Scherf <f.scherf@pengutronix.de>
* doc: cleanup substitutions and use code sectionsMichael Olbrich2016-06-204-60/+60
| | | | | | | | | Now, that substitutions happen before the sphinx run, the '\ ' magic so that the substitute patters are found, are no longer needed. And code sections can now be used here. This is needed to break long lines for in latex output. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: do replacements before running sphinxMichael Olbrich2016-06-201-36/+30
| | | | | | This is necessary to make replacements in code sections possible. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: set 'sh' as default highlight languageMichael Olbrich2016-06-201-1/+1
| | | | | | | Otherwise sphinx 1.4.x produces a lot of warnings: WARNING: Could not lex literal_block as "c". Highlighting skipped. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: 'file://' is not a URLMichael Olbrich2016-06-201-4/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: add support for BSP specific documentationMichael Olbrich2016-06-203-24/+102
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: rename files to avoid warningsMichael Olbrich2016-06-204-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: remove oselasTCNVendorPatchLevel variableMichael Olbrich2016-06-203-12/+11
| | | | | | | | The toolchain version should contain the patch-level version in all cases so a separate variable is not needed. This fixes several instances where the toolchain version was used incorrectly without the patch-level version. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_get_git: abort on all errorsMichael Olbrich2016-06-201-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mmc-utils: add new packageMatthias Klein2016-06-202-0/+63
| | | | | | | | This tool allows to configure the eMMC user data area for enhanced mode (pseudo-SLC) Signed-off-by: Matthias Klein <matthias.klein@optimeas.de> [mol: cleanup] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pango: fix gobject introspection supportPhilipp Zabel2016-06-201-0/+6
| | | | | | | If gobject introspection is enabled, pango has a dependency on cairo-gobject. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: set PTXDIST_PATH correctly if ptxdist is called from PTXDIST_TOPDIRMichael Olbrich2016-06-201-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: add more stack protector optionsMichael Olbrich2016-06-172-3/+22
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* e2fsprogs: don't enable hardeningMichael Olbrich2016-06-172-2/+2
| | | | | | | | | | This may not be supported by the compiler: gcc: error: unrecognized command line option '-fstack-protector-strong' For the target our own hardening options will do more or less the same. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dbus: version bump to 1.10.8Clemens Gruber2016-06-151-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nftables: bump version to 0.6 and remove "depends on BROKEN" for built-in GMPAndreas Geisenhainer2016-06-152-4/+2
| | | | | Signed-off-by: Andreas Geisenhainer <Andreas.Geisenhainer@atsonline.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libnftnl: bump version to 1.06Andreas Geisenhainer2016-06-151-2/+2
| | | | | Signed-off-by: Andreas Geisenhainer <Andreas.Geisenhainer@atsonline.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: version bump 2.5.1 -> 2.6.0Michael Olbrich2016-06-151-2/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.48.0 -> 2.48.1Michael Olbrich2016-06-152-12/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* e2fsprogs: version bump 1.42.13 -> 1.43.1Michael Olbrich2016-06-153-16/+17
| | | | | | Note: the license file was just renamed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: improve libc dependenciesMichael Olbrich2016-06-141-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: fix building qtserialbusMichael Olbrich2016-06-142-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: add support for mktemp-gnu toolKirill Smirnov2016-06-141-1/+1
| | | | | | | This fixes configure on Slackware. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* htop: cleanup prepare stageMichael Olbrich2016-06-141-5/+2
| | | | | | Based on a patch from Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: version bump 5.6.0 -> 5.6.1Michael Olbrich2016-06-1413-285/+1291
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer-vaapi1: version bump 1.8.1 -> 1.8.2Michael Olbrich2016-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-validate1: version bump 1.8.1 -> 1.8.2Michael Olbrich2016-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-rtsp-server1: version bump 1.8.1 -> 1.8.2Michael Olbrich2016-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-python1: version bump 1.8.1 -> 1.8.2Michael Olbrich2016-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-ugly1: version bump 1.8.1 -> 1.8.2Michael Olbrich2016-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad1: version bump 1.8.1 -> 1.8.2Michael Olbrich2016-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good1: version bump 1.8.1 -> 1.8.2Michael Olbrich2016-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-base1: version bump 1.8.1 -> 1.8.2Michael Olbrich2016-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: version bump 1.8.1 -> 1.8.2Michael Olbrich2016-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* v4l-utils: version bump 1.6.2 -> 1.10.0Philipp Zabel2016-06-131-2/+2
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 11.1.1 -> 11.1.2Philipp Zabel2016-06-131-2/+2
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd/udev: fix hardware database generatingJuergen Borleis2016-06-132-2/+2
| | | | | | | | | | | | | | | | | | | | | Without this fix systemd fails at run-time with: systemd-hwdb-update.service - Rebuild Hardware Database Loaded: loaded (/lib/systemd/system/systemd-hwdb-update.service; static; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2016-06-07 15:45:38 UTC; 16min ago Condition: start condition failed at Tue 2016-06-07 15:45:55 UTC; 16min ago ConditionNeedsUpdate=/etc was not met Docs: man:hwdb(7) man:systemd-hwdb(8) Main PID: 413 (code=exited, status=203/EXEC) Jun 07 15:45:38 qemu systemd[1]: systemd-hwdb-update.service: Main process exited, code=exited, status=203/EXEC Jun 07 15:45:38 qemu systemd[1]: Failed to start Rebuild Hardware Database. Jun 07 15:45:38 qemu systemd[1]: systemd-hwdb-update.service: Unit entered failed state. Jun 07 15:45:38 qemu systemd[1]: systemd-hwdb-update.service: Failed with result 'exit-code'. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* htop: version bump 1.0.3 -> 2.0.1Robert Schwebel2016-06-131-2/+4
| | | | | | | Add defaults for the new configure options. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xz: version bump 5.0.4 -> 5.2.2Robert Schwebel2016-06-131-4/+4
| | | | | | | | The MD5 sums for the license file for GPLv2 and LGPLv2.1 have changed, but the files contain only whitespace changes. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-xz: sync with target xzMichael Olbrich2016-06-131-12/+13
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* checkpolicy: fix building with new flexMichael Olbrich2016-06-133-5/+35
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>