mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
Hob: Added required packages for toolchain.
Added the requried packages task-core-standalone-sdk-target(-dbg) for building toolchain. Fixed bug [YOCTO #2274] (Bitbake rev: 434fdb3913cc78e2e9cdeede4c4fa7f1c8ef8892) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
811f7d8ebf
commit
fb918fb4db
@@ -42,6 +42,8 @@ class PackageListModel(gtk.TreeStore):
|
|||||||
()),
|
()),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
__toolchain_required_packages__ = ["task-core-standalone-sdk-target", "task-core-standalone-sdk-target-dbg"]
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
||||||
self.contents = None
|
self.contents = None
|
||||||
@@ -389,7 +391,7 @@ class PackageListModel(gtk.TreeStore):
|
|||||||
child_it = self.iter_next(child_it)
|
child_it = self.iter_next(child_it)
|
||||||
it = self.iter_next(it)
|
it = self.iter_next(it)
|
||||||
|
|
||||||
return packagelist
|
return list(set(packagelist + self.__toolchain_required_packages__));
|
||||||
"""
|
"""
|
||||||
Return the selected package size, unit is B.
|
Return the selected package size, unit is B.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user