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
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}"