From 838a58ab01a9f325430fe6c4cc1dac7c2255a69c Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 30 Mar 2010 14:47:57 +0100 Subject: bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the populate_staging task to populate_sysroot This change, pulled from Poky, makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. This patch also includes fixes for all recipes which reference the directory. Signed-off-by: Joshua Lock --- recipes/apex/apex-nslu2_1.5.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/apex/apex-nslu2_1.5.14.bb') diff --git a/recipes/apex/apex-nslu2_1.5.14.bb b/recipes/apex/apex-nslu2_1.5.14.bb index db78872251..a1d91b7e67 100644 --- a/recipes/apex/apex-nslu2_1.5.14.bb +++ b/recipes/apex/apex-nslu2_1.5.14.bb @@ -58,7 +58,7 @@ do_stage() { elif [ "x${SITEINFO_ENDIANESS}" = "xle" ]; then devio '<<'src/arch-arm/rom/apex.bin >${STAGING_LOADER_DIR}/apex-nslu2.bin 'xp $,4' else - oefatal do_populate_staging cannot determine endianess + oefatal do_populate_sysroot cannot determine endianess fi } -- cgit 1.2.3-korg