mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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 <rpurdie@linux.intel.com>
This commit is contained in:
@@ -38,4 +38,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
|
||||
|
||||
@@ -43,4 +43,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
|
||||
|
||||
@@ -38,5 +38,5 @@ do_deploy() {
|
||||
|
||||
do_deploy[dirs] = "${S}"
|
||||
|
||||
addtask deploy before do_populate_staging after do_install
|
||||
addtask deploy before do_populate_sysroot after do_install
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user