From e6a4ab74307224bb624257ca1b7882637d9408bc Mon Sep 17 00:00:00 2001 From: Volkan Date: Mon, 21 Oct 2024 15:54:37 +0200 Subject: [PATCH] Modifiying the correct order --- recipes-core/images/core-image-thunder.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/images/core-image-thunder.bb b/recipes-core/images/core-image-thunder.bb index 31e8165..a8f2ab4 100644 --- a/recipes-core/images/core-image-thunder.bb +++ b/recipes-core/images/core-image-thunder.bb @@ -1,6 +1,8 @@ SUMMARY = "An image based on core-image that includes thunder." LICENSE = "MIT" +inherit core-image + IMAGE_INSTALL += "\ packagegroup-core-boot \ kernel-modules \ @@ -10,5 +12,3 @@ IMAGE_INSTALL += "\ IMAGE_FEATURES += "\ ssh-server-dropbear \ " - -inherit core-image