Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure U-boot is built, if we do make uImage | Ulf Samuelsson | 2009-01-09 | 1 | -0/+1 |
| | |||||
* | 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". | ||||
* | Remove incorrrect dependency on latest minor kernel patch | Ulf Samuelsson | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Set default kernel to BR2_LINUX26_STABLE, Remove duplicate definion of ↵ | Ulf Samuelsson | 2009-01-06 | 1 | -38/+1 |
| | | | | BR2_KERNEL_CURRENT_VERSION and remove comments from Config.in choices | ||||
* | When you set BR2_PACKAGE_LINUX_USE_DEFCONFIG | Ulf Samuelsson | 2009-01-06 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | to configure linux using the make <board>_defconfig You have to supply the $(BOARD_NAME) variable. Add this info in the help text for target/linux/Makefile.in.advanced ---------------- When you do not set BR2_PACKAGE_LINUX_USE_XCONFIG to configure linux using "$make <XXXX>config The choices "$make menuconfig" or "$make xconfig" should not be visible. Add dependency | ||||
* | Update linux versions | Ulf Samuelsson | 2009-01-03 | 2 | -30/+36 |
| | |||||
* | Use correct linux version when applying latest minor patch | Ulf Samuelsson | 2008-12-20 | 1 | -1/+1 |
| | |||||
* | Sort Linux debug info in alphabetical order | Ulf Samuelsson | 2008-12-20 | 1 | -32/+44 |
| | |||||
* | Put latest version info in separate file for easier maintenance | Ulf Samuelsson | 2008-12-20 | 2 | -23/+66 |
| | |||||
* | Update to latest linux versions | Ulf Samuelsson | 2008-12-17 | 1 | -6/+6 |
| | |||||
* | taget/linux: handle non-modular kernels | Peter Korsgaard | 2008-12-07 | 1 | -6/+12 |
| | | | | Based on b151271 in Bernhard's tree. | ||||
* | Update Linux versions | Ulf Samuelsson | 2008-11-29 | 2 | -13/+24 |
| | |||||
* | linux: remove unused BR2_LINUX_BOARD_PATCH | Peter Korsgaard | 2008-11-14 | 1 | -4/+0 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | 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. | ||||
* | Add configurations for current linux versions | Ulf Samuelsson | 2008-08-23 | 1 | -12/+21 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 3 | -13/+13 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 2 | -6/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | linux-advanced: add linux26-force like in the simple linux makefile | Peter Korsgaard | 2008-07-13 | 1 | -0/+4 |
| | | | | Patch by Brian Beattie. | ||||
* | Fix comments regarding latest stable kernel | Ulf Samuelsson | 2008-07-10 | 1 | -2/+2 |
| | |||||
* | Update 'latest' kernel info | Ulf Samuelsson | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | linux: add knob to force a rebuild of the kernel | Peter Korsgaard | 2008-07-09 | 1 | -0/+4 |
| | | | | | | Makes development easier. Thanks to Brian Beattie for this handy idea. 1df013316b in Bernhards tree. | ||||
* | Add support for latest kernels | Ulf Samuelsson | 2008-07-03 | 1 | -10/+26 |
| | |||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 2 | -36/+36 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | 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 | ||||
* | Use lower case | Ulf Samuelsson | 2008-04-06 | 1 | -2/+2 |
| | |||||
* | * Dereference link when copying over kernel image, missed this one in my ↵ | Nigel Kukard | 2008-04-06 | 1 | -1/+1 |
| | | | | previous commit | ||||
* | Make xconfig the default for Atmel targets | Ulf Samuelsson | 2008-04-06 | 1 | -0/+1 |
| | |||||
* | Update linux source tree with minor version | Ulf Samuelsson | 2008-04-06 | 1 | -6/+12 |
| | |||||
* | Patch in EXTRA_VERSION | Ulf Samuelsson | 2008-03-31 | 2 | -1/+13 |
| | |||||
* | linux advanced: make menuconfig default | Peter Korsgaard | 2008-03-30 | 1 | -1/+1 |
| | |||||
* | Allow selection of kernel config tool | Ulf Samuelsson | 2008-03-30 | 2 | -3/+34 |
| | |||||
* | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | 2008-03-29 | 2 | -17/+63 |
| | | | | AVR32 patches | ||||
* | Feeding the kernel zero optimization -O0 breaks the kernel build at least on ↵ | Nigel Kukard | 2008-03-29 | 1 | -1/+2 |
| | | | | x86 with asm errors, remove -O0 when building the kernel | ||||
* | Add some robustness to linux configuration | Ulf Samuelsson | 2008-03-29 | 1 | -13/+28 |
| | |||||
* | kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink ↵ | John Voltz | 2008-03-21 | 1 | -1/+1 |
| | | | | and all, this gives an incorrect symlink deref in binaries/uclibc/ and points to ../../x86/bzImage. Do not copy symlink in place, follow it. Patch by Nigel Kukard. | ||||
* | Use correct symbold for linux config path | Ulf Samuelsson | 2008-03-20 | 1 | -1/+1 |
| |