Skip to content

Commit

Permalink
Update os-release-sign.bb
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoviola-systemelectronics authored Dec 16, 2024
1 parent 6462836 commit 9d6217f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-core/os-release-sign/os-release-sign.bb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python do_install() {
from datetime import datetime

# Create installation directory
target_dir = d.getVar('D') + "/opt/systele"
target_dir = d.getVar('D') + "/opt/sysele"
os.makedirs(target_dir, exist_ok=True)

# Collect all build information
Expand Down Expand Up @@ -62,4 +62,4 @@ python do_install() {
}

# Define files to be included in the package
FILES:${PN} += "/opt/systele/os-release.yaml /opt/systele/verify_build.py"
FILES:${PN} += "/opt/sysele/os-release.yaml /opt/sysele/verify_build.py"

0 comments on commit 9d6217f

Please sign in to comment.