[linux-yocto] warning when use linux-yocto-tiny_4.4.bb
Bruce Ashfield
bruce.ashfield at windriver.com
Sun Apr 10 18:55:16 PDT 2016
On 2016-04-10 10:13 AM, Robert Yang wrote:
> after do_patch:
>
> WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0
> do_patch: After meta data application, the kernel tree branch is
> standard/tiny/common-pc. The
> WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0
> do_patch: SRC_URI specified branch standard/tiny/base. The branch will
> be forced to standard/tiny/base,
> WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0
> do_patch: but this means the board meta data (.scc files) do not match
> the SRC_URI specification.
> WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0
> do_patch: The meta data and branch standard/tiny/base should be
> inspected to ensure the proper
> WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0
> do_patch: kernel is being built.
>
> The problem is that there are two branches which are the same:
>
> $ cd tmp/work-shared/qemux86/kernel-source
> git diff standard/tiny/base..standard/tiny/common-pc
>
> No output which means that they are the same, and causes the warning.
> Should we remove standard/tiny/common-pc, please ?
That wouldn't be a good idea. The .scc files are pointing to that
branch, while the SRC_URI is pointing elsewhere.
It is the SRC_URI that needs to be adjusted, not the .scc files.
or if we did deleted that branch, the .scc files need to be updated
to point to standard/tiny/base.
Either way, it isn't a branch / delete operation in the kernel tree,
it is a recipe and meta data fix.
Bruce
>
More information about the linux-yocto
mailing list