revert 9074b22ca6 because I selected the x86 chroot in COPR; COPR is fine

This commit is contained in:
Pratham Patel 2023-10-28 13:53:53 +05:30
parent fc01b0b38a
commit d61e837783
No known key found for this signature in database

View File

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