From: ChenQi <Qi.Chen@windriver.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH V2 1/2] uninative-tarball: delete the packagedata task
Date: Fri, 24 Apr 2015 17:09:51 +0800 [thread overview]
Message-ID: <553A085F.60203@windriver.com> (raw)
In-Reply-To: <9598845.8ZbdBo0yX6@peggleto-mobl.ger.corp.intel.com>
On 04/24/2015 05:03 PM, Paul Eggleton wrote:
> On Friday 24 April 2015 16:59:34 Chen Qi wrote:
>> This task is meaningless for uninative-tarball as the package task
>> has been deleted. Besides, sometimes it would cause problems. To
>> reproduce, use the following command.
>>
>> bitbake uninative-tarball -c cleansstate && bitbake uninative-tarball &&
>> bitbake uninative-tarball -c clean && bitbake uninative-tarball
>>
>> The error is something like below.
>>
>> File: 'sstate.bbclass', lineno: 33, function: sstate_installpkg
>> 0029: bb.build.exec_func(f, d)
>> 0030:
>> 0031: for state in ss['dirs']:
>> 0032: prepdir(state[1])
>> *** 0033: os.rename(sstateinst + state[0], state[1])
>> 0034: sstate_install(ss, d)
>> 0035:
>> 0036: for plain in ss['plaindirs']:
>> 0037: workdir = d.getVar('WORKDIR', True)
>> Exception: OSError: [Errno 2] No such file or directory
>>
>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>> ---
>> meta/recipes-core/meta/uninative-tarball.bb | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/recipes-core/meta/uninative-tarball.bb
>> b/meta/recipes-core/meta/uninative-tarball.bb index 62bdde8..41f7927 100644
>> --- a/meta/recipes-core/meta/uninative-tarball.bb
>> +++ b/meta/recipes-core/meta/uninative-tarball.bb
>> @@ -23,6 +23,7 @@ inherit populate_sdk
>>
>> deltask install
>> deltask package
>> +deltask packagedata
>>
>> SDK_DEPENDS += "patchelf-native"
> I forgot to note, this one is filed also - [YOCTO #7597]. Can you please add
> this to the commit message on the branch?
>
> Thanks,
> Paul
>
Thanks for pointing that out.
I've updated the remote branch.
The bug number has been added to the commit message. See below.
http://cgit.openembedded.org/openembedded-core-contrib/commit/?h=ChenQi/uninative-tarball-fixes&id=db6c1f96c80a967b314cd1d1a671044c249e7777
Best Regards,
Chen Qi
next prev parent reply other threads:[~2015-04-24 9:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-24 8:59 [PATCH V2 0/2] Two fixes related to uninative-tarball Chen Qi
2015-04-24 8:59 ` [PATCH V2 1/2] uninative-tarball: delete the packagedata task Chen Qi
2015-04-24 9:03 ` Paul Eggleton
2015-04-24 9:09 ` ChenQi [this message]
2015-04-24 8:59 ` [PATCH V2 2/2] populate_sdk_base: avoid executing empty function Chen Qi
2015-04-24 15:08 ` Christopher Larson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=553A085F.60203@windriver.com \
--to=qi.chen@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox