Well, the upgrade path could be easier, but as armv7l -> armv7hl is (hopefully) a one time change, it was decided that it should be done manually.
One should download first a couple of rpm-s from the
http://download.opensuse.org/repositori ... d/armv7hl/ directory:
Code:
glibc-2.15-21.1.armv7hl.rpm
libsolv-tools-0.1.0-3.1.armv7hl.rpm
libzypp-11.6.2-1.1.armv7hl.rpm
rpm-4.9.1.2-16.1.armv7hl.rpm
zypper-1.7.2-4.1.armv7hl.rpm
(version numbers might differ, as the repo is updated)
First update glibc:
Code:
rpm -Uvh --ignorearch glibc-2.15-21.1.armv7hl.rpm
Then the rest of the packages, still using ignorearch. Then refresh zypper chaches from scratch:
Code:
zypper -v ref -f
and it should use the armv7hl packages from now on.