forked from siemens/mtda
-
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.
meta-isar/conf: add nanopi-r1 machine
Closes: siemens#105 Signed-off-by: Cedric Hombourger <[email protected]>
- Loading branch information
1 parent
c6ea930
commit cb21823
Showing
2 changed files
with
59 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# --------------------------------------------------------------------------- | ||
# Debian image to run MTDA on the NanoPI R1 | ||
# --------------------------------------------------------------------------- | ||
# | ||
# This software is a part of MTDA. | ||
# Copyright (C) 2021 Siemens Digital Industries Software | ||
# | ||
# --------------------------------------------------------------------------- | ||
# SPDX-License-Identifier: MIT | ||
# --------------------------------------------------------------------------- | ||
|
||
header: | ||
version: 10 | ||
|
||
machine: nanopi-r1 | ||
distro: debian-bullseye | ||
target: isar-image-base | ||
build_system: isar | ||
|
||
repos: | ||
mtda: | ||
layers: | ||
meta-isar: | ||
isar: | ||
url: https://github.com/ilbers/isar.git | ||
refspec: master | ||
layers: | ||
meta: | ||
meta-isar: | ||
|
||
bblayers_conf_header: | ||
mtda: | | ||
LCONF_VERSION = "6" | ||
BBPATH = "${TOPDIR}" | ||
BBFILES ?= "" | ||
local_conf_header: | ||
mtda: | | ||
CONF_VERSION = "1" | ||
ISAR_CROSS_COMPILE = "1" | ||
MTDA_EXTRA_APT_SOURCES = "conf/apt/debian-bullseye-backports.list" | ||
MTDA_EXTRA_APT_PREFERENCES = "conf/apt/debian-bullseye-backports.conf" | ||
MTDA_MASS_STORAGE_FILE = "sda" |
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,16 @@ | ||
# --------------------------------------------------------------------------- | ||
# This Isar layer is part of MTDA | ||
# Copyright (C) 2021 Siemens Digital Industries Software | ||
# --------------------------------------------------------------------------- | ||
# SPDX-License-Identifier: MIT | ||
# --------------------------------------------------------------------------- | ||
|
||
DISTRO_ARCH ?= "armhf" | ||
|
||
KERNEL_NAME ?= "armmp" | ||
|
||
IMAGE_TYPE ?= "wic-img" | ||
WKS_FILE ?= "nanopi-r1.wks.in" | ||
|
||
IMAGE_INSTALL += "u-boot-script" | ||
IMAGER_INSTALL += "u-boot-nanopi-r1" |