Files
packages/anda/lib/ipu6-camera-bins/update.rhai
T
Raboneko 0ab64e66bb [IPU6 Part 1] Add: IPU6 Camera Stack (Without ipu6-camera-hal) (#2919) (#2930)
* Add: IPU6 Camera Stack

* Fix: Use Mock

* Change: Remove ipu6-camera-hal to move to another PR

(cherry picked from commit 562cf68d3f)

Co-authored-by: Gil <rockgrub@protonmail.com>
2025-01-15 17:24:10 +07:00

6 lines
138 B
Plaintext

rpm.global("commit", gh_commit("intel/ipu6-camera-bins"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}