Skip to content

Commit

Permalink
Removing patch that modifies upstream driver
Browse files Browse the repository at this point in the history
It seems like tito doesn't like external patches
  • Loading branch information
jyundt committed Sep 24, 2020
1 parent 05c7dd7 commit 458bef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gasket-dkms.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ URL: https://coral.ai/
Group: System Environment/Kernel
BuildArch: noarch
Source0: https://github.com/jyundt/%{name}/archive/%{name}-%{version}-%{build_id}.tar.gz
Patch0: https://raw.githubusercontent.com/jyundt/%{name}/%{name}-%{version}-{build_id}/001_makefile.patch

Provides: kmod(gasket.ko) = %{version}-%{release}
Provides: kmod(apex.ko) = %{version}-%{release}
Expand Down Expand Up @@ -45,7 +44,6 @@ tracking open and close data for each driver instance.

%prep
%setup -n %{name}-%{name}-%{version}-%{build_id}
%patch0 -p0

%build

Expand Down
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Makefile for Gasket framework and dependent drivers.
#

obj-$(CONFIG_STAGING_GASKET_FRAMEWORK) += gasket.o
obj-$(CONFIG_STAGING_APEX_DRIVER) += apex.o
obj-m += gasket.o
obj-m += apex.o

gasket-objs := gasket_core.o gasket_ioctl.o gasket_interrupt.o gasket_page_table.o gasket_sysfs.o
apex-objs := apex_driver.o

0 comments on commit 458bef8

Please sign in to comment.