tizen packaging: use TI out-of-tree wifi driver from kernel source tree
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 5 Jul 2012 11:20:14 +0000 (14:20 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 12 Jul 2012 11:45:49 +0000 (14:45 +0300)
Remove the ti-wlan source tarball from packaging. Update spec file to
use the driver imported to the kernel source tree instead of the
tarball.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
packaging/kernel-adaptation-bb.spec
packaging/ti-wlan-2fc817c.tar.bz2 [deleted file]

index d34f7cf..de2539b 100644 (file)
@@ -33,8 +33,7 @@ AutoProv: yes
 
 Source0: %{name}-%{version}.tar.bz2
 Source1: cmdline
-Source2: ti-wlan-2fc817c.tar.bz2
-Source3: wl12xx-compat-build.sh
+Source2: wl12xx-compat-build.sh
 
 # Maintain these patches without the help of git-buildpackage
 # GbpIgnorePatch: 0
@@ -68,10 +67,9 @@ against the %{variant} kernel package.
 # Unpack the kernel tarbal
 %setup -q
 
-# Unpack TI wifi driver and copy&patch its builder script
-%setup -q -T -D -a 2
-install -m755 %{SOURCE3} .
-%patch0 -p1
+# Copy and patch the builder script of the TI wifi driver
+install -m755 %{SOURCE2} .
+%patch0 -p2
 
 
 
diff --git a/packaging/ti-wlan-2fc817c.tar.bz2 b/packaging/ti-wlan-2fc817c.tar.bz2
deleted file mode 100644 (file)
index 2b5c745..0000000
Binary files a/packaging/ti-wlan-2fc817c.tar.bz2 and /dev/null differ