]> 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)
committerArmin Kuster <akuster808@gmail.com>
Sat, 13 Apr 2019 19:33:48 +0000 (12:33 -0700)
commite041812a84025a9ff9121efabc3805ff2dfe6375
tree61845343ab1b4866174da15306cafaae38145ce0
parentaa4d86ff55b01d150f49b5b4517b0c661a10c36b
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/devtool/standard.py