From b772c8cde5a8d53de5588ff5d2771c1bd3eb259f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 10 Nov 2009 14:55:23 +0000 Subject: bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the populate_staging task to populate_sysroot This change 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. Signed-off-by: Richard Purdie --- meta/packages/linux/linux-simtec.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/linux/linux-simtec.inc') diff --git a/meta/packages/linux/linux-simtec.inc b/meta/packages/linux/linux-simtec.inc index b9503cef9..b9a65cc26 100644 --- a/meta/packages/linux/linux-simtec.inc +++ b/meta/packages/linux/linux-simtec.inc @@ -19,4 +19,4 @@ do_deploy() { do_deploy[dirs] = "${S}" -addtask deploy before do_populate_staging after do_install +addtask deploy before do_populate_sysroot after do_install -- cgit v1.2.3