All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-yocto-bsp] meta-yocto-bsp: linux 4.4: bump to the latest stable version for the non-x86 BSPs
@ 2016-09-20 12:00 Kevin Hao
  2016-09-20 12:00 ` [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options Kevin Hao
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Hao @ 2016-09-20 12:00 UTC (permalink / raw)
  To: linux-yocto, poky

Boot test for all these boards.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
---
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
index 4a7f7e25f55b..50006e409c69 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
@@ -9,9 +9,9 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 
 SRCREV_machine_genericx86    ?= "0a0c93f29c0d65c00abdd2f6d1eb89134fae9525"
 SRCREV_machine_genericx86-64 ?= "0a0c93f29c0d65c00abdd2f6d1eb89134fae9525"
-SRCREV_machine_edgerouter ?= "628bf627561c6285d99fb978e11d4c15fc29324b"
-SRCREV_machine_beaglebone ?= "628bf627561c6285d99fb978e11d4c15fc29324b"
-SRCREV_machine_mpc8315e-rdb ?= "94ac8da44990afd2d43c0ccd713420fb1cfa0792"
+SRCREV_machine_edgerouter ?= "7d1401a0dd9bebfe49937ca7d9785972e0cc76d0"
+SRCREV_machine_beaglebone ?= "7d1401a0dd9bebfe49937ca7d9785972e0cc76d0"
+SRCREV_machine_mpc8315e-rdb ?= "2d7b24e9c0d40d8317a0b9e1b0eefb8280e50d5f"
 
 COMPATIBLE_MACHINE_genericx86 = "genericx86"
 COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
@@ -21,3 +21,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 
 LINUX_VERSION_genericx86 = "4.4.18"
 LINUX_VERSION_genericx86-64 = "4.4.18"
+LINUX_VERSION_edgerouter = "4.4.20"
+LINUX_VERSION_beaglebone = "4.4.20"
+LINUX_VERSION_mpc8315e-rdb = "4.4.20"
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options
  2016-09-20 12:00 [meta-yocto-bsp] meta-yocto-bsp: linux 4.4: bump to the latest stable version for the non-x86 BSPs Kevin Hao
@ 2016-09-20 12:00 ` Kevin Hao
  2016-10-08  7:36   ` Kevin Hao
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Hao @ 2016-09-20 12:00 UTC (permalink / raw)
  To: linux-yocto, poky

The kernel_configcheck complains about these unnecessary kernel options.
The final .config is the same with or without them.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
---
 bsp/beaglebone/beaglebone.cfg | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg
index a6fe6d33d586..4c786d0afbef 100644
--- a/bsp/beaglebone/beaglebone.cfg
+++ b/bsp/beaglebone/beaglebone.cfg
@@ -229,7 +229,6 @@ CONFIG_FB_CFB_FILLRECT=y
 CONFIG_FB_CFB_COPYAREA=y
 CONFIG_FB_CFB_IMAGEBLIT=y
 # CONFIG_FB_FOREIGN_ENDIAN is not set
-# CONFIG_FB_SYS_FOPS is not set
 # CONFIG_FB_SVGALIB is not set
 # CONFIG_FB_MACMODES is not set
 # CONFIG_FB_BACKLIGHT is not set
@@ -240,26 +239,19 @@ CONFIG_FB_TILEBLITTING=y
 # Frame buffer hardware drivers
 #
 # CONFIG_FB_S1D13XXX is not set
-# CONFIG_FB_TMIO is not set
 # CONFIG_FB_VIRTUAL is not set
 # CONFIG_FB_METRONOME is not set
-# CONFIG_FB_MB862XX is not set
 # CONFIG_FB_BROADSHEET is not set
 # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set
 # CONFIG_FB_DA8XX is not set
 # CONFIG_FB_DA8XX_TDA998X is not set
-CONFIG_OMAP2_VRFB=y
 CONFIG_OMAP2_DSS=y
-# CONFIG_OMAP2_DSS_COLLECT_IRQ_STATS is not set
 CONFIG_OMAP2_DSS_DPI=y
-# CONFIG_OMAP2_DSS_RFBI is not set
 CONFIG_OMAP2_DSS_VENC=y
 # CONFIG_OMAP2_DSS_SDI is not set
 CONFIG_OMAP2_DSS_DSI=y
 # CONFIG_OMAP2_DSS_FAKE_VSYNC is not set
 CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0
-CONFIG_FB_OMAP2=y
-CONFIG_FB_OMAP2_NUM_FBS=3
 
 #
 # OMAP Display Device Drivers (new device model)
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options
  2016-09-20 12:00 ` [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options Kevin Hao
@ 2016-10-08  7:36   ` Kevin Hao
  2016-10-08  7:37     ` Kevin Hao
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Hao @ 2016-10-08  7:36 UTC (permalink / raw)
  To: linux-yocto, poky

[-- Attachment #1: Type: text/plain, Size: 1842 bytes --]

On Tue, Sep 20, 2016 at 08:00:25PM +0800, Kevin Hao wrote:
> The kernel_configcheck complains about these unnecessary kernel options.
> The final .config is the same with or without them.

Hi Bruce,

It seems that you missed this patch for the linux 4.1 kernel-meta.

Thanks,
Kevin

> 
> Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
> ---
>  bsp/beaglebone/beaglebone.cfg | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg
> index a6fe6d33d586..4c786d0afbef 100644
> --- a/bsp/beaglebone/beaglebone.cfg
> +++ b/bsp/beaglebone/beaglebone.cfg
> @@ -229,7 +229,6 @@ CONFIG_FB_CFB_FILLRECT=y
>  CONFIG_FB_CFB_COPYAREA=y
>  CONFIG_FB_CFB_IMAGEBLIT=y
>  # CONFIG_FB_FOREIGN_ENDIAN is not set
> -# CONFIG_FB_SYS_FOPS is not set
>  # CONFIG_FB_SVGALIB is not set
>  # CONFIG_FB_MACMODES is not set
>  # CONFIG_FB_BACKLIGHT is not set
> @@ -240,26 +239,19 @@ CONFIG_FB_TILEBLITTING=y
>  # Frame buffer hardware drivers
>  #
>  # CONFIG_FB_S1D13XXX is not set
> -# CONFIG_FB_TMIO is not set
>  # CONFIG_FB_VIRTUAL is not set
>  # CONFIG_FB_METRONOME is not set
> -# CONFIG_FB_MB862XX is not set
>  # CONFIG_FB_BROADSHEET is not set
>  # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set
>  # CONFIG_FB_DA8XX is not set
>  # CONFIG_FB_DA8XX_TDA998X is not set
> -CONFIG_OMAP2_VRFB=y
>  CONFIG_OMAP2_DSS=y
> -# CONFIG_OMAP2_DSS_COLLECT_IRQ_STATS is not set
>  CONFIG_OMAP2_DSS_DPI=y
> -# CONFIG_OMAP2_DSS_RFBI is not set
>  CONFIG_OMAP2_DSS_VENC=y
>  # CONFIG_OMAP2_DSS_SDI is not set
>  CONFIG_OMAP2_DSS_DSI=y
>  # CONFIG_OMAP2_DSS_FAKE_VSYNC is not set
>  CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0
> -CONFIG_FB_OMAP2=y
> -CONFIG_FB_OMAP2_NUM_FBS=3
>  
>  #
>  # OMAP Display Device Drivers (new device model)
> -- 
> 2.9.3
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options
  2016-10-08  7:36   ` Kevin Hao
@ 2016-10-08  7:37     ` Kevin Hao
  2016-10-11 16:08       ` [linux-yocto] " Bruce Ashfield
  2016-10-12 23:03       ` Bruce Ashfield
  0 siblings, 2 replies; 6+ messages in thread
From: Kevin Hao @ 2016-10-08  7:37 UTC (permalink / raw)
  To: linux-yocto, poky

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

On Sat, Oct 08, 2016 at 03:36:34PM +0800, Kevin Hao wrote:
> On Tue, Sep 20, 2016 at 08:00:25PM +0800, Kevin Hao wrote:
> > The kernel_configcheck complains about these unnecessary kernel options.
> > The final .config is the same with or without them.
> 
> Hi Bruce,
> 
> It seems that you missed this patch for the linux 4.1 kernel-meta.

Sorry for the typo. Should be linux 4.4.

Thanks,
Kevin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-yocto] [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options
  2016-10-08  7:37     ` Kevin Hao
@ 2016-10-11 16:08       ` Bruce Ashfield
  2016-10-12 23:03       ` Bruce Ashfield
  1 sibling, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2016-10-11 16:08 UTC (permalink / raw)
  To: Kevin Hao; +Cc: poky, Development list for the linux-yocto repositories

[-- Attachment #1: Type: text/plain, Size: 923 bytes --]

I'm about to get onto a plane, but when I land in Berlin, I can have a look
and
locate the missing change!

Cheers,

Bruce

On Sat, Oct 8, 2016 at 3:37 AM, Kevin Hao <kexin.hao@windriver.com> wrote:

> On Sat, Oct 08, 2016 at 03:36:34PM +0800, Kevin Hao wrote:
> > On Tue, Sep 20, 2016 at 08:00:25PM +0800, Kevin Hao wrote:
> > > The kernel_configcheck complains about these unnecessary kernel
> options.
> > > The final .config is the same with or without them.
> >
> > Hi Bruce,
> >
> > It seems that you missed this patch for the linux 4.1 kernel-meta.
>
> Sorry for the typo. Should be linux 4.4.
>
> Thanks,
> Kevin
>
> --
> _______________________________________________
> linux-yocto mailing list
> linux-yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/linux-yocto
>
>


-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 1621 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-yocto] [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options
  2016-10-08  7:37     ` Kevin Hao
  2016-10-11 16:08       ` [linux-yocto] " Bruce Ashfield
@ 2016-10-12 23:03       ` Bruce Ashfield
  1 sibling, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2016-10-12 23:03 UTC (permalink / raw)
  To: Kevin Hao, linux-yocto, poky

On 10/08/2016 03:37 AM, Kevin Hao wrote:
> On Sat, Oct 08, 2016 at 03:36:34PM +0800, Kevin Hao wrote:
>> On Tue, Sep 20, 2016 at 08:00:25PM +0800, Kevin Hao wrote:
>>> The kernel_configcheck complains about these unnecessary kernel options.
>>> The final .config is the same with or without them.
>>
>> Hi Bruce,
>>
>> It seems that you missed this patch for the linux 4.1 kernel-meta.
>
> Sorry for the typo. Should be linux 4.4.

I've cherry picked this to the 4.4 branch. SRCREV updates to follow.

Bruce

>
> Thanks,
> Kevin
>
>
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-12 23:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-20 12:00 [meta-yocto-bsp] meta-yocto-bsp: linux 4.4: bump to the latest stable version for the non-x86 BSPs Kevin Hao
2016-09-20 12:00 ` [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options Kevin Hao
2016-10-08  7:36   ` Kevin Hao
2016-10-08  7:37     ` Kevin Hao
2016-10-11 16:08       ` [linux-yocto] " Bruce Ashfield
2016-10-12 23:03       ` Bruce Ashfield

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.