From 1fc338d100618b5be1b134ef74dcbec1c10e5352 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 7 Jan 2011 13:15:05 +0100 Subject: [PATCH] console-base-image: append to IMAGE_INSTALL to drag in the IMAGE_* stuff Signed-off-by: Koen Kooi --- recipes-angstrom/images/console-base-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-angstrom/images/console-base-image.bb b/recipes-angstrom/images/console-base-image.bb index 541ab9e..a27e334 100644 --- a/recipes-angstrom/images/console-base-image.bb +++ b/recipes-angstrom/images/console-base-image.bb @@ -11,7 +11,7 @@ DEPENDS = "task-base \ ${ZZAPSPLASH} \ " -IMAGE_INSTALL = "task-base \ +IMAGE_INSTALL += "task-base \ ${ANGSTROM_EXTRA_INSTALL} \ ${SPLASH} \ ${ZZAPSPLASH} \