[yocto] [meta-anaconda][PATCH 1/1] packagegroup-anaconda-support: Add lvm2-udevrules

2019-03-26 Thread Ovidiu Panait
Installing an image without lvm2-udevrules using Anaconda would produce an un-bootable system because "/dev/mapper/xxx" files are not created. Signed-off-by: Ovidiu Panait --- .../packagegroups/packagegroup-anaconda-support.bb | 1 + 1 file changed, 1 insertion(+) dif

[yocto] [meta-security][PATCH] xmlsec1: fix invalid paths in target xmlsec1Conf.sh

2017-12-14 Thread Ovidiu Panait
Remove build host paths from target xmlsec1Conf.sh script. Signed-off-by: Catalin Enache Signed-off-by: Ovidiu Panait --- recipes-security/xmlsec1/xmlsec1_1.2.24.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/xmlsec1/xmlsec1_1.2.24.bb b/recipes-security/xmlsec1

[yocto] [meta-security][PATCH] xmlsec1: fix invalid paths in target xmlsec1Conf.sh

2017-12-15 Thread Ovidiu Panait
Remove build host paths from target xmlsec1Conf.sh script. Signed-off-by: Catalin Enache Signed-off-by: Ovidiu Panait --- recipes-security/xmlsec1/xmlsec1_1.2.24.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/xmlsec1/xmlsec1_1.2.24.bb b/recipes-security/xmlsec1

[yocto] [meta-anaconda][PATCH 2/2] anaconda_support_image: Add package-management to IMAGE_FEATURES

2019-05-09 Thread Ovidiu Panait
Currently, if a target image does not contain the rpm database, any rpm queries that anaconda executes will fail. To fix this, add the rpm database to all images. Signed-off-by: Ovidiu Panait --- classes/anaconda_support_image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[yocto] [meta-anaconda][PATCH 1/2] python3-anaconda: Fix xserver detection

2019-05-09 Thread Ovidiu Panait
When installing an image that has graphical interface, /etc/systemd/system/default.target will point to multi-user.target instead of graphical.target. To fix this, use the right rpm query to detect the presence of xserver. Signed-off-by: Ovidiu Panait --- ...aconda-payload-Fix-xserver

[yocto] [meta-anaconda][PATCH 1/1] initramfs-module-setup-live: call udev settle before umounting /run/media/*

2019-09-22 Thread Ovidiu Panait
ice.teardown(self, recursive) gi.overrides.BlockDev.LVMError: Process reported exit code 5: Logical volume wrll_intel-x86-64/root contains a filesystem in use. Signed-off-by: Ovidiu Panait --- recipes-installer/initrdscripts/files/umountfs | 3 +++ 1 file changed, 3 insertions(+) diff --git