summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* target/generic: add ttySACx support to serial console configPeter Korsgaard2009-06-074-0/+25
| | | | | | | Add ttySACx (samsung s3c SoC) support to the generic serial console config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/Config.in.arch: fix BR2_GCC_TARGET_ARCH for arm926tAlex Dobrynin2009-06-011-1/+1
| | | | | | | | | | | | | | Closes #367. arm926t was wrongly listed as armv4t, and not armv5te - leading to the following error while compiling the kernel (2.6.28): CC arch/arm/kernel/traps.o {standard input}: Assembler messages: {standard input}:1094: Error: selected processor does not support `pld [r6,#0]' Signed-off-by: Alex Dobrynin <alex_dobrynin@hotmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux-advanced: bump 2.6.29.x kernel versionSvein-Erik Skjelbred2009-05-282-3/+3
| | | | | Signed-off-by: Svein-Erik Skjelbred <at91rm9200@skjelbred.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/ubifsroot: mark as brokenPeter Korsgaard2009-05-281-0/+1
| | | | | | | | It should get fixed to use mkfs.ubifs from mtd-utils, but that's probably unrealistic before the 2009.05 release, so mark as broken for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/ubifsroot: fix source rulePeter Korsgaard2009-05-281-2/+2
| | | | | | | Notice that the upstream git tree is no more, so this doesn't buy us much. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/device/Atmel: remove atngw100-expanded configPeter Korsgaard2009-05-1962-10769/+0
| | | | | | Doesn't make much sense without working xserver. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove unused kernel configsThiago A. Correa2009-05-152-2323/+0
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update kernel config for atngw100_defconfigThiago A. Correa2009-05-152-10/+1367
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove unused busybox configThiago A. Correa2009-05-151-767/+0
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update default linux config for x86Thiago A. Correa2009-05-151-0/+2157
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update i386_defconfigThiago A. Correa2009-05-151-67/+72
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove unused busybox.configThiago A. Correa2009-05-151-719/+0
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update i686_defconfigThiago A. Correa2009-05-151-17/+25
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update atngw100-base_defconfigThiago A. Correa2009-05-151-152/+398
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update atngw100-extended_defconfigThiago A. Correa2009-05-151-433/+201
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update atngw100_defconfig to kernel 2.6.29.2Thiago A. Correa2009-05-081-14/+12
| | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
* Update Linux Advanced to 2.6.29.2Thiago A. Correa2009-05-082-11/+16
| | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
* Update atngw100_defconfigThiago A. Correa2009-05-081-10/+6
| | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
* Make sure AVR32 defconfigs use u-boot 2008.10 (only known version to work ↵Thiago A. Corrêa2009-04-302-47/+50
| | | | properly)
* Undeprecate u-boot 2008.10 since this is the last version known to work with ↵Thiago A. Corrêa2009-04-301-1/+0
| | | | JFFS2 fs and AVR32
* target/device: fix busybox version / .config in defconfigsPeter Korsgaard2009-04-296-14/+14
|
* Fix atngw100_defconfig busybox config locationThiago A. Corrêa2009-04-291-40/+45
|
* Updated i686 configThiago A. Corrêa2009-04-171-52/+49
|
* Fix busybox config file locationThiago A. Corrêa2009-04-171-1/+1
|
* target/generic: support for busybox >= 1.14.x speed=0 handlingPeter Korsgaard2009-04-151-0/+3
|
* unmark the sparc targets as broken, they build if you disable shared libgccaustinf2009-04-151-2/+0
|
* target/Makefile.in: make 3.80 compatibility fixPeter Korsgaard2009-04-091-1/+3
| | | | Patch by Andreas Schweigstill <aschweig@schweigstill.de>
* Makefile: add target-finalize for common filesystem cleanupPeter Korsgaard2009-04-0710-94/+0
| | | | And remove from each rootfs variant.
* target/jffs2: default to big endian format for big endian archsPeter Korsgaard2009-04-071-1/+4
| | | | Same logic as in target/Config.in.arch.
* target/jffs2: s/Memory Type/Flash Type/Peter Korsgaard2009-04-071-1/+1
|
* target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditionalPeter Korsgaard2009-04-071-18/+3
| | | | And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2'
* target: remove BR2_TARGET_ROOTFS_*_SQUASH optionsPeter Korsgaard2009-04-074-15/+0
| | | | Everything besides ubifs does an unconditional chown -R 0:0 anyway.
* squashfs: add v4.0 support and version selectionPeter Korsgaard2009-04-062-1/+31
| | | | | | | Squashfs 4.0 is needed to create file systems for the mainline squashfs version (mainline from 2.6.29). This is unfortunately not compatible with the old 3.x version and the external kernel patches, so add a choice between the 2 versions.
* target/device/Atmel: remove unused legacy u-boot handlingPeter Korsgaard2009-04-013-330/+0
|
* fakeroot: install into HOST_DIRPeter Korsgaard2009-04-0111-11/+11
|
* makedevs: install into HOST_DIRPeter Korsgaard2009-04-0111-18/+16
|
* target/Config.in.arch: really provide correct --with-arch= for ARM targetsPeter Korsgaard2009-03-301-13/+13
| | | | The ARM arch names are armVx, not armX
* target/Config.in.arch: provide correct gcc --with-arch= for ARM targetsPeter Korsgaard2009-03-301-0/+14
| | | | | Updated to match gcc-4.3.3/gcc/config/arm/arm-cores.def. Should fix EABI issues as recently reported to the list.
* target/device/x86: only include Makefile if BR2_TARGET_X86 is enabledPeter Korsgaard2009-03-241-1/+1
| | | | Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
* target/linux: default to bzImage for i386/x86_64Peter Korsgaard2009-03-241-0/+2
|
* package: auto* needs perlPeter Korsgaard2009-03-231-0/+1
|
* u-boot: add 2009.03 releasePeter Korsgaard2009-03-231-2/+7
|
* u-boot: get rid of version specific patch dirsPeter Korsgaard2009-03-236-1/+1
| | | | All those dirs seem a bit excessive for a single patch
* target/generic: s/TTYSO/TTYS0/Peter Korsgaard2009-03-231-2/+2
| | | | Thanks to Hiroshi Shinji for noticing.
* target/generic: add kconfig for serial getty config (port + baudrate)Peter Korsgaard2009-03-204-3/+138
| | | | | These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do.
* target/device: wrap AMD preset in BR2_TARGET_AMD menuconfigPeter Korsgaard2009-03-201-0/+6
|
* target/generic: skeleton: add netdev group for dbusPeter Korsgaard2009-03-201-0/+1
|
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-1828-28/+0
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* Fix dependency for custom patches when custom patch is empty.Thiago A. Corrêa2009-03-161-0/+2
|
* Fix build (dependency) with custom patch optionThiago A. Corrêa2009-03-131-1/+1
|