summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2012-10-09 16:23:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-09 15:04:20 +0100
commit4cd0200e96fb282980a945b80af641a6e022e0b4 (patch)
tree849f6098b880f62ab4de4149bd3c7bea4c7dc28e
parent90fd57ee3cb2856c10bda1f5af4879d2b7cf2668 (diff)
downloadbitbake-4cd0200e96fb282980a945b80af641a6e022e0b4.tar.gz
hob-toolchain: task-core-standalone-sdk-target renamed to packagegroup-core-standalone-sdk-target
This change also applies to task-core-standalone-sdk-target-dbg and resolves build failures caused by the missing packages. Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/ui/crumbs/hoblistmodel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/crumbs/hoblistmodel.py b/lib/bb/ui/crumbs/hoblistmodel.py
index 388531975..f4ccbc3ae 100644
--- a/lib/bb/ui/crumbs/hoblistmodel.py
+++ b/lib/bb/ui/crumbs/hoblistmodel.py
@@ -42,7 +42,7 @@ class PackageListModel(gtk.TreeStore):
()),
}
- __toolchain_required_packages__ = ["task-core-standalone-sdk-target", "task-core-standalone-sdk-target-dbg"]
+ __toolchain_required_packages__ = ["packagegroup-core-standalone-sdk-target", "packagegroup-core-standalone-sdk-target-dbg"]
def __init__(self):