Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Peter KorsgaardPeter Korsgaard
54729d498afMMerge branch 'rpm-update3' of git://git.busybox.net/~nkukard/git/buildroot
Peter KorsgaardPeter Korsgaard
55f591ed1d4CHANGES: add bootutilsSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
80fa6e6d8ccMMerge branch 'bootutils-update' of git://git.busybox.net/~nkukard/git/buildroot
Ormund WilliamsOrmund Williams
bc41dc5b8fbqt: Re-enable workaround for building on x86 for x86 target, also check for x86_64[Peter: combined x86 + x86-64 logic, simplified] Signed-off-by: Ormund Williams <ormundw@panix.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
H Hartley SweetenH Hartley Sweeten
5a352cdeba0package/mtd: Remove obsolete utilities, add new onesA number of options under "MTD tools selection" are no longer available. Remove them to avoid possible build errors. In addition, the nandtest utility is present in MTD-utils release so remove the depends on BR2_PACKAGE_MTD_UTILS_GIT. Add a number of new utilities that exist in the latest version. All of these do not have a 'default y' so existing configurations should not change. Reorder t...
Peter KorsgaardPeter Korsgaard
c47124d4382CHANGES: #841 is closedFixed by 6a772086. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
6a772086b7cpackage/mtd: mtd-utils: fix fec.c build (bcopy reference)Needs similar fix as what we already have for mtd-utils.git Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
6bfb4885b03toolchain: add uclibc 0.9.30.2Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
8086dfa32faqt: ensure libglib2 is built before qt if enabled for Qt's glib supportSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
6327fbc8b62kernel-headers: bump 2.6.27.x / 2.6.31.x / 2.6.32.x stable versionsSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
64c5a713253kernel-headers: default to 2.6.32.xSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Lionel LandwerlinLionel Landwerlin
6415e3a19adlibungif: convert to autotools infrastructure[Peter: use std staging/target install handling] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Lionel LandwerlinLionel Landwerlin
21bab8862f3jpeg: convert to autotools infrastructure[Peter: has own libtool patch, use std staging install, fix target install] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
073af428efcMakefile.autotools.in: fix libtool patchingFixes two issues with libtool patching: - It seems like the default value for <package>_LIBTOOL_PATCH only gets set AFTER the ifdef check, so the conditional was never taken. Fix it by instead checking that it isn't explicitly set to not do the patching instead. - The $i in the libtool patching for loop needed an extra level of escaping to work. Signed-off-by: Peter Korsgaard <jacmet@...
Peter KorsgaardPeter Korsgaard
c63c2faf55bpackage: fix host build for packages with own libtool patchPackages which also build a host variant and have LIBTOOL_PATCH = NO, should also disable libtool patching for the host build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
4833d1355cfDrop generic package selection (access point, firewall, dev system)Closes #813. Drop generic package selection (access point, firewall, dev system) since they're too ambiguous and not very useful. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Nigel KukardNigel Kukard
4d190ec0bfcBump bootutils
Nigel KukardNigel Kukard
f16a9799b65Bumped rpm
Gustavo ZacariasGustavo Zacarias
9400c735823Bump mtd-utils to 1.2.0Closes #827. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
b21c77cc08eneon: fix ssl option dependencyThanks to Gustavo Zacarias for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Anders DaranderAnders Darander
b9656e81a46Remove backup-files from the TARGET_DIR.Closes #823. ~ is commonly used as a suffix to editor backup files. Remove these files, just as we remove CVS-directories and .empty-files. [Peter: tweaked to remove in same find invocation as .empty] Signed-off-by: Anders Darander <ad@datarespons.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Nigel KukardNigel Kukard
858d4dbf7faxfsprogs: bump versionSigned-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
f31bbf9e681qt: add selection for keyboard driversSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Nigel KukardNigel Kukard
17524208071Install uuid.h into staging as some other apps like xfsprogs need it[Peter: cleanup, only install header if libuuid is installed] Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
2f3c46561e5neon: add optional ssl supportSigned-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
14aa5ee54f3mtd-utils: move phony dependencies to toplevel mtd-host targetReal targets shouldn't have phony dependencies, as make otherwise always consider them out of date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
20788aef4d8libusb: move phony dependencies to toplevel libusb targetReal targets shouldn't have phony dependencies, as make otherwise always consider them out of date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
3f4575e66fbkernel-headers: bump 2.6.27.x / 2.6.31.x / 2.6.32.x stable versionsSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Lionel LandwerlinLionel Landwerlin
4914383ebd7Fix gst-plugins-bad dependency on libdvdnavSigned-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
cc9fb534089target/u-boot: add 2009.11 and update target mkimage so it builds with 2009.11In 2009.11, a number of extra files are needed to build mkimage. Adjust the makefile to add those if available, so it builds with both 2009.11 and older releases. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
d77594ccd7ftarget/u-boot: install mkimage to HOST_DIRAs suggested by Thomas. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Anders DaranderAnders Darander
9c37425ba9eFix mkimage-install problem with external toolchain.Closes #757. Make sure that /usr/bin/ exists, before trying to copy mkimage to that location. When using an external toolchain, /usr/bin is not guarenteed to exist. Signed-off-by: Anders Darander <ad@datarespons.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
61844782067libvorbis: remove unused cruft from pre-autotools.inThe AUTOTARGETS macro handles this already. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
f81d072f15empg123: select sensible cpu optimization depending on arch/fpuSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
ec6ef827d6cmpg123: convert to Makefile.autotools.in formatSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
13975944738defconfigs: use new default location for STAGING_DIRReported by Grant Edwards <grant.b.edwards@gmail.com> Use the new default STAGING_DIR location (output/staging) in all the defconfigs for clarity. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
b0299ac242bMMerge branch 'dependencies-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter KorsgaardPeter Korsgaard
b08f1d00e03hal: add missing includesFix build (with modern kernel headers) - hald/linux/classdev.c needs sys/socket.h for struct sockaddr - hald/linux/addons/addon-storage.c needs limits.h for INT_MAX Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
ebe6ce42941hal: fix build, correct glib/udev/expat pathsSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
c09e51037a5hal: fix udev dependency- Selecting symbols with dependencies doesn't work unless you select the dependencies as well - udev-volume-id target gone, use the generic udev one instead Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
035e1b5db98udev: fix udev-volume-id staging install$@ no longer refers to the lib under staging after the package rework. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas PetazzoniThomas Petazzoni
e07e1b45f7ddependencies: cleanupFactorize some of the tests done by toolchain/dependencies/dependencies.sh (check for unset environment variables and check for required programs). Make the output less verbose by only showing something when something is not present. Some messages were really silly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter KorsgaardPeter Korsgaard
19fb4b9d1b2dbus-glib: fix host-dbus-glib buildTypo in expat dependency. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
81c953073b2dbus: fix host-dbus buildUse correct variable name for the host source directory for DBUS_HOST_INTROSPECT, and use late binding as HOST_DBUS_DIR only gets defined later on (by AUTOTARGETS). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas PetazzoniThomas Petazzoni
84b1e44e922dependencies: remove useless test doing nothingSigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
8dba09de9d6dependencies: bail out if makeinfo isn't foundmakeinfo is mandatory at least to build a toolchain. Currently, dependencies.sh doesn't fail if makeinfo is not present and only displays a message that can easily be lost. The user will then encounter the issue later, when it is more difficult to understand what's happening. So, this patch simply does for makeinfo what the script does for the other dependencies: bail out if they aren't availa...
Thomas PetazzoniThomas Petazzoni
a4eee8c3348documentation: slightly improve CSSSigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
16c1549fd22documentation: update about new package infrastructuresDocument the new generic package infrastructure, and how target/host packages are handled, both for the generic package infrastructure and the autotools package infrastructure. This documentation replaces the documentation that used to be present at the top of Makefile.autotools.in. Both tutorial and reference documentation are provided. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-...
Thomas PetazzoniThomas Petazzoni
eebdec351aaudev: convert to generic package infrastructureSigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
bc71ad7d5a4i2c-tools: convert to the generic package infrastructureSigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>