All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
@ 2017-01-19 13:54 =?gb18030?B?SmFjb2IgQ2hlbg==?=
  0 siblings, 0 replies; 11+ messages in thread
From: =?gb18030?B?SmFjb2IgQ2hlbg==?= @ 2017-01-19 13:54 UTC (permalink / raw)
  To: =?gb18030?B?QnJ1Y2UgQXNoZmllbGQ=?=
  Cc: =?gb18030?B?eW9jdG9AeW9jdG9wcm9qZWN0Lm9yZw==?=, =?gb18030?B?ssy34w==?=

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb18030", Size: 3886 bytes --]

Sorry for sending without prefix, and make you guys confused.
This series patches is sending for meta-rockchip, not core meta data.
I'm new to here,  and I just fllow readme in meta-rockchip  to send patches.


------------------ Original ------------------
From: "Bruce Ashfield";<bruce.ashfield@gmail.com>;
Date: Thu, Jan 19, 2017 09:40 PM
To: "Jacob Chen"<jacob-chen@iotwrt.com>; 
Cc: "Yocto Project Discussion"<yocto@yoctoproject.org>; "eddie.cai"<eddie.cai@rock-chips.com>; 
Subject: Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip


On Thu, Jan 19, 2017 at 5:09 AM, Jacob Chen <jacob-chen@iotwrt.com> wrote:
This series of patches add below features, will add more supports in the future(medias, more chips).
 
 1. rockchip 4.4 kernel
 
 Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch.
 We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips.
 



Aha. Here was the 0/N that I was missing when I wrote my first reply. See my comments in

reply to the kernel recipe as to where this should land.


Cheers,


Bruce


 2. rockchip next-dev U-boot
 
 Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch.
 At present, this branch is just a rebased upstream u-boot.
 
 3. graphics
 
 We have plans for the acceleration in wayland, x11 in the rockchip platform, but in this series of patches, we only include the mali bianry support.
 
 4. rockchip-next-image
 
 Being different from the previous rk-u-boot which use parameter, next-dev u-boot use gpt partition, so it needs to generate a different image.
 
 
 Jacob Chen (7):
   recipes-kernel: linux-rockchip: Add new recipe for 4.4
   machine: Add machine file for the rk3288 linux Boards
   machine: firefly: use linux-rockchip by default
   recipes-graphics: Add support for mali-userspace
   recipes-bsp: add u-boot-rockchip support
   rk3288.inc: add some variables
   rockchip-next-image: introduce image for rockchip next-dev u-boot
 
  classes/rockchip-next-image.bbclass                | 130 +++++++++++++++++++++
  conf/machine/evb-rk3288.conf                       |  12 ++
  conf/machine/fennec-rk3288.conf                    |  12 ++
  conf/machine/firefly-rk3288.conf                   |   4 +
  conf/machine/include/rk-linux.inc                  |  20 ++++
  conf/machine/include/rk3288.inc                    |  10 +-
  conf/machine/tinker-rk3288.conf                    |  13 +++
  recipes-bsp/u-boot/u-boot-rockchip_next.bb         |  17 +++
  recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++
  .../mali-userspace/mali-userspace_t76x.bb          |  18 +++
  recipes-graphics/mesa/mesa_%.bbappend              |   9 ++
  recipes-kernel/linux/linux-rockchip_4.4.bb         |  20 ++++
  12 files changed, 321 insertions(+), 1 deletion(-)
  create mode 100644 classes/rockchip-next-image.bbclass
  create mode 100644 conf/machine/evb-rk3288.conf
  create mode 100644 conf/machine/fennec-rk3288.conf
  create mode 100644 conf/machine/include/rk-linux.inc
  create mode 100644 conf/machine/tinker-rk3288.conf
  create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb
  create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc
  create mode 100644 recipes-graphics/mali-userspace/mali-userspace_t76x.bb
  create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
  create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb
 
 --
 2.7.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"

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

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

* Re: [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
  2017-01-19 15:17 ` Leon Woestenberg
@ 2017-01-24 18:34   ` Trevor Woerner
  0 siblings, 0 replies; 11+ messages in thread
From: Trevor Woerner @ 2017-01-24 18:34 UTC (permalink / raw)
  To: Leon Woestenberg, Romain Perier; +Cc: Yocto List, Jacob Chen, eddie.cai

Hi Jacob,

Sorry for the delay, I hadn't noticed the patches initially because
the tag was missing, then I was busy with other things. I'm taking a
look at them now.

On Thu, Jan 19, 2017 at 10:17 AM, Leon Woestenberg <leon@sidebranch.com> wrote:
> Hi Jacob,
>
> On Thu, Jan 19, 2017 at 11:09 AM, Jacob Chen <jacob-chen@iotwrt.com> wrote:
>>
>> This series of patches add below features, will add more supports in the
>> future(medias, more chips).
>> 1
>> Rockchip 4.4 kernel is currently the latest version of the rockchip
>> offical kernel, will be an upstream tracking branch.
>> We regularly release the kernel through github. It support all rockchip
>> 64-bit chips and a few 32-bit chips.
>>
> The topic mentions "official kernel" and you mention "we".
>
> Does this mean this is a rock-chips driven effort?
>
> Good to see such (vendor) support, welcome aboard, but please understand the
> "layers" system of Yocto, like the others already pointed out in this email
> thread.
>
> - Basically you create a (BSP) layer, that sits on top of Yocto /
> OpenEmbedded core.
> - Also, it is good practice to also support the same GIT branch names for
> the different Yocto releases (such as krogoth, morty) such that users can
> easily match the correct branches so that everything just builds correctly.
>
> Regards,
>
> Leon.
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
  2017-01-19 10:09 Jacob Chen
                   ` (2 preceding siblings ...)
  2017-01-19 13:40 ` Bruce Ashfield
@ 2017-01-19 15:17 ` Leon Woestenberg
  2017-01-24 18:34   ` Trevor Woerner
  3 siblings, 1 reply; 11+ messages in thread
From: Leon Woestenberg @ 2017-01-19 15:17 UTC (permalink / raw)
  To: Jacob Chen; +Cc: Yocto List, eddie.cai

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

Hi Jacob,

On Thu, Jan 19, 2017 at 11:09 AM, Jacob Chen <jacob-chen@iotwrt.com> wrote:

> This series of patches add below features, will add more supports in the
> future(medias, more chips).
> 1
> Rockchip 4.4 kernel is currently the latest version of the rockchip
> offical kernel, will be an upstream tracking branch.
> We regularly release the kernel through github. It support all rockchip
> 64-bit chips and a few 32-bit chips.
>
> The topic mentions "official kernel" and you mention "we".

Does this mean this is a rock-chips driven effort?

Good to see such (vendor) support, welcome aboard, but please understand
the "layers" system of Yocto, like the others already pointed out in this
email thread.

- Basically you create a (BSP) layer, that sits on top of Yocto /
OpenEmbedded core.
- Also, it is good practice to also support the same GIT branch names for
the different Yocto releases (such as krogoth, morty) such that users can
easily match the correct branches so that everything just builds correctly.

Regards,

Leon.

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

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

* Re: [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
  2017-01-19 13:55     ` Jacob Chen
@ 2017-01-19 14:11       ` Jacob Chen
  0 siblings, 0 replies; 11+ messages in thread
From: Jacob Chen @ 2017-01-19 14:11 UTC (permalink / raw)
  To: Gary Thomas; +Cc: yocto

Sorry for bothring : ).....

2017-01-19 21:55 GMT+08:00 Jacob Chen <jacobchen110@gmail.com>:
> Sorry for sending without prefix, and make you guys confused.
> This series patches is sending for meta-rockchip, not core meta data.
>
> I will resend it and add prefix.
>
> 2017-01-19 20:49 GMT+08:00 Gary Thomas <gary@mlbassoc.com>:
>> On 2017-01-19 12:30, Burton, Ross wrote:
>>>
>>> (CCing the layer maintainers as listed in the README to ensure this gets
>>> noticed)
>>>
>>
>> Shouldn't this have [meta-rockchip] (or some such) in the subject? - it's
>> certainly
>> not OE-core or even Poky AFAICT
>>
>>>
>>> On 19 January 2017 at 10:09, Jacob Chen <jacob-chen@iotwrt.com
>>> <mailto:jacob-chen@iotwrt.com>> wrote:
>>>
>>>     This series of patches add below features, will add more supports in
>>> the future(medias, more chips).
>>>
>>>     1. rockchip 4.4 kernel
>>>
>>>     Rockchip 4.4 kernel is currently the latest version of the rockchip
>>> offical kernel, will be an upstream tracking branch.
>>>     We regularly release the kernel through github. It support all
>>> rockchip 64-bit chips and a few 32-bit chips.
>>>
>>>     2. rockchip next-dev U-boot
>>>
>>>     Rockchip next-dev U-boot is the next generation of rockchip u-boot,
>>> will also be an upstream tracking branch.
>>>     At present, this branch is just a rebased upstream u-boot.
>>>
>>>     3. graphics
>>>
>>>     We have plans for the acceleration in wayland, x11 in the rockchip
>>> platform, but in this series of patches, we only
>>>     include the mali bianry support.
>>>
>>>     4. rockchip-next-image
>>>
>>>     Being different from the previous rk-u-boot which use parameter,
>>> next-dev u-boot use gpt partition, so it needs to
>>>     generate a different image.
>>>
>>>
>>>     Jacob Chen (7):
>>>       recipes-kernel: linux-rockchip: Add new recipe for 4.4
>>>       machine: Add machine file for the rk3288 linux Boards
>>>       machine: firefly: use linux-rockchip by default
>>>       recipes-graphics: Add support for mali-userspace
>>>       recipes-bsp: add u-boot-rockchip support
>>>       rk3288.inc: add some variables
>>>       rockchip-next-image: introduce image for rockchip next-dev u-boot
>>>
>>>      classes/rockchip-next-image.bbclass                | 130
>>> +++++++++++++++++++++
>>>      conf/machine/evb-rk3288.conf                       |  12 ++
>>>      conf/machine/fennec-rk3288.conf                    |  12 ++
>>>      conf/machine/firefly-rk3288.conf                   |   4 +
>>>      conf/machine/include/rk-linux.inc                  |  20 ++++
>>>      conf/machine/include/rk3288.inc                    |  10 +-
>>>      conf/machine/tinker-rk3288.conf                    |  13 +++
>>>      recipes-bsp/u-boot/u-boot-rockchip_next.bb
>>> <http://u-boot-rockchip_next.bb>         |  17 +++
>>>      recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++
>>>      .../mali-userspace/mali-userspace_t76x.bb
>>> <http://mali-userspace_t76x.bb>          |  18 +++
>>>      recipes-graphics/mesa/mesa_%.bbappend              |   9 ++
>>>      recipes-kernel/linux/linux-rockchip_4.4.bb
>>> <http://linux-rockchip_4.4.bb>         |  20 ++++
>>>      12 files changed, 321 insertions(+), 1 deletion(-)
>>>      create mode 100644 classes/rockchip-next-image.bbclass
>>>      create mode 100644 conf/machine/evb-rk3288.conf
>>>      create mode 100644 conf/machine/fennec-rk3288.conf
>>>      create mode 100644 conf/machine/include/rk-linux.inc
>>>      create mode 100644 conf/machine/tinker-rk3288.conf
>>>      create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb
>>> <http://u-boot-rockchip_next.bb>
>>>      create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc
>>>      create mode 100644
>>> recipes-graphics/mali-userspace/mali-userspace_t76x.bb
>>> <http://mali-userspace_t76x.bb>
>>>      create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
>>>      create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb
>>> <http://linux-rockchip_4.4.bb>
>>
>>
>> --
>> ------------------------------------------------------------
>> Gary Thomas                 |  Consulting for the
>> MLB Associates              |    Embedded world
>> ------------------------------------------------------------
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto


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

* Re: [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
  2017-01-19 12:49   ` Gary Thomas
@ 2017-01-19 13:55     ` Jacob Chen
  2017-01-19 14:11       ` Jacob Chen
  0 siblings, 1 reply; 11+ messages in thread
From: Jacob Chen @ 2017-01-19 13:55 UTC (permalink / raw)
  To: Gary Thomas; +Cc: yocto

Sorry for sending without prefix, and make you guys confused.
This series patches is sending for meta-rockchip, not core meta data.

I will resend it and add prefix.

2017-01-19 20:49 GMT+08:00 Gary Thomas <gary@mlbassoc.com>:
> On 2017-01-19 12:30, Burton, Ross wrote:
>>
>> (CCing the layer maintainers as listed in the README to ensure this gets
>> noticed)
>>
>
> Shouldn't this have [meta-rockchip] (or some such) in the subject? - it's
> certainly
> not OE-core or even Poky AFAICT
>
>>
>> On 19 January 2017 at 10:09, Jacob Chen <jacob-chen@iotwrt.com
>> <mailto:jacob-chen@iotwrt.com>> wrote:
>>
>>     This series of patches add below features, will add more supports in
>> the future(medias, more chips).
>>
>>     1. rockchip 4.4 kernel
>>
>>     Rockchip 4.4 kernel is currently the latest version of the rockchip
>> offical kernel, will be an upstream tracking branch.
>>     We regularly release the kernel through github. It support all
>> rockchip 64-bit chips and a few 32-bit chips.
>>
>>     2. rockchip next-dev U-boot
>>
>>     Rockchip next-dev U-boot is the next generation of rockchip u-boot,
>> will also be an upstream tracking branch.
>>     At present, this branch is just a rebased upstream u-boot.
>>
>>     3. graphics
>>
>>     We have plans for the acceleration in wayland, x11 in the rockchip
>> platform, but in this series of patches, we only
>>     include the mali bianry support.
>>
>>     4. rockchip-next-image
>>
>>     Being different from the previous rk-u-boot which use parameter,
>> next-dev u-boot use gpt partition, so it needs to
>>     generate a different image.
>>
>>
>>     Jacob Chen (7):
>>       recipes-kernel: linux-rockchip: Add new recipe for 4.4
>>       machine: Add machine file for the rk3288 linux Boards
>>       machine: firefly: use linux-rockchip by default
>>       recipes-graphics: Add support for mali-userspace
>>       recipes-bsp: add u-boot-rockchip support
>>       rk3288.inc: add some variables
>>       rockchip-next-image: introduce image for rockchip next-dev u-boot
>>
>>      classes/rockchip-next-image.bbclass                | 130
>> +++++++++++++++++++++
>>      conf/machine/evb-rk3288.conf                       |  12 ++
>>      conf/machine/fennec-rk3288.conf                    |  12 ++
>>      conf/machine/firefly-rk3288.conf                   |   4 +
>>      conf/machine/include/rk-linux.inc                  |  20 ++++
>>      conf/machine/include/rk3288.inc                    |  10 +-
>>      conf/machine/tinker-rk3288.conf                    |  13 +++
>>      recipes-bsp/u-boot/u-boot-rockchip_next.bb
>> <http://u-boot-rockchip_next.bb>         |  17 +++
>>      recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++
>>      .../mali-userspace/mali-userspace_t76x.bb
>> <http://mali-userspace_t76x.bb>          |  18 +++
>>      recipes-graphics/mesa/mesa_%.bbappend              |   9 ++
>>      recipes-kernel/linux/linux-rockchip_4.4.bb
>> <http://linux-rockchip_4.4.bb>         |  20 ++++
>>      12 files changed, 321 insertions(+), 1 deletion(-)
>>      create mode 100644 classes/rockchip-next-image.bbclass
>>      create mode 100644 conf/machine/evb-rk3288.conf
>>      create mode 100644 conf/machine/fennec-rk3288.conf
>>      create mode 100644 conf/machine/include/rk-linux.inc
>>      create mode 100644 conf/machine/tinker-rk3288.conf
>>      create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb
>> <http://u-boot-rockchip_next.bb>
>>      create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc
>>      create mode 100644
>> recipes-graphics/mali-userspace/mali-userspace_t76x.bb
>> <http://mali-userspace_t76x.bb>
>>      create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
>>      create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb
>> <http://linux-rockchip_4.4.bb>
>
>
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

* Re: [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
  2017-01-19 10:09 Jacob Chen
  2017-01-19 10:19 ` Jacob Chen
  2017-01-19 11:30 ` Burton, Ross
@ 2017-01-19 13:40 ` Bruce Ashfield
  2017-01-19 15:17 ` Leon Woestenberg
  3 siblings, 0 replies; 11+ messages in thread
From: Bruce Ashfield @ 2017-01-19 13:40 UTC (permalink / raw)
  To: Jacob Chen; +Cc: Yocto Project Discussion, eddie.cai

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

On Thu, Jan 19, 2017 at 5:09 AM, Jacob Chen <jacob-chen@iotwrt.com> wrote:

> This series of patches add below features, will add more supports in the
> future(medias, more chips).
>
> 1. rockchip 4.4 kernel
>
> Rockchip 4.4 kernel is currently the latest version of the rockchip
> offical kernel, will be an upstream tracking branch.
> We regularly release the kernel through github. It support all rockchip
> 64-bit chips and a few 32-bit chips.
>
>
Aha. Here was the 0/N that I was missing when I wrote my first reply. See
my comments in
reply to the kernel recipe as to where this should land.

Cheers,

Bruce


> 2. rockchip next-dev U-boot
>
> Rockchip next-dev U-boot is the next generation of rockchip u-boot, will
> also be an upstream tracking branch.
> At present, this branch is just a rebased upstream u-boot.
>
> 3. graphics
>
> We have plans for the acceleration in wayland, x11 in the rockchip
> platform, but in this series of patches, we only include the mali bianry
> support.
>
> 4. rockchip-next-image
>
> Being different from the previous rk-u-boot which use parameter, next-dev
> u-boot use gpt partition, so it needs to generate a different image.
>
>
> Jacob Chen (7):
>   recipes-kernel: linux-rockchip: Add new recipe for 4.4
>   machine: Add machine file for the rk3288 linux Boards
>   machine: firefly: use linux-rockchip by default
>   recipes-graphics: Add support for mali-userspace
>   recipes-bsp: add u-boot-rockchip support
>   rk3288.inc: add some variables
>   rockchip-next-image: introduce image for rockchip next-dev u-boot
>
>  classes/rockchip-next-image.bbclass                | 130
> +++++++++++++++++++++
>  conf/machine/evb-rk3288.conf                       |  12 ++
>  conf/machine/fennec-rk3288.conf                    |  12 ++
>  conf/machine/firefly-rk3288.conf                   |   4 +
>  conf/machine/include/rk-linux.inc                  |  20 ++++
>  conf/machine/include/rk3288.inc                    |  10 +-
>  conf/machine/tinker-rk3288.conf                    |  13 +++
>  recipes-bsp/u-boot/u-boot-rockchip_next.bb         |  17 +++
>  recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++
>  .../mali-userspace/mali-userspace_t76x.bb          |  18 +++
>  recipes-graphics/mesa/mesa_%.bbappend              |   9 ++
>  recipes-kernel/linux/linux-rockchip_4.4.bb         |  20 ++++
>  12 files changed, 321 insertions(+), 1 deletion(-)
>  create mode 100644 classes/rockchip-next-image.bbclass
>  create mode 100644 conf/machine/evb-rk3288.conf
>  create mode 100644 conf/machine/fennec-rk3288.conf
>  create mode 100644 conf/machine/include/rk-linux.inc
>  create mode 100644 conf/machine/tinker-rk3288.conf
>  create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb
>  create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc
>  create mode 100644 recipes-graphics/mali-userspace/mali-userspace_t76x.bb
>  create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
>  create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb
>
> --
> 2.7.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"

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

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

* Re: [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
  2017-01-19 11:30 ` Burton, Ross
  2017-01-19 11:49   ` =?gb18030?B?SmFjb2IgQ2hlbg==?=
@ 2017-01-19 12:49   ` Gary Thomas
  2017-01-19 13:55     ` Jacob Chen
  1 sibling, 1 reply; 11+ messages in thread
From: Gary Thomas @ 2017-01-19 12:49 UTC (permalink / raw)
  To: yocto

On 2017-01-19 12:30, Burton, Ross wrote:
> (CCing the layer maintainers as listed in the README to ensure this gets noticed)
>

Shouldn't this have [meta-rockchip] (or some such) in the subject? - it's certainly
not OE-core or even Poky AFAICT

>
> On 19 January 2017 at 10:09, Jacob Chen <jacob-chen@iotwrt.com <mailto:jacob-chen@iotwrt.com>> wrote:
>
>     This series of patches add below features, will add more supports in the future(medias, more chips).
>
>     1. rockchip 4.4 kernel
>
>     Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch.
>     We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips.
>
>     2. rockchip next-dev U-boot
>
>     Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch.
>     At present, this branch is just a rebased upstream u-boot.
>
>     3. graphics
>
>     We have plans for the acceleration in wayland, x11 in the rockchip platform, but in this series of patches, we only
>     include the mali bianry support.
>
>     4. rockchip-next-image
>
>     Being different from the previous rk-u-boot which use parameter, next-dev u-boot use gpt partition, so it needs to
>     generate a different image.
>
>
>     Jacob Chen (7):
>       recipes-kernel: linux-rockchip: Add new recipe for 4.4
>       machine: Add machine file for the rk3288 linux Boards
>       machine: firefly: use linux-rockchip by default
>       recipes-graphics: Add support for mali-userspace
>       recipes-bsp: add u-boot-rockchip support
>       rk3288.inc: add some variables
>       rockchip-next-image: introduce image for rockchip next-dev u-boot
>
>      classes/rockchip-next-image.bbclass                | 130 +++++++++++++++++++++
>      conf/machine/evb-rk3288.conf                       |  12 ++
>      conf/machine/fennec-rk3288.conf                    |  12 ++
>      conf/machine/firefly-rk3288.conf                   |   4 +
>      conf/machine/include/rk-linux.inc                  |  20 ++++
>      conf/machine/include/rk3288.inc                    |  10 +-
>      conf/machine/tinker-rk3288.conf                    |  13 +++
>      recipes-bsp/u-boot/u-boot-rockchip_next.bb <http://u-boot-rockchip_next.bb>         |  17 +++
>      recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++
>      .../mali-userspace/mali-userspace_t76x.bb <http://mali-userspace_t76x.bb>          |  18 +++
>      recipes-graphics/mesa/mesa_%.bbappend              |   9 ++
>      recipes-kernel/linux/linux-rockchip_4.4.bb <http://linux-rockchip_4.4.bb>         |  20 ++++
>      12 files changed, 321 insertions(+), 1 deletion(-)
>      create mode 100644 classes/rockchip-next-image.bbclass
>      create mode 100644 conf/machine/evb-rk3288.conf
>      create mode 100644 conf/machine/fennec-rk3288.conf
>      create mode 100644 conf/machine/include/rk-linux.inc
>      create mode 100644 conf/machine/tinker-rk3288.conf
>      create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb <http://u-boot-rockchip_next.bb>
>      create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc
>      create mode 100644 recipes-graphics/mali-userspace/mali-userspace_t76x.bb <http://mali-userspace_t76x.bb>
>      create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
>      create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb <http://linux-rockchip_4.4.bb>

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
  2017-01-19 11:30 ` Burton, Ross
@ 2017-01-19 11:49   ` =?gb18030?B?SmFjb2IgQ2hlbg==?=
  2017-01-19 12:49   ` Gary Thomas
  1 sibling, 0 replies; 11+ messages in thread
From: =?gb18030?B?SmFjb2IgQ2hlbg==?= @ 2017-01-19 11:49 UTC (permalink / raw)
  To: =?gb18030?B?QnVydG9uLCBSb3Nz?=
  Cc: =?gb18030?B?eW9jdG9AeW9jdG9wcm9qZWN0Lm9yZw==?=, =?gb18030?B?ssy34w==?=

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb18030", Size: 3671 bytes --]

Thanks for reminding, I've already added them.
But it seems I forgot to add the prefix "meta-rockchip"





------------------ Original ------------------
From:  "Burton, Ross";<ross.burton@intel.com>;
Date:  Thu, Jan 19, 2017 07:30 PM
To:  "Jacob Chen"<jacob-chen@iotwrt.com>; 
Cc:  "yocto@yoctoproject.org"<yocto@yoctoproject.org>; "eddie.cai"<eddie.cai@rock-chips.com>; "romain.perier"<romain.perier@gmail.com>; "Trevor Woerner"<twoerner@gmail.com>; 
Subject:  Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip



(CCing the layer maintainers as listed in the README to ensure this gets noticed)




On 19 January 2017 at 10:09, Jacob Chen <jacob-chen@iotwrt.com> wrote:
This series of patches add below features, will add more supports in the future(medias, more chips).
 
 1. rockchip 4.4 kernel
 
 Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch.
 We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips.
 
 2. rockchip next-dev U-boot
 
 Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch.
 At present, this branch is just a rebased upstream u-boot.
 
 3. graphics
 
 We have plans for the acceleration in wayland, x11 in the rockchip platform, but in this series of patches, we only include the mali bianry support.
 
 4. rockchip-next-image
 
 Being different from the previous rk-u-boot which use parameter, next-dev u-boot use gpt partition, so it needs to generate a different image.
 
 
 Jacob Chen (7):
   recipes-kernel: linux-rockchip: Add new recipe for 4.4
   machine: Add machine file for the rk3288 linux Boards
   machine: firefly: use linux-rockchip by default
   recipes-graphics: Add support for mali-userspace
   recipes-bsp: add u-boot-rockchip support
   rk3288.inc: add some variables
   rockchip-next-image: introduce image for rockchip next-dev u-boot
 
  classes/rockchip-next-image.bbclass                | 130 +++++++++++++++++++++
  conf/machine/evb-rk3288.conf                       |  12 ++
  conf/machine/fennec-rk3288.conf                    |  12 ++
  conf/machine/firefly-rk3288.conf                   |   4 +
  conf/machine/include/rk-linux.inc                  |  20 ++++
  conf/machine/include/rk3288.inc                    |  10 +-
  conf/machine/tinker-rk3288.conf                    |  13 +++
  recipes-bsp/u-boot/u-boot-rockchip_next.bb         |  17 +++
  recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++
  .../mali-userspace/mali-userspace_t76x.bb          |  18 +++
  recipes-graphics/mesa/mesa_%.bbappend              |   9 ++
  recipes-kernel/linux/linux-rockchip_4.4.bb         |  20 ++++
  12 files changed, 321 insertions(+), 1 deletion(-)
  create mode 100644 classes/rockchip-next-image.bbclass
  create mode 100644 conf/machine/evb-rk3288.conf
  create mode 100644 conf/machine/fennec-rk3288.conf
  create mode 100644 conf/machine/include/rk-linux.inc
  create mode 100644 conf/machine/tinker-rk3288.conf
  create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb
  create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc
  create mode 100644 recipes-graphics/mali-userspace/mali-userspace_t76x.bb
  create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
  create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb
 
 --
 2.7.4
 
 --
 _______________________________________________
 yocto mailing list
 yocto@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/yocto

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

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

* Re: [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
  2017-01-19 10:09 Jacob Chen
  2017-01-19 10:19 ` Jacob Chen
@ 2017-01-19 11:30 ` Burton, Ross
  2017-01-19 11:49   ` =?gb18030?B?SmFjb2IgQ2hlbg==?=
  2017-01-19 12:49   ` Gary Thomas
  2017-01-19 13:40 ` Bruce Ashfield
  2017-01-19 15:17 ` Leon Woestenberg
  3 siblings, 2 replies; 11+ messages in thread
From: Burton, Ross @ 2017-01-19 11:30 UTC (permalink / raw)
  To: Jacob Chen; +Cc: yocto, eddie.cai

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

(CCing the layer maintainers as listed in the README to ensure this gets
noticed)



On 19 January 2017 at 10:09, Jacob Chen <jacob-chen@iotwrt.com> wrote:

> This series of patches add below features, will add more supports in the
> future(medias, more chips).
>
> 1. rockchip 4.4 kernel
>
> Rockchip 4.4 kernel is currently the latest version of the rockchip
> offical kernel, will be an upstream tracking branch.
> We regularly release the kernel through github. It support all rockchip
> 64-bit chips and a few 32-bit chips.
>
> 2. rockchip next-dev U-boot
>
> Rockchip next-dev U-boot is the next generation of rockchip u-boot, will
> also be an upstream tracking branch.
> At present, this branch is just a rebased upstream u-boot.
>
> 3. graphics
>
> We have plans for the acceleration in wayland, x11 in the rockchip
> platform, but in this series of patches, we only include the mali bianry
> support.
>
> 4. rockchip-next-image
>
> Being different from the previous rk-u-boot which use parameter, next-dev
> u-boot use gpt partition, so it needs to generate a different image.
>
>
> Jacob Chen (7):
>   recipes-kernel: linux-rockchip: Add new recipe for 4.4
>   machine: Add machine file for the rk3288 linux Boards
>   machine: firefly: use linux-rockchip by default
>   recipes-graphics: Add support for mali-userspace
>   recipes-bsp: add u-boot-rockchip support
>   rk3288.inc: add some variables
>   rockchip-next-image: introduce image for rockchip next-dev u-boot
>
>  classes/rockchip-next-image.bbclass                | 130
> +++++++++++++++++++++
>  conf/machine/evb-rk3288.conf                       |  12 ++
>  conf/machine/fennec-rk3288.conf                    |  12 ++
>  conf/machine/firefly-rk3288.conf                   |   4 +
>  conf/machine/include/rk-linux.inc                  |  20 ++++
>  conf/machine/include/rk3288.inc                    |  10 +-
>  conf/machine/tinker-rk3288.conf                    |  13 +++
>  recipes-bsp/u-boot/u-boot-rockchip_next.bb         |  17 +++
>  recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++
>  .../mali-userspace/mali-userspace_t76x.bb          |  18 +++
>  recipes-graphics/mesa/mesa_%.bbappend              |   9 ++
>  recipes-kernel/linux/linux-rockchip_4.4.bb         |  20 ++++
>  12 files changed, 321 insertions(+), 1 deletion(-)
>  create mode 100644 classes/rockchip-next-image.bbclass
>  create mode 100644 conf/machine/evb-rk3288.conf
>  create mode 100644 conf/machine/fennec-rk3288.conf
>  create mode 100644 conf/machine/include/rk-linux.inc
>  create mode 100644 conf/machine/tinker-rk3288.conf
>  create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb
>  create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc
>  create mode 100644 recipes-graphics/mali-userspace/mali-userspace_t76x.bb
>  create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
>  create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb
>
> --
> 2.7.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

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

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

* Re: [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
  2017-01-19 10:09 Jacob Chen
@ 2017-01-19 10:19 ` Jacob Chen
  2017-01-19 11:30 ` Burton, Ross
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: Jacob Chen @ 2017-01-19 10:19 UTC (permalink / raw)
  To: yocto; +Cc: Jacob Chen, Eddie Cai

2017-01-19 18:09 GMT+08:00 Jacob Chen <jacob-chen@iotwrt.com>:
> This series of patches add below features, will add more supports in the future(medias, more chips).
>
> 1. rockchip 4.4 kernel
>
> Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch.
> We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips.
>
> 2. rockchip next-dev U-boot
>
> Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch.
> At present, this branch is just a rebased upstream u-boot.
>
> 3. graphics
>
> We have plans for the acceleration in wayland, x11 in the rockchip platform, but in this series of patches, we only include the mali bianry support.
>
> 4. rockchip-next-image
>
> Being different from the previous rk-u-boot which use parameter, next-dev u-boot use gpt partition, so it needs to generate a different image.
>
>
> Jacob Chen (7):
>   recipes-kernel: linux-rockchip: Add new recipe for 4.4
>   machine: Add machine file for the rk3288 linux Boards
>   machine: firefly: use linux-rockchip by default
>   recipes-graphics: Add support for mali-userspace
>   recipes-bsp: add u-boot-rockchip support
>   rk3288.inc: add some variables
>   rockchip-next-image: introduce image for rockchip next-dev u-boot
>
>  classes/rockchip-next-image.bbclass                | 130 +++++++++++++++++++++
>  conf/machine/evb-rk3288.conf                       |  12 ++
>  conf/machine/fennec-rk3288.conf                    |  12 ++
>  conf/machine/firefly-rk3288.conf                   |   4 +
>  conf/machine/include/rk-linux.inc                  |  20 ++++
>  conf/machine/include/rk3288.inc                    |  10 +-
>  conf/machine/tinker-rk3288.conf                    |  13 +++
>  recipes-bsp/u-boot/u-boot-rockchip_next.bb         |  17 +++
>  recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++
>  .../mali-userspace/mali-userspace_t76x.bb          |  18 +++
>  recipes-graphics/mesa/mesa_%.bbappend              |   9 ++
>  recipes-kernel/linux/linux-rockchip_4.4.bb         |  20 ++++
>  12 files changed, 321 insertions(+), 1 deletion(-)
>  create mode 100644 classes/rockchip-next-image.bbclass
>  create mode 100644 conf/machine/evb-rk3288.conf
>  create mode 100644 conf/machine/fennec-rk3288.conf
>  create mode 100644 conf/machine/include/rk-linux.inc
>  create mode 100644 conf/machine/tinker-rk3288.conf
>  create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb
>  create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc
>  create mode 100644 recipes-graphics/mali-userspace/mali-userspace_t76x.bb
>  create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
>  create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb
>
> --
> 2.7.4
>

Yocto is really amazing.
It truly have a powerful customization architecture.  : )

I'm going to get the gstreamer-rk working with yocto and then plan to
add more chips to it (rk3036,rk3399,rk3328)....


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

* [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
@ 2017-01-19 10:09 Jacob Chen
  2017-01-19 10:19 ` Jacob Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jacob Chen @ 2017-01-19 10:09 UTC (permalink / raw)
  To: yocto; +Cc: Jacob Chen, eddie.cai

This series of patches add below features, will add more supports in the future(medias, more chips).

1. rockchip 4.4 kernel

Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch. 
We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips.

2. rockchip next-dev U-boot

Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch.
At present, this branch is just a rebased upstream u-boot.

3. graphics

We have plans for the acceleration in wayland, x11 in the rockchip platform, but in this series of patches, we only include the mali bianry support.

4. rockchip-next-image

Being different from the previous rk-u-boot which use parameter, next-dev u-boot use gpt partition, so it needs to generate a different image.


Jacob Chen (7):
  recipes-kernel: linux-rockchip: Add new recipe for 4.4
  machine: Add machine file for the rk3288 linux Boards
  machine: firefly: use linux-rockchip by default
  recipes-graphics: Add support for mali-userspace
  recipes-bsp: add u-boot-rockchip support
  rk3288.inc: add some variables
  rockchip-next-image: introduce image for rockchip next-dev u-boot

 classes/rockchip-next-image.bbclass                | 130 +++++++++++++++++++++
 conf/machine/evb-rk3288.conf                       |  12 ++
 conf/machine/fennec-rk3288.conf                    |  12 ++
 conf/machine/firefly-rk3288.conf                   |   4 +
 conf/machine/include/rk-linux.inc                  |  20 ++++
 conf/machine/include/rk3288.inc                    |  10 +-
 conf/machine/tinker-rk3288.conf                    |  13 +++
 recipes-bsp/u-boot/u-boot-rockchip_next.bb         |  17 +++
 recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++
 .../mali-userspace/mali-userspace_t76x.bb          |  18 +++
 recipes-graphics/mesa/mesa_%.bbappend              |   9 ++
 recipes-kernel/linux/linux-rockchip_4.4.bb         |  20 ++++
 12 files changed, 321 insertions(+), 1 deletion(-)
 create mode 100644 classes/rockchip-next-image.bbclass
 create mode 100644 conf/machine/evb-rk3288.conf
 create mode 100644 conf/machine/fennec-rk3288.conf
 create mode 100644 conf/machine/include/rk-linux.inc
 create mode 100644 conf/machine/tinker-rk3288.conf
 create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb
 create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc
 create mode 100644 recipes-graphics/mali-userspace/mali-userspace_t76x.bb
 create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
 create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb

-- 
2.7.4



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

end of thread, other threads:[~2017-01-24 18:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-19 13:54 [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip =?gb18030?B?SmFjb2IgQ2hlbg==?=
  -- strict thread matches above, loose matches on Subject: below --
2017-01-19 10:09 Jacob Chen
2017-01-19 10:19 ` Jacob Chen
2017-01-19 11:30 ` Burton, Ross
2017-01-19 11:49   ` =?gb18030?B?SmFjb2IgQ2hlbg==?=
2017-01-19 12:49   ` Gary Thomas
2017-01-19 13:55     ` Jacob Chen
2017-01-19 14:11       ` Jacob Chen
2017-01-19 13:40 ` Bruce Ashfield
2017-01-19 15:17 ` Leon Woestenberg
2017-01-24 18:34   ` Trevor Woerner

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.