]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_ext.bbclass: Fix the derivate sdk build error from an published eSDK
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Thu, 21 Feb 2019 21:32:31 +0000 (13:32 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 10:42:56 +0000 (10:42 +0000)
commitaab4089a57a655ca5a7792f05eb5d8dcdb934ae1
tree418dcd56a090fe562e69ec674a9d78e1ec16f690
parentfc5895a41f1e903d86f726821dadfeeba4145585
populate_sdk_ext.bbclass: Fix the derivate sdk build error from an published eSDK

When you install the eSDK in publish mode and then try to build a
derivative sdk using devtool build-sdk, the following error happens

| NOTE: Generating sstate task list...
| NOTE: Generating sstate-cache...
| NOTE: Generating sstate-cache...
| DEBUG: Python function copy_buildsystem finished
| NOTE: Executing install_tools ...
| DEBUG: Executing shell function install_tools
| install: cannot stat /core/meta/files/ext-sdk-prepare.py':
No such file or directory

This patch will fix the error by installing ext-sdk-prepare.py in
publish mode, so that derivative sdk can be generated.

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass