[OE-core] [PATCH 2/4] kernel: allow kernel module and firmware installation with ${base_libdir} != "/lib"

Roman Khimov roman at khimov.ru
Wed Dec 16 19:49:22 UTC 2015


В письме от 16 декабря 2015 19:11:58 пользователь Matthias Schiffer написал:
>          # instead is prefixed with /lib/modules/${KERNEL_VERSION}
> -        file = file.replace("/lib/modules/%s/" % d.getVar('KERNEL_VERSION',
> True) or '', '', 1) +        file = file.replace("%s/modules/%s/" %
> (d.getVar('base_libdir', True), d.getVar('KERNEL_VERSION', True)), '', 1)

And, BTW, the comment still references /lib.

-- 
 http://roman.khimov.ru
mailto: roman at khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3



More information about the Openembedded-core mailing list