-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from siemens/jan/stable-V01.02
Fill stable branch
- Loading branch information
Showing
4 changed files
with
13 additions
and
3 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,10 @@ | ||
# | ||
# Copyright (c) Siemens AG, 2019-2021 | ||
# Copyright (c) Siemens AG, 2019-2022 | ||
# | ||
# Authors: | ||
# Le Jin <[email protected]> | ||
# Jan Kiszka <[email protected]> | ||
# Su Baocheng <[email protected]> | ||
# | ||
# This file is subject to the terms and conditions of the MIT License. See | ||
# COPYING.MIT file in the top-level directory. | ||
|
@@ -15,7 +16,8 @@ DISTRO_NAME = "IOT2050 Debian System" | |
|
||
HOSTNAME ??= "iot2050-debian" | ||
|
||
PREFERRED_VERSION_u-boot-iot2050 ?= "2021.04" | ||
PREFERRED_VERSION_u-boot-iot2050-pg1 ?= "2021.04" | ||
PREFERRED_VERSION_u-boot-iot2050-pg2 ?= "2021.04" | ||
PREFERRED_VERSION_linux-iot2050 ?= "5.10.%" | ||
PREFERRED_VERSION_linux-iot2050-rt ?= "5.10.%" | ||
|
||
|
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,8 +1,9 @@ | ||
# | ||
# Copyright (c) Siemens AG, 2019 | ||
# Copyright (c) Siemens AG, 2019-2022 | ||
# | ||
# Authors: | ||
# Le Jin <[email protected]> | ||
# Su Baocheng <[email protected]> | ||
# | ||
# This file is subject to the terms and conditions of the MIT License. See | ||
# COPYING.MIT file in the top-level directory. | ||
|
@@ -11,6 +12,7 @@ | |
DISTRO_ARCH ?= "arm64" | ||
|
||
PREFERRED_PROVIDER_u-boot-${MACHINE} ?= "u-boot-iot2050-pg2" | ||
PREFERRED_PROVIDER_u-boot-${MACHINE}-config ?= "u-boot-iot2050-pg2" | ||
|
||
KERNEL_NAME ?= "iot2050" | ||
|
||
|
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
File renamed without changes.