summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* 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>
* 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>
* Embtk: Make number of parallel build jobs available through J env variableAbdoulaye Walsimou Gaye2009-07-25
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: Create EMBTK_MCU_FLAG env var to help build of multiple toolchain ↵Abdoulaye Walsimou Gaye2009-07-18
| | | | | | within Embtk Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* embtoolkit-0.1.0-rc1embtoolkit-0.1.0-rc1Abdoulaye Walsimou Gaye2009-07-06
|
* Embtk: update help targetAbdoulaye Walsimou Gaye2009-06-21
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Use successful_build target instead of announce it after rootfs buildAbdoulaye Walsimou Gaye2009-06-16
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: complete help target with busybox_configAbdoulaye Walsimou Gaye2009-06-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: complete help targetAbdoulaye Walsimou Gaye2009-06-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: Correct help message and include .config.old in files removed by ↵Abdoulaye Walsimou Gaye2009-06-15
| | | | | | distclean Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: create distclean targetAbdoulaye Walsimou Gaye2009-06-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: create help targetAbdoulaye Walsimou Gaye2009-06-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: Busybox: give user the ability configure BusyboxAbdoulaye Walsimou Gaye2009-06-14
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* EMBTK: add .fakeroot* in files removed by cleanAbdoulaye Walsimou Gaye2009-06-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: Introduce rootfs build in EMBTK main build processAbdoulaye Walsimou Gaye2009-06-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Packages: include packages Makefile in main MakefileAbdoulaye Walsimou Gaye2009-05-30
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: rewrite root Makefile in order to use .config.old fileAbdoulaye Walsimou Gaye2009-05-23
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Avoid having underscore in file name and modify files which use them ↵Abdoulaye Walsimou Gaye2009-05-19
| | | | | | according this change Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Add config.guess for better build host determinationAbdoulaye Walsimou Gaye2009-05-16
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Determinate on which host we are and add some macrosAbdoulaye Walsimou Gaye2009-05-13
| | | | | | | | This patch modifies the main Makefile in order to determinate on which host we are when we build the toolchain. It also introduce a new file mk/macros.mk which will define some usefull macros Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Adds binutils buildAbdoulaye Walsimou Gaye2009-05-12
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* toolchain: work on building gmp and mpfr for the toolchainAbdoulaye Walsimou Gaye2009-05-12
| | | | | | | This patch is an initial work in order to get and build mpfr and gmp, for the toolchain. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtoolkit: Fisrt commitAbdoulaye Walsimou Gaye2009-05-12
This is the first commit in the embedded system toolkit git repository, formaly embtoolkit. This porject aims to design a tool which helps on building an embedded linux system. The goal of this porject is to use EGLIBC as C Library for linux systems generated. This initial commit is manely just a backup in order to save work done. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>