summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-31readline: ignore errors in target-clean targetPeter Korsgaard
2008-03-31avahi: depend on dbus-daemon in staging_dirPeter Korsgaard
Depend on dbus-daemon in staging_dir instead of in target_dir as fakeroot updates the timestamp on the target_dir version every time, so the avahi makefile thinks it always needs to recompile avahi.
2008-03-31concierge: cleanup (white space + unneeded mkdir)Peter Korsgaard
2008-03-31Makefile: revert broken ccache (r21525) for now.Peter Korsgaard
2008-03-31Patch in EXTRA_VERSIONUlf Samuelsson
2008-03-30Add Configs for new boardsUlf Samuelsson
2008-03-30Do not allow optimizations which breaks linux buildUlf Samuelsson
2008-03-30Makefile: merge CVS and .svn find invocationPeter Korsgaard
2008-03-30Makefile: fix typo (.empty files, not dirs)Peter Korsgaard
2008-03-30target_skeleton: mark empty directories with .empty filesPeter Korsgaard
Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn).
2008-03-30Update at91 defconfigsUlf Samuelsson
2008-03-30Add webif packageUlf Samuelsson
2008-03-30Add example packageUlf Samuelsson
2008-03-30linux advanced: make menuconfig defaultPeter Korsgaard
2008-03-30Allow selection of kernel config toolUlf Samuelsson
2008-03-30busybox: additional 1.10.0 fixesPeter Korsgaard
2008-03-30* Removed GCC 4.2.0, added GCC 4.2.3 (take 2)Nigel Kukard
2008-03-30* Remove legacy GCC 4.1.x versionsNigel Kukard
2008-03-30* Remove legacy GCC 4.0.x versionsNigel Kukard
2008-03-30* Remove legacy GCC 3.4.x versionsNigel Kukard
2008-03-30Remove legacy GCC 3.3.x versionsNigel Kukard
2008-03-30Add build support for latest gdbUlf Samuelsson
2008-03-30libglib12 cleanupUlf Samuelsson
2008-03-30Ensure shell environment is handled correctlyUlf Samuelsson
2008-03-30Easy update of defconfigUlf Samuelsson
2008-03-29Force use of bash for patchingUlf Samuelsson
2008-03-29Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson
AVR32 patches
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Feeding the kernel zero optimization -O0 breaks the kernel build at least on ↵Nigel Kukard
x86 with asm errors, remove -O0 when building the kernel
2008-03-29PentiumPro is not Pentium4 but i686Nigel Kukard
2008-03-29* Fixed uClibc sub-x86 arch selectionNigel Kukard
2008-03-29Add some robustness to linux configurationUlf Samuelsson
2008-03-29Remove AVR32 gdb patches duplicating prepatched sourceUlf Samuelsson
2008-03-29Remove binutils AVR32 patches duplicating external sourceUlf Samuelsson
2008-03-29Remove avr32 gcc patches duplicating external sourceUlf Samuelsson
2008-03-29Remove duplication of AVR32 toolchainUlf Samuelsson
2008-03-28package: remove empty directoriesPeter Korsgaard
These directories should have been removed when the packages got moved to subdirs, but git-svn seems to have issues with empty directories.
2008-03-28* Reverted r21540Nigel Kukard
2008-03-28ace of penguins: cleanup help textPeter Korsgaard
2008-03-28* Missed jacmet's patch, r21520Nigel Kukard
2008-03-28* Added 4.2.2 patchsetNigel Kukard
2008-03-28* Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard
2008-03-28package: move java packages to package/java sub directoryPeter Korsgaard
2008-03-28AUTOTARGETS: also support non-version-dependent arch specific patchesPeter Korsgaard
2008-03-28jamvm: use official version instead of hacked up avr32 sourcesPeter Korsgaard
Cleanup avr32 mess and apply it as a patch to the official version only if arch = avr32 so it doesn't harm other archs.
2008-03-28AUTOTARGETS: support arch specific *.patch.$(ARCH) patchesPeter Korsgaard
2008-03-28ipkg: use http urlPeter Korsgaard