From: Nikolay Dimitrov <picmaster@mail.bg>
To: Lenivyy Viktor <Viktor.Lenivyy@author.kiev.ua>,
"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: FW: How to recreate rootfs image
Date: Wed, 26 Aug 2015 23:07:43 +0300 [thread overview]
Message-ID: <55DE1C8F.3060206@mail.bg> (raw)
In-Reply-To: <1c7f82d0d8884768b0906a80047289dd@E2013a.CORP.ICS.COM.UA>
Hi Victor,
On 08/26/2015 08:12 PM, Lenivyy Viktor wrote:
> This command did what I was trying to avoid: remove Yocto's copy of kernel sources. But starting questions still exist.
>
In your kernel recipe are you using SRC_URI to fetch from a git
repository (e.g. git:// URI) or from a local directory?
I guess that if you're using a local path, there can be either some
uncommitted changes, or a stale git index.
You can try just for the experiment to add your current kernel sources
to a test git repo and point the SRC_URI to it, so bitbake can clone
the repo by git revision (SRCREV = "${AUTOREV}" will skip the need to
update the recipe revision constantly during development). This should
work fine, without the "-dirty" version suffix.
Regards,
Nikolay
prev parent reply other threads:[~2015-08-26 20:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-26 16:13 How to recreate rootfs image Lenivyy Viktor
2015-08-26 16:17 ` Khem Raj
2015-08-26 17:12 ` FW: " Lenivyy Viktor
2015-08-26 20:07 ` Nikolay Dimitrov [this message]
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=55DE1C8F.3060206@mail.bg \
--to=picmaster@mail.bg \
--cc=Viktor.Lenivyy@author.kiev.ua \
--cc=yocto@yoctoproject.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.