Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Add initscripts back to image
Browse files Browse the repository at this point in the history
There is the ds4.sh script that still needs to be on the image otherwise the
realsense camera is not powered.
  • Loading branch information
lucasdemarchi committed Jul 8, 2017
1 parent 3e2fc34 commit 7be8ac5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-core/images/intel-aero-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ IMAGE_INSTALL += "notify-led"
# repo metadata
IMAGE_INSTALL += "intel-aero-repo"

# Init Scripts missing conversion to systemd
IMAGE_INSTALL += "initscripts-aero"

addtask create_link after do_rootfs before do_image

do_create_link() {
Expand Down

0 comments on commit 7be8ac5

Please sign in to comment.