Hi,
On 2016-10-08 18:17, Bill Randle wrote:
Hi,
I think I would leave the toolchain artifact as is, but just surround
the the 'cp' with an 'if' statement. E.g.,:
if [ -e <path-to-x86-toolchain> ]; then
cp <cp-args> <path-to-x86-toolchain> <destination>;
fi;
if [ -e <path-to-x86_64-toolchain> ]; then
cp <cp-args> <path-to-x86_64-toolchain> <destination>;
fi;
This sounds like a brilliant idea. It looks like now I have the
behaviour of the good old Y-AB plus md5sums and friends and being copied
over.
What do you think about this patch? [1]
-Bill
[1]
https://github.com/RobertBerger/autobuilder-patches/blob/master/before-install/0004-deal-only-with-built-toolchains-cp-also-md5-and-mani.patch
Regards,
Robert
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto