]> code.ossystems Code Review - openembedded-core.git/commit
package_deb.bbclass, cross-canadian.bbclass: DPKG_ARCH mapping function
authorMatt Madison <matt@madison.systems>
Wed, 6 Jan 2016 12:21:33 +0000 (04:21 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 23:23:17 +0000 (23:23 +0000)
commit8d042ea4e755cb0bb28b88333e10e04ec4e86a36
tree93ea5a3ff2ec435545eb22006d1e208075caef6a
parentbcb5a6866e9233bcb69a9ee06faed622280a6c22
package_deb.bbclass, cross-canadian.bbclass: DPKG_ARCH mapping function

Have DPKG_ARCH set by directly invoking a mapping function, rather
than using an anonymous Python function modify the variable under
the hood, so we can have proper handling of overrides.

Also bring in some additional mappings to Debian architecture names
that weren't being handled.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/cross-canadian.bbclass
meta/classes/package_deb.bbclass