From 7c54af5e68bf912f8a921982e8bbd9efd3cd159c Mon Sep 17 00:00:00 2001 From: Dongchul Lim Date: Thu, 5 Jan 2017 19:42:19 +0900 Subject: [PATCH] Add 64 bit config Change-Id: I3f384e6b7164a879c59dd8b618b96d28c8ca3a50 --- packaging/model-config-emulator.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/model-config-emulator.spec b/packaging/model-config-emulator.spec index ad5dad6..27db5c4 100644 --- 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 -- 2.7.4