meta-qcom/recipes-kernel/images/initramfs-qcom-image.bb 中的
PACKAGE_INSTALL 列表:
PACKAGE_INSTALL 后,重新构建完整镜像以使更改生效:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 QLI Version 2.1 is now live ! Switch to new version to check out the latest content
meta-qcom/recipes-kernel/images/initramfs-qcom-image.bb 中的
PACKAGE_INSTALL 列表:
DESCRIPTION = "Ramdisk image for pivoting into rootfs"
PACKAGE_INSTALL += " \
base-passwd \
initramfs-module-copy-modules \
initramfs-module-rootfs \
initramfs-module-udev \
${VIRTUAL-RUNTIME_base-utils} \
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
${ROOTFS_BOOTSTRAP_INSTALL} \
"
PACKAGE_INSTALL 后,重新构建完整镜像以使更改生效:
bitbake qcom-multimedia-image
