diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-03-06 14:39:28 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-03-06 14:46:12 +0900 |
commit | 90ff7775f8ed0f1f31af85d570ca77c4ef3ebfed (patch) | |
tree | 546a9c4e02bac7aa8b1afc42c8377811899561dd /packaging | |
parent | 713b04fe64e2ab1b556a061748a39a3e2dcc4bc5 (diff) | |
download | building-blocks-90ff7775f8ed0f1f31af85d570ca77c4ef3ebfed.tar.gz building-blocks-90ff7775f8ed0f1f31af85d570ca77c4ef3ebfed.tar.bz2 building-blocks-90ff7775f8ed0f1f31af85d570ca77c4ef3ebfed.zip |
domain-hal: RPI3 does not have HAL yet
Change-Id: I19b70d67cd82dbb90d1492047e1a3a9143e01923
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/domain-hal.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/domain-hal.inc b/packaging/domain-hal.inc index 72f524a..86e2ae1 100644 --- a/packaging/domain-hal.inc +++ b/packaging/domain-hal.inc @@ -66,13 +66,12 @@ Tizen HAL packages for the Device TM2 %package sub2-HAL-sort_by_device-RPI3 Summary: Tizen HAL packages for Device Raspberry Pi 3 -Requires: libdrm -Requires: libtbm -Requires: libtdm-drm +Requires: model-config-tm1 Suggests: arm64-rpi3-linux-kernel Suggests: arm64-rpi3-linux-kernel-modules %description sub2-HAL-sort_by_device-RPI3 Tizen HAL packages for the Device Raspberry Pi 3 +We do not have RPI3 specific userspace device drivers and reusing some of TM1 packages. %files sub2-HAL-sort_by_device-RPI3 |