We use cryptsetup in both the recovery and trustfence initramfs to handle block device encryption on platforms that use eMMC as the internal storage. In meta-openembedded commit 1ce71d6ec31195280073adec0e400dda7c0dd8a7 (between DEY 2.6 and 3.0), a lot of PACKAGECONFIG options were added to the cryptsetup recipe, all of them enabled by default. One of these options is "udev", which adds a runtime dependency with udev that in turn pulls in a lot of other dependencies with it. This is unnecessary because we already use mdev in our recovery image, and the other packages simply take up space as they aren't needed at all. Our eMMC partition encryption functionality, which is the reason why we need cryptsetup to begin with, is unaffected by this change and still works as expected. Keep in mind that it was working properly without udev in DEY 2.6 and older DEY releases, so removing udev isn't an issue. Remove this PACKAGECONFIG option to get rid of udev and its dependencies in the recovery and trustfence initramfs. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com> |
||
|---|---|---|
| .. | ||
| classes | ||
| conf | ||
| dynamic-layers | ||
| recipes-aws | ||
| recipes-connectivity | ||
| recipes-core | ||
| recipes-crank | ||
| recipes-devtools | ||
| recipes-digi | ||
| recipes-extended | ||
| recipes-gnome | ||
| recipes-graphics | ||
| recipes-multimedia | ||
| recipes-sato | ||
| recipes-support | ||
| DIGI_EULA | ||
| DIGI_OPEN_EULA | ||
| README | ||
README
OpenEmbedded/Yocto Digi Embedded Linux layer ============================================ This layer provides the Digi Embedded Linux distribution images. This layer depends on: git://git.yoctoproject.org/poky.git git://git.openembedded.org/meta-openembedded.git git://git.yoctoproject.org/meta-freescale.git git://github.com/Freescale/meta-fsl-demos.git Digi's license agreements ------------------------- All software is covered by Digi's general EULA and Digi's Open Source EULA. To have the right to use the software in your images you need to read and accept both EULAs at the DIGI_EULA and DIGI_OPEN_EULA files. NXP Semiconductors' software license agreement ---------------------------------------------- Some platforms depends on libraries and packages that are covered by NXP Semiconductors' EULA. To have the right to use those binaries in your images you need to read and accept the EULA file in meta-freescale Yocto layer. Support ------- This layer is provided 'as is' with no guarantee. However, some support may be available from tech.support@digi.com