-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lcbzu9.coffee file and remove coffeemaker script
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
1 parent
61642d2
commit 41e37f9
Showing
4 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
Empty file.