From 0a1d571cd482b699bee429b4a33c8014160c1105 Mon Sep 17 00:00:00 2001 From: Shaun Mulligan Date: Sun, 28 Jan 2018 12:37:42 +0100 Subject: [PATCH] upgrade orangep-pi-lite to latest kernel and uboot --- layers/meta-resin-allwinner/conf/machine/orange-pi-lite.conf | 4 ++-- orange-pi-lite.coffee | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layers/meta-resin-allwinner/conf/machine/orange-pi-lite.conf b/layers/meta-resin-allwinner/conf/machine/orange-pi-lite.conf index a02ecab..db0167d 100644 --- a/layers/meta-resin-allwinner/conf/machine/orange-pi-lite.conf +++ b/layers/meta-resin-allwinner/conf/machine/orange-pi-lite.conf @@ -4,8 +4,8 @@ require conf/machine/include/sun8i.inc -PREFERRED_VERSION_linux = "4.11%" -PREFERRED_VERSION_u-boot = "v2017.03%" +PREFERRED_VERSION_linux = "4.14%" +PREFERRED_VERSION_u-boot = "v2017.11%" KERNEL_DEVICETREE = "sun8i-h3-orangepi-lite.dtb \ overlay/sun8i-h3-analog-codec.dtbo \ diff --git a/orange-pi-lite.coffee b/orange-pi-lite.coffee index cb2d5d1..000e383 100644 --- a/orange-pi-lite.coffee +++ b/orange-pi-lite.coffee @@ -22,7 +22,7 @@ module.exports = machine: 'orange-pi-lite' image: 'resin-image' fstype: 'resinos-img' - version: 'yocto-morty' + version: 'yocto-pyro' deployArtifact: 'resin-image-orange-pi-lite.resinos-img' compressed: true