raspberrypi / usbboot

Raspberry Pi USB booting code, moved from tools repository
Apache License 2.0
878 stars 221 forks source link

rpiboot always installs to /usr/..., should allow setting the prefix #208

Open bringert opened 3 months ago

bringert commented 3 months ago

Describe the bug

Most software allows the user installation to select an installation prefix when building from source. Commonly this is /usr/local. rpiboot/Makefile has hardcoded installation into /usr.

Steps to reproduce the behaviour

Observed: The code is installed under /usr.

Expected: Some way to direct it to install under /usr/local without having to edit the Makefile

Device(s)

Other

Compute Module IO board.

No response

RPIBOOT logs

No response

Kernel logs

No response

Device UART logs

No response