summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* embtoolkit-0.1.0-rc2embtoolkit-0.1.0-rc2Abdoulaye Walsimou Gaye2009-08-21
| | | | | | | | | | | | | | | | | | | | | | This is the second release candidate of Embedded systems Toolkit v0.1.0. Main changes are: * With this version you can now choose additional languages (C++, objective-C, objective-C++, fortran) supported by the toolchain built by embtoolkit. * Now it's possible to checkout svn trunk branch of eglibc. * Introduction of debugging systems: gdb (fo host and target) and starce. * Support build of root filesystems: cpio archive for initramfs, squashfs * Introduction of some new packages version: gcc-4.4.1, gcc-4.3.4, busybox-1.14.2, busybox-1.14.3 * Now users can again more fastly by specfying multiple parallel build jobs (depending of course of your host computer features). "ChangeLog":ftp://ftp.embtoolkit.org/embtoolkit.org/embtk/embtoolkit-0.1.0-rc2/ChangeLog-embtoolkit-0.1.0-rc2 "ShortLog":ftp://ftp.embtoolkit.org/embtoolkit.org/embtk/embtoolkit-0.1.0-rc2/ShortLog "Diffstat":ftp://ftp.embtoolkit.org/embtoolkit.org/embtk/embtoolkit-0.1.0-rc2/diffstat-embtoolkit-0.1.0-rc2 *This version can be downloaded "here":ftp://ftp.embtoolkit.org/embtoolkit.org/embtk/embtoolkit-0.1.0-rc2/embtoolkit-0.1.0-rc2.tar.bz2* Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: eglibc: use svn revision 8849 as defaultAbdoulaye Walsimou Gaye2009-08-21
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Fix ugly bug which leads embtk to enter in a infinite loopAbdoulaye Walsimou Gaye2009-08-21
| | | | | | | Fix ugly bug which leads embtk to enter in a infinite loop. This bug come from f0597cd66d635e1ef3c0a413756ec68732e631a9 Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: include missing mkinitramfs scriptAbdoulaye Walsimou Gaye2009-08-21
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Change some default values in order to prepare -rc2Abdoulaye Walsimou Gaye2009-08-20
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: fix copy of /root in root filesystemAbdoulaye Walsimou Gaye2009-08-20
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: Introduction of strace as buildable packageAbdoulaye Walsimou Gaye2009-08-19
| | | | | | | strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: arm: Initial work to support multilibAbdoulaye Walsimou Gaye2009-08-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: arm: remove remaining eglibc hard/soft floating pointAbdoulaye Walsimou Gaye2009-08-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: check for hard/soft floating point in gcc/eglibc MakefileAbdoulaye Walsimou Gaye2009-08-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: check for hard/soft floating point in gcc/eglibc MakefileAbdoulaye Walsimou Gaye2009-08-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: fix multilib checked twiceAbdoulaye Walsimou Gaye2009-08-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: squashfs: fix install error when usr/bin does not existAbdoulaye Walsimou Gaye2009-08-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: binutils: check if multilib is selected or not and build accordingAbdoulaye Walsimou Gaye2009-08-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: arm: check if multilib is selected or notAbdoulaye Walsimou Gaye2009-08-18
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: give the ability to strip binaries in the root filesystemAbdoulaye Walsimou Gaye2009-08-16
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: Add support of squashfs root filesystem buildAbdoulaye Walsimou Gaye2009-08-16
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Kbuild: be more generic in some messagesAbdoulaye Walsimou Gaye2009-08-11
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: busybox: use CFLAGS defined by user and use 80 char linesAbdoulaye Walsimou Gaye2009-08-11
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Create a target to build/install packages intented to run on hostAbdoulaye Walsimou Gaye2009-08-11
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: Say what type of filesystems are builtAbdoulaye Walsimou Gaye2009-08-11
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: define ROOTFS_HOSTTOOLS for tools necessary to build root filesystemsAbdoulaye Walsimou Gaye2009-08-11
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: gdb for host: move gdb for host in tools-*Abdoulaye Walsimou Gaye2009-08-11
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: give ability to build cpio archive for initramfsAbdoulaye Walsimou Gaye2009-08-10
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: tags ttySACx serial as secure for console loginAbdoulaye Walsimou Gaye2009-08-10
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: fix typo in mk/fs.mkAbdoulaye Walsimou Gaye2009-08-10
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: rework filesystems generationAbdoulaye Walsimou Gaye2009-08-10
| | | | | | | This patch reworks filesystems generation in order to make build of other filesystems type easy. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: bump busybox-1.14.2 and busybox-1.14.3Abdoulaye Walsimou Gaye2009-08-10
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Separate filesystem and packages selectionAbdoulaye Walsimou Gaye2009-08-10
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: update devives tableAbdoulaye Walsimou Gaye2009-08-10
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: complete gcc-4.3.4 bumpAbdoulaye Walsimou Gaye2009-08-09
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: gcc: bump gcc-4.3.4 and tag other gcc-4.3.x as EMBTK_OLDPACKAGESAbdoulaye Walsimou Gaye2009-08-08
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Introduce EMBTK_OLDPACKAGES, giving then ability to build old packagesAbdoulaye Walsimou Gaye2009-08-08
| | | | | | | This patch introduces EMBTK_OLDPACKAGES, giving then ability to build old packages or to hide them in Embtk. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: gcc: fix typo for gcc-4.3.2Abdoulaye Walsimou Gaye2009-08-07
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Allow users to checkout svn trunk of eglibcAbdoulaye Walsimou Gaye2009-08-07
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: binutils: remove binutils-2.19Abdoulaye Walsimou Gaye2009-08-02
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Use 80 char line in initialpath MakefileAbdoulaye Walsimou Gaye2009-08-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: binutils: Use 80 char line in kconfig fileAbdoulaye Walsimou Gaye2009-08-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: gmphost: Use 80 char line in kconfig fileAbdoulaye Walsimou Gaye2009-08-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: mpfrhost: Use 80 char line in kconfig fileAbdoulaye Walsimou Gaye2009-08-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Fix typoAbdoulaye Walsimou Gaye2009-08-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: eglibc: disable version by default to reduce footprintAbdoulaye Walsimou Gaye2009-08-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: eglibc: use svn revision 8737 by defaultAbdoulaye Walsimou Gaye2009-08-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: linux headers: update linux versions to latest oneAbdoulaye Walsimou Gaye2009-08-01
|
* Embtk: eglibc-2.9: be sure to use 80 char length in MakefileAbdoulaye Walsimou Gaye2009-07-29
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: README: be sure to use 80 char length in MakefileAbdoulaye Walsimou Gaye2009-07-29
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: toolchain: be sure to use 80 char length in MakefileAbdoulaye Walsimou Gaye2009-07-29
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: target-mcu: be sure to use 80 char length in MakefileAbdoulaye Walsimou Gaye2009-07-29
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: mpfrhost: be sure to use 80 char length in MakefileAbdoulaye Walsimou Gaye2009-07-29
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: gmphost: be sure to use 80 char length in MakefileAbdoulaye Walsimou Gaye2009-07-29
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>