summaryrefslogtreecommitdiff
path: root/packaging/rinato-linux-kernel.spec
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-11-06 19:12:52 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-06 19:15:36 +0900
commit89169ec8596146eae3fa86279e70b74f775526f9 (patch)
treeb3c7b68acd2b65e5294cdd2c131efbdf1e53aeb8 /packaging/rinato-linux-kernel.spec
parent5613d8654f91c69e6d736d58b378947949a508eb (diff)
downloadlinux-3.10-submit/tizen_mobile/20141120.000000.tar.gz
linux-3.10-submit/tizen_mobile/20141120.000000.tar.bz2
linux-3.10-submit/tizen_mobile/20141120.000000.zip
This patch separates modules.img from /boot. We'll add a new partition for modules. Change-Id: I50ef63dfebacd389c96d7e012970f1a1e9796125 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Diffstat (limited to 'packaging/rinato-linux-kernel.spec')
-rw-r--r--packaging/rinato-linux-kernel.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/rinato-linux-kernel.spec b/packaging/rinato-linux-kernel.spec
index 27408562451..02ca7551421 100644
--- a/packaging/rinato-linux-kernel.spec
+++ b/packaging/rinato-linux-kernel.spec
@@ -18,7 +18,6 @@ BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
%define fullVersion %{version}-%{variant}
BuildRequires: bc
-BuildRequires: e2fsprogs >= 1.42.11
%description
The Linux Kernel, the operating system core itself
@@ -47,9 +46,6 @@ make %{?_smp_mflags}
make zImage %{?_smp_mflags}
make dtbs %{?_smp_mflags}
-# 3. Build modules
-make modules %{?_smp_mflags}
-
%install
QA_SKIP_BUILD_ROOT="DO_NOT_WANT"; export QA_SKIP_BUILD_ROOT