summaryrefslogtreecommitdiffstats
path: root/configs/ptxconfig
Commit message (Collapse)AuthorAgeFilesLines
* ptxconfig: migrate to ptxdist 2017.10.0Roland Hieber2017-10-251-2/+5
| | | | | | Simple migration with no additional options. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* ptxconfig: disable kernel headersMichael Olbrich2017-10-121-3/+1
| | | | | | | The kernel header from the toolchain are new enough here. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxdist: version bump 2017.07.0 -> 2017.09.0Robert Schwebel2017-09-301-38/+66
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: ptxdist migrate 2017.06.0 -> 2017.07.0Roland Hieber2017-07-211-26/+24
| | | | | | | | PTXdist 2017.07.0 removes IPKG support and makes opkg the default package management tool. The rest is version bumps and new packages, which we all do not enable. Signed-off-by: Roland Hieber <rohieb@rohieb.name>
* boost: deactivate unused librariesRobert Schwebel2017-07-121-40/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: activate fsck.vfatRobert Schwebel2017-07-121-1/+1
| | | | | | | As we support vfat on some platforms, activate fsck, as suggested by reason-ptxdist. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* systemd: enable coredump supportRobert Schwebel2017-07-121-2/+5
| | | | | | | | | | | | reason suggests: "Systemd should be able to write core files. By default nothing will happen because /var/lib/systemd/coredump is not writeable. A writable filesystem can be mounted here to enable this at runtime. systemd handles the dependencies correctly, so it can catch crashes from before the writable filesystem is available." So we enable coredump support for systemd. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: use lz4 instead of xzRobert Schwebel2017-07-041-3/+4
| | | | | | | xz uses a lot more cpu cycles than lz4, which is important on small machines. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: use real less instead of busybox lessRobert Schwebel2017-07-041-15/+9
| | | | | | Busybox less does not provide fancy coloring, i.e. for systemctl output. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: enable memtoolUwe Kleine-König2017-06-161-1/+1
|
* DistroKit: update from ptxdist-2017.05.0 to ptxdist-2017.06.0Robert Schwebel2017-06-121-2/+4
| | | | | | | Update ptxdist to latest and greatest. This will obsolete the local networkmanager package, which is removed in the next patch. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* DistroKit: update to ptxdist-2017.05.0Robert Schwebel2017-05-161-194/+284
| | | | | | | | | | | | | | | In ptxdist-2017.05.0, the list of packages in DistroKit has been systematically reviewed, so all packages are now available in their recent versions. There are two exceptions: ncurses 6.0 and networkmanager 1.8 didn't make it into the release. As networkmanager 1.8 is now available in the BSP, we can make use of its newly reduced dependencies and switch off libsoup, sqlite and libxml2. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* configs: add options suggested by 'reason'Robert Schwebel2017-01-061-9/+16
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxdist: version bump 2016.08.0 -> 2016.12.0Robert Schwebel2017-01-031-23/+43
| | | | | | | | | Migrate configs/ptxconfig and configs/platform-v7a/platformconfig. The modifications previously made to rules/host-qemu.{make,in} are now upstream, so remove these files. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxdist: version bump 2016.08.0 -> 2016.09.0Robert Schwebel2016-09-131-4/+14
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxdist: version bump 2016.07.0 -> 2016.08.0Robert Schwebel2016-08-181-3/+5
| | | | | | | | With systemd being updated from 229 to 230, the old bindmount for /run from our local fstab doesn't work any more and ends up in emergency mode. Remove fstab and replace with ptxdist standard file. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxdist: version bump from 2016.05.0 to 2016.07.0Robert Schwebel2016-07-271-3/+29
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* networkmanager: fix libnm handlingRobert Schwebel2016-06-101-4/+4
| | | | | | | Using libnm-glib is obsolete and was replaced by libnm in NetworkManager 1.0. A patch to fix this has been sent upstream today as well. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: reduce active componentsRobert Schwebel2016-06-101-112/+28
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* image: change partitioning, add data partitionRobert Schwebel2016-06-101-6/+10
| | | | | | | | | | | We change the partitioning to have one root-A partition of 512 MB and a data partition that fills up the rest of the boot medium. The systemd-autoformat@.service formats the data partition if it isn't already, and the 91-mkfs-ext4 rule automatically mounts it to /mnt/data. Inspired-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* telnet: enable in ptxdist-debug modeRobert Schwebel2016-06-071-2/+6
| | | | | | | Enable telnet daemon; the systemd service does only start if "ptxdist-debug" is added to the kernel command line. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxdist: version bump to 2016.05.0Robert Schwebel2016-06-061-6/+52
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* DistroKit: change version to autoversionRobert Schwebel2016-06-061-1/+1
| | | | | | | In the past, we had to update the project version manually, these days it can be automatically added. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: disable lighttpdRobert Schwebel2016-06-061-39/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ip: switch from busybox to iproute2 versionRobert Schwebel2016-06-061-10/+19
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* busybox: disable unused programsRobert Schwebel2016-06-061-3/+3
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: disable telnetdRobert Schwebel2016-06-061-6/+2
| | | | | | For the standard case, telnetd is disabled. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* rules: host-qemu: enable libusb by defaultAlexander Aring2016-06-061-1/+1
| | | | Signed-off-by: Alexander Aring <aar@pengutronix.de>
* kernel headers: use headers from running kernelRobert Schwebel2016-01-251-2/+2
| | | | | | | | Instead of using a fixed kernel header revision (which results in downloading and extracting two different kernels), use the kernel headers from the currently used kernel. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* gdb: version bump 7.5 -> 7.6.1Robert Schwebel2016-01-251-2/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: update to ptxdist-2016.01.0Robert Schwebel2016-01-251-35/+111
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: update to kernelheaders v4.0Michael Grzeschik2015-05-031-2/+2
| | | | Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
* ptxconfig: update to 2015.03.0Michael Grzeschik2015-05-031-33/+113
| | | | Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
* ptxconfig: update to ptxdist release 2014.05.0Michael Grzeschik2014-06-091-40/+90
| | | | Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
* distrokit: update ptxconfig and collections to ptxdist release 2013.05.0Jan Luebbe2013-05-091-20/+47
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* ptxconfig: update to ptxdist release 2013.03.0Jan Luebbe2013-03-281-14/+91
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* ptxconfig: update to ptxdist release 2012.12.0Jan Luebbe2012-12-221-9/+35
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* platforms: update to ptxdist release 2012.09.1Jan Luebbe2012-09-271-1/+1
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* ptxconfig: replace connman with network managerJan Luebbe2012-09-271-28/+38
| | | | | | Also enable htop and screen. Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* ptxconfig: update to ptxdist release 2012.09.1Jan Luebbe2012-09-271-4/+4
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* ptxconfig: enable some useful toolsJan Luebbe2012-09-161-8/+17
| | | | | | Enable gdbserver, strace, fbset, fbtest, lsusb Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* configs: update to ptxdist release 2012.09.0Jan Luebbe2012-09-071-2/+2
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* ptxconfig: update to current ptxdist masterJan Luebbe2012-09-061-2/+3
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* ptxconfig: update to new ptxdist and enable systemd featuresJan Luebbe2012-09-021-18/+18
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* ptxconfig: migrate BSP to ptxdist masterRobert Schwebel2012-06-141-23/+57
| | | | | | | We don't have a release yet, so we make it easier for developers to get ptxdist adapted to the DistroKit requirements. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: enable extended attributesRobert Schwebel2012-06-141-3/+6
| | | | | | We need attr. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: install fsck.ext[34]Jan Luebbe2012-06-141-2/+2
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* ptxconfig: disable rsyslog, readline and gconfRobert Schwebel2012-06-131-26/+3
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: enable tools for testingRobert Schwebel2012-06-131-2/+5
| | | | | | 'ptxdist test' needs 'head' and 'urshd'. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* lighttpd: addedRobert Schwebel2012-06-121-2/+27
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>