diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b0dd5..7958754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ Change log ----------- +* Switch to Yocto Sumo 19.0.0 [Florin] + # v2.14.0+rev3 ## (2018-07-27) diff --git a/bananapi-m1-plus.coffee b/bananapi-m1-plus.coffee index c212d21..1bc1a60 100644 --- a/bananapi-m1-plus.coffee +++ b/bananapi-m1-plus.coffee @@ -22,7 +22,7 @@ module.exports = machine: 'bananapi-m1-plus' image: 'resin-image' fstype: 'resinos-img' - version: 'yocto-rocko' + version: 'yocto-sumo' deployArtifact: 'resin-image-bananapi-m1-plus.resinos-img' compressed: true diff --git a/layers/meta-openembedded b/layers/meta-openembedded index a65c1ac..b0950ae 160000 --- a/layers/meta-openembedded +++ b/layers/meta-openembedded @@ -1 +1 @@ -Subproject commit a65c1acb1822966c3553de9fc98d8bb6be705c4e +Subproject commit b0950aeff5b630256bb5e25ca15f4d59c115e7c1 diff --git a/layers/meta-resin-allwinner/conf/samples/bblayers.conf.sample b/layers/meta-resin-allwinner/conf/samples/bblayers.conf.sample index 8bd73f7..2aa6061 100644 --- a/layers/meta-resin-allwinner/conf/samples/bblayers.conf.sample +++ b/layers/meta-resin-allwinner/conf/samples/bblayers.conf.sample @@ -14,14 +14,7 @@ BBLAYERS ?= " \ ${TOPDIR}/../layers/meta-openembedded/meta-python \ ${TOPDIR}/../layers/meta-sunxi \ ${TOPDIR}/../layers/meta-resin/meta-resin-common \ - ${TOPDIR}/../layers/meta-resin/meta-resin-rocko \ + ${TOPDIR}/../layers/meta-resin/meta-resin-sumo \ ${TOPDIR}/../layers/meta-resin-allwinner \ ${TOPDIR}/../layers/meta-rust \ " - -BBLAYERS_NON_REMOVABLE ?= " \ - ${TOPDIR}/../layers/poky/meta \ - ${TOPDIR}/../layers/poky/meta-poky \ - ${TOPDIR}/../layers/meta-resin/meta-resin-common \ - ${TOPDIR}/../layers/meta-resin/meta-resin-rocko \ - " diff --git a/layers/meta-rust b/layers/meta-rust index 5b0492f..3efa0f0 160000 --- a/layers/meta-rust +++ b/layers/meta-rust @@ -1 +1 @@ -Subproject commit 5b0492fd4c7ced38d5b0ee28f905f9bafa54104d +Subproject commit 3efa0f069ffe4dfcb3531ea89834e69cd2257157 diff --git a/layers/meta-sunxi b/layers/meta-sunxi index 09b67e1..df468d7 160000 --- a/layers/meta-sunxi +++ b/layers/meta-sunxi @@ -1 +1 @@ -Subproject commit 09b67e1d65e68505278140f756a36622554d87a1 +Subproject commit df468d72d74b6af224060b78e4d5daf66c536cb6 diff --git a/layers/poky b/layers/poky index 65d23bd..da3625c 160000 --- a/layers/poky +++ b/layers/poky @@ -1 +1 @@ -Subproject commit 65d23bd7986615fdfb0f1717b615534a2a14ab80 +Subproject commit da3625c52e1ab8985fba4fc3d133edf92142f182 diff --git a/nanopi-neo-air.coffee b/nanopi-neo-air.coffee index 1ec4179..8817d48 100644 --- a/nanopi-neo-air.coffee +++ b/nanopi-neo-air.coffee @@ -22,7 +22,7 @@ module.exports = machine: 'nanopi-neo-air' image: 'resin-image' fstype: 'resinos-img' - version: 'yocto-morty' + version: 'yocto-sumo' deployArtifact: 'resin-image-nanopi-neo-air.resinos-img' compressed: true diff --git a/orange-pi-lite.coffee b/orange-pi-lite.coffee index 000e383..0e661ad 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-pyro' + version: 'yocto-sumo' deployArtifact: 'resin-image-orange-pi-lite.resinos-img' compressed: true diff --git a/orangepi-plus2.coffee b/orangepi-plus2.coffee index 09ceee3..02d6828 100644 --- a/orangepi-plus2.coffee +++ b/orangepi-plus2.coffee @@ -37,7 +37,7 @@ module.exports = machine: 'orangepi-plus2' image: 'resin-image-flasher' fstype: 'resinos-img' - version: 'yocto-rocko' + version: 'yocto-sumo' deployArtifact: 'resin-image-flasher-orangepi-plus2.resinos-img' compressed: true