sysmocom-defaults: Workaround sysmocom-bsc-v2 rootfs issue

Disable the libsolv backend to workaround an install issue. This does
not occur or sysmobts or sysmocom-bsc but only on the v2 target or the
idu.
This commit is contained in:
Holger Hans Peter Freyther 2017-04-27 12:45:34 +02:00
parent 1bc3be8eb6
commit 8610f32401
1 changed files with 4 additions and 0 deletions

View File

@ -35,3 +35,7 @@ PACKAGECONFIG_pn-systemd = "compat ldconfig binfmt sysusers randomseed myhostnam
# From fido on.. build curl with libssl to avoid gnutls # From fido on.. build curl with libssl to avoid gnutls
PACKAGECONFIG_pn-curl="ipv6 ssl zlib" PACKAGECONFIG_pn-curl="ipv6 ssl zlib"
# disable libsolv as it is broken Yocto Bug #11427
PACKAGECONFIG_pn-opkg = ""
PACKAGECONFIG_pn-opkg-native = ""