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