Skip to content

Commit

Permalink
Add lcbzu9.coffee file and remove coffeemaker script
Browse files Browse the repository at this point in the history
The coffeemaker script is no longer relevant, remove it and keep the
coffee files in the repo. Adjust .gitignore for that too.

Add lcbzu9.coffee for the Eurotec Lowpad carrier board.

Signed-off-by: Mike Looijmans <[email protected]>
  • Loading branch information
MikeLooijmans authored and FrancoisLoubser-1 committed Sep 6, 2023
1 parent 61642d2 commit 41e37f9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Ignore build directory
build*/

# Created by coffee-maker.sh
/*.coffee

# Ignore shared directories
shared-*/

Expand Down
34 changes: 34 additions & 0 deletions lcbzu9.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon

module.exports =
version: 1
slug: 'lcbzu9'
aliases: []
name: 'Eurotec Lowpad (lcbzu9)'
arch: 'aarch64'
state: 'released'

instructions: commonImg.instructions
gettingStartedLink:
windows: 'https://www.balena.io/docs/learn/getting-started/'
osx: 'https://www.balena.io/docs/learn/getting-started/'
linux: 'https://www.balena.io/docs/learn/getting-started/'
supportsBlink: true

options: [ networkOptions.group ]

yocto:
machine: 'lcbzu9'
image: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-honister'
deployArtifact: 'balena-image-lcbzu9.balenaos-img'

configuration:
config:
partition:
primary: 1
path: '/config.json'

initialization: commonImg.initialization
6 changes: 0 additions & 6 deletions scripts/coffeemaker.sh

This file was deleted.

Empty file modified tdpzu9.coffee
100755 → 100644
Empty file.

0 comments on commit 41e37f9

Please sign in to comment.