On Tue, Jul 4, 2017 at 10:03 PM, Ng, Wei Tee <wei.tee...@intel.com> wrote:
> The existing live-boot package is consists of udev and udev-extraconf. 
> (http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
>  ) Now I am working on integrate this into the initramfs-framework model. 
> Because when it is using the initramfs-framework method, the image could not 
> automount  which depends on udev-extraconf. Therefore, I added the runtime 
> dependency on udev-extraconf in my recipe file 
> (http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
>  )  to include the same features as the live-boot package.
>
> Please correct it if I get it wrong.

I understood it.

What I meant is that adding udev-extraconf rdepends to udev module is
conceptually wrong as it does not require it to work. live-boot
requires it so make a module that makes use of it. For example:
initramfs-framework-udev-automount

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to