From c52e858a4713fb8df02f465307e2acf6cf75c3f8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 26 Nov 2010 10:21:39 +0100 Subject: [PATCH] console-image: catch up with poky image.bbclass changes The timestamp function this uses got removed, so switch to the other one 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 9bd5031..541ab9e 100644 --- a/recipes-angstrom/images/console-base-image.bb +++ b/recipes-angstrom/images/console-base-image.bb @@ -1,6 +1,6 @@ #Angstrom bootstrap image -IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" +IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" ANGSTROM_EXTRA_INSTALL ?= ""