Simon Dawson
|
4a3c29fd4c
|
empty: needs MMU
The empty package uses the fork() system call, and so requires MMU.
Fixed autobuilder failures such as the following.
http://autobuild.buildroot.net/results/4ad23e07b1bfe7bfd622aed8d54fa243b72eed59/build-end.log
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
2013-01-12 20:59:55 +01:00 |
|
Simon Dawson
|
efe6941f1b
|
empty: add license information
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
2012-08-02 21:46:51 +02:00 |
|
Arnout Vandecappelle (Essensium/Mind)
|
e1502ebc0c
|
all packages: rename XXXTARGETS to xxx-package
Also remove the redundant $(call ...).
This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
-e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
-e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
2012-07-17 20:23:05 +02:00 |
|
Simon Dawson
|
a4ee7179e6
|
Added the empty package
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
2012-05-06 10:01:35 +02:00 |
|