[yocto] [meta-rockchip] [PATCH 0/7] Update kernel recipes and machine configure

ayaka ayaka at soulik.info
Sun Mar 19 10:48:30 PDT 2017


Those patches came from Rockchip, Jacob developed them.
But he forget to clear up it. I just make them into order.

ayaka (7):
  README: correct the FPU information for RK3288
  recipes-kernel: linux-rockchip: introduce rockchip 3.10 kernel
  recipes-kernel: linux-rockchip: Add new recipe for 4.4
  conf/machine: rk3288: Add some machine files
  conf/machine: add rk3399 support
  conf/machine: add support for rk3036
  conf/machine: add support for rv1108

 README                                             |  2 +-
 conf/machine/evb-rk3288.conf                       | 10 ++++
 conf/machine/evb-rv1108.conf                       | 10 ++++
 conf/machine/excavator-rk3399.conf                 | 10 ++++
 conf/machine/fennec-rk3288.conf                    | 10 ++++
 conf/machine/firefly-rk3288.conf                   |  1 +
 conf/machine/include/rk3036.inc                    | 20 ++++++++
 conf/machine/include/rk3288.inc                    |  4 ++
 conf/machine/include/rk3399.inc                    | 18 +++++++
 conf/machine/include/rv1108.inc                    | 12 +++++
 conf/machine/include/tune-cortexa53.inc            | 57 ++++++++++++++++++++++
 conf/machine/kylin-rk3036.conf                     | 10 ++++
 conf/machine/tinker-rk3288.conf                    | 13 +++++
 .../0001-fix-yocto-build-error.patch               | 35 +++++++++++++
 recipes-kernel/linux/linux-rockchip_3.10.bb        | 20 ++++++++
 recipes-kernel/linux/linux-rockchip_4.4.bb         | 20 ++++++++
 16 files changed, 251 insertions(+), 1 deletion(-)
 create mode 100644 conf/machine/evb-rk3288.conf
 create mode 100644 conf/machine/evb-rv1108.conf
 create mode 100644 conf/machine/excavator-rk3399.conf
 create mode 100644 conf/machine/fennec-rk3288.conf
 create mode 100644 conf/machine/include/rk3036.inc
 create mode 100644 conf/machine/include/rk3399.inc
 create mode 100644 conf/machine/include/rv1108.inc
 create mode 100644 conf/machine/include/tune-cortexa53.inc
 create mode 100644 conf/machine/kylin-rk3036.conf
 create mode 100644 conf/machine/tinker-rk3288.conf
 create mode 100644 recipes-kernel/linux/linux-rockchip/0001-fix-yocto-build-error.patch
 create mode 100644 recipes-kernel/linux/linux-rockchip_3.10.bb
 create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb

-- 
2.7.4




More information about the yocto mailing list