Hob: Fix toolchain build
authorDongxiao Xu <dongxiao.xu@intel.com>
Sun, 1 Apr 2012 12:14:15 +0000 (20:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Apr 2012 13:00:26 +0000 (14:00 +0100)
commit04889d58b18a76cfcdef2e0adcb25d409b5a8ed4
treefe87f3e57da75a920a1a21ac21d1d2fbb9abcd5d
parente99af72c253bc9458357bda85675c12524a2538d
Hob: Fix toolchain build

Originally we added -dev and -dbg postfixes to our selected packages as
toolchain packages. However, some package names are modified in recipes,
so we could not rely on its base name. The new approach is to detect if
a package is selected, then include those packages under the same recipe
endswith "-dev" and "-dbg".

This fixes [YOCTO #2185]

(Bitbake rev: f99c66071bce63780301e1639d74316503ca934c)

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/builder.py
bitbake/lib/bb/ui/crumbs/hobeventhandler.py
bitbake/lib/bb/ui/crumbs/hoblistmodel.py