mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 04:00:28 +00:00
a9266fa905
Being minimalist, dash does not support the (non-POSIX) feature of passing an argument while sourcing a script. Like in . <some path>/oe-init-build-env <build dir> With dash, one must instead use: cd <some path> set <build dir> # puts <build dir> in $1 . ./oe-init-build-env # can only be called from its directory in dash oe-setup-build generate a sourcable "init-build-env" script, this script must use the above snippet to be used in dash. (From OE-Core rev: 35c90011824845b40066b7747b256f1cd31b0dba) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This directory contains Various useful scripts for working with OE builds