diff options
author | Chanho Park <chanho61.park@samsung.com> | 2014-11-06 19:12:52 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-06 19:15:36 +0900 |
commit | 89169ec8596146eae3fa86279e70b74f775526f9 (patch) | |
tree | b3c7b68acd2b65e5294cdd2c131efbdf1e53aeb8 /packaging/rinato-linux-kernel.spec | |
parent | 5613d8654f91c69e6d736d58b378947949a508eb (diff) | |
download | linux-3.10-89169ec8596146eae3fa86279e70b74f775526f9.tar.gz linux-3.10-89169ec8596146eae3fa86279e70b74f775526f9.tar.bz2 linux-3.10-89169ec8596146eae3fa86279e70b74f775526f9.zip |
packaging: separate modules.imgsubmit/tizen_mobile/20141120.000000submit/tizen/20141106.102453accepted/tizen/common/20141107.142010
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.spec | 4 |
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 |