]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_deb: Fix non x86_64 SDK builds
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Jul 2014 09:13:21 +0000 (10:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Jul 2014 07:32:27 +0000 (08:32 +0100)
commit9c45575a9df01f0d36fb03120ec86d55b15819f3
treeaf5b3f4e6f2dda57b02c2f58735300a822ae0de8
parent6886a99758d25991ecd6ee995d18f97996b31177
populate_sdk_deb: Fix non x86_64 SDK builds

If building with SDKMACHINE=i686 and using the deb backend, populate_sdk
would fail. Its clear when looking at the options that the 32 bit values
were overwritten.

Replace this code with code similar to that used in package_deb itself.

[YOCTO #6458]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_deb.bbclass