Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bringert opened this issue Mar 22, 2024 · 0 comments
Open

Comments

@bringert
Copy link

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

timg236 added a commit to timg236/usbboot that referenced this issue Apr 3, 2024
Add basic support for INSTALL_PREFIX

make uninstall INSTALL_PREFIX=/usr/local
make uninstall INSTALL_PREFIX=/usr/local

See: raspberrypi#208
timg236 added a commit to timg236/usbboot that referenced this issue Apr 10, 2024
Add basic support for INSTALL_PREFIX

make install INSTALL_PREFIX=/usr/local
make uninstall INSTALL_PREFIX=/usr/local

See: raspberrypi#208
timg236 added a commit that referenced this issue Apr 11, 2024
Add basic support for INSTALL_PREFIX

make install INSTALL_PREFIX=/usr/local
make uninstall INSTALL_PREFIX=/usr/local

See: #208
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants