Re: [yocto] [meta-cgl][PATCH 1/2] Added device manager multipath support for root file system

2016-06-02 Thread Adrian Dudau
On ons, 2016-05-11 at 15:15 +, Alexandru Vaduva wrote: > Hello Adi, > > Cannot this two patches be redone by: >removing from "[PATCH 1/2] Added device manager > multipath support for root file system" the line "+IMAGE_CLASSES += > "image_types_uboot"" >only ke

Re: [yocto] [meta-cgl][PATCH 1/2] Added device manager multipath support for root file system

2016-05-11 Thread Alexandru Vaduva
Hello Adi, Cannot this two patches be redone by:   removingfrom   "[PATCH 1/2] Added devicemanager multipath support for root file system" the line "+IMAGE_CLASSES+= "image_types_uboot""   onlykeeping in "[PATCH 2/2] distro: Move IMAGE_CLASSES inheritance"  the line from "

[yocto] [meta-cgl][PATCH 1/2] Added device manager multipath support for root file system

2016-05-10 Thread Adrian Dudau
From: Mats Liljegren This is implemented using an initramfs, built by core-image-cgl-initramfs image recipe. Multipath device configurations are done using kernel boot parameters. The multipath-root-howto.md explains how to use this. Also note that the meta-cgl/scripts/conf_setup.sh will now als