-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update isar and isar-cip-core layers
Lifts isar to the new release 0.10. Also isar-cip-core is updated significantly from 1.2 to the latest post-1.3 revision. These updates require to some tuning of the ti-pruss-firmware recipe to prevent unwanted and failing strip attempts on the binaries. We also need to rework swupdate configuration, adding SWU_HW_COMPAT support. For that, we can reuse isar-cip-core's swupdate-config recipe, reducing own work. Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information
1 parent
9ece8fd
commit afa89f5
Showing
5 changed files
with
10 additions
and
13 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
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
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.
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,5 +1,5 @@ | ||
# | ||
# Copyright (c) Siemens AG, 2023 | ||
# Copyright (c) Siemens AG, 2023-2024 | ||
# | ||
# Authors: | ||
# Jan Kiszka <[email protected]> | ||
|
@@ -8,15 +8,8 @@ | |
# COPYING.MIT file in the top-level directory. | ||
# | ||
|
||
inherit dpkg-raw | ||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | ||
|
||
DESCRIPTION = "IOT2050 swupdate image customizations" | ||
|
||
DEBIAN_DEPENDS = "swupdate" | ||
|
||
SRC_URI = "file://swupdate.cfg" | ||
|
||
do_install() { | ||
install -v -d ${D}/etc/ | ||
install -v -m 644 ${WORKDIR}/swupdate.cfg ${D}/etc/ | ||
} | ||
MACHINE_HW_VERSION = "IOT2050" |