From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0AA00E00CE8; Fri, 15 Dec 2017 04:38:15 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [178.209.48.109 listed in list.dnswl.org] * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail.kmu-office.ch (mail.kmu-office.ch [178.209.48.109]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EB9B7E00AD7 for ; Fri, 15 Dec 2017 04:38:13 -0800 (PST) Received: from webmail.kmu-office.ch (unknown [178.209.48.103]) by mail.kmu-office.ch (Postfix) with ESMTPSA id A2B6C5C0DF0; Fri, 15 Dec 2017 13:32:08 +0100 (CET) MIME-Version: 1.0 Date: Fri, 15 Dec 2017 13:33:15 +0100 From: Stefan Agner To: Otavio Salvador In-Reply-To: References: <20171213225141.15543-1-stefan@agner.ch> <0d99dd49418a9d4b0436c15e93fb59e4@agner.ch> Message-ID: X-Sender: stefan@agner.ch User-Agent: Roundcube Webmail/1.2.5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=agner.ch; s=dkim; t=1513341128; bh=3hbKd9Ti4ufc8b9WalD3EdQYDOwXI0kjJNmYH+erG80=; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To:Cc:Subject:In-Reply-To:References:Message-ID; b=D5UTFnUNjhga88yjh16k5lqRpUrdfWWCg0HfM2Qudgf0ZV4c4RqhTnv4419ITFOKBRfrTAn+7sDQiIJ0RJnF6CSvMjfJEXUAXN7o2Knh6mEj/trB/peLI9nHivLMSKUchy3VbKDRC1L6AdPk+FVZ4OitEvnQ+16B0NsdwjV1hBo= Cc: meta-freescale@yoctoproject.org, Stefan Agner Subject: Re: [PATCH] linux-fslc-imx: Update to 4.9-1.0.x GA based fork X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2017 12:38:15 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On 2017-12-15 13:20, Otavio Salvador wrote: > On Fri, Dec 15, 2017 at 9:46 AM, Stefan Agner wrote: >> On 2017-12-15 02:20, Otavio Salvador wrote: >>> On Wed, Dec 13, 2017 at 8:51 PM, Stefan Agner wrote: >>>> From: Stefan Agner >>>> >>>> This updates the kernel fork for the 4.9-1.0.x-imx branch, merges the >>>> 4.9.67 stable release on top of it and apply following changes: >>>> - ARM: dts: imx6ull: include all needed definitions >>>> - ASoC: sgtl5000: Allow LRCLK pad drive strength to be changed >>>> - video: fbdev: mxsfb: honor native-mode >>>> - video: mxsfb: simplify parsing >>>> - dmaengine: Kconfig: Extend the dependency for MXS_DMA >>>> - video: fbdev: mxsfb: fix pixelclock polarity >>>> - video: mxsfb: add compile dependencies >>>> - chipidea: make usb charger optional >>>> >>>> Signed-off-by: Stefan Agner >>>> --- >>>> recipes-kernel/linux/linux-fslc-imx/defconfig | 24 +++++------------------- >>>> recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb | 16 ++++++++++++++++ >>>> 2 files changed, 21 insertions(+), 19 deletions(-) >>>> create mode 100644 recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb >>>> >>>> diff --git a/recipes-kernel/linux/linux-fslc-imx/defconfig b/recipes-kernel/linux/linux-fslc-imx/defconfig >>>> index 061a1bde..f9e53a6a 100644 >>>> --- a/recipes-kernel/linux/linux-fslc-imx/defconfig >>>> +++ b/recipes-kernel/linux/linux-fslc-imx/defconfig >>>> @@ -1,6 +1,5 @@ >>>> CONFIG_KERNEL_LZO=y >>>> CONFIG_SYSVIPC=y >>>> -CONFIG_FHANDLE=y >>>> CONFIG_NO_HZ=y >>>> CONFIG_HIGH_RES_TIMERS=y >>>> CONFIG_IKCONFIG=y >>> >>> This should be dropped as FHANDLE is used for systemd >> >> I did not disable it. I just did make defconfig and then make >> savedefconfig again, so we have a proper minimal defconfig file for the >> 4.9 kernel. >> >> The reason it does not appear any longer in defconfig is since during >> the 4.6 development cycle f76be61755c5 ("Make CONFIG_FHANDLE default y") >> enabled FHANDLE by default. > > Awesome :-) > > Did you test the kernel using the current Vivante driver? Yes, with some additional patches to add Colibri/Apalis support. At least X-Server with glmark2 seems to work fine. Btw, I just realized that recipes-kernel/linux/linux-fslc-imx/defconfig also gets used by the linux-fslc-imx_4.1-2.0.x.bb recipe... Do we want to keep that kernel recipe? Then we probably should create two defconfigs.. -- Stefan