Skip to content

Commit

Permalink
kas/common/base: update isar to latest revision
Browse files Browse the repository at this point in the history
- Update to latest ISAR revision
- Rpi-firmware: Consists of .elf binary files
    Avoid striping it or strip dwarf debug information
    Fixes build failure

Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
  • Loading branch information
baprusty committed Mar 9, 2024
1 parent aecc0f7 commit 3c2de96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kas/common/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
meta-isar:
isar:
url: https://github.com/ilbers/isar.git
commit: f0ba8583f2db75dd1736c1d2248d5e6bc86ea17b
commit: ac9b9031fcaad47b7163598924198954f6523e3f
layers:
meta:
meta-isar:
Expand Down
3 changes: 3 additions & 0 deletions meta-isar/recipes-bsp/rpi-firmware/files/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ override_dh_auto_build:

%:
dh $@

override_dh_strip:
override_dh_dwz:
2 changes: 1 addition & 1 deletion meta-isar/recipes-crypto/gnutls/gnutls28.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
inherit dpkg

SRC_URI = "apt://${PN} \
file://changelog.tmpl"
file://changelog.tmpl "

DEB_BUILD_OPTIONS += "nocheck"

Expand Down

0 comments on commit 3c2de96

Please sign in to comment.