Skip to content

Commit

Permalink
feat: install core_api in image
Browse files Browse the repository at this point in the history
Currently tested only on LX06. Still WIP but functional.
  • Loading branch information
duhow committed Dec 12, 2024
1 parent 49fd864 commit a221da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ mkdir -p ${STAGING_TO_TARGET_DIR}
write_build_config
[[ ! $? -eq 0 ]] && exit 1

PACKAGES_TO_BUILD="update-libs update-binaries support jq services music python3 aec-cmdline screen improv getevent"
PACKAGES_TO_BUILD="update-libs update-binaries support jq services music python3 aec-cmdline screen improv getevent core_api"

for PKGN in $PACKAGES_TO_BUILD; do
process_package $PKGN
Expand Down

0 comments on commit a221da1

Please sign in to comment.