Skip to content

Commit 1a0d271

Browse files
committed
add imx91-frdm as additional supported machine
1 parent bed0950 commit 1a0d271

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33

44
parameters {
55
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'scarthgap', selectedValue: 'DEFAULT', name: 'BRANCH', type: 'PT_BRANCH', description: 'branch to build'
6-
choice choices: ['qemux86-64', 'stm32mp157f-dk2', 'raspberrypi5', 'raspberrypi4-64', 'imx8mq-phanbell', 'wandboard', 'beaglebone-yocto'], description: 'select machine', name: 'MACHINE'
6+
choice choices: ['qemux86-64', 'stm32mp157f-dk2', 'raspberrypi5', 'raspberrypi4-64', 'imx8mq-phanbell', 'imx91-frdm', 'wandboard', 'beaglebone-yocto'], description: 'select machine', name: 'MACHINE'
77
choice choices: ['oqs-demo-image'], description: 'select image', name: 'IMAGE'
88
choice choices: ['no', 'yes'], description: 'clean workspace', name: 'CLEAN'
99
choice choices: ['no', 'yes'], description: 'build sdk', name: 'SDK'

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ KAS_MACHINE=qemux86-64 kas shell kas-oqs.yml -c 'runqemu kvm serialstdio nograph
195195
| `raspberrypi5` | meta-raspberrypi |
196196
| `raspberrypi4-64` | meta-raspberrypi |
197197
| `stm32mp157f-dk2` | meta-stm32mp15x |
198-
| `imx8mq-phanbell` | meta-freescale / meta-coral-ai |
198+
| `imx8mq-phanbell` | meta-coral-ai |
199+
| `imx91-frdm` | meta-imx91-frdm |
199200
| `wandboard` | meta-freescale-3rdparty |
200201

201202
## Layer Dependencies

kas-oqs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ repos:
5959
url: "https://github.com/embetrix/meta-coral-ai.git"
6060
branch: scarthgap
6161
path: "layers/meta-coral-ai"
62+
meta-imx91-frdm:
63+
url: "https://github.com/embetrix/meta-imx91-frdm.git"
64+
branch: scarthgap
65+
path: "layers/meta-imx91-frdm"
6266
local_conf_header:
6367
standard: |
6468
CONF_VERSION = "2"

0 commit comments

Comments
 (0)