balena-allwinner/orange-pi-lite.coffee
Vicentiu Galanopulo c092d9dcc0 coffee: Set state to 'released'
Change the state field to 'released'
instead of 'experimental' for all the
non-community boards

Changelog-entry: Change the state to 'released' in the coffee file
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
2020-01-15 15:17:45 +01:00

35 lines
No EOL
916 B
CoffeeScript

deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
module.exports =
version: 1
slug: 'orange-pi-lite'
name: 'Orange Pi Lite'
arch: 'armv7hf'
state: 'released'
instructions: commonImg.instructions
gettingStartedLink:
windows: 'http://docs.resin.io/#/pages/installing/gettingStarted.md#windows'
osx: 'http://docs.resin.io/#/pages/installing/gettingStarted.md#on-mac-and-linux'
linux: 'http://docs.resin.io/#/pages/installing/gettingStarted.md#on-mac-and-linux'
supportsBlink: true
options: [ networkOptions.group ]
yocto:
machine: 'orange-pi-lite'
image: 'resin-image'
fstype: 'resinos-img'
version: 'yocto-warrior'
deployArtifact: 'resin-image-orange-pi-lite.resinos-img'
compressed: true
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization