aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/anaconda.conf
AgeCommit message (Collapse)Author
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-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-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>
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>