summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-16Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson
2007-08-16Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson
2007-08-16Dont create TARGET_DIR if it existsUlf Samuelsson
2007-08-16Move lzma patches to toolchain/kernel-headers/lzmaUlf Samuelsson
They will be applied ONLY if BR2_KERNEL_HEADERS_LZMA is set. BR2_KERNEL_HEADERS_LZMA defaults to NO, so the user has to actively set this config flag if lzma is needed. This means that the default behaviour of buildroot will work for most users. Comment from author: [Brad House] I find myself having to remove the lzma patches because my build system doesn't natively have lzma. I tried to compensate for this by installing the latest lzma from gentoo's package tree, and apparently, it accepts different flags than the one these patches expect, so my kernel build still fails. Finally, I used the lzma from this buildroot and compiled it by hand, and it _mostly_ worked. Regardless, it seems silly to make this a requirement. Personally, I gzip my initramfs, and that's enough compression for me...
2007-08-16Avoid copying TARGET_SKELETON on every 'make'Ulf Samuelsson
2007-08-16Use SED instead of ECHO when config 'program_invocation_name'Ulf Samuelsson
2007-08-15Allow user to configure PROGRAM_INVOCATION_NAMEUlf Samuelsson
2007-08-15Cleanup of udev, build libvolume_id.laUlf Samuelsson
2007-08-15Sync volume_id version to 0.79.0 matching udev-114Ulf Samuelsson
2007-08-15Remove fakeroot files after use to avoid rerunUlf Samuelsson
2007-08-15Use /usr/include as std include in XorgUlf Samuelsson
2007-08-15Add programmable start adr/size to at91bootstrap + support for at91sam9260pfUlf Samuelsson
2007-08-15Add at91sam9260pf (AT91SAM9260 w Par Flash) targetUlf Samuelsson
2007-08-15No parallel make of mdnsresponderUlf Samuelsson
2007-08-14Added powerpc variant selectionPeter Korsgaard
2007-08-14rxvt hardwired for X11R6, so ensure dependency is OKUlf Samuelsson
2007-08-14Move project related info from main Makefile to project dirUlf Samuelsson
2007-08-14Avoid continuous rebuilds of TARGET_DIR and /etc/* project filesUlf Samuelsson
2007-08-14Fix continous remake's of uClibc, Save .config to .oldconfig before 'conf', ↵Ulf Samuelsson
cleanup ARM config to avoid stop during build
2007-08-14Add links to 'usr/include/freetype2/freetype' to 'include' and ↵Ulf Samuelsson
'usr/include'. Add PHONY targets
2007-08-14Remove cirular dependenciesUlf Samuelsson
2007-08-14Change udev target from udev to udevd. Add .PHONY targets. Rearrange targetsUlf Samuelsson
2007-08-13Avoid circular dependencyUlf Samuelsson
2007-08-13Only build tinyX if WCHAR and LOCALE is enabledUlf Samuelsson
2007-08-13Stop halting ARM build to configure uClibcUlf Samuelsson
2007-08-13Workaround bug in TinyX makedepend by removing some whitespaceUlf Samuelsson
2007-08-13Include header file defining MB_CUR_MAX to TinyXUlf Samuelsson
2007-08-13Allow use of uclibc string routines in TinyXUlf Samuelsson
2007-08-13Store openssl files in /usr/lib/sslUlf Samuelsson
2007-08-13Remove ntp patch which fails to apply, add TODO for later fixingUlf Samuelsson
2007-08-13Fix libdir path for libfakeroot.laUlf Samuelsson
2007-08-13Add dependency to linux-fusion, if DirectFB is built with multiUlf Samuelsson
2007-08-13Bump version of dialog, make it buildUlf Samuelsson
2007-08-12Bump version of lvm2Ulf Samuelsson
2007-08-12grep depends on gettextUlf Samuelsson
2007-08-12Use shared library for gettext as defaultUlf Samuelsson
2007-08-12grep depends on gettextUlf Samuelsson
2007-08-12Avoid killing /usr/include when cleaning 'hal'Ulf Samuelsson
2007-08-12Cleanup of SDL to make it buildUlf Samuelsson
2007-08-12fix DirectFB *.la path'sUlf Samuelsson
2007-08-12fix liblzmadec.la pathsUlf Samuelsson
2007-08-12fix libsysfs.la pathsUlf Samuelsson
2007-08-12Cleanup of docsUlf Samuelsson
2007-08-12Bump version of DirectFB to 1.0.0 and add dependency on TSLIBUlf Samuelsson
2007-08-12Add support for fusion linux moduleUlf Samuelsson
2007-08-12Move .PHONY to front in sedUlf Samuelsson
2007-08-12Make DirectFB buildable by removing sysfs, enabling sdlUlf Samuelsson
2007-08-12expat has --prefix=usr, so remove /usr from other switchesUlf Samuelsson
2007-08-12Use new x11r7 configsUlf Samuelsson
2007-08-12Whitespace cleanup of uclibc, remove debug aidUlf Samuelsson