diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-07 15:54:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-07 15:54:27 +0000 |
commit | 2e917534f9fed79dedae11661121fb14c1ac5545 (patch) | |
tree | fc33c6bb7ec54820eb7de9182e0a884117d9119e /conf/distro/include/angstrom.inc | |
parent | ed07a831aed13931028a2e8bdd1febc2bdbcc935 (diff) |
angstrom: switch to task-base
* die task-bootstrap, die!
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 89c01bbd6f..0c5186c3a8 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -6,6 +6,7 @@ DISTRO = "angstrom" DISTRO_NAME = "Angstrom" TARGET_VENDOR = "-angstrom" +MACHINE_TASK_PROVIDER = "task-base" # Can be "glibc" and "uclibc" ANGSTROM_MODE ?= "glibc" |