diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-25 12:09:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-25 12:09:13 +0000 |
commit | 7a071ce33f684fb9eb570835aefb3565016dcefa (patch) | |
tree | cad4528d4e902a5ed84f50488f9a416d2d044e7b /conf/bitbake.conf | |
parent | 5cc373e182132d29d1d2dccf849c6919267a906f (diff) |
bitbake.conf: remove reference to task-bootstrap
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index dcdc18c322..36e1287d03 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -422,7 +422,7 @@ require conf/sanity.conf IMAGE_FSTYPES ?= "jffs2" PCMCIA_MANAGER ?= "pcmcia-cs" -MACHINE_TASK_PROVIDER ?= "task-bootstrap" +MACHINE_TASK_PROVIDER ?= "task-base" IMAGE_ROOTFS_SIZE_ext2 ?= "65536" IMAGE_ROOTFS_SIZE_ext2.gz ?= "65536" |