public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 4/5] linux-yocto/3.19: fixes for Intel core warnings
Date: Tue, 14 Apr 2015 01:11:43 +0200	[thread overview]
Message-ID: <20150413231013.GM2330@jama> (raw)
In-Reply-To: <2c03175314036b7360039fae572b9c9716d3f1c8.1427222980.git.bruce.ashfield@windriver.com>


[-- Attachment #1.1: Type: text/plain, Size: 4113 bytes --]

On Tue, Mar 24, 2015 at 02:57:52PM -0400, Bruce Ashfield wrote:
> Updating the 3.19 meta branch to include the following configuration
> change to deal with kernel configuration audit warnings:
> 
>   9e70b482d377 romley: remove common video and media config items
>   8a4e096759ad intel-common: remove eg20t from common config
>   c2f5ab15620c drm-cdvpvr: Add STAGING_MEDIA
>   ac4693c1db39 media: Prefer modules(m) to yes(y) and update for 3.19 Kernel

I don't know if it's caused by this one or some other linux-yocto
change, but recent qemux86 builds are failing with:

ERROR: Logfile of failure stored in: /OE/build/owpb/webos-ports/tmp-glibc/work/qemux86-webos-linux/linux-yocto/3.19.2+gitAUTOINC+9e70b482d3_31b35da6a5-r0/temp/log.do_compile_kernelmodules.22804
Log data follows:
| DEBUG: Executing shell function do_compile_kernelmodules
| NOTE: make -j 9 modules CC=i586-webos-linux-gcc  LD=i586-webos-linux-ld.bfd
|   CHK     include/config/kernel.release
|   GEN     ./Makefile
|   CHK     include/generated/uapi/linux/version.h
|   Using /OE/build/owpb/webos-ports/tmp-glibc/work-shared/qemux86/kernel-source as source for kernel
|   CHK     include/generated/utsrelease.h
|   CALL    /OE/build/owpb/webos-ports/tmp-glibc/work-shared/qemux86/kernel-source/scripts/checksyscalls.sh
| net/sctp/.transport.o.cmd:5: *** unterminated call to function 'wildcard': missing ')'.  Stop.
| /OE/build/owpb/webos-ports/tmp-glibc/work-shared/qemux86/kernel-source/scripts/Makefile.build:402: recipe for target 'net/sctp' failed
| make[3]: *** [net/sctp] Error 2
| /OE/build/owpb/webos-ports/tmp-glibc/work-shared/qemux86/kernel-source/Makefile:939: recipe for target 'net' failed
| make[2]: *** [net] Error 2
| make[2]: *** Waiting for unfinished jobs....
| Makefile:145: recipe for target 'sub-make' failed
| make[1]: *** [sub-make] Error 2
| Makefile:24: recipe for target '__sub-make' failed
| make: *** [__sub-make] Error 2

Any idea what went wrong?

tmp-glibc/work/qemux86-webos-linux/linux-yocto/3.19.2+gitAUTOINC+9e70b482d3_31b35da6a5-r0/linux-qemux86-standard-build/net/sctp/.transport.o.cmd
is attached

> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 2 +-
>  meta/recipes-kernel/linux/linux-yocto_3.19.bb      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
> index d5a07dd68918..0631c5e55156 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
> @@ -10,7 +10,7 @@ KMETA = "meta"
>  KCONF_BSP_AUDIT_LEVEL = "2"
>  
>  SRCREV_machine ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5"
> -SRCREV_meta ?= "8fc194deced3f83e78b0671c6ff8b45bdb7f80e7"
> +SRCREV_meta ?= "9e70b482d3773abf92c9c5850e134cbca1d5651f"
>  
>  PV = "${LINUX_VERSION}+git${SRCPV}"
>  
> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
> index ac1856abcecc..9b19eb299b16 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
> @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5"
>  SRCREV_machine_qemux86-64 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5"
>  SRCREV_machine_qemumips64 ?= "d35649ef8cbb0a0404be5c721377b138866181ad"
>  SRCREV_machine ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5"
> -SRCREV_meta ?= "8fc194deced3f83e78b0671c6ff8b45bdb7f80e7"
> +SRCREV_meta ?= "9e70b482d3773abf92c9c5850e134cbca1d5651f"
>  
>  SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
>  
> -- 
> 2.1.0
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #1.2: transport.o --]
[-- Type: application/x-object, Size: 49757 bytes --]

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2015-04-13 23:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-24 18:57 [PATCH 0/5] linux-yocto: consolidated pull request Bruce Ashfield
2015-03-24 18:57 ` [PATCH 1/5] kernel-yocto: allow in-tree defconfigs Bruce Ashfield
2015-03-24 18:57 ` [PATCH 2/5] linux-yocto/3.19: configuration updates and stable import Bruce Ashfield
2015-03-24 18:57 ` [PATCH 3/5] linux-yocto/3.14: integrate korg stable and meta data changes Bruce Ashfield
2015-03-24 18:57 ` [PATCH 4/5] linux-yocto/3.19: fixes for Intel core warnings Bruce Ashfield
2015-04-13 23:11   ` Martin Jansa [this message]
2015-03-24 18:57 ` [PATCH 5/5] skeleton: clarify linux-yocto-custom workflow Bruce Ashfield
2015-03-25  9:26 ` [PATCH 0/5] linux-yocto: consolidated pull request Richard Purdie
2015-03-25 12:13   ` Bruce Ashfield
2015-03-25 13:26     ` Bruce Ashfield
2015-03-25 13:52       ` Richard Purdie

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=20150413231013.GM2330@jama \
    --to=martin.jansa@gmail.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox