From 7c54f644aaf7a5cade2b405bd4a2a7316d3a9dfb Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 2 Aug 2011 16:42:37 +0200 Subject: [PATCH] console-base-image: replace with systemd-image Signed-off-by: Koen Kooi --- recipes-angstrom/images/console-base-image.bb | 29 +------------------ 1 file changed, 1 insertion(+), 28 deletions(-) mode change 100644 => 120000 recipes-angstrom/images/console-base-image.bb diff --git a/recipes-angstrom/images/console-base-image.bb b/recipes-angstrom/images/console-base-image.bb deleted file mode 100644 index 8c0a11a..0000000 --- a/recipes-angstrom/images/console-base-image.bb +++ /dev/null @@ -1,28 +0,0 @@ -#Angstrom bootstrap image - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" - -IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" - -ANGSTROM_EXTRA_INSTALL ?= "" - -ZZAPSPLASH = ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)}' - -DEPENDS = "task-base \ - ${SPLASH} \ - ${ZZAPSPLASH} \ - " - -IMAGE_INSTALL += "task-base \ - ${ANGSTROM_EXTRA_INSTALL} \ - ${SPLASH} \ - ${ZZAPSPLASH} \ - angstrom-task-boot \ - update-alternatives-cworth \ - dropbear \ -" - -IMAGE_LINGUAS = "" - -inherit image diff --git a/recipes-angstrom/images/console-base-image.bb b/recipes-angstrom/images/console-base-image.bb new file mode 120000 index 0000000..a0b2625 --- /dev/null +++ b/recipes-angstrom/images/console-base-image.bb @@ -0,0 +1 @@ +systemd-image.bb \ No newline at end of file