aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-installer/anaconda
AgeCommit message (Collapse)Author
2019-04-08python3-anaconda: disable NTP chronyd and GeoIPHongxu Jia
- NTP chronyd is not suitable for Yocto, the systemd in Yocto has its own NTP. - Disable location detection, if network is not working, it may fail. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-04-04python3-anaconda: fix error on python 3.7Hongxu Jia
Since oe-core upgrade python3 to 3.7, the python3-anaconda failed ... | File "/usr/lib64/python3.7/site-packages/pyanaconda/dbus/typing.py", line 137, in get_dbus_representation | raise TypeError("Unknown type: %s" % type_hint) |TypeError: Unknown type: typing.List[typing.Dict[str, gi.overrides.GLib.Variant]] ... Backport a patch to fix it Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-03-26python3-anaconda: Set the same COMPATIBLE_HOST as grubRobert Yang
They RDEPENDS on grub, so set the same COMPATIBLE_HOST as grub. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2018-12-18python3-anaconda: fix anaconda failure since Blivet and Dnf upgradedHongxu Jia
Backport two commits from upstream anaconda [2ae4063 Don't set Anaconda-specific flags in Blivet] [55a7b4d DNF 3: config substitutions moved from dnf to libdnf] Refine according to one commit from upstream dnf4 [b21f197 Not report scriplets errors as non-fatal] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-09-28python3-anaconda: enlarge timeout of wait_for_modulesHongxu Jia
Workaround runqemu without kvm, starting dbus without kvm is very slow Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-09-11python3-anaconda: python3-libpwquality -> libpwqualityHongxu Jia
Since `8d3d529 libpwquality: Inherit distutils3-base' applied in meta-oe, sub package python3-libpwquality is merged into package libpwquality. Update its RDEPENDS python3-libpwquality -> libpwquality Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-08-15python3-anaconda: add missing "Upstream-Status"sumoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-08-14python3-anaconda: support to install 32-bit imageHongxu Jia
For image copy install, support 64-bit installer to install 32-bit target image. - Fix UEFI multilib installation - Fix multilib user creation error Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Improve the fixes to compatible with OE community Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-08-14python-anaconda: 26.21.11 -> 28.22.11Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-03-05target image: do not explicitly install busyboxHongxu Jia
- For community version, the packagegroup-core-boot package will runtime depends it; - For Wind River Linux, it used packagegroup-busybox-replacement to instead of busybox; So the anaconda should not check the existence of busybox. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2017-11-24meta-anaconda: add recipe anaconda 26.21.11Hongxu Jia
The anaconda is from fedora 26 and customized based on OE platform. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>