Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update isar revision #575

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kas/iot2050.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:

isar:
url: https://github.com/ilbers/isar
commit: a2a997b66daf3d684a7ad29108971a463cfac522
commit: fe7f6a94ebc040fd1220f03056e2d6312b48f25d
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late reply.

Could you please clarify the reason for updating Isar to the newer version in the commit message? Providing more context would be helpful.

Additionally, please note that all PRs are currently pending due to our upcoming release, unless they are absolutely necessary.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, we will update Isar for kas 4.7 soon.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we build the downstream project with latest ISAR, we are facing the failure like "failed due to copying unavailable .deb file", this is because in latest ISAR it ships the all.deb (by default we set DPKG_ARCH = "all" for DEBIAN_MULTI_ARCH = "foreign") but the old ISAR still ships the .deb, that is the reason we bumped the ISAR revision.

layers:
meta:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ do_install() {
}

do_deploy_deb:append() {
cp -f "${WORKDIR}/${PN}_${PV}_arm64.deb" "${DEPLOY_DIR_IMAGE}/"
cp -f "${WORKDIR}/${PN}_${PV}_all.deb" "${DEPLOY_DIR_IMAGE}/"
}

do_deploy_deb[dirs] = "${DEPLOY_DIR_IMAGE}"