sdk.py: fix write target sdk manifest failed based on ipk
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 10 Oct 2014 08:25:55 +0000 (16:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Oct 2014 15:44:33 +0000 (16:44 +0100)
commitee9a0048b40fb889d266b3f3199fdf1da9d81e93
tree267dce0dd7953181aaa46d2d50f1b6e75ac4e35b
parentb338fac0bcc084df5886efe9ff899a71e7290be4
sdk.py: fix write target sdk manifest failed based on ipk

bitbake meta-toolchain
ls tmp/deploy/sdk/poky-glibc-x86_64-meta-toolchain-i586-toolchain-1.7.manifest -al
...
|-rw-rw-r-- 1 root root 0 Oct 10 15:05 tmp/deploy/sdk/poky-glibc-x86_64-
meta-toolchain-i586-toolchain-1.7.manifest
...

The manifest is empty, the reason is target's ipk config path is
d.getVar('IPKGCONF_TARGET') rather than d.getVar('IPKGCONF_Target')

(From OE-Core rev: 81b3cc448f040dcb4c2f2b05983231ac53270663)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sdk.py