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

USERPATCHES_PATH is ignored/not working #6178

Open
1 task done
rvalle opened this issue Jan 19, 2024 · 1 comment
Open
1 task done

USERPATCHES_PATH is ignored/not working #6178

rvalle opened this issue Jan 19, 2024 · 1 comment

Comments

@rvalle
Copy link
Collaborator

rvalle commented Jan 19, 2024

What happened?

I am using the USERPATCHES_PATH so that my patches can be outside of the build repository and under my own git.

However the launched docker is still bind-mounting the build/userpatches as armbian/userpatches and the USERPATCHES_PATH are simply not mounted in the docker container.

so, I cannot do any user customization at all.

Tested both on main and on stable (v23.11.2)

How to reproduce?

PATCHES=$(pwd)/userpatches

cd build

./compile.sh
BOARD=odroidxu4
RELEASE=jammy
BRANCH=current
KERNEL_CONFIGURE=no
BUILD_MINIMAL=yes
BUILD_DESKTOP=no
CONSOLE_AUTOLOGIN=no
USERPATCHES_PATH=$PATCHES

Branch

main (main development branch)

On which host OS are you observing this problem?

Jammy

Relevant log URL

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Copy link

Jira ticket: AR-2029

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant