diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 17:31:47 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 17:31:47 +0000 |
commit | 98928e07d9798f59e1db3d7fcd47fd2c63766be2 (patch) | |
tree | 47d9e33d927e77bcc69c69758fa8e46e2932676d /conf | |
parent | ec79ca5996b24f3b3bd39f43774b5b1bbbbce50b (diff) |
Add MACHINE_TASK_PROVIDER to remove hardcoded references to task-bootstrap and allow machines/distros to elect an alternative
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 1cb03f30bd..9f94bae3f5 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -409,6 +409,7 @@ require conf/sanity.conf IMAGE_FSTYPES ?= "jffs2" PCMCIA_MANAGER ?= "pcmcia-cs" +MACHINE_TASK_PROVIDER ?= "task-bootstrap" ################################################################## |