Add missing BR for kernel install to work

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-08-26 05:56:09 -07:00
parent 3f05a48204
commit eed039ac94
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -15,12 +15,15 @@ Source0: %{name}-%{version}.tar.xz
Patch0: drop-unneeded-sectiosn-fix-string.patch
# We depend on kernel for a new DTB
BuildRequires: kernel-core
# Needed for kernel to properly install
BuildRequires: systemd-udev
BuildRequires: grubby-deprecated
# Needed to generate version information
BuildRequires: git
# Needed to compile DTB ( ZSBL and FSBL)
BuildRequires: dtc
# We depend on kernel for a new DTB
BuildRequires: kernel-core
BuildRequires: gcc
BuildRequires: binutils