mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
ti-core-initramfs: pull correct VIRTUAL_RUNTIME components
Pull additional standard VIRTUAL_RUNTIME components to respect Distro configuration (e.g. systemd/udev, etc.) This only requires adjusting the size to 128MB. Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
220c16be11
commit
eb0d589bb7
@@ -11,6 +11,12 @@ TI_INITRAMFS_KERNEL_MODULES ?= ""
|
||||
RDEPENDS:${PN} += "\
|
||||
${TI_INITRAMFS_KERNEL_MODULES} \
|
||||
${VIRTUAL-RUNTIME_base-utils} \
|
||||
${VIRTUAL-RUNTIME_login_manager} \
|
||||
${VIRTUAL-RUNTIME_init_manager} \
|
||||
${VIRTUAL-RUNTIME_dev_manager} \
|
||||
${VIRTUAL-RUNTIME_update-alternatives} \
|
||||
netbase \
|
||||
base-files \
|
||||
base-passwd \
|
||||
initramfs-framework-base \
|
||||
initramfs-module-udev \
|
||||
|
||||
@@ -9,7 +9,7 @@ LICENSE = "MIT"
|
||||
|
||||
INITRAMFS_FSTYPES = "cpio cpio.xz"
|
||||
|
||||
INITRAMFS_MAXSIZE = "65536"
|
||||
INITRAMFS_MAXSIZE = "131072"
|
||||
|
||||
IMAGE_NAME = "ti-core-initramfs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user