]> code.ossystems Code Review - openembedded-core.git/commit
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 09:44:05 +0000 (10:44 +0100)
commit81b3cc448f040dcb4c2f2b05983231ac53270663
treed6f080abc1b2eec8e263124136f08fd203035607
parente336102e59dbbd01fe67121738203563476f9456
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')

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