<div><div>Thanks for reminding, I've already added them.</div><div>But it seems I forgot to add the prefix "meta-rockchip"</div></div><div><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>From: </b> "Burton, Ross";<ross.burton@intel.com>;</div><div><b>Date: </b> Thu, Jan 19, 2017 07:30 PM</div><div><b>To: </b> "Jacob Chen"<jacob-chen@iotwrt.com>; <wbr></div><div><b>Cc: </b> "yocto@yoctoproject.org"<yocto@yoctoproject.org>; "eddie.cai"<eddie.cai@rock-chips.com>; "romain.perier"<romain.perier@gmail.com>; "Trevor Woerner"<twoerner@gmail.com>; <wbr></div><div><b>Subject: </b> Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip</div></div><div><br></div>(CCing the layer maintainers as listed in the README to ensure this gets noticed)<br><br><br><br><br>On 19 January 2017 at 10:09, Jacob Chen <jacob-chen@iotwrt.com> wrote:<br>This series of patches add below features, will add more supports in the future(medias, more chips).<br> <br> 1. rockchip 4.4 kernel<br> <br> Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch.<br> We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips.<br> <br> 2. rockchip next-dev U-boot<br> <br> Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch.<br> At present, this branch is just a rebased upstream u-boot.<br> <br> 3. graphics<br> <br> 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.<br> <br> 4. rockchip-next-image<br> <br> 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.<br> <br> <br> Jacob Chen (7):<br>   recipes-kernel: linux-rockchip: Add new recipe for 4.4<br>   machine: Add machine file for the rk3288 linux Boards<br>   machine: firefly: use linux-rockchip by default<br>   recipes-graphics: Add support for mali-userspace<br>   recipes-bsp: add u-boot-rockchip support<br>   rk3288.inc: add some variables<br>   rockchip-next-image: introduce image for rockchip next-dev u-boot<br> <br>  classes/rockchip-next-image.bbclass                | 130 +++++++++++++++++++++<br>  conf/machine/evb-rk3288.conf                       |  12 ++<br>  conf/machine/fennec-rk3288.conf                    |  12 ++<br>  conf/machine/firefly-rk3288.conf                   |   4 +<br>  conf/machine/include/rk-linux.inc                  |  20 ++++<br>  conf/machine/include/rk3288.inc                    |  10 +-<br>  conf/machine/tinker-rk3288.conf                    |  13 +++<br>  recipes-bsp/u-boot/u-boot-rockchip_next.bb         |  17 +++<br>  recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++<br>  .../mali-userspace/mali-userspace_t76x.bb          |  18 +++<br>  recipes-graphics/mesa/mesa_%.bbappend              |   9 ++<br>  recipes-kernel/linux/linux-rockchip_4.4.bb         |  20 ++++<br>  12 files changed, 321 insertions(+), 1 deletion(-)<br>  create mode 100644 classes/rockchip-next-image.bbclass<br>  create mode 100644 conf/machine/evb-rk3288.conf<br>  create mode 100644 conf/machine/fennec-rk3288.conf<br>  create mode 100644 conf/machine/include/rk-linux.inc<br>  create mode 100644 conf/machine/tinker-rk3288.conf<br>  create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb<br>  create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc<br>  create mode 100644 recipes-graphics/mali-userspace/mali-userspace_t76x.bb<br>  create mode 100644 recipes-graphics/mesa/mesa_%.bbappend<br>  create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb<br> <br> --<br> 2.7.4<br> <br> --<br> _______________________________________________<br> yocto mailing list<br> yocto@yoctoproject.org<br> https://lists.yoctoproject.org/listinfo/yocto<br> <br><br></div>