diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-04-19 16:25:57 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-20 07:52:57 +0100 |
commit | 4a82433de42943f8219beca3286f40b67157172f (patch) | |
tree | 4e502d7c4ecc77e41b4de6f690edfbb10018a36c /meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb | |
parent | 3a482d55b6e9be263e53e36a67a6e29fbdddc0b1 (diff) | |
download | openembedded-core-4a82433de42943f8219beca3286f40b67157172f.tar.gz openembedded-core-4a82433de42943f8219beca3286f40b67157172f.tar.bz2 openembedded-core-4a82433de42943f8219beca3286f40b67157172f.zip |
package_manager.py: Reverse rpm arch order
The architecture list used by dnf/libsolv was in the wrong order.
As a result, the images were built with wrong and unpredictable
packages.
$ MACHINE=intel-corei7-64 bitbake core-image-sato
$ MACHINE=qemux86-64 bitbake core-image-sato
$ MACHINE=intel-corei7-64 bitbake -ccleansstate core-image-sato
$ MACHINE=intel-corei7-64 bitbake core-image-sato
The first image had 0 core2_64 packages in it, but the last one had
583 core2_64 packages (which were built for the qemu image in
between).
Reverse the arch order in etc/dnf/vars/arch.
Fixes [YOCTO #11384].
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb')
0 files changed, 0 insertions, 0 deletions