From: wchang kim Date: Thu, 10 Dec 2020 09:08:44 +0000 (+0900) Subject: Fixed complict related to boot-animation X-Git-Tag: submit/tizen/20201210.091400^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35f9e5a8ffe2b98db3481406dc64db8b018e8ac4;p=tools%2Fbuilding-blocks.git Fixed complict related to boot-animation Change-Id: I010caf9f93523548c91c4339152c8e17a85c78fc --- diff --git a/packaging/building-blocks.spec b/packaging/building-blocks.spec index 08f9d4b..642f2fb 100644 --- a/packaging/building-blocks.spec +++ b/packaging/building-blocks.spec @@ -82,9 +82,15 @@ Source3502: platform-preset-iot-headed-images.inc Source3503: platform-preset-partitions.inc Source3800: platform-preset-boards.inc +%ifarch armv7l aarch64 Source3801: platform-preset-boards-rpi3.inc +%endif +%ifarch armv7l Source3802: platform-preset-boards-artik530.inc +%endif +%ifarch i586 i686 x86_64 Source3803: platform-preset-boards-emul.inc +%endif # To get .ks files BuildRequires: image-configurations @@ -403,9 +409,15 @@ python ./rule_checker.py %{include_if_mainbuild %{SOURCE3503}} %{include_if_mainbuild %{SOURCE3800}} +%ifarch armv7l aarch64 %{include_if_mainbuild %{SOURCE3801}} +%endif +%ifarch armv7l %{include_if_mainbuild %{SOURCE3802}} +%endif +%ifarch i586 i686 x86_64 %{include_if_mainbuild %{SOURCE3803}} +%endif %package mapping-files Summary: Some mapping-files for building-blocks Requires: sed diff --git a/packaging/domain-features-bootanimation.inc b/packaging/domain-features-bootanimation.inc index de560d9..31fe942 100644 --- a/packaging/domain-features-bootanimation.inc +++ b/packaging/domain-features-bootanimation.inc @@ -7,10 +7,13 @@ %package sub1-domain_Feature-BootAni Summary: Boot Animation packages Requires: boot-animation +%ifarch armv7l aarch64 Requires: boot-animation-sound-file-profile_common +%endif %ifarch i586 i686 x86_64 Requires: boot-animation-extension_emulator %endif %description sub1-domain_Feature-BootAni Tizen block (set of packages) for Boot Animation of Tizen %files sub1-domain_Feature-BootAni + diff --git a/packaging/platform-preset-boards.inc b/packaging/platform-preset-boards.inc index a4a601f..d28d74d 100644 --- a/packaging/platform-preset-boards.inc +++ b/packaging/platform-preset-boards.inc @@ -8,7 +8,9 @@ Suggests: %{name}-sub1-Preset_boards-ARTIK530 Suggests: %{name}-sub1-Preset_boards-TM1 Suggests: %{name}-sub1-Preset_boards-TM2 %endif +%ifarch armv7l aarch64 Suggests: %{name}-sub1-Preset_boards-RPI3 +%endif %ifarch i586 i686 x86_64 Suggests: %{name}-sub1-Preset_boards-EMUL %endif