From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f65.google.com (mail-oi0-f65.google.com [209.85.218.65]) by mail.openembedded.org (Postfix) with ESMTP id 9037F78429 for ; Wed, 28 Mar 2018 10:34:08 +0000 (UTC) Received: by mail-oi0-f65.google.com with SMTP id e8-v6so1696884oii.4 for ; Wed, 28 Mar 2018 03:34:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OWFndof0t44Uv4jMDKyNMkJRbb76HkaOfLWUyB8YIuc=; b=nYdNRzSQ0tpd5ZwX78BEtRdYBSW0qB+B+jMR/CGEFbs0+e775L3AnoITfiFxnPWl4p NTUqyq47u0mw1bSVcnvSqJc+AoAd6yJjDXvtZ3U5vvycH6ewiqKiYToD9MJX/YHFvRDN ojOC+VJZqdIvnJzsu1Pi9l4ixpMm2t87ZLA6j5DCsaZJlDzowZc55FH1Xr+SKd1dNULZ +YX7Z5Tea051E+Q9bOvn6AgydZB9pUc/mt+HsplEVBhiXUDq8mOrwnsrpzSbBzFnnWsI H6AiekXuGUHqcrIP+UVWpiM6WCIEZ2dEBMvS/cG/3eW3Qs9X+tJEmLvwDjq2mlcZA1XJ UGHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OWFndof0t44Uv4jMDKyNMkJRbb76HkaOfLWUyB8YIuc=; b=Xyk3KxpwO25sZ6xkJCUbGVINN9H9v8T1i6CPbbDUByGeYNMKoEFxjTqFXsptPs9ozD uXSy4oc5rRflHcbbf5f6MRdnOj/GREQZJ18I9r9YTndysVbJ1maqrh8Spl0Bt0I+lJEL Db0Irrd+eruP9jYl76c+kNDLGhe+lGaeK3904gbffj0tJep46HnXLGP9CUMqxd5LEADZ WHCA+epAv4j8XgZgAkO80hxbvMNztvPF8MCae5Zk/TI+EOihlQKo29456Fbs3t0CL9Vr xUEHyeQpJAkYW5YTN5w3grg+i6XnY2dYHL3NpIp+ES3bjX4O1SwgF8x6nRI2dRuCuo+h 9sdg== X-Gm-Message-State: AElRT7HMihDr2VAzOWo9hotsvPnwjriP/qKyMKTInYp1zULrEgwGhYnQ fD6d2EY1ixRSAyHu45mU3RfHlA5ookubFlVwD8SkcA== X-Google-Smtp-Source: AIpwx49NSRBV/aairzRNPfnjt2ZxL23KzT3pkblMP198TgRjV6hVNknofIEhoifN1/47unoXGfWWsDz9GYLoBVbyI3I= X-Received: by 10.202.27.13 with SMTP id b13mr953566oib.70.1522233249713; Wed, 28 Mar 2018 03:34:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.138.17.198 with HTTP; Wed, 28 Mar 2018 03:33:49 -0700 (PDT) In-Reply-To: References: From: "Burton, Ross" Date: Wed, 28 Mar 2018 11:33:49 +0100 Message-ID: To: Bruce Ashfield Cc: OE-core Subject: Re: [PATCH 0/7] linux-yocto: consolidated pull request X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2018 10:34:08 -0000 Content-Type: text/plain; charset="UTF-8" Also a non-musl target failed like this: | NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest) | NOTE: ---------------------------------------------------------------------- | NOTE: Traceback (most recent call last): | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py", line 32, in wrapped_f | return func(*args, **kwargs) | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py", line 32, in wrapped_f | return func(*args, **kwargs) | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py", line 32, in wrapped_f | return func(*args, **kwargs) | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py", line 40, in test_kernel_module | self.assertEqual(status, 0, msg='\n'.join([cmd, output])) | AssertionError: 2 != 0 : cd /tmp && make | make -C /usr/src/kernel M=/tmp modules | make[1]: Entering directory '/usr/src/kernel' | make[2]: *** No rule to make target 'tools/objtool/objtool', needed by '/tmp/hellomod.o'. Stop. | make[1]: Leaving directory '/usr/src/kernel' | make[1]: *** [Makefile:1519: _module_/tmp] Error 2 | make: *** [Makefile:5: all] Error 2 Same error but with glibc instead of musl. Ross On 28 March 2018 at 11:31, Burton, Ross wrote: > I think it was this pull but musl builds are now failing like this in selftest: > > | NOTE: FAIL: test_kernel_module (kernelmodule.KernelModuleTest) > | NOTE: ---------------------------------------------------------------------- > | NOTE: Traceback (most recent call last): > | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py", > line 32, in wrapped_f > | return func(*args, **kwargs) > | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py", > line 32, in wrapped_f > | return func(*args, **kwargs) > | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py", > line 32, in wrapped_f > | return func(*args, **kwargs) > | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py", > line 40, in test_kernel_module > | self.assertEqual(status, 0, msg='\n'.join([cmd, output])) > | AssertionError: 2 != 0 : cd /tmp && make > | make -C /usr/src/kernel M=/tmp modules > | make[1]: Entering directory '/usr/src/kernel' > | getconf: LFS_CFLAGS: unknown variable > | getconf: LFS_LDFLAGS: unknown variable > | getconf: LFS_LIBS: unknown variable > | make[2]: *** No rule to make target 'tools/objtool/objtool', needed > by '/tmp/hellomod.o'. Stop. > | make[1]: Leaving directory '/usr/src/kernel' > | make[1]: *** [Makefile:1519: _module_/tmp] Error 2 > | make: *** [Makefile:5: all] Error 2 > > Ross > > On 27 March 2018 at 16:03, Bruce Ashfield wrote: >> Hi all, >> >> This pull request is a series of -stable updates (more Spectre/meltdown >> included), and some fixes for the fsl_mpc h/w reference board that will >> allow us to update the reference to v4.14+. >> >> We also have a configuration tweak to the wifi fragments, which will >> result in more reuse, but won't impact the default configurations. >> >> Note: I haven't included the re-written kernel-devsrc changes, since >> I've never been able to reproduce the multilib issue with the ssl >> dependency. The devsrc changes will have to be looked at after the >> release. >> >> Cheers, >> >> Bruce >> >> The following changes since commit 80c7ca2c28959d08a59d960d318d8360392bd488: >> >> kernel-dev: Clean up of "bsp_name" placeholder. (2018-03-25 09:41:13 +0100) >> >> are available in the git repository at: >> >> git://git.pokylinux.org/poky-contrib zedd/kernel >> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel >> >> Bruce Ashfield (7): >> linux-yocto/4.12: update to v4.12.21 >> mpc8315e-rdb: fix broken ethernet >> linux-yocto/4.12: add ssl and utils native dependencies >> linux-yocto/meta: improve wifi driver granularity >> linux-yocto/4.12: intel-socfpga, intel-pmc-core and ish support for >> CoffeeLake board >> linux-yocto/4.14: update to v4.14.30 >> linux-yocto/4.15: update to v4.15.13 >> >> meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 6 +++--- >> meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++--- >> meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 6 +++--- >> meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 6 +++--- >> meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++--- >> meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 6 +++--- >> meta/recipes-kernel/linux/linux-yocto_4.12.bb | 22 ++++++++++++---------- >> meta/recipes-kernel/linux/linux-yocto_4.14.bb | 20 ++++++++++---------- >> meta/recipes-kernel/linux/linux-yocto_4.15.bb | 20 ++++++++++---------- >> 9 files changed, 50 insertions(+), 48 deletions(-) >> >> -- >> 2.5.0 >> >> -- >> _______________________________________________ >> Openembedded-core mailing list >> Openembedded-core@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-core