]> code.ossystems Code Review - openembedded-core.git/commit
package(_ipk).bbclass: opkg using ALL_MULTILIB_PACKAGE_ARCHS
authorLianhao Lu <lianhao.lu@intel.com>
Tue, 16 Aug 2011 08:26:49 +0000 (16:26 +0800)
committerSaul Wold <sgw@linux.intel.com>
Wed, 17 Aug 2011 05:54:04 +0000 (22:54 -0700)
commitb774bf44ef004276da12a83ebd69715c00b596ac
tree320290988559a45b0688fd0c51b768cef4585ec5
parent110ca8dcaee263bc3c8380bcb91f6ada20655c14
package(_ipk).bbclass: opkg using ALL_MULTILIB_PACKAGE_ARCHS

[YOCTO #1345]
The new variable ALL_MULTILIB_PACKAGE_ARCHS contains all the values of
PACKAGE_ARCHS for each multilib variants. The opkg backend now uses this
new value insteald of the PACKAGE_ARCHS to update the opkg indexes and
to generate the opkg configuration files. This allows the normal
packages and multilib packages may be installed into the same rootfs.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
meta/classes/package.bbclass
meta/classes/package_ipk.bbclass
meta/classes/utils.bbclass