summaryrefslogtreecommitdiff
path: root/recipes-images/images/console-tdx-image.bb
diff options
context:
space:
mode:
authorGerard Salvatella <gerard.salvatella@toradex.com>2018-07-12 10:39:53 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-07-23 16:27:28 +0200
commit6f75f29c8c09250a55ca28ea5d826f6a26889678 (patch)
treedabb6444309c29496f604d0b10bbe7deda503e0e /recipes-images/images/console-tdx-image.bb
parent66d6e990765d5b62e93900e959d67360919c7d1b (diff)
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 <gerard.salvatella@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images/images/console-tdx-image.bb')
-rw-r--r--recipes-images/images/console-tdx-image.bb2
1 files changed, 1 insertions, 1 deletions
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