diff --git a/conf/layer.conf b/conf/layer.conf index dc3f309..cf0c408 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -72,6 +72,7 @@ dtoverlay=ads1115-i2c-gpio,cha_enable,cha_cfg=4,cha_datarate=7,cha_gain=1 \n\ #start_x=1 # essential \n\ #gpu_mem=128 # at least, or maybe more if you wish \n\ #disable_camera_led=1 # optional \n\ +include extraconfig.txt \n\ ' # extra kernel CMDLINE_RNDIS option diff --git a/recipes-core/images/core-image-recovery.bb b/recipes-core/images/core-image-recovery.bb index 575e96e..8b6fbaf 100644 --- a/recipes-core/images/core-image-recovery.bb +++ b/recipes-core/images/core-image-recovery.bb @@ -1,6 +1,11 @@ DESCRIPTION = "Recovery initramfs image." +INITRAMFS_SCRIPTS ?= "\ + initramfs-framework-base \ + initramfs-module-udev \ + " + PACKAGE_INSTALL = "initramfs-boot busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" @@ -20,7 +25,4 @@ IMAGE_ROOTFS_SIZE = "8192" IMAGE_ROOTFS_EXTRA_SPACE = "0" # Use the same restriction as initramfs-module-install -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' - - -IMAGE_PREPROCESS_COMMAND += "tinyinitrd;" \ No newline at end of file +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' \ No newline at end of file