Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a <fs>-root-show-depends target | Thomas Petazzoni | 2010-05-21 | 1 | -0/+3 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | makedevs: convert to a more normal way of building packages | Thomas Petazzoni | 2010-04-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | fs: change the way the device table is configured | Thomas Petazzoni | 2010-04-17 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Until now, the location of the device table was specified by a variable in board Makefiles. Unfortunately, this variable is not accessible from fs/common.mk, since the target/ code is included *after* fs/common.mk. Anyway, the general idea is to move away from these boards Makefile, and provide configuration option for things like the device table location. Therefore, this patch adds a BR2_ROOTFS_DEVICE_TABLE option which allows to specify which device table should be used. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Move all filesystem generation code to fs/ | Thomas Petazzoni | 2010-04-09 | 1 | -0/+70 |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |