diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-18 13:39:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-18 13:39:34 +0000 |
commit | 4cf70244ff075dc0295edacefa14b64ba9b16f33 (patch) | |
tree | d8051edba22c593740180dbaf848973ffa9a2cd7 /conf/bitbake.conf | |
parent | 5dfeeef24d1802c6590f7943ffc6db6c5265985f (diff) |
checksums: dropped geda snapshots (unfetchable)
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 799823f3f4..046b107936 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -485,7 +485,8 @@ require conf/sanity.conf DL_DIR ?= "${TMPDIR}/downloads" IMAGE_FSTYPES ?= "jffs2" PCMCIA_MANAGER ?= "pcmcia-cs" -MACHINE_TASK_PROVIDER ?= "task-base" +DEFAULT_TASK_PROVIDER ?= "task-base" +MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}" IMAGE_ROOTFS_SIZE_ext2 ?= "65536" IMAGE_ROOTFS_SIZE_ext2.gz ?= "65536" IMAGE_ROOTFS_SIZE_ext3 ?= "65536" |