From 6f75f29c8c09250a55ca28ea5d826f6a26889678 Mon Sep 17 00:00:00 2001 From: Gerard Salvatella Date: Thu, 12 Jul 2018 10:39:53 +0200 Subject: images: make console image inherit from core-image Some image features (e.g. tools-debug) do not currently work with the console-tdx-image. The reason is that it is inheriting from the image class instead of the core-image class, which defines such extra features. Fortunately, this change doesn't need extra modifications in the file. The documentation shows core-image inheritance as the standard way to create new images, so we are advised to do it this way from now on. Signed-off-by: Gerard Salvatella Acked-by: Marcel Ziswiler --- recipes-images/images/console-tdx-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-images/images/console-tdx-image.bb b/recipes-images/images/console-tdx-image.bb index 1fdcbfb..50d9a48 100644 --- a/recipes-images/images/console-tdx-image.bb +++ b/recipes-images/images/console-tdx-image.bb @@ -59,4 +59,4 @@ IMAGE_INIT_MANAGER = "systemd" IMAGE_INITSCRIPTS = " " IMAGE_LOGIN_MANAGER = "busybox shadow" -inherit image +inherit core-image -- cgit v1.2.3