Re: [yocto] [PATCH] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP

2019-05-09 Thread Zoran Stojsavljevic
There is always around, lurking, the replacement crew... Please, do
not forget about that!

And the replacement crew is always ahead... ;-)

Zoran
___

On Thu, May 9, 2019 at 9:32 PM Bruce Ashfield  wrote:
>
>
>
> On Thu, May 9, 2019 at 12:30 PM Zoran Stojsavljevic 
>  wrote:
>>
>> From yesterday... Latest stable release of:
>> https://github.com/jumpnow/meta-bbb
>>
>> My GitHub for BBB (BeagleBone Black):
>> https://github.com/ZoranStojsavljevic/bbb-yocto
>>
>> Both worked out for my bash script (adopted for my needs -> sticks and
>> ropes) and KAS tool!
>> https://github.com/ZoranStojsavljevic/bbb-yocto/tree/master/bbb-releases/bbb-warrior
>>
>> Kernel 5.0.13 (please, look into/upon the traces):
>> https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-warrior/target-bbb-platform-traces.txt
>>
>
> While interesting .. it really isn't relevant in this context. But thanks for 
> sharing anyway!
>
> Cheers,
>
> Bruce
>
>
>>
>> Thank you,
>> Zoran
>> ___
>>
>> On Thu, May 9, 2019 at 2:53 PM Bruce Ashfield  
>> wrote:
>> >
>> >
>> >
>> > On Thu, May 9, 2019 at 8:10 AM Kevin Hao  wrote:
>> >>
>> >> Boot test for all these boards.
>> >>
>> >
>> > I do have more -stable updates coming, and you are seeing some queued 
>> > 5.0.x changes that I haven't sent yet (since I'm hung up on resolving a 
>> > 4.19 conflict for one of the SoC branches), but yes, the changes here are 
>> > good and I'll be bumping the qemu boards in the next day or so.
>> >
>> > Bruce
>> >
>> >
>> >>
>> >> Signed-off-by: Kevin Hao 
>> >> ---
>> >>  .../recipes-kernel/linux/linux-yocto_4.19.bbappend   | 20 
>> >> ++--
>> >>  .../recipes-kernel/linux/linux-yocto_5.0.bbappend| 20 
>> >> ++--
>> >>  2 files changed, 20 insertions(+), 20 deletions(-)
>> >>
>> >> diff --git 
>> >> a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend 
>> >> b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
>> >> index 6025230c7306..ec269d905c4b 100644
>> >> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
>> >> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
>> >> @@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc"
>> >>  KMACHINE_genericx86-64 ?= "common-pc-64"
>> >>  KMACHINE_beaglebone-yocto ?= "beaglebone"
>> >>
>> >> -SRCREV_machine_genericx86?= 
>> >> "11e0e616ed095bb8012e1b4a231254c9656a0193"
>> >> -SRCREV_machine_genericx86-64 ?= 
>> >> "11e0e616ed095bb8012e1b4a231254c9656a0193"
>> >> -SRCREV_machine_edgerouter ?= "eebb51300a07804a020ec468b5f8c5bf720198d9"
>> >> -SRCREV_machine_beaglebone-yocto ?= 
>> >> "eebb51300a07804a020ec468b5f8c5bf720198d9"
>> >> -SRCREV_machine_mpc8315e-rdb ?= "8b60f968823256f5d2889c4520d70299ca21411b"
>> >> +SRCREV_machine_genericx86?= 
>> >> "5664dc14399edcaad210bbeb6343d84561fb3ea8"
>> >> +SRCREV_machine_genericx86-64 ?= 
>> >> "5664dc14399edcaad210bbeb6343d84561fb3ea8"
>> >> +SRCREV_machine_edgerouter ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
>> >> +SRCREV_machine_beaglebone-yocto ?= 
>> >> "5664dc14399edcaad210bbeb6343d84561fb3ea8"
>> >> +SRCREV_machine_mpc8315e-rdb ?= "d419f4ca6ba4b097b8ad710a93b89510f5b2998c"
>> >>
>> >>  COMPATIBLE_MACHINE_genericx86 = "genericx86"
>> >>  COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
>> >> @@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
>> >>  COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
>> >>  COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
>> >>
>> >> -LINUX_VERSION_genericx86 = "4.19.19"
>> >> -LINUX_VERSION_genericx86-64 = "4.19.19"
>> >> -LINUX_VERSION_edgerouter = "4.19.14"
>> >> -LINUX_VERSION_beaglebone-yocto = "4.19.14"
>> >> -LINUX_VERSION_mpc8315e-rdb = "4.19.14"
>> >> +LINUX_VERSION_genericx86 = "4.19.34"
>> >> +LINUX_VERSION_genericx86-64 = "4.19.34"
>> >> +LINUX_VERSION_edgerouter = "4.19.34"
>> >> +LINUX_VERSION_beaglebone-yocto = "4.19.34"
>> >> +LINUX_VERSION_mpc8315e-rdb = "4.19.34"
>> >> diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend 
>> >> b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
>> >> index 5cf6e1f0649e..d7cf1216f45d 100644
>> >> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
>> >> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
>> >> @@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc"
>> >>  KMACHINE_genericx86-64 ?= "common-pc-64"
>> >>  KMACHINE_beaglebone-yocto ?= "beaglebone"
>> >>
>> >> -SRCREV_machine_genericx86?= 
>> >> "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
>> >> -SRCREV_machine_genericx86-64 ?= 
>> >> "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
>> >> -SRCREV_machine_edgerouter ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
>> >> -SRCREV_machine_beaglebone-yocto ?= 
>> >> "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
>> >> -SRCREV_machine_mpc8315e-rdb ?= "8b62af7f252af10588276802c4c6d7c502e875be"
>> >> +SRCREV_machine_genericx86?= 
>> >> "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
>> >> 

Re: [yocto] [PATCH] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP

2019-05-09 Thread Bruce Ashfield
On Thu, May 9, 2019 at 12:30 PM Zoran Stojsavljevic <
zoran.stojsavlje...@gmail.com> wrote:

> From yesterday... Latest stable release of:
> https://github.com/jumpnow/meta-bbb
>
> My GitHub for BBB (BeagleBone Black):
> https://github.com/ZoranStojsavljevic/bbb-yocto
>
> Both worked out for my bash script (adopted for my needs -> sticks and
> ropes) and KAS tool!
>
> https://github.com/ZoranStojsavljevic/bbb-yocto/tree/master/bbb-releases/bbb-warrior
>
> Kernel 5.0.13 (please, look into/upon the traces):
>
> https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-warrior/target-bbb-platform-traces.txt
>
>
While interesting .. it really isn't relevant in this context. But thanks
for sharing anyway!

Cheers,

Bruce



> Thank you,
> Zoran
> ___
>
> On Thu, May 9, 2019 at 2:53 PM Bruce Ashfield 
> wrote:
> >
> >
> >
> > On Thu, May 9, 2019 at 8:10 AM Kevin Hao 
> wrote:
> >>
> >> Boot test for all these boards.
> >>
> >
> > I do have more -stable updates coming, and you are seeing some queued
> 5.0.x changes that I haven't sent yet (since I'm hung up on resolving a
> 4.19 conflict for one of the SoC branches), but yes, the changes here are
> good and I'll be bumping the qemu boards in the next day or so.
> >
> > Bruce
> >
> >
> >>
> >> Signed-off-by: Kevin Hao 
> >> ---
> >>  .../recipes-kernel/linux/linux-yocto_4.19.bbappend   | 20
> ++--
> >>  .../recipes-kernel/linux/linux-yocto_5.0.bbappend| 20
> ++--
> >>  2 files changed, 20 insertions(+), 20 deletions(-)
> >>
> >> diff --git
> a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
> b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
> >> index 6025230c7306..ec269d905c4b 100644
> >> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
> >> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
> >> @@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc"
> >>  KMACHINE_genericx86-64 ?= "common-pc-64"
> >>  KMACHINE_beaglebone-yocto ?= "beaglebone"
> >>
> >> -SRCREV_machine_genericx86?=
> "11e0e616ed095bb8012e1b4a231254c9656a0193"
> >> -SRCREV_machine_genericx86-64 ?=
> "11e0e616ed095bb8012e1b4a231254c9656a0193"
> >> -SRCREV_machine_edgerouter ?= "eebb51300a07804a020ec468b5f8c5bf720198d9"
> >> -SRCREV_machine_beaglebone-yocto ?=
> "eebb51300a07804a020ec468b5f8c5bf720198d9"
> >> -SRCREV_machine_mpc8315e-rdb ?=
> "8b60f968823256f5d2889c4520d70299ca21411b"
> >> +SRCREV_machine_genericx86?=
> "5664dc14399edcaad210bbeb6343d84561fb3ea8"
> >> +SRCREV_machine_genericx86-64 ?=
> "5664dc14399edcaad210bbeb6343d84561fb3ea8"
> >> +SRCREV_machine_edgerouter ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
> >> +SRCREV_machine_beaglebone-yocto ?=
> "5664dc14399edcaad210bbeb6343d84561fb3ea8"
> >> +SRCREV_machine_mpc8315e-rdb ?=
> "d419f4ca6ba4b097b8ad710a93b89510f5b2998c"
> >>
> >>  COMPATIBLE_MACHINE_genericx86 = "genericx86"
> >>  COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
> >> @@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
> >>  COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
> >>  COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
> >>
> >> -LINUX_VERSION_genericx86 = "4.19.19"
> >> -LINUX_VERSION_genericx86-64 = "4.19.19"
> >> -LINUX_VERSION_edgerouter = "4.19.14"
> >> -LINUX_VERSION_beaglebone-yocto = "4.19.14"
> >> -LINUX_VERSION_mpc8315e-rdb = "4.19.14"
> >> +LINUX_VERSION_genericx86 = "4.19.34"
> >> +LINUX_VERSION_genericx86-64 = "4.19.34"
> >> +LINUX_VERSION_edgerouter = "4.19.34"
> >> +LINUX_VERSION_beaglebone-yocto = "4.19.34"
> >> +LINUX_VERSION_mpc8315e-rdb = "4.19.34"
> >> diff --git
> a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
> b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
> >> index 5cf6e1f0649e..d7cf1216f45d 100644
> >> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
> >> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
> >> @@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc"
> >>  KMACHINE_genericx86-64 ?= "common-pc-64"
> >>  KMACHINE_beaglebone-yocto ?= "beaglebone"
> >>
> >> -SRCREV_machine_genericx86?=
> "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
> >> -SRCREV_machine_genericx86-64 ?=
> "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
> >> -SRCREV_machine_edgerouter ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
> >> -SRCREV_machine_beaglebone-yocto ?=
> "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
> >> -SRCREV_machine_mpc8315e-rdb ?=
> "8b62af7f252af10588276802c4c6d7c502e875be"
> >> +SRCREV_machine_genericx86?=
> "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
> >> +SRCREV_machine_genericx86-64 ?=
> "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
> >> +SRCREV_machine_edgerouter ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
> >> +SRCREV_machine_beaglebone-yocto ?=
> "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
> >> +SRCREV_machine_mpc8315e-rdb ?=
> "670ce7e9db627d0c2067cfdb571ddc1f117818d8"
> >>
> >>  COMPATIBLE_MACHINE_genericx86 = 

Re: [yocto] [PATCH] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP

2019-05-09 Thread Zoran Stojsavljevic
>From yesterday... Latest stable release of:
https://github.com/jumpnow/meta-bbb

My GitHub for BBB (BeagleBone Black):
https://github.com/ZoranStojsavljevic/bbb-yocto

Both worked out for my bash script (adopted for my needs -> sticks and
ropes) and KAS tool!
https://github.com/ZoranStojsavljevic/bbb-yocto/tree/master/bbb-releases/bbb-warrior

Kernel 5.0.13 (please, look into/upon the traces):
https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-warrior/target-bbb-platform-traces.txt

Thank you,
Zoran
___

On Thu, May 9, 2019 at 2:53 PM Bruce Ashfield  wrote:
>
>
>
> On Thu, May 9, 2019 at 8:10 AM Kevin Hao  wrote:
>>
>> Boot test for all these boards.
>>
>
> I do have more -stable updates coming, and you are seeing some queued 5.0.x 
> changes that I haven't sent yet (since I'm hung up on resolving a 4.19 
> conflict for one of the SoC branches), but yes, the changes here are good and 
> I'll be bumping the qemu boards in the next day or so.
>
> Bruce
>
>
>>
>> Signed-off-by: Kevin Hao 
>> ---
>>  .../recipes-kernel/linux/linux-yocto_4.19.bbappend   | 20 
>> ++--
>>  .../recipes-kernel/linux/linux-yocto_5.0.bbappend| 20 
>> ++--
>>  2 files changed, 20 insertions(+), 20 deletions(-)
>>
>> diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend 
>> b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
>> index 6025230c7306..ec269d905c4b 100644
>> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
>> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
>> @@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc"
>>  KMACHINE_genericx86-64 ?= "common-pc-64"
>>  KMACHINE_beaglebone-yocto ?= "beaglebone"
>>
>> -SRCREV_machine_genericx86?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
>> -SRCREV_machine_genericx86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
>> -SRCREV_machine_edgerouter ?= "eebb51300a07804a020ec468b5f8c5bf720198d9"
>> -SRCREV_machine_beaglebone-yocto ?= 
>> "eebb51300a07804a020ec468b5f8c5bf720198d9"
>> -SRCREV_machine_mpc8315e-rdb ?= "8b60f968823256f5d2889c4520d70299ca21411b"
>> +SRCREV_machine_genericx86?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
>> +SRCREV_machine_genericx86-64 ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
>> +SRCREV_machine_edgerouter ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
>> +SRCREV_machine_beaglebone-yocto ?= 
>> "5664dc14399edcaad210bbeb6343d84561fb3ea8"
>> +SRCREV_machine_mpc8315e-rdb ?= "d419f4ca6ba4b097b8ad710a93b89510f5b2998c"
>>
>>  COMPATIBLE_MACHINE_genericx86 = "genericx86"
>>  COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
>> @@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
>>  COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
>>  COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
>>
>> -LINUX_VERSION_genericx86 = "4.19.19"
>> -LINUX_VERSION_genericx86-64 = "4.19.19"
>> -LINUX_VERSION_edgerouter = "4.19.14"
>> -LINUX_VERSION_beaglebone-yocto = "4.19.14"
>> -LINUX_VERSION_mpc8315e-rdb = "4.19.14"
>> +LINUX_VERSION_genericx86 = "4.19.34"
>> +LINUX_VERSION_genericx86-64 = "4.19.34"
>> +LINUX_VERSION_edgerouter = "4.19.34"
>> +LINUX_VERSION_beaglebone-yocto = "4.19.34"
>> +LINUX_VERSION_mpc8315e-rdb = "4.19.34"
>> diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend 
>> b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
>> index 5cf6e1f0649e..d7cf1216f45d 100644
>> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
>> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
>> @@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc"
>>  KMACHINE_genericx86-64 ?= "common-pc-64"
>>  KMACHINE_beaglebone-yocto ?= "beaglebone"
>>
>> -SRCREV_machine_genericx86?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
>> -SRCREV_machine_genericx86-64 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
>> -SRCREV_machine_edgerouter ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
>> -SRCREV_machine_beaglebone-yocto ?= 
>> "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
>> -SRCREV_machine_mpc8315e-rdb ?= "8b62af7f252af10588276802c4c6d7c502e875be"
>> +SRCREV_machine_genericx86?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
>> +SRCREV_machine_genericx86-64 ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
>> +SRCREV_machine_edgerouter ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
>> +SRCREV_machine_beaglebone-yocto ?= 
>> "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
>> +SRCREV_machine_mpc8315e-rdb ?= "670ce7e9db627d0c2067cfdb571ddc1f117818d8"
>>
>>  COMPATIBLE_MACHINE_genericx86 = "genericx86"
>>  COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
>> @@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
>>  COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
>>  COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
>>
>> -LINUX_VERSION_genericx86 = "5.0.3"
>> -LINUX_VERSION_genericx86-64 = "5.0.3"
>> -LINUX_VERSION_edgerouter = "5.0.3"
>> -LINUX_VERSION_beaglebone-yocto = "5.0.3"

Re: [yocto] [PATCH] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP

2019-05-09 Thread Bruce Ashfield
On Thu, May 9, 2019 at 8:10 AM Kevin Hao  wrote:

> Boot test for all these boards.
>
>
I do have more -stable updates coming, and you are seeing some queued 5.0.x
changes that I haven't sent yet (since I'm hung up on resolving a 4.19
conflict for one of the SoC branches), but yes, the changes here are good
and I'll be bumping the qemu boards in the next day or so.

Bruce



> Signed-off-by: Kevin Hao 
> ---
>  .../recipes-kernel/linux/linux-yocto_4.19.bbappend   | 20
> ++--
>  .../recipes-kernel/linux/linux-yocto_5.0.bbappend| 20
> ++--
>  2 files changed, 20 insertions(+), 20 deletions(-)
>
> diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
> b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
> index 6025230c7306..ec269d905c4b 100644
> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
> @@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc"
>  KMACHINE_genericx86-64 ?= "common-pc-64"
>  KMACHINE_beaglebone-yocto ?= "beaglebone"
>
> -SRCREV_machine_genericx86?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
> -SRCREV_machine_genericx86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
> -SRCREV_machine_edgerouter ?= "eebb51300a07804a020ec468b5f8c5bf720198d9"
> -SRCREV_machine_beaglebone-yocto ?=
> "eebb51300a07804a020ec468b5f8c5bf720198d9"
> -SRCREV_machine_mpc8315e-rdb ?= "8b60f968823256f5d2889c4520d70299ca21411b"
> +SRCREV_machine_genericx86?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
> +SRCREV_machine_genericx86-64 ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
> +SRCREV_machine_edgerouter ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
> +SRCREV_machine_beaglebone-yocto ?=
> "5664dc14399edcaad210bbeb6343d84561fb3ea8"
> +SRCREV_machine_mpc8315e-rdb ?= "d419f4ca6ba4b097b8ad710a93b89510f5b2998c"
>
>  COMPATIBLE_MACHINE_genericx86 = "genericx86"
>  COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
> @@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
>  COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
>  COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
>
> -LINUX_VERSION_genericx86 = "4.19.19"
> -LINUX_VERSION_genericx86-64 = "4.19.19"
> -LINUX_VERSION_edgerouter = "4.19.14"
> -LINUX_VERSION_beaglebone-yocto = "4.19.14"
> -LINUX_VERSION_mpc8315e-rdb = "4.19.14"
> +LINUX_VERSION_genericx86 = "4.19.34"
> +LINUX_VERSION_genericx86-64 = "4.19.34"
> +LINUX_VERSION_edgerouter = "4.19.34"
> +LINUX_VERSION_beaglebone-yocto = "4.19.34"
> +LINUX_VERSION_mpc8315e-rdb = "4.19.34"
> diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
> b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
> index 5cf6e1f0649e..d7cf1216f45d 100644
> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
> @@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc"
>  KMACHINE_genericx86-64 ?= "common-pc-64"
>  KMACHINE_beaglebone-yocto ?= "beaglebone"
>
> -SRCREV_machine_genericx86?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
> -SRCREV_machine_genericx86-64 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
> -SRCREV_machine_edgerouter ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
> -SRCREV_machine_beaglebone-yocto ?=
> "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
> -SRCREV_machine_mpc8315e-rdb ?= "8b62af7f252af10588276802c4c6d7c502e875be"
> +SRCREV_machine_genericx86?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
> +SRCREV_machine_genericx86-64 ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
> +SRCREV_machine_edgerouter ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
> +SRCREV_machine_beaglebone-yocto ?=
> "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
> +SRCREV_machine_mpc8315e-rdb ?= "670ce7e9db627d0c2067cfdb571ddc1f117818d8"
>
>  COMPATIBLE_MACHINE_genericx86 = "genericx86"
>  COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
> @@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
>  COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
>  COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
>
> -LINUX_VERSION_genericx86 = "5.0.3"
> -LINUX_VERSION_genericx86-64 = "5.0.3"
> -LINUX_VERSION_edgerouter = "5.0.3"
> -LINUX_VERSION_beaglebone-yocto = "5.0.3"
> -LINUX_VERSION_mpc8315e-rdb = "5.0.3"
> +LINUX_VERSION_genericx86 = "5.0.13"
> +LINUX_VERSION_genericx86-64 = "5.0.13"
> +LINUX_VERSION_edgerouter = "5.0.13"
> +LINUX_VERSION_beaglebone-yocto = "5.0.13"
> +LINUX_VERSION_mpc8315e-rdb = "5.0.13"
> --
> 2.14.4
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto