mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
pseudo: Enhancements
Enable changing the data directory on the fly from the environment and then use this feature within poky to confine pseudo usage to each WORKDIR. This fixes issues that could be seen under heavy inode reusage e.g. with rm_work. Work based mainly off a patch from Joshua Lock but finished by Richard Purdie. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
7de5081857
commit
a4fb2c9666
@@ -148,6 +148,7 @@ python base_do_setscene () {
|
||||
bb.build.make_stamp("do_setscene", d)
|
||||
}
|
||||
do_setscene[selfstamp] = "1"
|
||||
do_setscene[dirs] = "${PSEUDO_DATADIR}"
|
||||
addtask setscene before do_fetch
|
||||
|
||||
addtask fetch
|
||||
|
||||
Reference in New Issue
Block a user