summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* template-src-linux-driver: Use lndir URLJon Ringle2011-05-272-13/+2
| | | | | | | | | | By using lndir, the .ko files are kept separate from the src directory and building multiple architectures can be supported default extract is needed to allow lndir to be created. Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lndir: add support for lndir:// URLJon Ringle2011-05-272-1/+20
| | | | | | | | | | | | | Use lndir for local external projects referenced by lndir:// URL lndir will create a shadow directory tree of the source tree populated with symlinks of all the files contained in the source tree. Building from the lndir created shadow tree will result in all files created by the build to be created in the shadow tree and leaving the source tree prestine. This is useful when building for multiple archs. Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-lndir: support for linking local projects using lndirJon Ringle2011-05-272-0/+42
| | | | | Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* util-linux: patches to fix compile w/ uclibc toolchainJon Ringle2011-05-277-2/+240
| | | | | | | | | | | | Added these patches that fix problems when building with uclibc toolchain: 0002-__progname-redefinition-fix.patch 0003-_s-undeclared-fix.patch 0004-replace-index-with-strchr.patch 0005-libmount-replace-mkostmps-with-more-portable-mkstemp.patch 0006-partx-lsblk-fix-gettext-calls.patch Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: version bump 170 -> 171Michael Olbrich2011-05-271-5/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 27 -> 28Michael Olbrich2011-05-271-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: replace bzero with memsetJon Ringle2011-05-272-0/+27
| | | | | | | | bzero is deprecated and not available in uclibc replace it with memset Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* initramfs-tools: 0.93.4 md5sumJon Ringle2011-05-271-1/+1
| | | | | Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kwrapper: search for tests in the platform tooMichael Olbrich2011-05-261-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_xpkg_pkg: make it possible to use "-" as source for install_treeMichael Olbrich2011-05-262-2/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dbus-python: version bump 0.83.0 -> 0.84.0Robert Schwebel2011-05-251-2/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* eggdbus: really fix depdendenciesMichael Olbrich2011-05-251-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* media-ctl: new packageMichael Olbrich2011-05-242-0/+70
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: libgudev need libudevMichael Olbrich2011-05-241-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg-utils: add patches to make opkg-build more robustMichael Olbrich2011-05-244-2/+83
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ipkg-utils: rewrite patch for issue with ar and large UIDsMichael Olbrich2011-05-242-14/+18
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lsof: set LSOF_USER=noneJon Ringle2011-05-231-0/+1
| | | | | | | | Building lsof breaks when $USER is domain\user. Setting LSOF_USER=none will disable the use of LSOF_USER, which isn't really needed anyway. Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* acl: fix install with user\domainJon Ringle2011-05-235-9/+39
| | | | | | | | | | | | If current user is domain\user the \ gets interpreted as an escape char resulting in user not found. Enclose "$(PKG_USER)" and "$(PKG_GROUP)" in quotes to fix. regenerate patch series with git-ptx-patches Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* attr: fix install with domain\userJon Ringle2011-05-233-5/+40
| | | | | | | | | | | | If current user is domain\user the \ gets interpreted as an escape char resulting in user not found. Enclose "$(PKG_USER)" and "$(PKG_GROUP)" in quotes to fix. Regenerated patch series with git-ptx-patches Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: ... and fix for experimental versionMichael Olbrich2011-05-231-0/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: fix for !experimental versionMichael Olbrich2011-05-233-18/+48
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 26 -> 27Michael Olbrich2011-05-206-108/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: version bump 169 -> 170Michael Olbrich2011-05-205-285/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* trivial: fix typo "dependency ?less" -> "dependency-less"Uwe Kleine-König2011-05-202-2/+2
| | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* syslogng: Bumped version to 2.0.10.George McCollister2011-05-201-2/+2
| | | | | | | Bumped syslogng to the newest version 2.0.10. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg can now be used instead of ipkgGeorge McCollister2011-05-2011-17/+124
| | | | | | | | | | | | | | | | | opkg and opkg-utils can now be used to build .ipk files and generate images from them. No longer default HOST_IPKG_UTILS and HOST_IPKG to yes. HOST_PACKAGE_MANAGEMENT_IPKG will select HOST_IPKG. HOST_IPKG will select HOST_IPKG_UTILS. Added package management selection to hosttools. Changed scripts to use the package management utilities for the selected package management system. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: patch up to SVN trunkGeorge McCollister2011-05-2094-0/+10113
| | | | | | | | | | | | | Upstream recommends using the SVN trunk. I'm adding all changes since 0.1.8. Once they publish a new release we can throw this all away and switch to that. http://code.google.com/p/opkg/ "it is recommended to use the most recent revision from subversion as this contains various fixes." Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-opkg: Added new host package.George McCollister2011-05-202-0/+56
| | | | | | | | I have added host-opkg so opkg-cl is available for use in building an ipk repository. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-opkg-utils: Added new host package.George McCollister2011-05-204-0/+115
| | | | | | | | | | | | | | | | | Use opkg-utils instead of ipkg-utils when using opkg as the package managment system. svn trunk of opkg-utils is here: http://svn.openmoko.org/trunk/src/host/opkg-utils As of April 26, 2011 last change was: r4747 2008-11-02 21:59:59 I've hosted a tar.gz of r4747 at this URL: http://www.novatech-llc.com/files/opkg-utils-r4747.tar.gz Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build images from ipkg repositoryGeorge McCollister2011-05-205-7/+49
| | | | | | | Added option to build images from the ipkg repository. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: OPKG_OPENSSL needs opensslMichael Olbrich2011-05-201-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-base: version bump 0.10.33 -> 0.10.34Michael Olbrich2011-05-194-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer: version bump 0.10.33 -> 0.10.34Michael Olbrich2011-05-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: masking services should be done in /etc/Michael Olbrich2011-05-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-gl: version bump 0.10.1 -> 0.10.2Robert Schwebel2011-05-123-2/+2
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-ugly: version bump 0.10.15 -> 0.10.18Robert Schwebel2011-05-121-2/+2
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad: version bump 0.10.19 -> 0.10.22Michael Olbrich2011-05-127-194/+80
| | | | | | Based on a patch from Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good: version bump 0.10.23 -> 0.10.29Michael Olbrich2011-05-127-90/+44
| | | | | | Based on a patch from Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-base: version bump 0.10.29 -> 0.10.33Michael Olbrich2011-05-125-57/+54
| | | | | | Based on a patch from Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer: version bump 0.10.29 -> 0.10.33Michael Olbrich2011-05-121-56/+23
| | | | | | | | The new version has the --enable-Bsymbolic switch, so we add it as well. Based on a patch from Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make ptxd_make_xpkg more genericGeorge McCollister2011-05-124-8/+12
| | | | | | | | | Change name of pkg_ipkg_control_dir to pkg_xpkg_control_dir. Change name of pkg_ipkg_control to pkg_xpkg_control. Signed-off-by: George McCollister <george.mccollister@gmail.com> [mol: added on missing replacement] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt: Fix build with gcc 4.6Bernhard Walle2011-05-102-1/+30
| | | | | | | | This is the original patch from upstream https://qt.gitorious.org/qt/qt/commit/f1bbb1648a9770f37ca39b8d68d6bd269dd06250 Signed-off-by: Bernhard Walle <walle@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: Fix build with make 3.82Bernhard Walle2011-05-104-3/+50
| | | | | | | | This is the original patch from upstream http://git.busybox.net/busybox/commit/?h=1_18_stable&id=adbe3b5b982874071b9b826cea1632fc00c85982. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gdb: get md5sum from ptxconfigMichael Olbrich2011-05-102-2/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Define CMAKE_SYSTEM_PROCESSORBernhard Walle2011-05-102-0/+5
| | | | | Signed-off-by: Bernhard Walle <walle@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Correct host-cmake checksumBernhard Walle2011-05-101-1/+1
| | | | | | | | | Upstream uploaded a new tarball at some point. The contents is identical. Unfortunately the timestamps are not, so the checksum is different. Signed-off-by: Bernhard Walle <walle@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Remove the patches archive from the helpJuergen Beisert2011-05-091-1/+0
| | | | | | This separate archive does no longer exist. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* systemd: add option to disable random seed servicesMichael Olbrich2011-05-092-0/+22
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dbus: install config files for systemd initmethodMichael Olbrich2011-05-092-2/+26
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rc-once: add config files for systemd initmethodMichael Olbrich2011-05-097-27/+115
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>