]> code.ossystems Code Review - openembedded-core.git/commit
correct do_patch for kernel bbappend in sdk
authorYann CARDAILLAC <yann.cardaillac@smile.fr>
Mon, 11 Mar 2019 12:08:37 +0000 (13:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Mar 2019 18:56:38 +0000 (11:56 -0700)
commite51cb385e5573c7069de6e8308b9b68eb4a3a162
tree73c4bc6cc5c2a9fe5d9d09bfba55a011d721b77c
parent632c54b7686e60ee320ed1a7ac7d889790599d27
correct do_patch for kernel bbappend in sdk

do_patch rule of SDK's workspace/appends/linux-*.bbhappend may fail if script are not written in Python

that was the case with Phytec's BSP, the fix was to replace the do_patch rule with :

do_patch[noexec]="1" when the file was generated in scripts/lib/devtool/standard.py

Signed-off-by: Yann CARDAILLAC <yann.cardaillac@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py