aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2019-04-08layer.conf: Add warrior to compatible release serieswarriorHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-04-04conf/distro/anaconda.conf: drop lvm2-monitor enable to workaround reboot hungHongxu Jia
Since commit [9e4214a lvm2/libdevmapper: 2.03.01 -> 2.03.02] applied in meta-openembedded, enabling lvm2-monitor caused reboot hung after target installation finished. Drop lvm2-monitor enable to workaround reboot hung Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-10-23support yocto compliancethudHongxu Jia
- Move DISTRO_FEATURES pam from layer.conf For installer image, move it to anaconda.conf For target image, append pam to distro feature check and update README, selftest - Remove SRC_DISTRIBUTE_LICENSES and licenses/FLTK Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-09-28layers: Update layer compatibility to thudHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-08-10conf/distro/anaconda.conf: add serial in the boot menuHongxu Jia
Have graphics and serial in the boot menu when use grub-efi in iso Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-04-16layer.conf: add LAYERSERIES_COMPATJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
2018-04-13append pam to DISTRO_FEATURESHongxu Jia
Both of target and host build use libuser which missing required distro feature 'pam' (not in DISTRO_FEATURES) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-03-07conf/distro/anaconda.conf: add pam to DISTRO_FEATURESHongxu Jia
Since the following commit applied in oe-core ... commit a51236a2441c33558568b649f7ca0363856697f7 Author: Martin Jansa <martin.jansa@gmail.com> Date: Thu Mar 1 10:11:38 2018 +0000 libpam: be more strict about user's sanity ... We should add pam to DISTRO_FEATURES Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-02-06clean up meta-installerHongxu Jia
Finally, we choose meta-anaconda as the layer name, so clean up the obsolete meta-installer Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2017-11-24meta-anaconda: add distro anaconda for host buildHongxu Jia
While DISTRO = "anaconda", it enable features of host build. The host build requires: - append anaconda_kernel to KERNEL_CLASSES to add kernel configs - misc setting in conf/distro/anaconda.conf for host build - copy package/image from target build to host image - add rpm packages check Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2017-11-24meta-anaconda: add anaconda support for target buildHongxu Jia
While "anaconda-support" in DISTRO_FEATURES, it enable features of target build. The target build requires: - packages to help installation - append anaconda_support_kernel to KERNEL_CLASSES which add dmthin.scc and crypt.scc to kernel config - manually install grub/grub-efi for image install to workaround grub/grub-efi confliction - add distro feature check of systemd and ldconfig - add init manager checking - add rpm packages check - emit target image env to help installation Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2017-11-24meta-anaconda: create layerHongxu Jia
Wind River has maintained meta-anaconda for several years, and now we want to contribute it to yocto community. This layer provides an installation program based on OE platform. The installation program is anaconda from fedora, which is the installer of distribution Fedora, RedHat and Centos. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>