summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* host-shiboken: explicitly set -DDISABLE_DOCSTRINGS:BOOL=ONHEADmasterMichael Olbrich2012-08-271-0/+1
| | | | | | | this way we don't need libxslt/libxml and don't get strange build errors because of broken cmake checks. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: add patch to fix building without opensslMichael Olbrich2012-08-2718-18/+43
| | | | | | | without this patch we get no sha256/sha512 implementation, which is needed for various distutils stuff (e.g. to build 'flup') Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dbus: fix generating /etc/machine-idMichael Olbrich2012-08-241-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rc-one: use systemd system-update mechanismMichael Olbrich2012-08-244-15/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 44 -> 187Michael Olbrich2012-08-2410-123/+226
| | | | | | | udev is now included now, so we need to add some special handling for this too. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image_ubi: fix debug output if IMAGE_UBIFS_EXTRA_ARGS is setMarc Kleine-Budde2012-08-161-4/+4
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxdist: add documentation for --verbose optionMarc Kleine-Budde2012-08-011-0/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* libptxdist: fix verbose printingMarc Kleine-Budde2012-08-011-1/+1
| | | | | | | PTXDIST_VERBOSE is set to "1" when enabled, not "true". So test for non zero length instead of true. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxdist: add --verbose option and start using itMichael Olbrich2012-07-2913-13/+50
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dependencies on rc-one are runtime onlyMichael Olbrich2012-07-295-5/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libptxdist: add file descriptor to log only to the logfileMichael Olbrich2012-07-291-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad11: enable rtmp pluginMichael Olbrich2012-07-292-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rtmpdump: new packageMichael Olbrich2012-07-292-0/+83
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libpcre: Allow installation of pcregrepBernhard Walle2012-07-272-0/+8
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libpcre: Add option to enable libbz2 for pcregrepBernhard Walle2012-07-272-0/+6
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libpcre: version bump 8.00 -> 8.31Bernhard Walle2012-07-271-2/+2
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-boot-mlo.in: select IMAGE_VFAT_TOOLSJan Luebbe2012-07-251-0/+1
| | | | | | | It needs mkdosfs, which is built by selecting IMAGE_VFAT_TOOLS. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* New package: openldapBernhard Walle2012-07-242-0/+205
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* barebox: Allow usage of nconfigBernhard Walle2012-07-241-1/+1
| | | | | | | With that patch, 'ptxdist nconfig barebox' works. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel: Allow usage of nconfigBernhard Walle2012-07-241-1/+1
| | | | | | | | With that patch, 'ptxdist nconfig kernel' works. For me nconfig has the advantage of a full text search in the current menu. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Update mtd-utils to 1.5.0Bernhard Walle2012-07-244-5/+5
| | | | | | | Tested on a beagle board. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lsof: Check for busybox' lsofBernhard Walle2012-07-241-0/+3
| | | | | | | | With the new 'lsof' of busybox, add the usual check to avoid conflicts during building the image (two lsof binaries). Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gnutls: Update to 2.12.20Bernhard Walle2012-07-241-2/+2
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rsync3: support ACL and extended attributesJan Luebbe2012-07-242-0/+15
| | | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dts: depend on the kernel source treeMichael Olbrich2012-07-241-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wireshark: Fix targetinstall stageJuergen Beisert2012-07-161-2/+3
| | | | | | | When tshark is not enabled the targetinstall stage must not try to install it. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libqxt: fix configure optionsMichael Olbrich2012-07-141-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-kernel-make: use .tar.xz like the other kernel packagesJan Luebbe2012-07-131-1/+1
| | | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dtc: move dtb dependencies to post/Michael Olbrich2012-07-132-4/+18
| | | | | | | Variables in dependencies are resolved immediately, so we have to make sure that they are already fully defined. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good11: linux/videodev2.h from kernel headers can be usefullMichael Olbrich2012-07-121-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xmlrpc-c: version bump 1.06.41 -> 1.06.42Michael Olbrich2012-07-129-11/+36
| | | | | | and add patch to fix building with libcurl 7.26.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcurl: version bump to 7.26.0Bernhard Walle2012-07-111-2/+4
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* barebox: add option to install target 'bareboxenv'Michael Olbrich2012-07-092-0/+21
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* barebox: build with $(PARALLELMFLAGS)Michael Olbrich2012-07-091-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add some example new-style image rulesMichael Olbrich2012-07-069-0/+190
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boot-mlo.vfat: cleanup rulesMichael Olbrich2012-07-061-3/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-genimage: version bump 2 -> 3Michael Olbrich2012-07-061-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: new versions need /run to function properlyMichael Olbrich2012-07-061-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* htop: version bump 0.8.3 -> 1.0.1Michael Olbrich2012-07-042-5/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* expat: cleanupMichael Olbrich2012-07-041-4/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ddrescue: new packageMichael Olbrich2012-07-042-0/+71
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cifs-utils: new packageMichael Olbrich2012-07-042-0/+66
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* help text amendmentsJochen Frieling2012-07-0315-52/+139
| | | | | Signed-off-by: Jochen Frieling <j.frieling@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-server: XORG_SERVER_EXT_MULTIBUFFER is not definedMichael Olbrich2012-07-031-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-lib-X11: kconfig symbols must be all uppercaseMichael Olbrich2012-07-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* timezone: cleanup and remove bogus entryMichael Olbrich2012-07-032-62/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* splashutils: fix typoMichael Olbrich2012-07-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rt-tests: add missing menu entryMichael Olbrich2012-07-031-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* poppler: fix typoMichael Olbrich2012-07-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lm_sensors: LM_SENSORS_SENSORS_DETECT was removedMichael Olbrich2012-07-031-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>