Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵ | Thiago A. Corrêa | 2009-02-06 | 1 | -6/+2 |
| | | | | if one is provided | ||||
* | linux/Makefile.in.advanced: don't depend on phony target for mkimage | Peter Korsgaard | 2009-02-04 | 1 | -1/+1 |
| | | | | Stops continous rebuilds. | ||||
* | target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS | Peter Korsgaard | 2009-01-30 | 1 | -6/+1 |
| | | | | As discussed on the list. | ||||
* | Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with ↵ | Ulf Samuelsson | 2009-01-26 | 1 | -2/+2 |
| | | | | BUILDROOT_USE_XWINDOWS | ||||
* | linux/advanced: default to make menuconfig | Peter Korsgaard | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | Revert bad patch to fix linux rebuild problem | Ulf Samuelsson | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | Ensure /boot exists, Write linux version to file,in case the kernel version ↵ | Ulf Samuelsson | 2009-01-25 | 1 | -0/+2 |
| | | | | has changed after the first build | ||||
* | Use new SHELL variable BUILDROOT_KERNEL_CONFIG_METHOD | Ulf Samuelsson | 2009-01-25 | 1 | -13/+27 |
| | | | | | | | | | | | which will override selection between xconfig and menuconfig make xconfig will, if it fails, or user does not save configuration result in make menuconfig beeing tried Fix several issues causing final part of linux to be regenerated on each make. | ||||
* | target/linux-advanced: default to menuconfig for all archs | Peter Korsgaard | 2009-01-25 | 1 | -1/+1 |
| | | | | | Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs. | ||||
* | Do not reapply linux patches if LINUX26_PATCH_SOURCE is empty, and we are ↵ | Ulf Samuelsson | 2009-01-23 | 1 | -1/+5 |
| | | | | continuing building after a failure | ||||
* | Fix some bugs in advanced linux configuration, remove some arbitrary ↵ | Ulf Samuelsson | 2009-01-19 | 1 | -2/+1 |
| | | | | combinations of major/minor directly supported, general cleanup | ||||
* | buildroot: convert remaining WGET users to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -2/+2 |
| | |||||
* | Move kernel localversion files to TARGET_DIR/boot | Ulf Samuelsson | 2009-01-11 | 1 | -1/+8 |
| | | | | | | | | | | | to allow packages which assumes that LINUX26_DIR and the /lib/modules/LINUX_VERSION use the consistent version numbering to build. Create a file ".linux-version" containing the real linux version in $(PROJECT_B UILD_DIR) to allow packages to read the correct linux version | ||||
* | Linux26 requires "mkimage" from u-boot to be in the PATH | Ulf Samuelsson | 2009-01-08 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | if an uImage is to be built for arm, avr32, blackfin and sh. PATH has therefore been set to have $(STAGING_DIR)/usr/bin as the first item allowing linux to find mkimage. This patch will, if an uImage is built, create a "u-boot-toóls" directory in the PROJECT_BUILD_DIR directory. $(STAGING_DIR)/usr/bin/mkimage is copied to this directory and the PATH variable will now include "u-boot-tools" If an uImage is built, then the linux build will now depend on "u-boot". | ||||
* | Add PATH to linux build options to allow 'mkimage' to be found. Neccessary ↵ | Ulf Samuelsson | 2009-01-06 | 1 | -1/+2 |
| | | | | for arm,blackfin,sh and avr32 in linux-2.6.28 | ||||
* | Sort Linux debug info in alphabetical order | Ulf Samuelsson | 2008-12-20 | 1 | -32/+44 |
| | |||||
* | Update Linux versions | Ulf Samuelsson | 2008-11-29 | 1 | -0/+2 |
| | |||||
* | revert 23987 until proper implementation | Ivan Kuten | 2008-11-10 | 1 | -1/+1 |
| | |||||
* | Download Kernel.org minor patches at the same time as full sources. | Ivan Kuten | 2008-11-10 | 1 | -1/+1 |
| | | | | | Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> | ||||
* | linux26: make installation of modules rule depend on .depend_done | Hans-Christian Egtvedt | 2008-11-05 | 1 | -1/+1 |
| | | | | | | | | | This patch will make the installation of modules rule depend on .depend_done instead of .configured to make sure make prepare is run before modules are installed. Make kernelversion does not work before make prepare has been run. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | linux: skip installing modules if modules are disabled in kernel config | Hans-Christian Egtvedt | 2008-10-30 | 1 | -7/+13 |
| | | | | | | | | This patch will check if CONFIG_MODULES is set in the kernel .config, if not yes then it will skip installing the modules. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | linux: make touch also create the dependency file when installing modules | Hans-Christian Egtvedt | 2008-10-30 | 1 | -1/+1 |
| | | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | linux: fix typo in status printout | Hans-Christian Egtvedt | 2008-10-30 | 1 | -1/+1 |
| | | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | linux: add probing for kernel version when installing modules | Hans-Christian Egtvedt | 2008-10-30 | 1 | -9/+10 |
| | | | | | | | | | | This patch will ask the kernel for the specific version before doing modules_install, that way Buildroot will know which directories to remove and what parameters to use for depmod. Needed when compiling a kernel grabbed from GIT or vendor specific releases. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | linux: fix copy of Busybox config to target directory | Hans-Christian Egtvedt | 2008-10-03 | 1 | -1/+1 |
| | | | | | | | | This patch fixes bug report #5204. The Busybox config was not copied from the correct place. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | target/linux/advanced: don't hardcode date suffix | Peter Korsgaard | 2008-09-22 | 1 | -1/+1 |
| | | | | | | Use ROOTFS_SUFFIX instead of hardcoding -$(DATE). Reported by Lars Lockenvitz. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -2/+2 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | linux-advanced: add linux26-force like in the simple linux makefile | Peter Korsgaard | 2008-07-13 | 1 | -0/+4 |
| | | | | Patch by Brian Beattie. | ||||
* | Make linux kernel extension visible also when defined in board directory | Ulf Samuelsson | 2008-05-12 | 1 | -2/+8 |
| | |||||
* | Avoid duplicate rules for downloading kernel source, if kernel and headers ↵ | Ulf Samuelsson | 2008-04-16 | 1 | -1/+3 |
| | | | | are the same | ||||
* | Fix bad linux kernel name | Ulf Samuelsson | 2008-04-16 | 1 | -20/+5 |
| | |||||
* | Allow build to complete, even if tftpboot is not writeable by user | Ulf Samuelsson | 2008-04-15 | 1 | -2/+2 |
| | |||||
* | Reversing bad tftpboot patch resulting in two identical targets | Ulf Samuelsson | 2008-04-15 | 1 | -4/+4 |
| | |||||
* | buildroot: additional tftpboot fixes | Peter Korsgaard | 2008-04-11 | 1 | -4/+4 |
| | | | | Patch by Jean-Christian de Rivaz | ||||
* | * Dereference link when copying over kernel image, missed this one in my ↵ | Nigel Kukard | 2008-04-06 | 1 | -1/+1 |
| | | | | previous commit | ||||
* | Update linux source tree with minor version | Ulf Samuelsson | 2008-04-06 | 1 | -6/+12 |
| | |||||
* | Patch in EXTRA_VERSION | Ulf Samuelsson | 2008-03-31 | 1 | -1/+5 |
| | |||||
* | Allow selection of kernel config tool | Ulf Samuelsson | 2008-03-30 | 1 | -2/+8 |
| | |||||
* | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | 2008-03-29 | 1 | -1/+23 |
| | | | | AVR32 patches | ||||
* | Add some robustness to linux configuration | Ulf Samuelsson | 2008-03-29 | 1 | -13/+28 |
| | |||||
* | Use correct symbold for linux config path | Ulf Samuelsson | 2008-03-20 | 1 | -1/+1 |
| | |||||
* | Use correct kernel-patch for x86 | Ulf Samuelsson | 2008-03-18 | 1 | -2/+10 |
| | |||||
* | Use correct Linux version for depmod | Ulf Samuelsson | 2008-03-15 | 1 | -1/+1 |
| | |||||
* | added support for kernel 2.6.24 | John Voltz | 2008-03-06 | 1 | -6/+18 |
| | |||||
* | More debug info for linux | Ulf Samuelsson | 2008-01-10 | 1 | -0/+1 |
| | |||||
* | Add more info to linux status | Ulf Samuelsson | 2007-10-18 | 1 | -1/+2 |
| | |||||
* | Fix syntax error in Makefile for Advanced Linux configuration | Ulf Samuelsson | 2007-10-18 | 1 | -1/+1 |
| | |||||
* | Use correct kernel name for advanced linux build | Ulf Samuelsson | 2007-10-13 | 1 | -6/+9 |
| | |||||
* | Create Advanced Linux Configuration option/Remove experimental | Ulf Samuelsson | 2007-10-13 | 1 | -0/+438 |