Hans-Christian Egtvedt
0fbec516fd
linux: fix copy of Busybox config to target directory
...
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>
2008-10-03 07:24:34 +00:00
Peter Korsgaard
5c662fee80
target/linux/advanced: don't hardcode date suffix
...
Use ROOTFS_SUFFIX instead of hardcoding -$(DATE).
Reported by Lars Lockenvitz.
2008-09-22 12:04:05 +00:00
Peter Korsgaard
49e3aba2d9
target/generic: add uartlite ttyULx devices to securetty
2008-09-16 18:44:54 +00:00
Peter Korsgaard
8a00a1ac65
jffs2: cleanup
...
Patch by Markus Heidelberg <markus.heidelberg@web.de>
* remove needless help in invisible config options
* correct wrong indenting
* remove unused BR2 variables for default pagesize and devfile
2008-09-07 14:31:39 +00:00
Peter Korsgaard
f8bc2e1e31
target/generic/mini: remove udhcpc default.script entry
...
It isn't provided in the target skeleton, and avahi gets the
permissions correct so it isn't needed and just confuses users.
2008-08-31 06:26:40 +00:00
Peter Korsgaard
b71d24d032
ubifs: fix long help text lines
2008-08-27 20:19:53 +00:00
Peter Korsgaard
df6555a017
cloop: fix long help text lines
2008-08-27 20:19:50 +00:00
Peter Korsgaard
98f17d003c
target/device/jp: fix long help text lines
2008-08-27 20:18:40 +00:00
Peter Korsgaard
f1258adf6b
target/device/Atmel: fix long help text lines
...
And remove trailing spaces while we're at it.
2008-08-27 20:18:37 +00:00
Peter Korsgaard
dc8423d97f
squashfs: bump version
2008-08-27 07:46:55 +00:00
Ulf Samuelsson
cc1ab5e670
Update AT91 patches to latest Linux
2008-08-23 20:45:42 +00:00
Ulf Samuelsson
fd3742248d
Add configurations for current linux versions
2008-08-23 20:25:29 +00:00
Peter Korsgaard
644b251f62
u-boot: bump version
2008-08-20 20:04:18 +00:00
Peter Korsgaard
b4aeef0f1c
u-boot: fix broken insert_define in Makefile
...
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-08-20 20:04:14 +00:00
Peter Korsgaard
b7a45746a4
u-boot: fix wrong syntax in Makefile
...
Patch by Markus Heidelberg <markus.heidelberg@web.de>
Some $(call insert_define, ..., ...) calls were lacking the comma after
the variable. That didn't lead to a syntax error but it didn't have any
effect on the output u-boot/include/config.h
2008-08-20 20:04:11 +00:00
Peter Korsgaard
0fa75a11ee
target/device: enable uclibc globbing support
...
Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific
uclibc configs. Fixes globbing issue reported on the uclibc list.
2008-08-14 06:52:15 +00:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Peter Korsgaard
38e12fd263
linux-advanced: add linux26-force like in the simple linux makefile
...
Patch by Brian Beattie.
2008-07-13 06:32:58 +00:00
Ulf Samuelsson
04a4d946fc
Do not use a localversion of kernel, to allow modules to be installed in the correct directory
2008-07-10 16:12:36 +00:00
Ulf Samuelsson
42b7d4bf56
Add AVR32 patches for 2.6.25.10
2008-07-10 15:15:52 +00:00
Ulf Samuelsson
e49a025f4b
Fix comments regarding latest stable kernel
2008-07-10 15:14:17 +00:00
Ulf Samuelsson
2e350eb011
Update 'latest' kernel info
2008-07-10 14:58:04 +00:00
Peter Korsgaard
6b539be71b
linux: add knob to force a rebuild of the kernel
...
Makes development easier. Thanks to Brian Beattie for this handy idea.
1df013316b in Bernhards tree.
2008-07-09 11:43:57 +00:00
Peter Korsgaard
91f7f887c4
uboot: revert r22638
...
Go back to 1.3.2 as r22638 breaks mkimage
2008-07-08 10:53:17 +00:00
Ulf Samuelsson
65f89c8a9c
Update atngw100-expanded defconfig
2008-07-06 06:27:00 +00:00
Ulf Samuelsson
81164a3c79
Update atstk100x defconfig
2008-07-06 06:19:12 +00:00
Ulf Samuelsson
3724c23a4d
un-deprecate gcc-4.2.1 for AVR32 external toolchain
2008-07-05 21:57:23 +00:00
Ulf Samuelsson
bbb4dc83d6
Run AVR32 toolchain with Sysroot (will fail if not enabled), deprecate 4.1.2 and 4.2.1
2008-07-05 06:37:17 +00:00
Ulf Samuelsson
9c42810165
Update atstk100x defconfig
2008-07-04 22:23:20 +00:00
Ulf Samuelsson
db56ec0fd3
Bump U-Boot version to 1.3.3
2008-07-04 22:18:56 +00:00
Ulf Samuelsson
64316d383b
Update atstk100x defconfig
2008-07-04 11:18:58 +00:00
Ulf Samuelsson
44eb224465
Update defconfig for atngw100-expanded
2008-07-04 10:48:31 +00:00
Ulf Samuelsson
063e2855bc
Update busybox config for atngw100-expanded
2008-07-04 10:47:20 +00:00
Ulf Samuelsson
9917737dc7
Use a more consistent name for the atngw100-expanded defconfig
2008-07-04 10:45:41 +00:00
Ulf Samuelsson
6e1d4ab424
Update configs for atngw100-base
2008-07-04 10:38:40 +00:00
Ulf Samuelsson
e8106da816
Fix Config conflict caused by duplicate definition in KB9202 BSP
2008-07-04 10:36:55 +00:00
Ulf Samuelsson
283e81ab9e
Update atngw100 defconfig
2008-07-04 10:36:18 +00:00
Ulf Samuelsson
126bb72fa0
Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch locations for prepatched toolchain to be under the toolchain directory
2008-07-04 08:39:35 +00:00
Ulf Samuelsson
a4b1e9c7ff
Enable KB9202 board in Config
2008-07-03 08:29:26 +00:00
Ulf Samuelsson
e27fef5183
Add support for KwikByte KB9202 board, courtesy Brian Beattie
2008-07-03 08:27:50 +00:00
Ulf Samuelsson
41e6a671f3
Add support for latest kernels
2008-07-03 08:15:49 +00:00
Ulf Samuelsson
f27f3046ff
Add AT91 patches for 2.6.25 and 2.6.25-rc3
2008-07-03 08:11:04 +00:00
Thiago A. Corrêa
8244737dac
Update avr32 defconfigs
2008-07-02 15:43:58 +00:00
Thiago A. Corrêa
a1d845f168
Remove trailing quote from help lines
2008-07-02 00:17:21 +00:00
Peter Korsgaard
66acd5b9e8
generic: fix fb1..3 device_table.txt entries
2008-06-30 15:24:23 +00:00
Peter Korsgaard
a5ac61715b
buildroot: s/depends/depends on/
...
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00
Peter Korsgaard
ebd3916b59
u-boot tools: make sure destination directory exists
2008-06-17 08:04:15 +00:00
Peter Korsgaard
1828845345
u-boot: don't depend on gcc (not needed and not provided by ext toolchain)
2008-06-13 13:46:42 +00:00
Peter Korsgaard
3094bf2b35
u-boot: cleanup arch handling
...
Thanks to Hamish Moffatt.
2008-06-12 07:27:48 +00:00
Peter Korsgaard
871896a93e
u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse time
...
U_BOOT_ARCH seems to race with KERNEL_ARCH in some situations,
so it end up empty. It's only used once, so fix it by using a
use-time evaluated variable instead (=).
2008-06-11 13:07:03 +00:00
Peter Korsgaard
6d0862e422
generic target_skeleton: add /sys to fstab
2008-05-31 07:27:43 +00:00
Peter Korsgaard
5ec6ca9f20
generic target_skeleton: mark /sys with .empty file
...
/sys somehow didn't got an .empty file like the rest in r21586. Fixed.
2008-05-31 07:27:40 +00:00
Ulf Samuelsson
cb0a2e6105
Make linux kernel extension visible also when defined in board directory
2008-05-12 21:15:32 +00:00
Nigel Kukard
714df8fb60
features.h should never be included explicitly.
...
This fixes the bug where "File not found" error is reported by grub.
This fix works under both uclibc and glibc.
2008-05-12 18:56:11 +00:00
Peter Korsgaard
7d77306f29
toolchain: fix mips abi selection
...
Based on commit 0e2ab in aldot's tree.
2008-05-12 12:43:57 +00:00
Ulf Samuelsson
85df60a8ec
Update BR2_ATMEL_MIRROR in defconfigs
2008-05-06 01:38:09 +00:00
Ulf Samuelsson
3603cb5114
Fix dependencies in Configs
2008-05-06 01:37:26 +00:00
John Voltz
4037d58163
update patches for atngw100_expanded
2008-05-01 17:15:35 +00:00
John Voltz
804e373d06
add menu.lst for grub
2008-05-01 17:14:46 +00:00
Peter Korsgaard
a25b193708
squashfs: set sensible permissions on squashfs image
2008-04-25 12:04:04 +00:00
John Voltz
701475f791
This patch renames the Atmel atstk1002 target board to a more generic atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002.
...
Submitted by Hans-Christian Egtvedt
2008-04-24 11:22:06 +00:00
Peter Korsgaard
d8dcacdab1
u-boot: support platform-independent patches
...
Support platform independent patches (.patch) and use .patch.$ARCH for
platform dependent ones like elsewhere.
2008-04-23 14:52:38 +00:00
Peter Korsgaard
a40d635ec0
u-boot: don't error on existing symlink
2008-04-23 14:52:35 +00:00
Peter Korsgaard
5cc50fcb68
u-boot: tools in target (mkimage, fw_printenv and fw_setenv)
2008-04-23 13:03:53 +00:00
Peter Korsgaard
d3359c9323
u-boot: use correct ARCH
2008-04-23 13:03:50 +00:00
Peter Korsgaard
a2f4d5164e
u-boot: clean: also remove mkimage from staging_dir
2008-04-23 13:03:47 +00:00
Peter Korsgaard
bb0a617e12
u-boot: set ARCH and CROSS_COMPILE
2008-04-23 10:30:03 +00:00
Ulf Samuelsson
b977f1b19d
Update at91sam9261ek defconfig
2008-04-16 23:00:58 +00:00
Ulf Samuelsson
4f9c37d960
Avoid duplicate rules for downloading kernel source, if kernel and headers are the same
2008-04-16 22:54:46 +00:00
Ulf Samuelsson
f5e9fe17b2
Fix bad linux kernel name
2008-04-16 22:45:47 +00:00
Ulf Samuelsson
ed638f6feb
Allow build to complete, even if tftpboot is not writeable by user
2008-04-15 21:46:47 +00:00
Ulf Samuelsson
1262117ee6
Reversing bad tftpboot patch resulting in two identical targets
2008-04-15 17:10:24 +00:00
Peter Korsgaard
bcf8f7ca9e
buildroot: additional tftpboot fixes
...
Patch by Jean-Christian de Rivaz
2008-04-11 21:32:09 +00:00
Ulf Samuelsson
8eb01e4a05
Add configuration items to at91bootstrap
2008-04-10 21:05:30 +00:00
Ulf Samuelsson
29feba9db8
Avoid hardwiring tftpboot
2008-04-10 21:03:27 +00:00
Ulf Samuelsson
882a9d2dd2
Avoid hardwiring tftpboot
2008-04-10 21:02:12 +00:00
Peter Korsgaard
6d5ecc1e51
u-boot: fix custom patch handling
2008-04-09 07:02:20 +00:00
Peter Korsgaard
1befc6edd2
u-boot: bump version
2008-04-09 07:02:16 +00:00
Hamish Moffatt
4b4524e18a
Fix UBI compression options
2008-04-08 04:28:18 +00:00
Hamish Moffatt
7294525c6a
Update to mkfs.ubifs v0.4 release. Note that you need the latest ubifs
...
kernel code because the on-flash format has changed.
2008-04-07 01:44:06 +00:00
Nigel Kukard
942be8ba84
Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGET
2008-04-06 13:14:07 +00:00
Ulf Samuelsson
186cd571e6
Use lower case
2008-04-06 10:32:34 +00:00
Nigel Kukard
4b6620b31b
* Dereference link when copying over kernel image, missed this one in my previous commit
2008-04-06 10:30:18 +00:00
Ulf Samuelsson
c92d851caa
Make xconfig the default for Atmel targets
2008-04-06 10:10:30 +00:00
Ulf Samuelsson
f9dc95c230
Update linux source tree with minor version
2008-04-06 10:02:53 +00:00
Peter Korsgaard
d5b8a665b5
target/device/ARM: Use menuconfig and add description of options
2008-04-06 08:19:58 +00:00
Peter Korsgaard
226a087e89
target/device/ARM: Don't override Config settings
...
Don't override board name/path with hardcoded values in Makefile.
2008-04-06 08:08:07 +00:00
Peter Korsgaard
6ddae853f4
target/device/ARM: remove unused busybox config
2008-04-05 16:59:44 +00:00
Peter Korsgaard
f53f0efaaa
target/device/ARM: don't override busybox config
2008-04-05 16:11:03 +00:00
Peter Korsgaard
824e0449b7
kernel: default to not build a kernel
2008-04-04 07:24:15 +00:00
Hamish Moffatt
df43e6a890
Add ubifs target
2008-04-04 04:25:18 +00:00
Peter Korsgaard
0c33ede996
gzip, diff, grub: bump versions
...
Patch by andrewma (closes #2754 )
2008-04-03 09:28:56 +00:00
Hamish Moffatt
4b01dfced9
Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>
2008-04-02 00:18:57 +00:00
Peter Korsgaard
34274164d9
buildroot: additional -clean target fixes
...
Patch by Hebbar.
2008-04-01 07:03:07 +00:00
Ulf Samuelsson
0e65446676
Patch in EXTRA_VERSION
2008-03-31 05:42:03 +00:00
Ulf Samuelsson
63342eab23
Add Configs for new boards
2008-03-30 22:23:39 +00:00
Peter Korsgaard
01c5168579
target_skeleton: mark empty directories with .empty files
...
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-30 20:45:42 +00:00
Ulf Samuelsson
697dd2ed93
Update at91 defconfigs
2008-03-30 20:42:40 +00:00
Peter Korsgaard
0a7c0c04f1
linux advanced: make menuconfig default
2008-03-30 20:22:13 +00:00