Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Iznogohul authored Oct 27, 2023
2 parents dcd8c80 + 1091793 commit 8cc42a5
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: "hw.device-type: Add imx8mm-lpddr4-evk device"
hash: 2ecc1b82d8a5e3d4a39e3d200a6c39d748c4d737
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex J Lennon <[email protected]>
signed-off-by: Alex J Lennon <[email protected]>
author: Alex J Lennon
version: 2.0.81
title: ""
date: 2023-10-26T06:31:05.497Z
- commits:
- subject: "hw.device-type: Modify bluechiptechnology-tm3"
hash: 3d2002c5e35f4d20fc5ef5307f52f1cfbb91d6ab
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* Device: Add new contract for Stem x86 32bit [Trong Nghia Nguyen]
* Qemu: Update qemu to v3.0.0+resin [Trong Nghia Nguyen]

# v2.0.81
## (2023-10-26)

* hw.device-type: Add imx8mm-lpddr4-evk device [Alex J Lennon]

# v2.0.80
## (2023-10-20)

Expand Down
34 changes: 34 additions & 0 deletions contracts/hw.device-type/imx8mm-lpddr4-evk/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"slug": "imx8mm-lpddr4-evk",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "NXP i.MX8M Mini LPDDR4 EVK",
"assets": {
"logo": {
"url": "./imx8mm-lpddr4-evk.svg",
"name": "logo"
}
},
"data": {
"arch": "aarch64",
"hdmi": true,
"led": true,
"connectivity": {
"bluetooth": false,
"wifi": false
},
"storage": {
"internal": true
},
"media": {
"defaultBoot": "internal",
"altBoot": ["sdcard"]
},
"is_private": false
},
"partials": {
"bootDeviceExternal": ["Connect power to the {{name}}"],
"bootDevice": ["Remove and re-connect power to the {{name}}"]
}
}
94 changes: 94 additions & 0 deletions contracts/hw.device-type/imx8mm-lpddr4-evk/imx8mm-lpddr4-evk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contracts",
"version": "2.0.80",
"version": "2.0.81",
"description": "Balena Base Contracts",
"repository": {
"type": "git",
Expand All @@ -21,6 +21,6 @@
"eslint-plugin-standard": "^3.0.1"
},
"versionist": {
"publishedAt": "2023-10-20T05:40:18.416Z"
"publishedAt": "2023-10-26T06:31:06.124Z"
}
}

0 comments on commit 8cc42a5

Please sign in to comment.