From 3ce1b57b25576430d3ed2e1f97272d85a3bbc1bf Mon Sep 17 00:00:00 2001 From: Maseru898 Date: Thu, 18 Jun 2026 13:38:59 +0900 Subject: [PATCH] image-compact: require emlinux-image-common.inc instead of emlinux-image-prepare-sshd.inc Changes in emlinux-image-common.inc are currently not reflected in the compact image. Under the premise of only containing settings that are common between all images, this should be also used by the compact image. --- recipes-core/images/emlinux-image-compact.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/emlinux-image-compact.bb b/recipes-core/images/emlinux-image-compact.bb index 4ec7c294..075ce773 100644 --- a/recipes-core/images/emlinux-image-compact.bb +++ b/recipes-core/images/emlinux-image-compact.bb @@ -5,7 +5,7 @@ # # SPDX-License-Identifier: MIT # -require emlinux-image-prepare-sshd.inc +require emlinux-image-common.inc FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/files/compact:"