Skip to content

Conversation

@Komal-Bajaj
Copy link
Contributor

  • build.sh: Use relative defaults and resolve to absolute paths after validation to avoid early failures and improve clarity.
  • Dockerfile: Replace chmod +x with explicit chmod 755 for build scripts to ensure consistent permissions.

…ation

Keep defaults as repo-relative paths and defer `realpath` to a single
post-validation step. This avoids premature failures and centralizes
path normalization.

Signed-off-by: Komal Bajaj <[email protected]>
Replace `chmod +x` with `chmod 755` for /usr/bin scripts:
- generate_boot_bins.sh
- build.sh
- make_fitimage.sh

This ensures consistent and explicit permission settings (readable and
executable for all, writable only by owner).

Signed-off-by: Komal Bajaj <[email protected]>
@shashim-quic shashim-quic merged commit 3e27bb0 into main Jan 13, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants