upgrade to meta-resin 2.7.2
This commit is contained in:
parent
20b3c34d47
commit
86e6c27205
4 changed files with 18 additions and 2 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Ignore build directory
|
||||||
|
build*/
|
||||||
|
|
||||||
|
# Ignore shared directories
|
||||||
|
shared-*/
|
||||||
|
|
||||||
|
# Some log files from scripts
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# device type manifest stuff
|
||||||
|
/node_modules
|
||||||
|
*.json
|
||||||
|
|
||||||
|
# dynamically created by the build script
|
||||||
|
conf-notes.txt
|
|
@ -1 +1 @@
|
||||||
Subproject commit fe3779d036b2535c61c10ba195738cdbfdd630c9
|
Subproject commit 3848b0e8f7880ec9505d21d6eb2413a1ec1f02d7
|
|
@ -1,5 +1,6 @@
|
||||||
# Supported machines
|
# Supported machines
|
||||||
#MACHINE ?= "orange-pi-lite"
|
#MACHINE ?= "orange-pi-lite"
|
||||||
|
#MACHINE ?= "nanopi-neo-air"
|
||||||
|
|
||||||
# More info meta-resin/README.md
|
# More info meta-resin/README.md
|
||||||
#RESIN_CONNECTABLE ?= "1"
|
#RESIN_CONNECTABLE ?= "1"
|
||||||
|
|
|
@ -20,7 +20,7 @@ module.exports =
|
||||||
|
|
||||||
yocto:
|
yocto:
|
||||||
machine: 'nanopi-neo-air'
|
machine: 'nanopi-neo-air'
|
||||||
image: 'resin-image-flasher'
|
image: 'resin-image'
|
||||||
fstype: 'resinos-img'
|
fstype: 'resinos-img'
|
||||||
version: 'yocto-morty'
|
version: 'yocto-morty'
|
||||||
deployArtifact: 'resin-image-nanopi-neo-air.resinos-img'
|
deployArtifact: 'resin-image-nanopi-neo-air.resinos-img'
|
||||||
|
|
Loading…
Add table
Reference in a new issue