summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWoo Chang Kim <wchang.kim@samsung.com>2021-08-10 05:56:00 +0000
committerGerrit Code Review <gerrit@review>2021-08-10 05:56:00 +0000
commit90ad0dbc9e4eabedfce4e5933144a7bfc621050c (patch)
treefe69a47307f8ec45d77202ac1be8dc3861483fc7
parent1d07bc8d8d3ca99c801b27d3d0b9959036b70e64 (diff)
parent3ec6f9116b79fd3512cb2b5b486baf1b524782f0 (diff)
downloadbuilding-blocks-90ad0dbc9e4eabedfce4e5933144a7bfc621050c.tar.gz
building-blocks-90ad0dbc9e4eabedfce4e5933144a7bfc621050c.tar.bz2
building-blocks-90ad0dbc9e4eabedfce4e5933144a7bfc621050c.zip
Merge "[TRE-2773] Add hal-backend-device-rpi{3,4} dependency" into tizensubmit/tizen/20210810.054703accepted/tizen/unified/20210810.065644
-rw-r--r--packaging/domain-apis-system.inc4
-rw-r--r--packaging/platform-preset-boards-rpi3-hal-backend.inc1
-rw-r--r--packaging/platform-preset-boards-rpi4-hal-backend.inc1
3 files changed, 5 insertions, 1 deletions
diff --git a/packaging/domain-apis-system.inc b/packaging/domain-apis-system.inc
index 6d15111..55c9d0f 100644
--- a/packaging/domain-apis-system.inc
+++ b/packaging/domain-apis-system.inc
@@ -33,6 +33,8 @@ Requires: hal-api-device
Suggests: hal-backend-device-tm1
Suggests: hal-backend-device-tw3
Suggests: hal-backend-device-rpi
+Suggests: hal-backend-device-rpi3
+Suggests: hal-backend-device-rpi4
Suggests: hal-backend-device-artik
Suggests: hal-backend-device-emulator
%description sub2-domain_API-System-Device
@@ -43,7 +45,7 @@ Those have a dependancy on Hardware.
So, before you select, you have to make sure that which hardware you have.
Then choose proper combination.
For example, hal-backend-device-tm1 for mobile
- hal-backend-device-rpi for rpi3
+ hal-backend-device-rpi and hal-backend-device-rpi3 for rpi3
%files sub2-domain_API-System-Device
%package sub2-domain_API-System-Device_Haptic
diff --git a/packaging/platform-preset-boards-rpi3-hal-backend.inc b/packaging/platform-preset-boards-rpi3-hal-backend.inc
index ee8b09d..9660e69 100644
--- a/packaging/platform-preset-boards-rpi3-hal-backend.inc
+++ b/packaging/platform-preset-boards-rpi3-hal-backend.inc
@@ -70,6 +70,7 @@ Packages for PASS HAL and Feature for RPI.
%package sub2-Preset_boards-RPI3_HAL_Backend-System_Device
Summary: RPI3_Deviced Plugin for HAL
Requires: hal-backend-device-rpi
+Requires: hal-backend-device-rpi3
%description sub2-Preset_boards-RPI3_HAL_Backend-System_Device
Packages for Deviced HAL and Feature for RPI.
diff --git a/packaging/platform-preset-boards-rpi4-hal-backend.inc b/packaging/platform-preset-boards-rpi4-hal-backend.inc
index 21f8bd8..6ad2ee2 100644
--- a/packaging/platform-preset-boards-rpi4-hal-backend.inc
+++ b/packaging/platform-preset-boards-rpi4-hal-backend.inc
@@ -70,6 +70,7 @@ Packages for PASS HAL and Feature for RPI.
%package sub2-Preset_boards-RPI4_HAL_Backend-System_Device
Summary: RPI4_Deviced Plugin for HAL
Requires: hal-backend-device-rpi
+Requires: hal-backend-device-rpi4
%description sub2-Preset_boards-RPI4_HAL_Backend-System_Device
Packages for Deviced HAL and Feature for RPI.