summaryrefslogtreecommitdiffstats
path: root/bitbake
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-10 15:24:13 +0100
commit1e892fb5a05d409045b7841ac1b730107946ad39 (patch)
treeb12c4a2d4e0dec275ecbad62abda201ed043263a /bitbake
parentaf811fbc0b0223fcc646a599c49aea950613cca6 (diff)
downloadpoky-1e892fb5a05d409045b7841ac1b730107946ad39.tar.gz
bitbake: 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. (Bitbake rev: 4cd0200e96fb282980a945b80af641a6e022e0b4) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hoblistmodel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
index 3885319759..f4ccbc3ae6 100644
--- a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
+++ b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
@@ -42,7 +42,7 @@ class PackageListModel(gtk.TreeStore):
42 ()), 42 ()),
43 } 43 }
44 44
45 __toolchain_required_packages__ = ["task-core-standalone-sdk-target", "task-core-standalone-sdk-target-dbg"] 45 __toolchain_required_packages__ = ["packagegroup-core-standalone-sdk-target", "packagegroup-core-standalone-sdk-target-dbg"]
46 46
47 def __init__(self): 47 def __init__(self):
48 48