projects
/
platform
/
adaptation
/
emulator
/
model-config-emulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff5b39
)
Add 64 bit config
78/108678/1
submit/tizen/20170105.104542
author
Dongchul Lim
<dc7.lim@samsung.com>
Thu, 5 Jan 2017 10:42:19 +0000
(19:42 +0900)
committer
Dongchul Lim
<dc7.lim@samsung.com>
Thu, 5 Jan 2017 10:42:56 +0000
(19:42 +0900)
Change-Id: I3f384e6b7164a879c59dd8b618b96d28c8ca3a50
packaging/model-config-emulator.spec
patch
|
blob
|
history
diff --git
a/packaging/model-config-emulator.spec
b/packaging/model-config-emulator.spec
index ad5dad6899c7b477df9548f6a978ab26b0a3f29d..27db5c4448c80870f1645ff451fe9c117705eb35 100644
(file)
--- a/
packaging/model-config-emulator.spec
+++ b/
packaging/model-config-emulator.spec
@@
-27,8
+27,12
@@
mkdir -p %{buildroot}%{_sysconfdir}/config
%endif
%if "%{?profile}" == "tv"
+%ifarch x86_64
+%define config_xml model-config_tv64.xml
+%else
%define config_xml model-config_tv.xml
%endif
+%endif
%if "%{?profile}" == "mobile"
%ifarch x86_64