Files
poky/scripts
Martin Jansa 8689313447 scripts/test-dependencies.sh: remove
* with RSS used in pyro this script isn't very useful anymore
* RSS makes sure that the dependencies are almost always deterministic
  the only case known to me where dependencies are different based on
  what was already built in TMPDIR are runtime dependencies resolved
  by shlibs code in package.bbclass (which is using global pkgdata, not
  specific to given recipe and its RSS) as described here:
  https://bugzilla.yoctoproject.org/show_bug.cgi?id=9217#c4
  but for this case it's not worth running complete test-dependencies.sh
  runs

(From OE-Core rev: ab87b50fa0b0468c1d3640bbe8e733b3caf61ea9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-05-07 15:57:44 +01:00
..
2017-11-05 22:39:46 +00:00
2016-06-01 12:47:10 +01:00
2016-12-13 22:55:21 +00:00
2017-03-27 08:15:07 +01:00

This directory contains Various useful scripts for working with OE builds