1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 05:00:42 +02:00

add initramfs recipe

This commit is contained in:
DanyLE
2023-08-01 12:06:45 +02:00
parent 453785a03d
commit 3cfd696935
3 changed files with 36 additions and 3 deletions

View File

@ -14,7 +14,7 @@ LAYERSERIES_COMPAT_meta-rpi-diya = "mickledore"
PACKAGE_CLASSES = "package_ipk"
INITRAMFS_IMAGE="core-image-tiny-initramfs"
INITRAMFS_IMAGE="core-image-recovery"
INITRAMFS_IMAGE_BUNDLE="0"
INHERIT += "rm_work"
@ -41,7 +41,7 @@ ENABLE_DWC2_PERIPHERAL = "1"
ENABLE_DWC2_HOST = "1"
ENABLE_USB_U_BOOT = "0"
ENABLE_UART = "1"
ENABLE_UART = "0"
DISABLE_SPLASH = "1"
VIDEO_CAMERA = "1"