mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-05 03:12:18 +00:00
4861d78287
* 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>
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
rpm.global("commit", gh_commit("intel/ipu6-camera-bins"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|