1
0
Fork 0

maybe try using the full path

This commit is contained in:
Pratham Patel 2023-10-28 13:46:51 +05:30
parent 9074b22ca6
commit fc01b0b38a
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -31,12 +31,12 @@ This package contains images for the %{board_name}.
%prep
%setup -q -n %{src_dir}
export CROSS_COMPILE=aarch64-redhat-linux-
export CROSS_COMPILE=/usr/bin/aarch64-redhat-linux-
%{make} distclean
%{make} %{board_defconfig}
%build
export CROSS_COMPILE=aarch64-redhat-linux-
export CROSS_COMPILE=/usr/bin/aarch64-redhat-linux-
%if "%{?rkbin_git_commit}" != ""
pushd ..
cp %{_sourcedir}/%{?rkbin_git_commit}.tar.gz .